@genesislcap/foundation-zero 14.430.1 → 14.430.2-FUI-2528.1

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.
@@ -9544,154 +9544,6 @@
9544
9544
  }
9545
9545
  ]
9546
9546
  },
9547
- {
9548
- "kind": "javascript-module",
9549
- "path": "src/combobox/combobox.styles.ts",
9550
- "declarations": [
9551
- {
9552
- "kind": "function",
9553
- "name": "zeroComboboxStyles",
9554
- "return": {
9555
- "type": {
9556
- "text": "ElementStyles"
9557
- }
9558
- },
9559
- "parameters": [
9560
- {
9561
- "name": "context",
9562
- "type": {
9563
- "text": "ElementDefinitionContext"
9564
- }
9565
- },
9566
- {
9567
- "name": "definition",
9568
- "type": {
9569
- "text": "FoundationElementDefinition"
9570
- }
9571
- }
9572
- ]
9573
- }
9574
- ],
9575
- "exports": [
9576
- {
9577
- "kind": "js",
9578
- "name": "zeroComboboxStyles",
9579
- "declaration": {
9580
- "name": "zeroComboboxStyles",
9581
- "module": "src/combobox/combobox.styles.ts"
9582
- }
9583
- }
9584
- ]
9585
- },
9586
- {
9587
- "kind": "javascript-module",
9588
- "path": "src/combobox/combobox.template.ts",
9589
- "declarations": [
9590
- {
9591
- "kind": "function",
9592
- "name": "zeroComboboxTemplate",
9593
- "return": {
9594
- "type": {
9595
- "text": "ViewTemplate<Combobox>"
9596
- }
9597
- },
9598
- "parameters": [
9599
- {
9600
- "name": "context",
9601
- "type": {
9602
- "text": "ElementDefinitionContext"
9603
- }
9604
- },
9605
- {
9606
- "name": "definition",
9607
- "type": {
9608
- "text": "FoundationElementDefinition"
9609
- }
9610
- }
9611
- ]
9612
- }
9613
- ],
9614
- "exports": [
9615
- {
9616
- "kind": "js",
9617
- "name": "zeroComboboxTemplate",
9618
- "declaration": {
9619
- "name": "zeroComboboxTemplate",
9620
- "module": "src/combobox/combobox.template.ts"
9621
- }
9622
- }
9623
- ]
9624
- },
9625
- {
9626
- "kind": "javascript-module",
9627
- "path": "src/combobox/combobox.ts",
9628
- "declarations": [
9629
- {
9630
- "kind": "class",
9631
- "description": "",
9632
- "name": "Combobox",
9633
- "superclass": {
9634
- "name": "FoundationComboBox",
9635
- "package": "@genesislcap/foundation-ui"
9636
- },
9637
- "tagName": "%%prefix%%-combobox",
9638
- "customElement": true
9639
- },
9640
- {
9641
- "kind": "variable",
9642
- "name": "zeroCombobox"
9643
- }
9644
- ],
9645
- "exports": [
9646
- {
9647
- "kind": "js",
9648
- "name": "Combobox",
9649
- "declaration": {
9650
- "name": "Combobox",
9651
- "module": "src/combobox/combobox.ts"
9652
- }
9653
- },
9654
- {
9655
- "kind": "js",
9656
- "name": "zeroCombobox",
9657
- "declaration": {
9658
- "name": "zeroCombobox",
9659
- "module": "src/combobox/combobox.ts"
9660
- }
9661
- }
9662
- ]
9663
- },
9664
- {
9665
- "kind": "javascript-module",
9666
- "path": "src/combobox/index.ts",
9667
- "declarations": [],
9668
- "exports": [
9669
- {
9670
- "kind": "js",
9671
- "name": "*",
9672
- "declaration": {
9673
- "name": "*",
9674
- "package": "./combobox.styles"
9675
- }
9676
- },
9677
- {
9678
- "kind": "js",
9679
- "name": "*",
9680
- "declaration": {
9681
- "name": "*",
9682
- "package": "./combobox.template"
9683
- }
9684
- },
9685
- {
9686
- "kind": "js",
9687
- "name": "*",
9688
- "declaration": {
9689
- "name": "*",
9690
- "package": "./combobox"
9691
- }
9692
- }
9693
- ]
9694
- },
9695
9547
  {
9696
9548
  "kind": "javascript-module",
9697
9549
  "path": "src/connection-indicator/connection-indicator.ts",
@@ -9964,6 +9816,154 @@
9964
9816
  }
