@hashicorp/design-system-components 1.0.0 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # @hashicorp/design-system-components
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#516](https://github.com/hashicorp/design-system/pull/516) [`a81a3580`](https://github.com/hashicorp/design-system/commit/a81a35806504f6a7b7f9dfdf0e8a5ddbef0f47fc) Thanks [@alex-ju](https://github.com/alex-ju)! - Fix text wrapping in alert description
8
+
3
9
  ## 1.0.0 🎉
4
10
 
5
11
  ### Major Changes
6
12
 
7
13
  This release signifies the first major release of the HashiCorp Design System. Moving forward we expect to respect [SemVer](https://semver.org/) as we make additional changes to the design system.
8
14
 
15
+ **Note:** Even though this is a major version bump, there should not be any breaking changes from the last minor releases.
16
+
9
17
  ### Minor Changes
10
18
 
11
19
  #### Stepper component
@@ -13,9 +21,11 @@ This release signifies the first major release of the HashiCorp Design System. M
13
21
  - [#470](https://github.com/hashicorp/design-system/pull/470) [`96d47264`](https://github.com/hashicorp/design-system/commit/96d4726404664f301df0352a1fdbc4b6b6e9cb88) Thanks [@jorytindall](https://github.com/jorytindall)! - Added Stepper component structure and step/task components
14
22
 
15
23
  #### ButtonSet component
16
- * [#486](https://github.com/hashicorp/design-system/pull/486) [`3ea2ad55`](https://github.com/hashicorp/design-system/commit/3ea2ad55b2ec9c579e2154ac4bb820f06a231e9f) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - Add new ButtonSet component to standardize button spacing
24
+
25
+ - [#486](https://github.com/hashicorp/design-system/pull/486) [`3ea2ad55`](https://github.com/hashicorp/design-system/commit/3ea2ad55b2ec9c579e2154ac4bb820f06a231e9f) Thanks [@KristinLBradley](https://github.com/KristinLBradley)! - Add new ButtonSet component to standardize button spacing
17
26
 
18
27
  #### Tag component
28
+
19
29
  - [#443](https://github.com/hashicorp/design-system/pull/443) [`7756c855`](https://github.com/hashicorp/design-system/commit/7756c8554114564eccb2b08872ceabff02351682) Thanks [@alex-ju](https://github.com/alex-ju) & [@agendelHC](https://github.com/agendelHC)! - Add tag component
20
30
 
21
31
  #### Form controls components
@@ -57,6 +57,7 @@
57
57
  .hds-alert__description {
58
58
  color: var(--token-color-foreground-primary);
59
59
  font-weight: var(--token-typography-font-weight-regular);
60
+ word-break: break-word;
60
61
 
61
62
  .hds-alert__title + & {
62
63
  margin-top: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/design-system-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "HashiCorp Design System Components",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -50,8 +50,8 @@
50
50
  "@embroider/test-setup": "^1.5.0",
51
51
  "@glimmer/component": "^1.0.4",
52
52
  "@glimmer/tracking": "^1.0.4",
53
- "@percy/cli": "^1.6.3",
54
- "@percy/ember": "^3.0.0",
53
+ "@percy/cli": "^1.7.2",
54
+ "@percy/ember": "^3.0.1",
55
55
  "babel-eslint": "^10.1.0",
56
56
  "broccoli-asset-rev": "^3.0.0",
57
57
  "ember-a11y-refocus": "^2.1.0",