@hashicorp/design-system-components 4.24.0 → 5.0.0-rc-20251006202923

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "4.24.0",
3
+ "version": "5.0.0-rc-20251006202923",
4
4
  "description": "Helios Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -43,7 +43,6 @@
43
43
  "codemirror-lang-hcl": "^0.0.0-beta.2",
44
44
  "decorator-transforms": "^2.3.0",
45
45
  "ember-a11y-refocus": "^4.1.4",
46
- "ember-cli-sass": "^11.0.1",
47
46
  "ember-concurrency": "^4.0.4",
48
47
  "ember-element-helper": "^0.8.6",
49
48
  "ember-focus-trap": "^1.1.1",
@@ -55,10 +54,9 @@
55
54
  "ember-truth-helpers": "^4.0.3",
56
55
  "luxon": "^3.4.2",
57
56
  "prismjs": "^1.30.0",
58
- "sass": "^1.83.0",
59
- "tracked-built-ins": "^4.0.0",
60
57
  "tabbable": "^6.2.0",
61
- "tippy.js": "^6.3.7"
58
+ "tippy.js": "^6.3.7",
59
+ "tracked-built-ins": "^4.0.0"
62
60
  },
63
61
  "devDependencies": {
64
62
  "@babel/core": "^7.27.1",
@@ -97,6 +95,7 @@
97
95
  "rollup": "^4.39.0",
98
96
  "rollup-plugin-copy": "^3.5.0",
99
97
  "rollup-plugin-scss": "^4.0.1",
98
+ "sass": "^1.89.2",
100
99
  "stylelint": "^16.17.0",
101
100
  "stylelint-config-rational-order": "^0.1.2",
102
101
  "stylelint-config-standard-scss": "^14.0.0",
@@ -106,6 +105,7 @@
106
105
  },
107
106
  "peerDependencies": {
108
107
  "@ember/string": "^3.1.1 || ^4.0.0",
108
+ "ember-basic-dropdown": "^8.6.1",
109
109
  "ember-engines": ">= 0.11.0",
110
110
  "ember-intl": "^7.3.0"
111
111
  },