@genesislcap/rapid-design-system 14.209.1 → 14.209.2-alpha-b930c55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8613,7 +8613,7 @@
8613
8613
  "name": "*",
8614
8614
  "declaration": {
8615
8615
  "name": "*",
8616
- "package": "./combobox"
8616
+ "package": "./combobox.styles"
8617
8617
  }
8618
8618
  },
8619
8619
  {
@@ -8621,7 +8621,7 @@
8621
8621
  "name": "*",
8622
8622
  "declaration": {
8623
8623
  "name": "*",
8624
- "package": "./combobox.styles"
8624
+ "package": "./combobox.template"
8625
8625
  }
8626
8626
  },
8627
8627
  {
@@ -8629,7 +8629,7 @@
8629
8629
  "name": "*",
8630
8630
  "declaration": {
8631
8631
  "name": "*",
8632
- "package": "./combobox.template"
8632
+ "package": "./combobox"
8633
8633
  }
8634
8634
  }
8635
8635
  ]
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA+E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA8E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -1,4 +1,4 @@
1
- export * from './combobox';
2
1
  export * from './combobox.styles';
3
2
  export * from './combobox.template';
3
+ export * from './combobox';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
@@ -48,8 +48,7 @@ import { rapidProgress } from './progress';
48
48
  import { rapidProgressRing } from './progress-ring';
49
49
  import { rapidRadio } from './radio';
50
50
  import { rapidRadioGroup } from './radio-group';
51
- import { rapidSearchBar } from './search-bar';
52
- import { rapidSearchBarCombobox } from './search-bar';
51
+ import { rapidSearchBar, rapidSearchBarCombobox } from './search-bar';
53
52
  import { rapidSegmentedControl } from './segmented-control';
54
53
  import { rapidSegmentedItem } from './segmented-item';
55
54
  import { rapidSelect } from './select';
@@ -1,3 +1,3 @@
1
- export * from './combobox';
2
1
  export * from './combobox.styles';
3
2
  export * from './combobox.template';
3
+ export * from './combobox';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.209.1",
4
+ "version": "14.209.2-alpha-b930c55.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
40
- "@genesislcap/genx": "14.209.1",
41
- "@genesislcap/rollup-builder": "14.209.1",
42
- "@genesislcap/ts-builder": "14.209.1",
43
- "@genesislcap/uvu-playwright-builder": "14.209.1",
44
- "@genesislcap/vite-builder": "14.209.1",
45
- "@genesislcap/webpack-builder": "14.209.1",
40
+ "@genesislcap/genx": "14.209.2-alpha-b930c55.0",
41
+ "@genesislcap/rollup-builder": "14.209.2-alpha-b930c55.0",
42
+ "@genesislcap/ts-builder": "14.209.2-alpha-b930c55.0",
43
+ "@genesislcap/uvu-playwright-builder": "14.209.2-alpha-b930c55.0",
44
+ "@genesislcap/vite-builder": "14.209.2-alpha-b930c55.0",
45
+ "@genesislcap/webpack-builder": "14.209.2-alpha-b930c55.0",
46
46
  "@storybook/addon-coverage": "^1.0.1",
47
47
  "@storybook/addon-essentials": "^8.0.0",
48
48
  "@storybook/addon-links": "^8.0.0",
@@ -60,8 +60,8 @@
60
60
  "storybook": "^8.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.209.1",
64
- "@genesislcap/foundation-ui": "14.209.1",
63
+ "@genesislcap/foundation-logger": "14.209.2-alpha-b930c55.0",
64
+ "@genesislcap/foundation-ui": "14.209.2-alpha-b930c55.0",
65
65
  "@microsoft/fast-colors": "^5.3.1",
66
66
  "@microsoft/fast-components": "^2.30.6",
67
67
  "@microsoft/fast-element": "^1.12.0",
@@ -79,5 +79,5 @@
79
79
  "access": "public"
80
80
  },
81
81
  "customElements": "dist/custom-elements.json",
82
- "gitHead": "50e14162423dae95ab839b37a298050d10f9e9a6"
82
+ "gitHead": "c807642b5990fd952947fca4c7f027647be19afd"
83
83
  }