@genesislcap/rapid-design-system 14.381.0 → 14.382.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.
@@ -745,13 +745,7 @@
745
745
  },
746
746
  {
747
747
  "kind": "javascript-module",
748
- "path": "src/_common/color.hex.ts",
749
- "declarations": [],
750
- "exports": []
751
- },
752
- {
753
- "kind": "javascript-module",
754
- "path": "src/_common/index.ts",
748
+ "path": "src/_config/index.ts",
755
749
  "declarations": [],
756
750
  "exports": [
757
751
  {
@@ -759,22 +753,15 @@
759
753
  "name": "*",
760
754
  "declaration": {
761
755
  "name": "*",
762
- "package": "./color.hex"
756
+ "package": "./styles"
763
757
  }
764
- }
765
- ]
766
- },
767
- {
768
- "kind": "javascript-module",
769
- "path": "src/_config/index.ts",
770
- "declarations": [],
771
- "exports": [
758
+ },
772
759
  {
773
760
  "kind": "js",
774
761
  "name": "*",
775
762
  "declaration": {
776
763
  "name": "*",
777
- "package": "./styles"
764
+ "package": "./tokens"
778
765
  }
779
766
  },
780
767
  {
@@ -782,15 +769,28 @@
782
769
  "name": "*",
783
770
  "declaration": {
784
771
  "name": "*",
785
- "package": "./tokens"
772
+ "package": "./values"
786
773
  }
787
- },
774
+ }
775
+ ]
776
+ },
777
+ {
778
+ "kind": "javascript-module",
779
+ "path": "src/_common/color.hex.ts",
780
+ "declarations": [],
781
+ "exports": []
782
+ },
783
+ {
784
+ "kind": "javascript-module",
785
+ "path": "src/_common/index.ts",
786
+ "declarations": [],
787
+ "exports": [
788
788
  {
789
789
  "kind": "js",
790
790
  "name": "*",
791
791
  "declaration": {
792
792
  "name": "*",
793
- "package": "./values"
793
+ "package": "./color.hex"
794
794
  }
795
795
  }
796
796
  ]
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.381.0",
4
+ "version": "14.382.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -33,17 +33,17 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
36
- "@genesislcap/genx": "14.381.0",
37
- "@genesislcap/rollup-builder": "14.381.0",
38
- "@genesislcap/ts-builder": "14.381.0",
39
- "@genesislcap/uvu-playwright-builder": "14.381.0",
40
- "@genesislcap/vite-builder": "14.381.0",
41
- "@genesislcap/webpack-builder": "14.381.0"
36
+ "@genesislcap/genx": "14.382.0",
37
+ "@genesislcap/rollup-builder": "14.382.0",
38
+ "@genesislcap/ts-builder": "14.382.0",
39
+ "@genesislcap/uvu-playwright-builder": "14.382.0",
40
+ "@genesislcap/vite-builder": "14.382.0",
41
+ "@genesislcap/webpack-builder": "14.382.0"
42
42
  },
43
43
  "dependencies": {
44
- "@genesislcap/foundation-logger": "14.381.0",
45
- "@genesislcap/foundation-ui": "14.381.0",
46
- "@genesislcap/foundation-utils": "14.381.0",
44
+ "@genesislcap/foundation-logger": "14.382.0",
45
+ "@genesislcap/foundation-ui": "14.382.0",
46
+ "@genesislcap/foundation-utils": "14.382.0",
47
47
  "@microsoft/fast-colors": "5.3.1",
48
48
  "@microsoft/fast-components": "2.30.6",
49
49
  "@microsoft/fast-element": "1.14.0",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "customElements": "dist/custom-elements.json",
63
- "gitHead": "55de954bae689e7447fdc2758e6d6f954f12d1d9"
63
+ "gitHead": "7c8ac23c3c6437179c8a35b7ba2084963afc5497"
64
64
  }