@genesislcap/foundation-zero 14.118.1 → 14.120.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.
@@ -669,37 +669,6 @@
669
669
  }
670
670
  ]
671
671
  },
672
- {
673
- "kind": "javascript-module",
674
- "path": "src/_config/index.ts",
675
- "declarations": [],
676
- "exports": [
677
- {
678
- "kind": "js",
679
- "name": "*",
680
- "declaration": {
681
- "name": "*",
682
- "package": "./styles"
683
- }
684
- },
685
- {
686
- "kind": "js",
687
- "name": "*",
688
- "declaration": {
689
- "name": "*",
690
- "package": "./tokens"
691
- }
692
- },
693
- {
694
- "kind": "js",
695
- "name": "*",
696
- "declaration": {
697
- "name": "*",
698
- "package": "./values"
699
- }
700
- }
701
- ]
702
- },
703
672
  {
704
673
  "kind": "javascript-module",
705
674
  "path": "src/_common/colors.hex.ts",
@@ -839,6 +808,37 @@
839
808
  }
840
809
  ]
841
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
842
  {
843
843
  "kind": "javascript-module",
844
844
  "path": "src/accordion/accordion.stories.ts",
@@ -34024,6 +34024,87 @@
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
+ },
34027
34108
  {
34028
34109
  "kind": "javascript-module",
34029
34110
  "path": "src/url-input/index.ts",
@@ -34747,87 +34828,6 @@
34747
34828
  }
34748
34829
  ]
34749
34830
  },
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.118.1",
4
+ "version": "14.120.0",
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.118.1",
70
+ "@genesislcap/genx": "14.120.0",
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.118.1",
86
- "@genesislcap/foundation-logger": "14.118.1",
87
- "@genesislcap/foundation-ui": "14.118.1",
88
- "@genesislcap/foundation-utils": "14.118.1",
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",
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": "179ca69eb20ca2d30c62890f68e6bf60649f0ba6"
105
+ "gitHead": "33db20d38203527970ea100cbe9399f7341649b7"
106
106
  }