9965
9817
  ]
9966
9818
  },
9819
+ {
9820
+ "kind": "javascript-module",
9821
+ "path": "src/combobox/combobox.styles.ts",
9822
+ "declarations": [
9823
+ {
9824
+ "kind": "function",
9825
+ "name": "zeroComboboxStyles",
9826
+ "return": {
9827
+ "type": {
9828
+ "text": "ElementStyles"
9829
+ }
9830
+ },
9831
+ "parameters": [
9832
+ {
9833
+ "name": "context",
9834
+ "type": {
9835
+ "text": "ElementDefinitionContext"
9836
+ }
9837
+ },
9838
+ {
9839
+ "name": "definition",
9840
+ "type": {
9841
+ "text": "FoundationElementDefinition"
9842
+ }
9843
+ }
9844
+ ]
9845
+ }
9846
+ ],
9847
+ "exports": [
9848
+ {
9849
+ "kind": "js",
9850
+ "name": "zeroComboboxStyles",
9851
+ "declaration": {
9852
+ "name": "zeroComboboxStyles",
9853
+ "module": "src/combobox/combobox.styles.ts"
9854
+ }
9855
+ }
9856
+ ]
9857
+ },
9858
+ {
9859
+ "kind": "javascript-module",
9860
+ "path": "src/combobox/combobox.template.ts",
9861
+ "declarations": [
9862
+ {
9863
+ "kind": "function",
9864
+ "name": "zeroComboboxTemplate",
9865
+ "return": {
9866
+ "type": {
9867
+ "text": "ViewTemplate<Combobox>"
9868
+ }
9869
+ },
9870
+ "parameters": [
9871
+ {
9872
+ "name": "context",
9873
+ "type": {
9874
+ "text": "ElementDefinitionContext"
9875
+ }
9876
+ },
9877
+ {
9878
+ "name": "definition",
9879
+ "type": {
9880
+ "text": "FoundationElementDefinition"
9881
+ }
9882
+ }
9883
+ ]
9884
+ }
9885
+ ],
9886
+ "exports": [
9887
+ {
9888
+ "kind": "js",
9889
+ "name": "zeroComboboxTemplate",
9890
+ "declaration": {
9891
+ "name": "zeroComboboxTemplate",
9892
+ "module": "src/combobox/combobox.template.ts"
9893
+ }
9894
+ }
9895
+ ]
9896
+ },
9897
+ {
9898
+ "kind": "javascript-module",
9899
+ "path": "src/combobox/combobox.ts",
9900
+ "declarations": [
9901
+ {
9902
+ "kind": "class",
9903
+ "description": "",
9904
+ "name": "Combobox",
9905
+ "superclass": {
9906
+ "name": "FoundationComboBox",
9907
+ "package": "@genesislcap/foundation-ui"
9908
+ },
9909
+ "tagName": "%%prefix%%-combobox",
9910
+ "customElement": true
9911
+ },
9912
+ {
9913
+ "kind": "variable",
9914
+ "name": "zeroCombobox"
9915
+ }
9916
+ ],
9917
+ "exports": [
9918
+ {
9919
+ "kind": "js",
9920
+ "name": "Combobox",
9921
+ "declaration": {
9922
+ "name": "Combobox",
9923
+ "module": "src/combobox/combobox.ts"
9924
+ }
9925
+ },
9926
+ {
9927
+ "kind": "js",
9928
+ "name": "zeroCombobox",
9929
+ "declaration": {
9930
+ "name": "zeroCombobox",
9931
+ "module": "src/combobox/combobox.ts"
9932
+ }
9933
+ }
9934
+ ]
9935
+ },
9936
+ {
9937
+ "kind": "javascript-module",
9938
+ "path": "src/combobox/index.ts",
9939
+ "declarations": [],
9940
+ "exports": [
9941
+ {
9942
+ "kind": "js",
9943
+ "name": "*",
9944
+ "declaration": {
9945
+ "name": "*",
9946
+ "package": "./combobox.styles"
9947
+ }
9948
+ },
9949
+ {
9950
+ "kind": "js",
9951
+ "name": "*",
9952
+ "declaration": {
9953
+ "name": "*",
9954
+ "package": "./combobox.template"
9955
+ }
9956
+ },
9957
+ {
9958
+ "kind": "js",
9959
+ "name": "*",
9960
+ "declaration": {
9961
+ "name": "*",
9962
+ "package": "./combobox"
9963
+ }
9964
+ }
9965
+ ]
9966
+ },
9967
9967
  {
9968
9968
  "kind": "javascript-module",
9969
9969
  "path": "src/data-grid/data-grid-cell.styles.ts",
@@ -275,23 +275,23 @@ export declare const Checkbox: React.ForwardRefExoticComponent<
275
275
  >;
276
276
  export type CheckboxRef = CheckboxWC;
277
277
 
278
- export declare const Combobox: React.ForwardRefExoticComponent<
278
+ export declare const ConnectionIndicator: React.ForwardRefExoticComponent<
279
279
  React.PropsWithChildren<
280
- Omit<PublicOf<ComboboxWC>, 'children' | 'style'> &
280
+ Omit<PublicOf<ConnectionIndicatorWC>, 'children' | 'style'> &
281
281
  HTMLWCProps & {
282
282
  }
283
- > & React.RefAttributes<ComboboxWC>
283
+ > & React.RefAttributes<ConnectionIndicatorWC>
284
284
  >;
285
- export type ComboboxRef = ComboboxWC;
285
+ export type ConnectionIndicatorRef = ConnectionIndicatorWC;
286
286
 
287
- export declare const ConnectionIndicator: React.ForwardRefExoticComponent<
287
+ export declare const Combobox: React.ForwardRefExoticComponent<
288
288
  React.PropsWithChildren<
289
- Omit<PublicOf<ConnectionIndicatorWC>, 'children' | 'style'> &
289
+ Omit<PublicOf<ComboboxWC>, 'children' | 'style'> &
290
290
  HTMLWCProps & {
291
291
  }
292
- > & React.RefAttributes<ConnectionIndicatorWC>
292
+ > & React.RefAttributes<ComboboxWC>
293
293
  >;
294
- export type ConnectionIndicatorRef = ConnectionIndicatorWC;
294
+ export type ComboboxRef = ComboboxWC;
295
295
 
296
296
  export declare const DataGridCell: React.ForwardRefExoticComponent<
297
297
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -230,14 +230,14 @@ const Checkbox = React.forwardRef(function Checkbox(props, ref) {
230
230
  return React.createElement(customElements.getName(CheckboxWC) ?? '%%prefix%%-checkbox', { ...rest, ref }, children);
231
231
  });
232
232
 
233
- const Combobox = React.forwardRef(function Combobox(props, ref) {
233
+ const ConnectionIndicator = React.forwardRef(function ConnectionIndicator(props, ref) {
234
234
  const { children, ...rest } = props;
235
- return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
235
+ return React.createElement(customElements.getName(ConnectionIndicatorWC) ?? '%%prefix%%-connection-indicator', { ...rest, ref }, children);
236
236
  });
237
237
 
238
- const ConnectionIndicator = React.forwardRef(function ConnectionIndicator(props, ref) {
238
+ const Combobox = React.forwardRef(function Combobox(props, ref) {
239
239
  const { children, ...rest } = props;
240
- return React.createElement(customElements.getName(ConnectionIndicatorWC) ?? '%%prefix%%-connection-indicator', { ...rest, ref }, children);
240
+ return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
241
241
  });
242
242
 
243
243
  const DataGridCell = React.forwardRef(function DataGridCell(props, ref) {
@@ -874,8 +874,8 @@ module.exports = {
874
874
  Card,
875
875
  CategorizedMultiselect,
876
876
  Checkbox,
877
- Combobox,
878
877
  ConnectionIndicator,
878
+ Combobox,
879
879
  DataGridCell,
880
880
  DataGridRow,
881
881
  DataGrid,
package/dist/react.mjs CHANGED
@@ -228,14 +228,14 @@ export const Checkbox = React.forwardRef(function Checkbox(props, ref) {
228
228
  return React.createElement(customElements.getName(CheckboxWC) ?? '%%prefix%%-checkbox', { ...rest, ref }, children);
229
229
  });
230
230
 
231
- export const Combobox = React.forwardRef(function Combobox(props, ref) {
231
+ export const ConnectionIndicator = React.forwardRef(function ConnectionIndicator(props, ref) {
232
232
  const { children, ...rest } = props;
233
- return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
233
+ return React.createElement(customElements.getName(ConnectionIndicatorWC) ?? '%%prefix%%-connection-indicator', { ...rest, ref }, children);
234
234
  });
235
235
 
236
- export const ConnectionIndicator = React.forwardRef(function ConnectionIndicator(props, ref) {
236
+ export const Combobox = React.forwardRef(function Combobox(props, ref) {
237
237
  const { children, ...rest } = props;
238
- return React.createElement(customElements.getName(ConnectionIndicatorWC) ?? '%%prefix%%-connection-indicator', { ...rest, ref }, children);
238
+ return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
239
239
  });
240
240
 
241
241
  export const DataGridCell = React.forwardRef(function DataGridCell(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.430.1",
4
+ "version": "14.430.2-FUI-2528.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "14.430.1",
77
- "@genesislcap/rollup-builder": "14.430.1",
78
- "@genesislcap/ts-builder": "14.430.1",
79
- "@genesislcap/uvu-playwright-builder": "14.430.1",
80
- "@genesislcap/vite-builder": "14.430.1",
81
- "@genesislcap/webpack-builder": "14.430.1"
76
+ "@genesislcap/genx": "14.430.2-FUI-2528.1",
77
+ "@genesislcap/rollup-builder": "14.430.2-FUI-2528.1",
78
+ "@genesislcap/ts-builder": "14.430.2-FUI-2528.1",
79
+ "@genesislcap/uvu-playwright-builder": "14.430.2-FUI-2528.1",
80
+ "@genesislcap/vite-builder": "14.430.2-FUI-2528.1",
81
+ "@genesislcap/webpack-builder": "14.430.2-FUI-2528.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.430.1",
85
- "@genesislcap/foundation-logger": "14.430.1",
86
- "@genesislcap/foundation-ui": "14.430.1",
87
- "@genesislcap/foundation-utils": "14.430.1",
84
+ "@genesislcap/foundation-comms": "14.430.2-FUI-2528.1",
85
+ "@genesislcap/foundation-logger": "14.430.2-FUI-2528.1",
86
+ "@genesislcap/foundation-ui": "14.430.2-FUI-2528.1",
87
+ "@genesislcap/foundation-utils": "14.430.2-FUI-2528.1",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "6eb4026225087b765f5363f7233d3450af040900"
114
+ "gitHead": "18300a1ebbeea085635bc379fd89b4894e1870a9"
115
115
  }