@genesislcap/foundation-zero 14.101.1 → 14.101.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.
- package/dist/custom-elements.json +31 -31
- package/package.json +7 -7
|
@@ -645,37 +645,6 @@
|
|
|
645
645
|
}
|
|
646
646
|
]
|
|
647
647
|
},
|
|
648
|
-
{
|
|
649
|
-
"kind": "javascript-module",
|
|
650
|
-
"path": "src/_config/index.ts",
|
|
651
|
-
"declarations": [],
|
|
652
|
-
"exports": [
|
|
653
|
-
{
|
|
654
|
-
"kind": "js",
|
|
655
|
-
"name": "*",
|
|
656
|
-
"declaration": {
|
|
657
|
-
"name": "*",
|
|
658
|
-
"package": "./styles"
|
|
659
|
-
}
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"kind": "js",
|
|
663
|
-
"name": "*",
|
|
664
|
-
"declaration": {
|
|
665
|
-
"name": "*",
|
|
666
|
-
"package": "./tokens"
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"kind": "js",
|
|
671
|
-
"name": "*",
|
|
672
|
-
"declaration": {
|
|
673
|
-
"name": "*",
|
|
674
|
-
"package": "./values"
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
]
|
|
678
|
-
},
|
|
679
648
|
{
|
|
680
649
|
"kind": "javascript-module",
|
|
681
650
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -1003,6 +972,37 @@
|
|
|
1003
972
|
}
|
|
1004
973
|
]
|
|
1005
974
|
},
|
|
975
|
+
{
|
|
976
|
+
"kind": "javascript-module",
|
|
977
|
+
"path": "src/_config/index.ts",
|
|
978
|
+
"declarations": [],
|
|
979
|
+
"exports": [
|
|
980
|
+
{
|
|
981
|
+
"kind": "js",
|
|
982
|
+
"name": "*",
|
|
983
|
+
"declaration": {
|
|
984
|
+
"name": "*",
|
|
985
|
+
"package": "./styles"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"kind": "js",
|
|
990
|
+
"name": "*",
|
|
991
|
+
"declaration": {
|
|
992
|
+
"name": "*",
|
|
993
|
+
"package": "./tokens"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"kind": "js",
|
|
998
|
+
"name": "*",
|
|
999
|
+
"declaration": {
|
|
1000
|
+
"name": "*",
|
|
1001
|
+
"package": "./values"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
1006
|
{
|
|
1007
1007
|
"kind": "javascript-module",
|
|
1008
1008
|
"path": "src/accordion-item/accordion-item.styles.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.101.
|
|
4
|
+
"version": "14.101.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"storybook": "storybook dev -p 6006"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@genesislcap/genx": "14.101.
|
|
68
|
+
"@genesislcap/genx": "14.101.2",
|
|
69
69
|
"@storybook/addon-essentials": "^7.1.0",
|
|
70
70
|
"@storybook/addon-links": "^7.1.0",
|
|
71
71
|
"@storybook/addons": "^7.1.0",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"storybook": "^7.1.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.101.
|
|
82
|
-
"@genesislcap/foundation-logger": "14.101.
|
|
83
|
-
"@genesislcap/foundation-ui": "14.101.
|
|
84
|
-
"@genesislcap/foundation-utils": "14.101.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.101.2",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.101.2",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.101.2",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.101.2",
|
|
85
85
|
"@microsoft/fast-colors": "^5.1.4",
|
|
86
86
|
"@microsoft/fast-components": "^2.21.3",
|
|
87
87
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "05e5041135e6c89e34007cfd41a1a0635ef091c2"
|
|
102
102
|
}
|