@genesislcap/rapid-design-system 14.213.1 → 14.214.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.
- package/dist/custom-elements.json +21 -21
- package/package.json +11 -11
|
@@ -695,6 +695,27 @@
|
|
|
695
695
|
}
|
|
696
696
|
]
|
|
697
697
|
},
|
|
698
|
+
{
|
|
699
|
+
"kind": "javascript-module",
|
|
700
|
+
"path": "src/_common/color.hex.ts",
|
|
701
|
+
"declarations": [],
|
|
702
|
+
"exports": []
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"kind": "javascript-module",
|
|
706
|
+
"path": "src/_common/index.ts",
|
|
707
|
+
"declarations": [],
|
|
708
|
+
"exports": [
|
|
709
|
+
{
|
|
710
|
+
"kind": "js",
|
|
711
|
+
"name": "*",
|
|
712
|
+
"declaration": {
|
|
713
|
+
"name": "*",
|
|
714
|
+
"package": "./color.hex"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
]
|
|
718
|
+
},
|
|
698
719
|
{
|
|
699
720
|
"kind": "javascript-module",
|
|
700
721
|
"path": "src/_config/index.ts",
|
|
@@ -1062,27 +1083,6 @@
|
|
|
1062
1083
|
}
|
|
1063
1084
|
]
|
|
1064
1085
|
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "javascript-module",
|
|
1067
|
-
"path": "src/_common/color.hex.ts",
|
|
1068
|
-
"declarations": [],
|
|
1069
|
-
"exports": []
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "javascript-module",
|
|
1073
|
-
"path": "src/_common/index.ts",
|
|
1074
|
-
"declarations": [],
|
|
1075
|
-
"exports": [
|
|
1076
|
-
{
|
|
1077
|
-
"kind": "js",
|
|
1078
|
-
"name": "*",
|
|
1079
|
-
"declaration": {
|
|
1080
|
-
"name": "*",
|
|
1081
|
-
"package": "./color.hex"
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
|
-
]
|
|
1085
|
-
},
|
|
1086
1086
|
{
|
|
1087
1087
|
"kind": "javascript-module",
|
|
1088
1088
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.214.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
40
|
-
"@genesislcap/genx": "14.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
40
|
+
"@genesislcap/genx": "14.214.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.214.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.214.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.214.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.214.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.214.0",
|
|
46
46
|
"@storybook/addon-coverage": "^1.0.1",
|
|
47
47
|
"@storybook/addon-essentials": "^8.0.0",
|
|
48
48
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"storybook": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-logger": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.214.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.214.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.214.0",
|
|
66
66
|
"@microsoft/fast-colors": "^5.3.1",
|
|
67
67
|
"@microsoft/fast-components": "^2.30.6",
|
|
68
68
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"customElements": "dist/custom-elements.json",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "12de0640c63d111cb448bd3204a9d2133afb9c49"
|
|
84
84
|
}
|