@genesislcap/rapid-design-system 14.482.1-alpha-c9fc44ab6.0 → 14.482.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 +94 -92
- package/package.json +11 -11
|
@@ -780,86 +780,6 @@
|
|
|
780
780
|
}
|
|
781
781
|
]
|
|
782
782
|
},
|
|
783
|
-
{
|
|
784
|
-
"kind": "javascript-module",
|
|
785
|
-
"path": "src/_config/configure.ts",
|
|
786
|
-
"declarations": [
|
|
787
|
-
{
|
|
788
|
-
"kind": "function",
|
|
789
|
-
"name": "configureRapidDesignSystem",
|
|
790
|
-
"return": {
|
|
791
|
-
"type": {
|
|
792
|
-
"text": "void"
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
"parameters": [
|
|
796
|
-
{
|
|
797
|
-
"name": "provider",
|
|
798
|
-
"type": {
|
|
799
|
-
"text": "HTMLElement"
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "config",
|
|
804
|
-
"type": {
|
|
805
|
-
"text": "Partial<DesignTokensConfig>"
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
],
|
|
809
|
-
"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.",
|
|
810
|
-
"privacy": "public"
|
|
811
|
-
}
|
|
812
|
-
],
|
|
813
|
-
"exports": [
|
|
814
|
-
{
|
|
815
|
-
"kind": "js",
|
|
816
|
-
"name": "configureRapidDesignSystem",
|
|
817
|
-
"declaration": {
|
|
818
|
-
"name": "configureRapidDesignSystem",
|
|
819
|
-
"module": "src/_config/configure.ts"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
]
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "javascript-module",
|
|
826
|
-
"path": "src/_config/index.ts",
|
|
827
|
-
"declarations": [],
|
|
828
|
-
"exports": [
|
|
829
|
-
{
|
|
830
|
-
"kind": "js",
|
|
831
|
-
"name": "*",
|
|
832
|
-
"declaration": {
|
|
833
|
-
"name": "*",
|
|
834
|
-
"package": "./configure"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"kind": "js",
|
|
839
|
-
"name": "*",
|
|
840
|
-
"declaration": {
|
|
841
|
-
"name": "*",
|
|
842
|
-
"package": "./styles"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "js",
|
|
847
|
-
"name": "*",
|
|
848
|
-
"declaration": {
|
|
849
|
-
"name": "*",
|
|
850
|
-
"package": "./tokens"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"kind": "js",
|
|
855
|
-
"name": "*",
|
|
856
|
-
"declaration": {
|
|
857
|
-
"name": "*",
|
|
858
|
-
"package": "./values"
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
},
|
|
863
783
|
{
|
|
864
784
|
"kind": "javascript-module",
|
|
865
785
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1008,6 +928,86 @@
|
|
|
1008
928
|
}
|
|
1009
929
|
]
|
|
1010
930
|
},
|
|
931
|
+
{
|
|
932
|
+
"kind": "javascript-module",
|
|
933
|
+
"path": "src/_config/configure.ts",
|
|
934
|
+
"declarations": [
|
|
935
|
+
{
|
|
936
|
+
"kind": "function",
|
|
937
|
+
"name": "configureRapidDesignSystem",
|
|
938
|
+
"return": {
|
|
939
|
+
"type": {
|
|
940
|
+
"text": "void"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"parameters": [
|
|
944
|
+
{
|
|
945
|
+
"name": "provider",
|
|
946
|
+
"type": {
|
|
947
|
+
"text": "HTMLElement"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "config",
|
|
952
|
+
"type": {
|
|
953
|
+
"text": "Partial<DesignTokensConfig>"
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
],
|
|
957
|
+
"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.",
|
|
958
|
+
"privacy": "public"
|
|
959
|
+
}
|
|
960
|
+
],
|
|
961
|
+
"exports": [
|
|
962
|
+
{
|
|
963
|
+
"kind": "js",
|
|
964
|
+
"name": "configureRapidDesignSystem",
|
|
965
|
+
"declaration": {
|
|
966
|
+
"name": "configureRapidDesignSystem",
|
|
967
|
+
"module": "src/_config/configure.ts"
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "javascript-module",
|
|
974
|
+
"path": "src/_config/index.ts",
|
|
975
|
+
"declarations": [],
|
|
976
|
+
"exports": [
|
|
977
|
+
{
|
|
978
|
+
"kind": "js",
|
|
979
|
+
"name": "*",
|
|
980
|
+
"declaration": {
|
|
981
|
+
"name": "*",
|
|
982
|
+
"package": "./configure"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"kind": "js",
|
|
987
|
+
"name": "*",
|
|
988
|
+
"declaration": {
|
|
989
|
+
"name": "*",
|
|
990
|
+
"package": "./styles"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"kind": "js",
|
|
995
|
+
"name": "*",
|
|
996
|
+
"declaration": {
|
|
997
|
+
"name": "*",
|
|
998
|
+
"package": "./tokens"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "js",
|
|
1003
|
+
"name": "*",
|
|
1004
|
+
"declaration": {
|
|
1005
|
+
"name": "*",
|
|
1006
|
+
"package": "./values"
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
1011
1011
|
{
|
|
1012
1012
|
"kind": "javascript-module",
|
|
1013
1013
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -24243,6 +24243,20 @@
|
|
|
24243
24243
|
"module": "src/number-field/number-field.ts"
|
|
24244
24244
|
}
|
|
24245
24245
|
},
|
|
24246
|
+
{
|
|
24247
|
+
"kind": "method",
|
|
24248
|
+
"name": "restoreControlToCommittedValue",
|
|
24249
|
+
"privacy": "private",
|
|
24250
|
+
"return": {
|
|
24251
|
+
"type": {
|
|
24252
|
+
"text": "void"
|
|
24253
|
+
}
|
|
24254
|
+
},
|
|
24255
|
+
"inheritedFrom": {
|
|
24256
|
+
"name": "NumberField",
|
|
24257
|
+
"module": "src/number-field/number-field.ts"
|
|
24258
|
+
}
|
|
24259
|
+
},
|
|
24246
24260
|
{
|
|
24247
24261
|
"kind": "method",
|
|
24248
24262
|
"name": "handleTextInput",
|
|
@@ -24615,18 +24629,6 @@
|
|
|
24615
24629
|
"module": "src/number-field/number-field.ts"
|
|
24616
24630
|
}
|
|
24617
24631
|
},
|
|
24618
|
-
{
|
|
24619
|
-
"name": "value",
|
|
24620
|
-
"type": {
|
|
24621
|
-
"text": "string"
|
|
24622
|
-
},
|
|
24623
|
-
"default": "''",
|
|
24624
|
-
"fieldName": "value",
|
|
24625
|
-
"inheritedFrom": {
|
|
24626
|
-
"name": "NumberField",
|
|
24627
|
-
"module": "src/number-field/number-field.ts"
|
|
24628
|
-
}
|
|
24629
|
-
},
|
|
24630
24632
|
{
|
|
24631
24633
|
"name": "locale",
|
|
24632
24634
|
"type": {
|
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.482.1
|
|
4
|
+
"version": "14.482.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
39
|
-
"@genesislcap/genx": "14.482.1
|
|
40
|
-
"@genesislcap/rollup-builder": "14.482.1
|
|
41
|
-
"@genesislcap/ts-builder": "14.482.1
|
|
42
|
-
"@genesislcap/uvu-playwright-builder": "14.482.1
|
|
43
|
-
"@genesislcap/vite-builder": "14.482.1
|
|
44
|
-
"@genesislcap/webpack-builder": "14.482.1
|
|
39
|
+
"@genesislcap/genx": "14.482.1",
|
|
40
|
+
"@genesislcap/rollup-builder": "14.482.1",
|
|
41
|
+
"@genesislcap/ts-builder": "14.482.1",
|
|
42
|
+
"@genesislcap/uvu-playwright-builder": "14.482.1",
|
|
43
|
+
"@genesislcap/vite-builder": "14.482.1",
|
|
44
|
+
"@genesislcap/webpack-builder": "14.482.1",
|
|
45
45
|
"flexlayout-react": "^0.8.19"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@genesislcap/foundation-logger": "14.482.1
|
|
57
|
-
"@genesislcap/foundation-ui": "14.482.1
|
|
58
|
-
"@genesislcap/foundation-utils": "14.482.1
|
|
56
|
+
"@genesislcap/foundation-logger": "14.482.1",
|
|
57
|
+
"@genesislcap/foundation-ui": "14.482.1",
|
|
58
|
+
"@genesislcap/foundation-utils": "14.482.1",
|
|
59
59
|
"@microsoft/fast-colors": "5.3.1",
|
|
60
60
|
"@microsoft/fast-components": "2.30.6",
|
|
61
61
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"require": "./dist/react.cjs"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "43a902838587d527b6786bbb41a5c3784c638e70"
|
|
87
87
|
}
|