@genesislcap/rapid-design-system 15.3.0 → 15.3.2-FUI-2571-formatters.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.
@@ -804,86 +804,6 @@
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
- },
887
807
  {
888
808
  "kind": "javascript-module",
889
809
  "path": "src/accordion/accordion.styles.ts",
@@ -1032,6 +952,86 @@
1032
952
  }
1033
953
  ]
1034
954
  },
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",
@@ -1481,6 +1481,26 @@
1481
1481
  "module": "src/actions-menu/actions-menu.ts"
1482
1482
  }
1483
1483
  },
1484
+ {
1485
+ "kind": "field",
1486
+ "name": "actionsOpener",
1487
+ "type": {
1488
+ "text": "HTMLElement"
1489
+ },
1490
+ "inheritedFrom": {
1491
+ "name": "ActionsMenu",
1492
+ "module": "src/actions-menu/actions-menu.ts"
1493
+ }
1494
+ },
1495
+ {
1496
+ "kind": "method",
1497
+ "name": "updateMenuPosition",
1498
+ "privacy": "private",
1499
+ "inheritedFrom": {
1500
+ "name": "ActionsMenu",
1501
+ "module": "src/actions-menu/actions-menu.ts"
1502
+ }
1503
+ },
1484
1504
  {
1485
1505
  "kind": "method",
1486
1506
  "name": "definitionChanged",
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.0",
4
+ "version": "15.3.2-FUI-2571-formatters.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.0",
42
- "@genesislcap/genx": "15.3.0",
43
- "@genesislcap/rollup-builder": "15.3.0",
44
- "@genesislcap/ts-builder": "15.3.0",
45
- "@genesislcap/uvu-playwright-builder": "15.3.0",
46
- "@genesislcap/vite-builder": "15.3.0",
47
- "@genesislcap/webpack-builder": "15.3.0",
41
+ "@genesislcap/foundation-testing": "15.3.2-FUI-2571-formatters.1",
42
+ "@genesislcap/genx": "15.3.2-FUI-2571-formatters.1",
43
+ "@genesislcap/rollup-builder": "15.3.2-FUI-2571-formatters.1",
44
+ "@genesislcap/ts-builder": "15.3.2-FUI-2571-formatters.1",
45
+ "@genesislcap/uvu-playwright-builder": "15.3.2-FUI-2571-formatters.1",
46
+ "@genesislcap/vite-builder": "15.3.2-FUI-2571-formatters.1",
47
+ "@genesislcap/webpack-builder": "15.3.2-FUI-2571-formatters.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.0",
60
- "@genesislcap/foundation-ui": "15.3.0",
61
- "@genesislcap/foundation-utils": "15.3.0",
59
+ "@genesislcap/foundation-logger": "15.3.2-FUI-2571-formatters.1",
60
+ "@genesislcap/foundation-ui": "15.3.2-FUI-2571-formatters.1",
61
+ "@genesislcap/foundation-utils": "15.3.2-FUI-2571-formatters.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": "a8d2fa3336de2307fb9b82d4be1d4939ac847d14"
89
+ "gitHead": "9ad72f5f70334fc084dd5042f538a691a463effd"
90
90
  }