Skip to content

Commit 14d36f7

Browse files
authored
Merge pull request #702 from dxc-technology/4.1.0
Release 4.1.0
2 parents 6db7f21 + 8fef0bc commit 14d36f7

File tree

39 files changed

+284
-159
lines changed

39 files changed

+284
-159
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 4.0.0 (12/01/2022)
4+
## What's Changed
5+
6+
7+
* [Inputs] Add new inputs documentation pages by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/651
8+
* [Header] Add contentColor token by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/652
9+
* [Docs] Deprecated component alert message by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/654
10+
* [File-input] Add component documentation by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/655
11+
* [Select] Add component update to release branch by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/660
12+
* [Docs] Fixes for release 4.0.0 by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/657
13+
14+
15+
16+
17+
**Full Changelog**: https://github.com/dxc-technology/halstack-style-guide/compare/3.14.0...4.0.0
18+
---
19+
20+
## 3.14.0 (15/12/2021)
21+
## What's Changed
22+
* [Button] Documentation accessibility references by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/633
23+
* Add neutral transparent color palette by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/630
24+
* Add contributing/overview folder by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/637
25+
* Update typography documentation by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/639
26+
* [Principles] Type tokens for code tags and accessibility by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/640
27+
* [Contributing] Add overview and updated catalog by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/641
28+
* [Contributing] Add docs to DS guidelines by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/642
29+
30+
31+
**Full Changelog**: https://github.com/dxc-technology/halstack-style-guide/compare/3.13.0...3.14.0
32+
---
33+
334
## 3.13.0 (26/11/2021)
435
## What's Changed
536
* [Contribution] Update feedback section by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/622
9.84 MB
Binary file not shown.
3.61 KB
Binary file not shown.
1.82 MB
Binary file not shown.
10.3 KB
Binary file not shown.

guidelines/components/accordion/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,19 @@ _Component design specifications_
190190

191191
| Component token | Element | Core token | Value |
192192
| :------------------------------------------ | :--------------------------- | :--------------------- | :------------------------ |
193-
| `titleLabelPaddingRight` | Title | `spacing-05` | 1rem / 16px |
194-
| `titleLabelPaddingLeft` | Title | `spacing-00` | 0rem / 0px |
195-
| `titleLabelPaddingTop` | Title | `spacing-00` | 0rem / 0px |
196-
| `titleLabelPaddingBottom` | Title | `spacing-00` | 0rem / 0px |
193+
| `titleLabelPaddingRight` | Title | `spacing-16` | 1rem / 16px |
194+
| `titleLabelPaddingLeft` | Title | `spacing-0 ` | 0rem / 0px |
195+
| `titleLabelPaddingTop` | Title | `spacing-0 ` | 0rem / 0px |
196+
| `titleLabelPaddingBottom` | Title | `spacing-0 ` | 0rem / 0px |
197197

198198

