@hashicorp/design-system-components 3.1.0 β 3.1.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.
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# [HDS Product - Components](https://www.figma.com/file/noyY6dUMDYjmySpHcMjhkN/HDS-Product---Components?type=design&node-id=6790-10926&mode=design&t=Ps0aMGZ6F3z7bAJ4-0)
|
|
2
2
|
|
|
3
|
+
## November 6th, 2023
|
|
4
|
+
|
|
5
|
+
`CodeBlock` - Added new component.
|
|
6
|
+
|
|
7
|
+
## November 3rd, 2023
|
|
8
|
+
|
|
9
|
+
`Breadcrumb` - Updated the number of `breadcrumb / _items` to the component.
|
|
10
|
+
|
|
11
|
+
## October 23rd, 2023
|
|
12
|
+
|
|
13
|
+
`Button` - Updated icon only button variants to be square to match the ToggleIcon.
|
|
14
|
+
|
|
15
|
+
`Dropdown / ToggleIcon` - Fixed the small variant so that itβs the correct size (28px height) to match the other small Buttons and ToggleButton.
|
|
16
|
+
|
|
3
17
|
## September 15th, 2023
|
|
4
18
|
|
|
5
19
|
`IconTile` and `IconTile-Logo` - Added a new product variant for Vault Secrets.
|
|
@@ -1,2 +1,13 @@
|
|
|
1
1
|
# [HDS Product - Foundations](https://www.figma.com/file/oQsMzMMnynfPWpMEt91OpH/HDS-Product---Foundations?type=design&node-id=4728-1879&mode=design&t=vM0eNG3c9YY5rmmu-0)
|
|
2
2
|
|
|
3
|
+
## November 2nd, 2023
|
|
4
|
+
|
|
5
|
+
`Elevation / Mid` - Fixed style not being correctly published to consuming libraries.
|
|
6
|
+
|
|
7
|
+
## October 31st, 2023
|
|
8
|
+
|
|
9
|
+
`Components / Code Block / Code / 200` - Added component-specific text style for the CodeBlock.
|
|
10
|
+
|
|
11
|
+
## October 20th, 2023
|
|
12
|
+
|
|
13
|
+
`Components / Code Block / Syntax` - Added syntax highlighting styles used by the CodeBlock component.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @hashicorp/design-system-components
|
|
2
2
|
|
|
3
|
+
## 3.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
Added `@ember/string` as a direct dependency
|
|
8
|
+
|
|
9
|
+
<small>[#1782](https://github.com/hashicorp/design-system/pull/1782)</small>
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
**π Updated dependencies:**
|
|
14
|
+
|
|
15
|
+
- @hashicorp/ember-flight-icons@4.0.3
|
|
16
|
+
|
|
3
17
|
## 3.1.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/design-system-components",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Helios Design System Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@ember/render-modifiers": "^2.0.5",
|
|
44
|
+
"@ember/string": "^3.1.1",
|
|
44
45
|
"@ember/test-waiters": "^3.1.0",
|
|
45
46
|
"@hashicorp/design-system-tokens": "^1.9.0",
|
|
46
|
-
"@hashicorp/ember-flight-icons": "^4.0.
|
|
47
|
+
"@hashicorp/ember-flight-icons": "^4.0.3",
|
|
47
48
|
"dialog-polyfill": "^0.5.6",
|
|
48
49
|
"ember-a11y-refocus": "^3.0.2",
|
|
49
50
|
"ember-auto-import": "^2.6.3",
|