@genesislcap/rapid-design-system 14.438.0 → 14.439.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.
@@ -753,13 +753,7 @@
753
753
  },
754
754
  {
755
755
  "kind": "javascript-module",
756
- "path": "src/_common/color.hex.ts",
757
- "declarations": [],
758
- "exports": []
759
- },
760
- {
761
- "kind": "javascript-module",
762
- "path": "src/_common/index.ts",
756
+ "path": "src/_config/index.ts",
763
757
  "declarations": [],
764
758
  "exports": [
765
759
  {
@@ -767,22 +761,15 @@
767
761
  "name": "*",
768
762
  "declaration": {
769
763
  "name": "*",
770
- "package": "./color.hex"
764
+ "package": "./styles"
771
765
  }
772
- }
773
- ]
774
- },
775
- {
776
- "kind": "javascript-module",
777
- "path": "src/_config/index.ts",
778
- "declarations": [],
779
- "exports": [
766
+ },
780
767
  {
781
768
  "kind": "js",
782
769
  "name": "*",
783
770
  "declaration": {
784
771
  "name": "*",
785
- "package": "./styles"
772
+ "package": "./tokens"
786
773
  }
787
774
  },
788
775
  {
@@ -790,15 +777,28 @@
790
777
  "name": "*",
791
778
  "declaration": {
792
779
  "name": "*",
793
- "package": "./tokens"
780
+ "package": "./values"
794
781
  }
795
- },
782
+ }
783
+ ]
784
+ },
785
+ {
786
+ "kind": "javascript-module",
787
+ "path": "src/_common/color.hex.ts",
788
+ "declarations": [],
789
+ "exports": []
790
+ },
791
+ {
792
+ "kind": "javascript-module",
793
+ "path": "src/_common/index.ts",
794
+ "declarations": [],
795
+ "exports": [
796
796
  {
797
797
  "kind": "js",
798
798
  "name": "*",
799
799
  "declaration": {
800
800
  "name": "*",
801
- "package": "./values"
801
+ "package": "./color.hex"
802
802
  }
803
803
  }
804
804
  ]
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.438.0",
4
+ "version": "14.439.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.438.0",
39
- "@genesislcap/rollup-builder": "14.438.0",
40
- "@genesislcap/ts-builder": "14.438.0",
41
- "@genesislcap/uvu-playwright-builder": "14.438.0",
42
- "@genesislcap/vite-builder": "14.438.0",
43
- "@genesislcap/webpack-builder": "14.438.0"
38
+ "@genesislcap/genx": "14.439.0",
39
+ "@genesislcap/rollup-builder": "14.439.0",
40
+ "@genesislcap/ts-builder": "14.439.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.439.0",
42
+ "@genesislcap/vite-builder": "14.439.0",
43
+ "@genesislcap/webpack-builder": "14.439.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.438.0",
47
- "@genesislcap/foundation-ui": "14.438.0",
48
- "@genesislcap/foundation-utils": "14.438.0",
46
+ "@genesislcap/foundation-logger": "14.439.0",
47
+ "@genesislcap/foundation-ui": "14.439.0",
48
+ "@genesislcap/foundation-utils": "14.439.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": "2aadae08b54d594c850d65c00a18e3ce5064069c"
76
+ "gitHead": "25adab0e86be16092b258c8d7f429c4c6971d968"
77
77
  }