@genesislcap/rapid-design-system 14.479.0 → 14.479.1-alpha-af2aa5c.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.
@@ -780,6 +780,86 @@
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
+ },
783
863
  {
784
864
  "kind": "javascript-module",
785
865
  "path": "src/accordion/accordion.styles.ts",
@@ -928,86 +1008,6 @@
928
1008
  }
929
1009
  ]
930
1010
  },
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",
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.479.0",
4
+ "version": "14.479.1-alpha-af2aa5c.0",
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.479.0",
40
- "@genesislcap/rollup-builder": "14.479.0",
41
- "@genesislcap/ts-builder": "14.479.0",
42
- "@genesislcap/uvu-playwright-builder": "14.479.0",
43
- "@genesislcap/vite-builder": "14.479.0",
44
- "@genesislcap/webpack-builder": "14.479.0",
39
+ "@genesislcap/genx": "14.479.1-alpha-af2aa5c.0",
40
+ "@genesislcap/rollup-builder": "14.479.1-alpha-af2aa5c.0",
41
+ "@genesislcap/ts-builder": "14.479.1-alpha-af2aa5c.0",
42
+ "@genesislcap/uvu-playwright-builder": "14.479.1-alpha-af2aa5c.0",
43
+ "@genesislcap/vite-builder": "14.479.1-alpha-af2aa5c.0",
44
+ "@genesislcap/webpack-builder": "14.479.1-alpha-af2aa5c.0",
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.479.0",
57
- "@genesislcap/foundation-ui": "14.479.0",
58
- "@genesislcap/foundation-utils": "14.479.0",
56
+ "@genesislcap/foundation-logger": "14.479.1-alpha-af2aa5c.0",
57
+ "@genesislcap/foundation-ui": "14.479.1-alpha-af2aa5c.0",
58
+ "@genesislcap/foundation-utils": "14.479.1-alpha-af2aa5c.0",
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": "ec6335b224815a5e52af0692b2d202b765415b59"
86
+ "gitHead": "1e2a6bf47217b47efcce81a19ab73218cda0f675"
87
87
  }