@genesislcap/foundation-zero 14.120.0 → 14.120.2

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.
@@ -808,37 +808,6 @@
808
808
  }
809
809
  ]
810
810
  },
811
- {
812
- "kind": "javascript-module",
813
- "path": "src/_config/index.ts",
814
- "declarations": [],
815
- "exports": [
816
- {
817
- "kind": "js",
818
- "name": "*",
819
- "declaration": {
820
- "name": "*",
821
- "package": "./styles"
822
- }
823
- },
824
- {
825
- "kind": "js",
826
- "name": "*",
827
- "declaration": {
828
- "name": "*",
829
- "package": "./tokens"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./values"
838
- }
839
- }
840
- ]
841
- },
842
811
  {
843
812
  "kind": "javascript-module",
844
813
  "path": "src/accordion/accordion.stories.ts",
@@ -1027,6 +996,37 @@
1027
996
  }
1028
997
  ]
1029
998
  },
999
+ {
1000
+ "kind": "javascript-module",
1001
+ "path": "src/_config/index.ts",
1002
+ "declarations": [],
1003
+ "exports": [
1004
+ {
1005
+ "kind": "js",
1006
+ "name": "*",
1007
+ "declaration": {
1008
+ "name": "*",
1009
+ "package": "./styles"
1010
+ }
1011
+ },
1012
+ {
1013
+ "kind": "js",
1014
+ "name": "*",
1015
+ "declaration": {
1016
+ "name": "*",
1017
+ "package": "./tokens"
1018
+ }
1019
+ },
1020
+ {
1021
+ "kind": "js",
1022
+ "name": "*",
1023
+ "declaration": {
1024
+ "name": "*",
1025
+ "package": "./values"
1026
+ }
1027
+ }
1028
+ ]
1029
+ },
1030
1030
  {
1031
1031
  "kind": "javascript-module",
1032
1032
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -34024,87 +34024,6 @@
34024
34024
  }
34025
34025
  ]
34026
34026
  },
34027
- {
34028
- "kind": "javascript-module",
34029
- "path": "src/utils/behaviors.ts",
34030
- "declarations": [
34031
- {
34032
- "kind": "function",
34033
- "name": "appearanceBehavior",
34034
- "parameters": [
34035
- {
34036
- "name": "value",
34037
- "type": {
34038
- "text": "string"
34039
- },
34040
- "description": "The value of the appearance property"
34041
- },
34042
- {
34043
- "name": "styles",
34044
- "type": {
34045
- "text": "ElementStyles"
34046
- },
34047
- "description": "The styles to be applied when condition matches"
34048
- }
34049
- ],
34050
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
34051
- "privacy": "public"
34052
- }
34053
- ],
34054
- "exports": [
34055
- {
34056
- "kind": "js",
34057
- "name": "appearanceBehavior",
34058
- "declaration": {
34059
- "name": "appearanceBehavior",
34060
- "module": "src/utils/behaviors.ts"
34061
- }
34062
- }
34063
- ]
34064
- },
34065
- {
34066
- "kind": "javascript-module",
34067
- "path": "src/utils/index.ts",
34068
- "declarations": [],
34069
- "exports": [
34070
- {
34071
- "kind": "js",
34072
- "name": "*",
34073
- "declaration": {
34074
- "name": "*",
34075
- "package": "./behaviors"
34076
- }
34077
- },
34078
- {
34079
- "kind": "js",
34080
- "name": "*",
34081
- "declaration": {
34082
- "name": "*",
34083
- "package": "./logger"
34084
- }
34085
- }
34086
- ]
34087
- },
34088
- {
34089
- "kind": "javascript-module",
34090
- "path": "src/utils/logger.ts",
34091
- "declarations": [
34092
- {
34093
- "kind": "variable",
34094
- "name": "logger"
34095
- }
34096
- ],
34097
- "exports": [
34098
- {
34099
- "kind": "js",
34100
- "name": "logger",
34101
- "declaration": {
34102
- "name": "logger",
34103
- "module": "src/utils/logger.ts"
34104
- }
34105
- }
34106
- ]
34107
- },
34108
34027
  {
34109
34028
  "kind": "javascript-module",
34110
34029
  "path": "src/url-input/index.ts",
@@ -34828,6 +34747,87 @@
34828
34747
  }