199199
| Property | Element | Core token | Value |
200200
| :------------------------------------------ | :--------------------------- | :------------------- | :----------- |
201-
| `padding-left` | Header | `spacing-05` | 16px |
202-
| `padding-right` | Header | `spacing-05` | 16px |
203-
| `padding-right` | Helper text | `spacing-06` | 24px |
204-
| `padding` | Caret icon | `spacing-04` | 12px |
205-
| `margin-right` | Custom icon | `spacing-04` | 12px |
201+
| `padding-left` | Header | `spacing-16` | 16px |
202+
| `padding-right` | Header | `spacing-16` | 16px |
203+
| `padding-right` | Helper text | `spacing-24` | 24px |
204+
| `padding` | Caret icon | `spacing-12` | 12px |
205+
| `margin-right` | Custom icon | `spacing-12` | 12px |
206206
| `padding` | Custom content | [Component spacing](https://github.com/dxc-technology/halstack-style-guide/tree/master/guidelines/principles/spacing#component-spacing-tokens) | [[Prop] padding](https://developer.dxc.com/tools/react/next/#/components/accordion) |
207207
| `margin` | Accordion container | [Component spacing](https://github.com/dxc-technology/halstack-style-guide/tree/master/guidelines/principles/spacing#component-spacing-tokens) | [[Prop] margin](https://developer.dxc.com/tools/react/next/#/components/accordion) |
208208

guidelines/components/alert/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ Depending on the content that need to be displayed, more detailed descriptions c
113113

114114
| Component token | Element | Core token | Value |
115115
| :------------------------------------------ | :--------------------------- | :--------------------- | :---------------- |
116-
| `containerPaddingLeft` | Container | `spacing-04` | 0.75rem / 12px |
117-
| `containerPaddingRight` | Container | `spacing-04` | 0.75rem / 12px |
118-
| `iconMarginRight` | Icon | `spacing-03` | 0.75rem / 12px |
119-
| `inlineTextPaddingLeft` | Inline text | `spacing-03` | 0.5rem / 8px |
120-
| `titlePaddingLeft` | Title | `spacing-03` | 0.5rem / 8px |
116+
| `containerPaddingLeft` | Container | `spacing-12` | 0.75rem / 12px |
117+
| `containerPaddingRight` | Container | `spacing-12` | 0.75rem / 12px |
118+
| `iconMarginRight` | Icon | `spacing-8` | 0.75rem / 12px |
119+
| `inlineTextPaddingLeft` | Inline text | `spacing-8` | 0.5rem / 8px |
120+
| `titlePaddingLeft` | Title | `spacing-8` | 0.5rem / 8px |
121121

122122

123123
### Iconography

guidelines/components/autosuggest/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ The specifications for the autosuggest input can be found in the [input text spe
7878

7979
| Property | Element | Token | Value |
8080
| :---------------------------------- | :-------------------- | :---------------------- | :---------------- |
81-
| `padding-top` | List dialog | `spacing-02` | 0.25rem / 4px |
82-
| `padding-bottom` | List dialog | `spacing-02` | 0.25rem / 4px |
83-
| `padding-left` | List option | `spacing-03` | 0.5rem / 8px |
84-
| `padding-right` | List option | `spacing-03` | 0.5rem / 8px |
85-
| `padding-top` | List option | `spacing-01` | 0.125rem / 2px |
86-
| `padding-bottom` | List option | `spacing-01` | 0.125rem / 2px |
87-
| `padding-left` | List option value | `spacing-03` | 0.5rem / 8px |
88-
| `padding-right` | List option value | `spacing-03` | 0.5rem / 8px |
81+
| `padding-top` | List dialog | `spacing-4` | 0.25rem / 4px |
82+
| `padding-bottom` | List dialog | `spacing-4` | 0.25rem / 4px |
83+
| `padding-left` | List option | `spacing-8` | 0.5rem / 8px |
84+
| `padding-right` | List option | `spacing-8` | 0.5rem / 8px |
85+
| `padding-top` | List option | `spacing-2` | 0.125rem / 2px |
86+
| `padding-bottom` | List option | `spacing-2` | 0.125rem / 2px |
87+
| `padding-left` | List option value | `spacing-8` | 0.5rem / 8px |
88+
| `padding-right` | List option value | `spacing-8` | 0.5rem / 8px |
8989

9090
## Links and references
9191

guidelines/components/button/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ _Design specifications for button component_
5050

5151
| Component token | Element | Core token | Value |
5252
| :----------------------------- | :--------------- | :---------------- | :-------------- |
53-
| `primaryPaddingLeft` | Container | `spacing-03` | 0.5rem / 8px |
54-
| `primaryPaddingRight` | Container | `spacing-03` | 0.5rem / 8px |
55-
| `primaryPaddingTop` | Container | `spacing-03` | 0.5rem / 8px |
56-
| `primaryPaddingBottom` | Container | `spacing-03` | 0.5rem / 8px |
53+
| `primaryPaddingLeft` | Container | `spacing-8` | 0.5rem / 8px |
54+
| `primaryPaddingRight` | Container | `spacing-8` | 0.5rem / 8px |
55+
| `primaryPaddingTop` | Container | `spacing-8` | 0.5rem / 8px |
56+
| `primaryPaddingBottom` | Container | `spacing-8` | 0.5rem / 8px |
5757

5858
| Property | Element | Core token | Value |
5959
| :----------------------------- | :--------------- | :---------------- | :-------------- |
60-
| `margin-right` | Label | `spacing-03` | 0.5rem / 8px |
61-
| `margin-left` | Label | `spacing-03` | 0.5rem / 8px |
62-
| `margin-left` | Icon | `spacing-03` | 0.5rem / 8px |
60+
| `margin-right` | Label | `spacing-8` | 0.5rem / 8px |
61+
| `margin-left` | Label | `spacing-8` | 0.5rem / 8px |
62+
| `margin-left` | Icon | `spacing-8` | 0.5rem / 8px |
6363

6464

6565
### Size

guidelines/components/card/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ _Card design specifications_
5454

5555
| Property | Element | Core token | Value |
5656
| :----------------------- | :----------------------- | :------------------------- | :--------------- |
57-
| `margin-top` | Custom content- subtitle | `spacing-02` | 0.25rem / 4px |
58-
| `margin-bottom` | Custom content- title | `spacing-05` | 1rem / 16px |
59-
| `padding-left` | Custom content | `spacing-06` | 1.5rem / 24px |
60-
| `padding-top` | Custom content | `spacing-06` | 1.5rem / 24px |
61-
| `padding-bottom` | Custom content | `spacing-06` | 1.5rem / 24px |
62-
| `padding-right` | Container | `spacing-06` | 1.5rem / 24px |
57+
| `margin-top` | Custom content- subtitle | `spacing-4` | 0.25rem / 4px |
58+
| `margin-bottom` | Custom content- title | `spacing-16` | 1rem / 16px |
59+
| `padding-left` | Custom content | `spacing-24` | 1.5rem / 24px |
60+
| `padding-top` | Custom content | `spacing-24` | 1.5rem / 24px |
61+
| `padding-bottom` | Custom content | `spacing-24` | 1.5rem / 24px |
62+
| `padding-right` | Container | `spacing-24` | 1.5rem / 24px |
6363

6464

6565
### Size

0 commit comments

Comments
 (0)