Skip to content

Commit

Permalink
feat: integrate combobox with internal dropdown - part of #45
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota authored and rmenner committed Dec 3, 2024
1 parent c385de6 commit eb41091
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/combobox/demo/api.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,7 @@ class AuroDropdown extends r$1 {
}
}

var dropdownVersion = '3.2.0';
var dropdownVersion = '3.0.0';

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/demo/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -3149,7 +3149,7 @@ class AuroDropdown extends r$1 {
}
}

var dropdownVersion = '3.2.0';
var dropdownVersion = '3.0.0';

/**
* @license
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/src/auro-combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import AuroFormValidation from '@aurodesignsystem/auro-formvalidation/src/valida
/* eslint-disable max-lines, lit/binding-positions, lit/no-invalid-html */

import { AuroDropdown } from '@aurodesignsystem/auro-dropdown/src/auro-dropdown.js';
import dropdownVersion from '../../../src/dropdownVersion.js';
import dropdownVersion from '../../../src/internal/dropdownVersion.js';

import { AuroInput } from '../../input/src/auro-input.js';
import inputVersion from '../../../src/internal/inputVersion.js';
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/src/scripts/version.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { writeDepVersionFile } from '../../../../scripts/formVersionWriter.js'
import path from "node:path";

writeDepVersionFile('@aurodesignsystem/auro-dropdown');
writeDepVersionFile('@/components/dropdown');
writeDepVersionFile('@/components/input');
1 change: 1 addition & 0 deletions src/internal/dropdownVersion.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default '3.0.0'

0 comments on commit eb41091

Please sign in to comment.