@hashicorp/design-system-components 0.12.3 → 0.12.4
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 +26 -14
- package/addon/components/hds/dropdown/list-item/copy-item.js +16 -8
- package/addon/components/hds/dropdown/list-item/interactive.hbs +28 -17
- package/app/styles/components/dropdown.scss +18 -4
- package/app/styles/components/link/standalone.scss +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @hashicorp/design-system-components
|
|
2
2
|
|
|
3
|
+
## 0.12.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#343](https://github.com/hashicorp/design-system/pull/343) [`a74711c8`](https://github.com/hashicorp/design-system/commit/a74711c8c0de6843625781488ed94521c7f8cb7c) Thanks [@MelSumner](https://github.com/MelSumner)! - Fixes copy-item bug in FireFox
|
|
8
|
+
|
|
9
|
+
* [#328](https://github.com/hashicorp/design-system/pull/328) [`32b36ab1`](https://github.com/hashicorp/design-system/commit/32b36ab132b3356923ef6d1f3f36c2f7036e852c) Thanks [@didoo](https://github.com/didoo)! - updated `font-weight` to `medium` for `Link::Standalone` component (to be in sync with design specs)
|
|
10
|
+
|
|
11
|
+
- [#319](https://github.com/hashicorp/design-system/pull/319) [`7c96344f`](https://github.com/hashicorp/design-system/commit/7c96344f3c83baecc56daac6dfdddb809c161c1f) Thanks [@didoo](https://github.com/didoo)! - updated the `Hds::Dropdown::ListItem::Interactive` to support the `isLoading` state
|
|
12
|
+
|
|
13
|
+
- Updated dependencies []:
|
|
14
|
+
- @hashicorp/ember-flight-icons@2.0.8
|
|
15
|
+
|
|
3
16
|
## 0.12.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -23,7 +36,7 @@
|
|
|
23
36
|
|
|
24
37
|
## 0.12.0
|
|
25
38
|
|
|
26
|
-
### Minor Changes
|
|
39
|
+
### Minor Changes (Some Breaking)
|
|
27
40
|
|
|
28
41
|
- [#217](https://github.com/hashicorp/design-system/pull/217) [`210edd17`](https://github.com/hashicorp/design-system/commit/210edd17431e6e3097260aed0df5a8902f93b7f7) Thanks [@didoo](https://github.com/didoo)! - # Interactive
|
|
29
42
|
|
|
@@ -68,25 +81,24 @@
|
|
|
68
81
|
|
|
69
82
|
## 0.11.0
|
|
70
83
|
|
|
71
|
-
### Minor Changes
|
|
84
|
+
### Minor Changes (Some Breaking)
|
|
72
85
|
|
|
73
86
|
- [#245](https://github.com/hashicorp/design-system/pull/245) [`c6de1018`](https://github.com/hashicorp/design-system/commit/c6de101880ec1c21971e3775e1a21b6cb9e69757) Thanks [@didoo](https://github.com/didoo)! - - Added `Alert` component
|
|
74
87
|
- Added `Toast` component
|
|
88
|
+
- [#259](https://github.com/hashicorp/design-system/pull/259) [`478b3069`](https://github.com/hashicorp/design-system/commit/478b3069e800cf2ccefba9b5475c72b024e25d16) Thanks [@didoo](https://github.com/didoo)! - - removed autofocus on first item for `Disclosure` component (and as a result also for `Breadcrumb` and `Dropdown` components) (🚨 Breaking)
|
|
89
|
+
- updated focus state treatment for `Dropdown` component (🚨 Breaking)
|
|
75
90
|
|
|
76
91
|
### Patch Changes
|
|
77
92
|
|
|
78
|
-
- [#
|
|
79
|
-
- updated focus state treatment for `Dropdown` component
|
|
80
|
-
|
|
81
|
-
* [#225](https://github.com/hashicorp/design-system/pull/225) [`f1f07179`](https://github.com/hashicorp/design-system/commit/f1f0717952b3e6b41676135cf00e77a6e55579ec) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - update to ember-keyboard@8.1.0 in packages/components
|
|
93
|
+
- [#225](https://github.com/hashicorp/design-system/pull/225) [`f1f07179`](https://github.com/hashicorp/design-system/commit/f1f0717952b3e6b41676135cf00e77a6e55579ec) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - update to ember-keyboard@8.1.0 in packages/components
|
|
82
94
|
|
|
83
95
|
- [#265](https://github.com/hashicorp/design-system/pull/265) [`79bc3e99`](https://github.com/hashicorp/design-system/commit/79bc3e99cd5cc6cb60fc82286d5726c0d0ffbd82) Thanks [@Dhaulagiri](https://github.com/Dhaulagiri)! - npx ember-cli-update@4.3.0 dependency updates
|
|
84
96
|
|
|
85
|
-
|
|
97
|
+
- [#253](https://github.com/hashicorp/design-system/pull/253) [`21786983`](https://github.com/hashicorp/design-system/commit/21786983d4ebbb3f38a72d4d105504169bfeda78) Thanks [@MelSumner](https://github.com/MelSumner)! - bugfix for icon size in copy-item component
|
|
86
98
|
|
|
87
99
|
## 0.10.0
|
|
88
100
|
|
|
89
|
-
### Minor Changes
|
|
101
|
+
### Minor Changes (Some Breaking)
|
|
90
102
|
|
|
91
103
|
- [#200](https://github.com/hashicorp/design-system/pull/200) [`a8072537`](https://github.com/hashicorp/design-system/commit/a8072537542791398d375cde4a7a85c2955c66da) Thanks [@didoo](https://github.com/didoo)! - Updated Dropdown component:
|
|
92
104
|
|
|
@@ -94,8 +106,8 @@
|
|
|
94
106
|
- fixed issue with `list-item/interactive` height
|
|
95
107
|
- added handling of dynamic `width` for the list
|
|
96
108
|
- exposed an `onClose` event
|
|
97
|
-
- removed the default icon for `toggle/icon`
|
|
98
|
-
- removed icon requirement from the `critical` list item
|
|
109
|
+
- removed the default icon for `toggle/icon` (🚨 Breaking)
|
|
110
|
+
- removed icon requirement from the `critical` list item (🚨 Breaking)
|
|
99
111
|
- updated the documentation and integration tests
|
|
100
112
|
- some code refactorings, reorganizations and cleanups
|
|
101
113
|
|
|
@@ -137,9 +149,9 @@
|
|
|
137
149
|
|
|
138
150
|
## 0.7.0
|
|
139
151
|
|
|
140
|
-
### Minor Changes
|
|
152
|
+
### Minor Changes (Some Breaking)
|
|
141
153
|
|
|
142
|
-
- [#150](https://github.com/hashicorp/design-system/pull/150) [`c236c159`](https://github.com/hashicorp/design-system/commit/c236c159f7d7ec6edc661710963f5733eb961edf) Thanks [@didoo](https://github.com/didoo)! - removed “box-sizing“ declarations from the components (we assume the consumers codebase already have set it to “border-box“ by default
|
|
154
|
+
- [#150](https://github.com/hashicorp/design-system/pull/150) [`c236c159`](https://github.com/hashicorp/design-system/commit/c236c159f7d7ec6edc661710963f5733eb961edf) Thanks [@didoo](https://github.com/didoo)! - removed “box-sizing“ declarations from the components (we assume the consumers codebase already have set it to “border-box“ by default (🚨 Breaking)
|
|
143
155
|
|
|
144
156
|
## 0.6.0
|
|
145
157
|
|
|
@@ -160,9 +172,9 @@
|
|
|
160
172
|
|
|
161
173
|
## 0.5.0
|
|
162
174
|
|
|
163
|
-
### Minor Changes
|
|
175
|
+
### Minor Changes (Some Breaking)
|
|
164
176
|
|
|
165
|
-
- [#127](https://github.com/hashicorp/design-system/pull/127) [`fa13190f`](https://github.com/hashicorp/design-system/commit/fa13190f1058f172898221aa1e1913965bfa53e9) Thanks [@didoo](https://github.com/didoo)! - removed the “isDisabled“ prop from the “Button” component; added instructions for developers to manually add it themselves if needed.
|
|
177
|
+
- [#127](https://github.com/hashicorp/design-system/pull/127) [`fa13190f`](https://github.com/hashicorp/design-system/commit/fa13190f1058f172898221aa1e1913965bfa53e9) Thanks [@didoo](https://github.com/didoo)! - removed the “isDisabled“ prop from the “Button” component; added instructions for developers to manually add it themselves if needed. (🚨 Breaking)
|
|
166
178
|
|
|
167
179
|
### Patch Changes
|
|
168
180
|
|
|
@@ -40,16 +40,24 @@ export default class HdsDropdownListItemCopyItemComponent extends Component {
|
|
|
40
40
|
async copyCode() {
|
|
41
41
|
// https://developer.mozilla.org/en-US/docs/Web/API/Clipboard
|
|
42
42
|
await navigator.clipboard.writeText(this.args.text);
|
|
43
|
-
const result = await navigator.clipboard.readText();
|
|
44
43
|
|
|
45
|
-
if (
|
|
44
|
+
if (navigator.clipboard.readText) {
|
|
45
|
+
const result = await navigator.clipboard.readText();
|
|
46
|
+
|
|
47
|
+
if (result === this.args.text) {
|
|
48
|
+
this.isSuccess = true;
|
|
49
|
+
}
|
|
50
|
+
} else {
|
|
51
|
+
// assume that it works so Firefox can show the success state
|
|
52
|
+
// doesn't confirm that you'll get the correct pasted text
|
|
53
|
+
// but we accept this as a reasonable tradeoff
|
|
54
|
+
// since users can always copy/paste manually.
|
|
46
55
|
this.isSuccess = true;
|
|
47
|
-
// console.log(`result is ${result}`);
|
|
48
|
-
|
|
49
|
-
// make it fade back to the default state
|
|
50
|
-
setTimeout(() => {
|
|
51
|
-
this.isSuccess = false;
|
|
52
|
-
}, 1000);
|
|
53
56
|
}
|
|
57
|
+
|
|
58
|
+
// make it fade back to the default state
|
|
59
|
+
setTimeout(() => {
|
|
60
|
+
this.isSuccess = false;
|
|
61
|
+
}, 1000);
|
|
54
62
|
}
|
|
55
63
|
}
|
|
@@ -1,22 +1,33 @@
|
|
|
1
1
|
<li class={{this.classNames}}>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
@models={{hds-link-to-models @model @models}}
|
|
5
|
-
@query={{hds-link-to-query @query}}
|
|
6
|
-
@replace={{@replace}}
|
|
7
|
-
@route={{@route}}
|
|
8
|
-
@isRouteExternal={{@isRouteExternal}}
|
|
9
|
-
@href={{@href}}
|
|
10
|
-
@isHrefExternal={{@isHrefExternal}}
|
|
11
|
-
...attributes
|
|
12
|
-
>
|
|
13
|
-
{{#if @icon}}
|
|
2
|
+
{{#if @isLoading}}
|
|
3
|
+
<div class="hds-dropdown-list-item__interactive-loading-wrapper" ...attributes>
|
|
14
4
|
<div class="hds-dropdown-list-item__interactive-icon">
|
|
15
|
-
<FlightIcon @name=
|
|
5
|
+
<FlightIcon @name="loading" @isInlineBlock={{false}} />
|
|
6
|
+
</div>
|
|
7
|
+
<div class="hds-dropdown-list-item__interactive-text hds-typography-body-100 hds-font-weight-regular">
|
|
8
|
+
{{this.text}}
|
|
16
9
|
</div>
|
|
17
|
-
{{/if}}
|
|
18
|
-
<div class="hds-dropdown-list-item__interactive-text hds-typography-body-200 hds-font-weight-medium">
|
|
19
|
-
{{this.text}}
|
|
20
10
|
</div>
|
|
21
|
-
|
|
11
|
+
{{else}}
|
|
12
|
+
<Hds::Interactive
|
|
13
|
+
@current-when={{@current-when}}
|
|
14
|
+
@models={{hds-link-to-models @model @models}}
|
|
15
|
+
@query={{hds-link-to-query @query}}
|
|
16
|
+
@replace={{@replace}}
|
|
17
|
+
@route={{@route}}
|
|
18
|
+
@isRouteExternal={{@isRouteExternal}}
|
|
19
|
+
@href={{@href}}
|
|
20
|
+
@isHrefExternal={{@isHrefExternal}}
|
|
21
|
+
...attributes
|
|
22
|
+
>
|
|
23
|
+
{{#if @icon}}
|
|
24
|
+
<div class="hds-dropdown-list-item__interactive-icon">
|
|
25
|
+
<FlightIcon @name={{@icon}} @isInlineBlock={{false}} />
|
|
26
|
+
</div>
|
|
27
|
+
{{/if}}
|
|
28
|
+
<div class="hds-dropdown-list-item__interactive-text hds-typography-body-200 hds-font-weight-medium">
|
|
29
|
+
{{this.text}}
|
|
30
|
+
</div>
|
|
31
|
+
</Hds::Interactive>
|
|
32
|
+
{{/if}}
|
|
22
33
|
</li>
|
|
@@ -333,14 +333,14 @@ $hds-dropdown-toggle-border-radius: 5px;
|
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.hds-dropdown-list-item__interactive-text {
|
|
337
|
-
text-align: left; // the button element was centering text
|
|
338
|
-
}
|
|
339
|
-
|
|
340
336
|
.hds-dropdown-list-item__interactive-icon {
|
|
341
337
|
margin-right: 8px;
|
|
342
338
|
}
|
|
343
339
|
|
|
340
|
+
.hds-dropdown-list-item__interactive-text {
|
|
341
|
+
text-align: left; // the button element was centering text
|
|
342
|
+
}
|
|
343
|
+
|
|
344
344
|
.hds-dropdown-list-item--color-action {
|
|
345
345
|
a, button {
|
|
346
346
|
color: var(--token-color-foreground-primary);
|
|
@@ -371,6 +371,20 @@ $hds-dropdown-toggle-border-radius: 5px;
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
+
.hds-dropdown-list-item__interactive-loading-wrapper {
|
|
375
|
+
align-items: center;
|
|
376
|
+
display: flex;
|
|
377
|
+
padding: 8px 10px 8px 16px;
|
|
378
|
+
|
|
379
|
+
.hds-dropdown-list-item__interactive-text {
|
|
380
|
+
color: var(--token-color-foreground-faint);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.hds-dropdown-list-item__interactive-icon {
|
|
384
|
+
color: var(--token-color-foreground-primary);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
374
388
|
.hds-dropdown-list-item--separator {
|
|
375
389
|
height: 4px;
|
|
376
390
|
position: relative;
|
|
@@ -19,6 +19,7 @@ $hds-link-standalone-border-width: 1px;
|
|
|
19
19
|
border: $hds-link-standalone-border-width solid transparent; // needs to exist AND be transparent for a11y
|
|
20
20
|
display: flex;
|
|
21
21
|
font-family: var(--token-typography-font-stack-text);
|
|
22
|
+
font-weight: var(--token-typography-font-weight-medium);
|
|
22
23
|
justify-content: center;
|
|
23
24
|
// notice: the text decoration is applied directly to the "text" container because of a bug in Safari (see https://github.com/hashicorp/design-system-components/issues/159)
|
|
24
25
|
text-decoration-color: transparent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/design-system-components",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.4",
|
|
4
4
|
"description": "HashiCorp Design System Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@hashicorp/design-system-tokens": "^0.8.1",
|
|
38
|
-
"@hashicorp/ember-flight-icons": "^2.0.
|
|
38
|
+
"@hashicorp/ember-flight-icons": "^2.0.8",
|
|
39
39
|
"ember-auto-import": "^2.4.1",
|
|
40
40
|
"ember-cli-babel": "^7.26.11",
|
|
41
41
|
"ember-cli-htmlbars": "^6.0.1",
|