@hashicorp/design-system-components 0.3.1 → 0.3.2
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,5 +1,11 @@
|
|
|
1
1
|
# @hashicorp/design-system-components
|
|
2
2
|
|
|
3
|
+
## 0.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#112](https://github.com/hashicorp/design-system/pull/112) [`2be08081`](https://github.com/hashicorp/design-system/commit/2be08081582dd7e9c092fdb35c94c063d5ee7f4e) Thanks [@didoo](https://github.com/didoo)! - added missing helpers for “color” and “typography” in “components” package
|
|
8
|
+
|
|
3
9
|
## 0.3.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
<nav
|
|
2
|
-
class={{this.classNames}}
|
|
3
|
-
{{!
|
|
4
|
-
TODO: should this string be localized, like in Structure? https://github.com/hashicorp/structure/blob/dffbb0e0ae5246d3b832586ab25bcb981a052b30/packages/pds-ember/addon/components/pds/breadcrumbs/index.hbs#L3
|
|
5
|
-
(in which case, we need to expose a prop? or start to have localization in the HDS system?)
|
|
6
|
-
}}
|
|
7
|
-
aria-label="breadcrumbs"
|
|
8
|
-
...attributes
|
|
9
|
-
>
|
|
1
|
+
<nav class={{this.classNames}} aria-label="breadcrumbs" ...attributes>
|
|
10
2
|
<ol class="hds-breadcrumb__list" {{did-insert this.didInsert}}>
|
|
11
3
|
{{yield}}
|
|
12
4
|
</ol>
|