34829
34748
  ]
34830
34749
  },
34750
+ {
34751
+ "kind": "javascript-module",
34752
+ "path": "src/utils/behaviors.ts",
34753
+ "declarations": [
34754
+ {
34755
+ "kind": "function",
34756
+ "name": "appearanceBehavior",
34757
+ "parameters": [
34758
+ {
34759
+ "name": "value",
34760
+ "type": {
34761
+ "text": "string"
34762
+ },
34763
+ "description": "The value of the appearance property"
34764
+ },
34765
+ {
34766
+ "name": "styles",
34767
+ "type": {
34768
+ "text": "ElementStyles"
34769
+ },
34770
+ "description": "The styles to be applied when condition matches"
34771
+ }
34772
+ ],
34773
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
34774
+ "privacy": "public"
34775
+ }
34776
+ ],
34777
+ "exports": [
34778
+ {
34779
+ "kind": "js",
34780
+ "name": "appearanceBehavior",
34781
+ "declaration": {
34782
+ "name": "appearanceBehavior",
34783
+ "module": "src/utils/behaviors.ts"
34784
+ }
34785
+ }
34786
+ ]
34787
+ },
34788
+ {
34789
+ "kind": "javascript-module",
34790
+ "path": "src/utils/index.ts",
34791
+ "declarations": [],
34792
+ "exports": [
34793
+ {
34794
+ "kind": "js",
34795
+ "name": "*",
34796
+ "declaration": {
34797
+ "name": "*",
34798
+ "package": "./behaviors"
34799
+ }
34800
+ },
34801
+ {
34802
+ "kind": "js",
34803
+ "name": "*",
34804
+ "declaration": {
34805
+ "name": "*",
34806
+ "package": "./logger"
34807
+ }
34808
+ }
34809
+ ]
34810
+ },
34811
+ {
34812
+ "kind": "javascript-module",
34813
+ "path": "src/utils/logger.ts",
34814
+ "declarations": [
34815
+ {
34816
+ "kind": "variable",
34817
+ "name": "logger"
34818
+ }
34819
+ ],
34820
+ "exports": [
34821
+ {
34822
+ "kind": "js",
34823
+ "name": "logger",
34824
+ "declaration": {
34825
+ "name": "logger",
34826
+ "module": "src/utils/logger.ts"
34827
+ }
34828
+ }
34829
+ ]
34830
+ },
34831
34831
  {
34832
34832
  "kind": "javascript-module",
34833
34833
  "path": "src/_config/styles/colors.ts",
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.120.0",
4
+ "version": "14.120.2",
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.120.0",
70
+ "@genesislcap/genx": "14.120.2",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.5.3",
73
73
  "@storybook/addon-links": "^7.5.3",
@@ -82,10 +82,10 @@
82
82
  "storybook": "^7.5.3"
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.120.0",
86
- "@genesislcap/foundation-logger": "14.120.0",
87
- "@genesislcap/foundation-ui": "14.120.0",
88
- "@genesislcap/foundation-utils": "14.120.0",
85
+ "@genesislcap/foundation-comms": "14.120.2",
86
+ "@genesislcap/foundation-logger": "14.120.2",
87
+ "@genesislcap/foundation-ui": "14.120.2",
88
+ "@genesislcap/foundation-utils": "14.120.2",
89
89
  "@microsoft/fast-colors": "^5.1.4",
90
90
  "@microsoft/fast-components": "^2.21.3",
91
91
  "@microsoft/fast-element": "^1.7.0",
@@ -102,5 +102,5 @@
102
102
  "access": "public"
103
103
  },
104
104
  "customElements": "dist/custom-elements.json",
105
- "gitHead": "33db20d38203527970ea100cbe9399f7341649b7"
105
+ "gitHead": "eba2e50179b4df4d928164f4ad8776be0227b4d9"
106
106
  }