@genesislcap/rapid-design-system 14.499.0 → 14.500.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.
@@ -788,6 +788,86 @@
788
788
  }
789
789
  ]
790
790
  },
791
+ {
792
+ "kind": "javascript-module",
793
+ "path": "src/_config/configure.ts",
794
+ "declarations": [
795
+ {
796
+ "kind": "function",
797
+ "name": "configureRapidDesignSystem",
798
+ "return": {
799
+ "type": {
800
+ "text": "void"
801
+ }
802
+ },
803
+ "parameters": [
804
+ {
805
+ "name": "provider",
806
+ "type": {
807
+ "text": "HTMLElement"
808
+ }
809
+ },
810
+ {
811
+ "name": "config",
812
+ "type": {
813
+ "text": "Partial<DesignTokensConfig>"
814
+ }
815
+ }
816
+ ],
817
+ "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.",
818
+ "privacy": "public"
819
+ }
820
+ ],
821
+ "exports": [
822
+ {
823
+ "kind": "js",
824
+ "name": "configureRapidDesignSystem",
825
+ "declaration": {
826
+ "name": "configureRapidDesignSystem",
827
+ "module": "src/_config/configure.ts"
828
+ }
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "kind": "javascript-module",
834
+ "path": "src/_config/index.ts",
835
+ "declarations": [],
836
+ "exports": [
837
+ {
838
+ "kind": "js",
839
+ "name": "*",
840
+ "declaration": {
841
+ "name": "*",
842
+ "package": "./configure"
843
+ }
844
+ },
845
+ {
846
+ "kind": "js",
847
+ "name": "*",
848
+ "declaration": {
849
+ "name": "*",
850
+ "package": "./styles"
851
+ }
852
+ },
853
+ {
854
+ "kind": "js",
855
+ "name": "*",
856
+ "declaration": {
857
+ "name": "*",
858
+ "package": "./tokens"
859
+ }
860
+ },
861
+ {
862
+ "kind": "js",
863
+ "name": "*",
864
+ "declaration": {
865
+ "name": "*",
866
+ "package": "./values"
867
+ }
868
+ }
869
+ ]
870
+ },
791
871
  {
792
872
  "kind": "javascript-module",
793
873
  "path": "src/accordion/accordion.styles.ts",
@@ -936,86 +1016,6 @@
936
1016
  }
937
1017
  ]
938
1018
  },
939
- {
940
- "kind": "javascript-module",
941
- "path": "src/_config/configure.ts",
942
- "declarations": [
943
- {
944
- "kind": "function",
945
- "name": "configureRapidDesignSystem",
946
- "return": {
947
- "type": {
948
- "text": "void"
949
- }
950
- },
951
- "parameters": [
952
- {
953
- "name": "provider",
954
- "type": {
955
- "text": "HTMLElement"
956
- }
957
- },
958
- {
959
- "name": "config",
960
- "type": {
961
- "text": "Partial<DesignTokensConfig>"
962
- }
963
- }
964
- ],
965
- "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.",
966
- "privacy": "public"
967
- }
968
- ],
969
- "exports": [
970
- {
971
- "kind": "js",
972
- "name": "configureRapidDesignSystem",
973
- "declaration": {
974
- "name": "configureRapidDesignSystem",
975
- "module": "src/_config/configure.ts"
976
- }
977
- }
978
- ]
979
- },
980
- {
981
- "kind": "javascript-module",
982
- "path": "src/_config/index.ts",
983
- "declarations": [],
984
- "exports": [
985
- {
986
- "kind": "js",
987
- "name": "*",
988
- "declaration": {
989
- "name": "*",
990
- "package": "./configure"
991
- }
992
- },
993
- {
994
- "kind": "js",
995
- "name": "*",
996
- "declaration": {
997
- "name": "*",
998
- "package": "./styles"
999
- }
1000
- },
1001
- {
1002
- "kind": "js",
1003
- "name": "*",
1004
- "declaration": {
1005
- "name": "*",
1006
- "package": "./tokens"
1007
- }
1008
- },
1009
- {
1010
- "kind": "js",
1011
- "name": "*",
1012
- "declaration": {
1013
- "name": "*",
1014
- "package": "./values"
1015
- }
1016
- }
1017
- ]
1018
- },
1019
1019
  {
1020
1020
  "kind": "javascript-module",
1021
1021
  "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": "14.499.0",
4
+ "version": "14.500.0",
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": "14.499.0",
42
- "@genesislcap/genx": "14.499.0",
43
- "@genesislcap/rollup-builder": "14.499.0",
44
- "@genesislcap/ts-builder": "14.499.0",
45
- "@genesislcap/uvu-playwright-builder": "14.499.0",
46
- "@genesislcap/vite-builder": "14.499.0",
47
- "@genesislcap/webpack-builder": "14.499.0",
41
+ "@genesislcap/foundation-testing": "14.500.0",
42
+ "@genesislcap/genx": "14.500.0",
43
+ "@genesislcap/rollup-builder": "14.500.0",
44
+ "@genesislcap/ts-builder": "14.500.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.500.0",
46
+ "@genesislcap/vite-builder": "14.500.0",
47
+ "@genesislcap/webpack-builder": "14.500.0",
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": "14.499.0",
60
- "@genesislcap/foundation-ui": "14.499.0",
61
- "@genesislcap/foundation-utils": "14.499.0",
59
+ "@genesislcap/foundation-logger": "14.500.0",
60
+ "@genesislcap/foundation-ui": "14.500.0",
61
+ "@genesislcap/foundation-utils": "14.500.0",
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": "49903bfdc57c5c5a7dd0d711d9717908df0b7ac7"
89
+ "gitHead": "71f449cda804427acfa5d246da83d1044f2cb2c4"
90
90
  }