@genesislcap/foundation-zero 14.25.1-alpha-8423e9e.0 → 14.26.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.
- package/README.md +4 -1
- package/dist/custom-elements.json +31 -31
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -13,4 +13,7 @@ For the purpose of this POC, Zero is our first design system. In simplistic term
|
|
|
13
13
|
|
|
14
14
|
## License
|
|
15
15
|
|
|
16
|
-
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
16
|
+
Note: this project provides front end dependencies and uses licensed components listed in the next section, thus licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
17
|
+
|
|
18
|
+
### Licensed components
|
|
19
|
+
Genesis low-code platform
|
|
@@ -581,6 +581,37 @@
|
|
|
581
581
|
}
|
|
582
582
|
]
|
|
583
583
|
},
|
|
584
|
+
{
|
|
585
|
+
"kind": "javascript-module",
|
|
586
|
+
"path": "src/_config/index.ts",
|
|
587
|
+
"declarations": [],
|
|
588
|
+
"exports": [
|
|
589
|
+
{
|
|
590
|
+
"kind": "js",
|
|
591
|
+
"name": "*",
|
|
592
|
+
"declaration": {
|
|
593
|
+
"name": "*",
|
|
594
|
+
"package": "./styles"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "js",
|
|
599
|
+
"name": "*",
|
|
600
|
+
"declaration": {
|
|
601
|
+
"name": "*",
|
|
602
|
+
"package": "./tokens"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "js",
|
|
607
|
+
"name": "*",
|
|
608
|
+
"declaration": {
|
|
609
|
+
"name": "*",
|
|
610
|
+
"package": "./values"
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
]
|
|
614
|
+
},
|
|
584
615
|
{
|
|
585
616
|
"kind": "javascript-module",
|
|
586
617
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -992,37 +1023,6 @@
|
|
|
992
1023
|
}
|
|
993
1024
|
]
|
|
994
1025
|
},
|
|
995
|
-
{
|
|
996
|
-
"kind": "javascript-module",
|
|
997
|
-
"path": "src/_config/index.ts",
|
|
998
|
-
"declarations": [],
|
|
999
|
-
"exports": [
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "*",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "*",
|
|
1005
|
-
"package": "./styles"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "js",
|
|
1010
|
-
"name": "*",
|
|
1011
|
-
"declaration": {
|
|
1012
|
-
"name": "*",
|
|
1013
|
-
"package": "./tokens"
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "js",
|
|
1018
|
-
"name": "*",
|
|
1019
|
-
"declaration": {
|
|
1020
|
-
"name": "*",
|
|
1021
|
-
"package": "./values"
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
]
|
|
1025
|
-
},
|
|
1026
1026
|
{
|
|
1027
1027
|
"kind": "javascript-module",
|
|
1028
1028
|
"path": "src/anchor/anchor.stories.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.
|
|
4
|
+
"version": "14.26.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"storybook": "storybook dev -p 6006"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "^14.26.1",
|
|
31
31
|
"@playwright/test": "^1.18.1",
|
|
32
32
|
"@storybook/addon-essentials": "^7.0.0",
|
|
33
33
|
"@storybook/addon-links": "^7.0.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"watchlist": "^0.3.1"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
52
|
+
"@genesislcap/foundation-comms": "^14.26.1",
|
|
53
|
+
"@genesislcap/foundation-ui": "^14.26.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "^14.26.1",
|
|
55
55
|
"@microsoft/fast-colors": "^5.1.4",
|
|
56
56
|
"@microsoft/fast-components": "^2.21.3",
|
|
57
57
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
70
|
"customElements": "dist/custom-elements.json",
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "d91e3dcee5b9cc7deb70447d90fe581f251a1b22"
|
|
72
72
|
}
|