@genesislcap/rapid-design-system 14.461.2 → 14.462.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.
@@ -772,6 +772,86 @@
772
772
  }
773
773
  ]
774
774
  },
775
+ {
776
+ "kind": "javascript-module",
777
+ "path": "src/_config/configure.ts",
778
+ "declarations": [
779
+ {
780
+ "kind": "function",
781
+ "name": "configureRapidDesignSystem",
782
+ "return": {
783
+ "type": {
784
+ "text": "void"
785
+ }
786
+ },
787
+ "parameters": [
788
+ {
789
+ "name": "provider",
790
+ "type": {
791
+ "text": "HTMLElement"
792
+ }
793
+ },
794
+ {
795
+ "name": "config",
796
+ "type": {
797
+ "text": "Partial<DesignTokensConfig>"
798
+ }
799
+ }
800
+ ],
801
+ "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.",
802
+ "privacy": "public"
803
+ }
804
+ ],
805
+ "exports": [
806
+ {
807
+ "kind": "js",
808
+ "name": "configureRapidDesignSystem",
809
+ "declaration": {
810
+ "name": "configureRapidDesignSystem",
811
+ "module": "src/_config/configure.ts"
812
+ }
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "kind": "javascript-module",
818
+ "path": "src/_config/index.ts",
819
+ "declarations": [],
820
+ "exports": [
821
+ {
822
+ "kind": "js",
823
+ "name": "*",
824
+ "declaration": {
825
+ "name": "*",
826
+ "package": "./configure"
827
+ }
828
+ },
829
+ {
830
+ "kind": "js",
831
+ "name": "*",
832
+ "declaration": {
833
+ "name": "*",
834
+ "package": "./styles"
835
+ }
836
+ },
837
+ {
838
+ "kind": "js",
839
+ "name": "*",
840
+ "declaration": {
841
+ "name": "*",
842
+ "package": "./tokens"
843
+ }
844
+ },
845
+ {
846
+ "kind": "js",
847
+ "name": "*",
848
+ "declaration": {
849
+ "name": "*",
850
+ "package": "./values"
851
+ }
852
+ }
853
+ ]
854
+ },
775
855
  {
776
856
  "kind": "javascript-module",
777
857
  "path": "src/accordion/accordion.styles.ts",
@@ -920,86 +1000,6 @@
920
1000
  }
921
1001
  ]
922
1002
  },
923
- {
924
- "kind": "javascript-module",
925
- "path": "src/_config/configure.ts",
926
- "declarations": [
927
- {
928
- "kind": "function",
929
- "name": "configureRapidDesignSystem",
930
- "return": {
931
- "type": {
932
- "text": "void"
933
- }
934
- },
935
- "parameters": [
936
- {
937
- "name": "provider",
938
- "type": {
939
- "text": "HTMLElement"
940
- }
941
- },
942
- {
943
- "name": "config",
944
- "type": {
945
- "text": "Partial<DesignTokensConfig>"
946
- }
947
- }
948
- ],
949
- "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.",
950
- "privacy": "public"
951
- }
952
- ],
953
- "exports": [
954
- {
955
- "kind": "js",
956
- "name": "configureRapidDesignSystem",
957
- "declaration": {
958
- "name": "configureRapidDesignSystem",
959
- "module": "src/_config/configure.ts"
960
- }
961
- }
962
- ]
963
- },
964
- {
965
- "kind": "javascript-module",
966
- "path": "src/_config/index.ts",
967
- "declarations": [],
968
- "exports": [
969
- {
970
- "kind": "js",
971
- "name": "*",
972
- "declaration": {
973
- "name": "*",
974
- "package": "./configure"
975
- }
976
- },
977
- {
978
- "kind": "js",
979
- "name": "*",
980
- "declaration": {
981
- "name": "*",
982
- "package": "./styles"
983
- }
984
- },
985
- {
986
- "kind": "js",
987
- "name": "*",
988
- "declaration": {
989
- "name": "*",
990
- "package": "./tokens"
991
- }
992
- },
993
- {
994
- "kind": "js",
995
- "name": "*",
996
- "declaration": {
997
- "name": "*",
998
- "package": "./values"
999
- }
1000
- }
1001
- ]
1002
- },
1003
1003
  {
1004
1004
  "kind": "javascript-module",
1005
1005
  "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.461.2",
4
+ "version": "14.462.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
38
- "@genesislcap/genx": "14.461.2",
39
- "@genesislcap/rollup-builder": "14.461.2",
40
- "@genesislcap/ts-builder": "14.461.2",
41
- "@genesislcap/uvu-playwright-builder": "14.461.2",
42
- "@genesislcap/vite-builder": "14.461.2",
43
- "@genesislcap/webpack-builder": "14.461.2"
38
+ "@genesislcap/genx": "14.462.0",
39
+ "@genesislcap/rollup-builder": "14.462.0",
40
+ "@genesislcap/ts-builder": "14.462.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.462.0",
42
+ "@genesislcap/vite-builder": "14.462.0",
43
+ "@genesislcap/webpack-builder": "14.462.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.461.2",
47
- "@genesislcap/foundation-ui": "14.461.2",
48
- "@genesislcap/foundation-utils": "14.461.2",
46
+ "@genesislcap/foundation-logger": "14.462.0",
47
+ "@genesislcap/foundation-ui": "14.462.0",
48
+ "@genesislcap/foundation-utils": "14.462.0",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "require": "./dist/react.cjs"
74
74
  }
75
75
  },
76
- "gitHead": "7999f5af9df17157002c463d10fe75a14ac43521"
76
+ "gitHead": "d332227a536531b1b807ae33f65ce4639f0991ba"
77
77
  }