@genesislcap/foundation-zero 14.139.0 → 14.139.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.
@@ -816,6 +816,37 @@
816
816
  }
817
817
  ]
818
818
  },
819
+ {
820
+ "kind": "javascript-module",
821
+ "path": "src/_config/index.ts",
822
+ "declarations": [],
823
+ "exports": [
824
+ {
825
+ "kind": "js",
826
+ "name": "*",
827
+ "declaration": {
828
+ "name": "*",
829
+ "package": "./styles"
830
+ }
831
+ },
832
+ {
833
+ "kind": "js",
834
+ "name": "*",
835
+ "declaration": {
836
+ "name": "*",
837
+ "package": "./tokens"
838
+ }
839
+ },
840
+ {
841
+ "kind": "js",
842
+ "name": "*",
843
+ "declaration": {
844
+ "name": "*",
845
+ "package": "./values"
846
+ }
847
+ }
848
+ ]
849
+ },
819
850
  {
820
851
  "kind": "javascript-module",
821
852
  "path": "src/accordion/accordion.stories.ts",
@@ -1004,37 +1035,6 @@
1004
1035
  }
1005
1036
  ]
1006
1037
  },
1007
- {
1008
- "kind": "javascript-module",
1009
- "path": "src/_config/index.ts",
1010
- "declarations": [],
1011
- "exports": [
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./styles"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./tokens"
1026
- }
1027
- },
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./values"
1034
- }
1035
- }
1036
- ]
1037
- },
1038
1038
  {
1039
1039
  "kind": "javascript-module",
1040
1040
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -25533,6 +25533,34 @@
25533
25533
  "module": "src/combobox/combobox.ts"
25534
25534
  }
25535
25535
  },
25536
+ {
25537
+ "kind": "method",
25538
+ "name": "slottedOptionsChanged",
25539
+ "privacy": "public",
25540
+ "return": {
25541
+ "type": {
25542
+ "text": "void"
25543
+ }
25544
+ },
25545
+ "parameters": [
25546
+ {
25547
+ "name": "prev",
25548
+ "type": {
25549
+ "text": "Element[] | undefined"
25550
+ }
25551
+ },
25552
+ {
25553
+ "name": "next",
25554
+ "type": {
25555
+ "text": "Element[]"
25556
+ }
25557
+ }
25558
+ ],
25559
+ "inheritedFrom": {
25560
+ "name": "Combobox",
25561
+ "module": "src/combobox/combobox.ts"
25562
+ }
25563
+ },
25536
25564
  {
25537
25565
  "kind": "field",
25538
25566
  "name": "indicator",
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.139.0",
4
+ "version": "14.139.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.139.0",
70
+ "@genesislcap/genx": "14.139.1",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.6.7",
73
73
  "@storybook/addon-links": "^7.6.7",
@@ -84,10 +84,10 @@
84
84
  "storybook": "^7.6.7"
85
85
  },
86
86
  "dependencies": {
87
- "@genesislcap/foundation-comms": "14.139.0",
88
- "@genesislcap/foundation-logger": "14.139.0",
89
- "@genesislcap/foundation-ui": "14.139.0",
90
- "@genesislcap/foundation-utils": "14.139.0",
87
+ "@genesislcap/foundation-comms": "14.139.1",
88
+ "@genesislcap/foundation-logger": "14.139.1",
89
+ "@genesislcap/foundation-ui": "14.139.1",
90
+ "@genesislcap/foundation-utils": "14.139.1",
91
91
  "@microsoft/fast-colors": "^5.3.1",
92
92
  "@microsoft/fast-components": "^2.30.6",
93
93
  "@microsoft/fast-element": "^1.12.0",
@@ -104,5 +104,5 @@
104
104
  "access": "public"
105
105
  },
106
106
  "customElements": "dist/custom-elements.json",
107
- "gitHead": "403107fcfb26a335c8db254a3327663e60e7af78"
107
+ "gitHead": "37c2db3914ae002405d21f0c8118727d92d0cc4b"
108
108
  }