@genesislcap/rapid-design-system 15.3.2-FUI-2571-formatters.1 → 15.3.2-FUI-2591.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/dist/custom-elements.json +80 -80
- package/package.json +12 -12
|
@@ -804,6 +804,86 @@
|
|
|
804
804
|
}
|
|
805
805
|
]
|
|
806
806
|
},
|
|
807
|
+
{
|
|
808
|
+
"kind": "javascript-module",
|
|
809
|
+
"path": "src/_config/configure.ts",
|
|
810
|
+
"declarations": [
|
|
811
|
+
{
|
|
812
|
+
"kind": "function",
|
|
813
|
+
"name": "configureRapidDesignSystem",
|
|
814
|
+
"return": {
|
|
815
|
+
"type": {
|
|
816
|
+
"text": "void"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"parameters": [
|
|
820
|
+
{
|
|
821
|
+
"name": "provider",
|
|
822
|
+
"type": {
|
|
823
|
+
"text": "HTMLElement"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"name": "config",
|
|
828
|
+
"type": {
|
|
829
|
+
"text": "Partial<DesignTokensConfig>"
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
|
|
834
|
+
"privacy": "public"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"exports": [
|
|
838
|
+
{
|
|
839
|
+
"kind": "js",
|
|
840
|
+
"name": "configureRapidDesignSystem",
|
|
841
|
+
"declaration": {
|
|
842
|
+
"name": "configureRapidDesignSystem",
|
|
843
|
+
"module": "src/_config/configure.ts"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "javascript-module",
|
|
850
|
+
"path": "src/_config/index.ts",
|
|
851
|
+
"declarations": [],
|
|
852
|
+
"exports": [
|
|
853
|
+
{
|
|
854
|
+
"kind": "js",
|
|
855
|
+
"name": "*",
|
|
856
|
+
"declaration": {
|
|
857
|
+
"name": "*",
|
|
858
|
+
"package": "./configure"
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"kind": "js",
|
|
863
|
+
"name": "*",
|
|
864
|
+
"declaration": {
|
|
865
|
+
"name": "*",
|
|
866
|
+
"package": "./styles"
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "js",
|
|
871
|
+
"name": "*",
|
|
872
|
+
"declaration": {
|
|
873
|
+
"name": "*",
|
|
874
|
+
"package": "./tokens"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"kind": "js",
|
|
879
|
+
"name": "*",
|
|
880
|
+
"declaration": {
|
|
881
|
+
"name": "*",
|
|
882
|
+
"package": "./values"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
},
|
|
807
887
|
{
|
|
808
888
|
"kind": "javascript-module",
|
|
809
889
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -952,86 +1032,6 @@
|
|
|
952
1032
|
}
|
|
953
1033
|
]
|
|
954
1034
|
},
|
|
955
|
-
{
|
|
956
|
-
"kind": "javascript-module",
|
|
957
|
-
"path": "src/_config/configure.ts",
|
|
958
|
-
"declarations": [
|
|
959
|
-
{
|
|
960
|
-
"kind": "function",
|
|
961
|
-
"name": "configureRapidDesignSystem",
|
|
962
|
-
"return": {
|
|
963
|
-
"type": {
|
|
964
|
-
"text": "void"
|
|
965
|
-
}
|
|
966
|
-
},
|
|
967
|
-
"parameters": [
|
|
968
|
-
{
|
|
969
|
-
"name": "provider",
|
|
970
|
-
"type": {
|
|
971
|
-
"text": "HTMLElement"
|
|
972
|
-
}
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"name": "config",
|
|
976
|
-
"type": {
|
|
977
|
-
"text": "Partial<DesignTokensConfig>"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
|
|
982
|
-
"privacy": "public"
|
|
983
|
-
}
|
|
984
|
-
],
|
|
985
|
-
"exports": [
|
|
986
|
-
{
|
|
987
|
-
"kind": "js",
|
|
988
|
-
"name": "configureRapidDesignSystem",
|
|
989
|
-
"declaration": {
|
|
990
|
-
"name": "configureRapidDesignSystem",
|
|
991
|
-
"module": "src/_config/configure.ts"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"kind": "javascript-module",
|
|
998
|
-
"path": "src/_config/index.ts",
|
|
999
|
-
"declarations": [],
|
|
1000
|
-
"exports": [
|
|
1001
|
-
{
|
|
1002
|
-
"kind": "js",
|
|
1003
|
-
"name": "*",
|
|
1004
|
-
"declaration": {
|
|
1005
|
-
"name": "*",
|
|
1006
|
-
"package": "./configure"
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"kind": "js",
|
|
1011
|
-
"name": "*",
|
|
1012
|
-
"declaration": {
|
|
1013
|
-
"name": "*",
|
|
1014
|
-
"package": "./styles"
|
|
1015
|
-
}
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"kind": "js",
|
|
1019
|
-
"name": "*",
|
|
1020
|
-
"declaration": {
|
|
1021
|
-
"name": "*",
|
|
1022
|
-
"package": "./tokens"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "js",
|
|
1027
|
-
"name": "*",
|
|
1028
|
-
"declaration": {
|
|
1029
|
-
"name": "*",
|
|
1030
|
-
"package": "./values"
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
]
|
|
1034
|
-
},
|
|
1035
1035
|
{
|
|
1036
1036
|
"kind": "javascript-module",
|
|
1037
1037
|
"path": "src/accordion-item/accordion-item.styles.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": "15.3.2-FUI-
|
|
4
|
+
"version": "15.3.2-FUI-2591.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
41
|
-
"@genesislcap/foundation-testing": "15.3.2-FUI-
|
|
42
|
-
"@genesislcap/genx": "15.3.2-FUI-
|
|
43
|
-
"@genesislcap/rollup-builder": "15.3.2-FUI-
|
|
44
|
-
"@genesislcap/ts-builder": "15.3.2-FUI-
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "15.3.2-FUI-
|
|
46
|
-
"@genesislcap/vite-builder": "15.3.2-FUI-
|
|
47
|
-
"@genesislcap/webpack-builder": "15.3.2-FUI-
|
|
41
|
+
"@genesislcap/foundation-testing": "15.3.2-FUI-2591.1",
|
|
42
|
+
"@genesislcap/genx": "15.3.2-FUI-2591.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "15.3.2-FUI-2591.1",
|
|
44
|
+
"@genesislcap/ts-builder": "15.3.2-FUI-2591.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "15.3.2-FUI-2591.1",
|
|
46
|
+
"@genesislcap/vite-builder": "15.3.2-FUI-2591.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "15.3.2-FUI-2591.1",
|
|
48
48
|
"flexlayout-react": "^0.8.19"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@genesislcap/foundation-logger": "15.3.2-FUI-
|
|
60
|
-
"@genesislcap/foundation-ui": "15.3.2-FUI-
|
|
61
|
-
"@genesislcap/foundation-utils": "15.3.2-FUI-
|
|
59
|
+
"@genesislcap/foundation-logger": "15.3.2-FUI-2591.1",
|
|
60
|
+
"@genesislcap/foundation-ui": "15.3.2-FUI-2591.1",
|
|
61
|
+
"@genesislcap/foundation-utils": "15.3.2-FUI-2591.1",
|
|
62
62
|
"@microsoft/fast-colors": "5.3.1",
|
|
63
63
|
"@microsoft/fast-components": "2.30.6",
|
|
64
64
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"require": "./dist/react.cjs"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "36595b8ce13d31fda4bb2638948c78931133159a"
|
|
90
90
|
}
|