Skip to content

Commit f07b849

Browse files
authored
Merge pull request #626 from dxc-technology/3.13.0
Release 3.13.0
2 parents 6517a0c + a4e1092 commit f07b849

24 files changed

+131
-53
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,34 @@
11
# Changelog
22

3-
## 3.11.0 (28/10/2021)
4-
3+
## 3.12.0 (16/11/2021)
54
## What's Changed
65

7-
### Documentation
6+
* Add variants hierarchy usage table by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/608
7+
* Tag documentation fixes by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/606
8+
* Update tag miniature by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/610
9+
* Update padding property values by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/616
10+
* Add GitHub release notes configuration by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/617
11+
* Box documentation update by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/609
12+
13+
**Full Changelog**: https://github.com/dxc-technology/halstack-style-guide/compare/3.11.0...3.12.0
14+
---
15+
16+
## 3.11.0 (28/10/2021)
17+
## What's Changed
818

919
* Accordion :focus state update by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/584
1020
* Fix accordion component specs by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/589
1121
* Component footer documentation update by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/592
22+
* Add component status identifiers by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/597
1223
* Update contributing/design documentation by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/595
1324
* Component tag documentation update by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/590
1425
* Header documentation update by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/599
1526
* Select documentation update by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/602
1627
* Documentation fixes by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/603
1728
* Sidenav documentation fixes by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/585
18-
19-
### UI Kit
20-
2129
* Update UI Kit select and sidenav components by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/604
22-
* Add component status identifiers by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/597
30+
* Release 3.11.0 by @aweell in https://github.com/dxc-technology/halstack-style-guide/pull/605
31+
2332

2433
**Full Changelog**: https://github.com/dxc-technology/halstack-style-guide/compare/3.10.0...3.11.0
2534
---
6.4 MB
Binary file not shown.
34.1 KB
Binary file not shown.
67.3 KB
Binary file not shown.

contributing/overview.md

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,42 @@
22

33
You can contribute to the Halstack design system documentation in several ways:
44

5-
* [Bug reports and feature requests](#bug-reports-and-feature-requests)
5+
* [Giving feedback](#giving-feedback)
6+
* [Discussions](#discussions)
7+
* [Issues](#issues)
68
* [Content guidelines](#content-guidelines)
79
* [Editing pages](#editing-pages)
810
* [Creating pages](#creating-pages)
911

12+
## Giving feedback
1013

11-
## Bug reports and feature requests
14+
Halstack design system is free to use and contributors help us to make it awesome. In order to manage the feedback we have different channels depending of the nature of the topic, the following flow will help you to find the correct forum to provide your feedback:
1215

13-
Before opening a [new issue](https://github.com/dxc-technology/halstack-style-guide/issues/new/choose) consider the following;
16+
17+
![Feedback_flow](https://user-images.githubusercontent.com/44420072/143018131-01a29532-f1ca-4700-af86-0e23a2ce6197.png)
18+
19+
_Feedback process flow_
20+
21+
### Discussions
22+
23+
The Github discussions tab is the best method to provide your opinion about anything we have (or not!) on our design system. Consider using discussions if:
24+
25+
* You want to **share your ideas**
26+
* There is a **new component or variant** you would like us to have
27+
* There is a **missing feature** you want to add to an exisiting component
28+
* You have **any question** regarding our tools and guidelines
29+
30+
In case is the first time you use discussions, GitHub has an [amazing documentation](https://docs.github.com/en/discussions) available. You can open a discussion or give your opinion about the following topics:
31+
32+
* [Design discussions](https://github.com/dxc-technology/halstack-style-guide/discussions)
33+
* [React discussions](https://github.com/dxc-technology/halstack-react/discussions)
34+
* [Angular discussions](https://github.com/dxc-technology/halstack-angular/discussions)
35+
36+
Before submitting any comment please read the [community guidelines](https://docs.github.com/en/github/site-policy/github-community-guidelines).
37+
38+
### Issues
39+
40+
We use GitHub issues as action items for our daily basis work, before opening a [new issue](https://github.com/dxc-technology/halstack-style-guide/issues/new/choose) consider the following:
1441

1542
* **Avoid duplicates**: Before opening a new issue please always check that the issue has not been already opened.
1643
* **Use labels**: Labels help us organizing the open issues, find a label that suits better to your feature/bug and add it.
@@ -20,17 +47,17 @@ If the issue is related to our CDKs please open it in the correct repositories:
2047
* [halstack-angular](https://github.com/dxc-technology/halstack-angular/issues/new/choose)
2148
* [halstack-react](https://github.com/dxc-technology/halstack-react/issues/new/choose)
2249

23-
### Bug report
50+
#### Bug report
2451

2552
Open a [bug report](https://github.com/dxc-technology/halstack-style-guide/issues/new?assignees=&labels=&template=bug_report.md) when there are:
2653

2754
* Typos in the documentation
2855
* Incorrect or misleading information
2956
* Broken or outdated links
3057

31-
### Feature request
58+
#### Feature request
3259

33-
All the enhancements, new component or feature requests are handle via [feature requests](https://github.com/dxc-technology/halstack-style-guide/issues/new?assignees=&labels=&template=feature_request.md). We encourage every user of Halstack design system to use this method for requesting improvements.
60+
All the enhancements, new component or feature requests are handle via [feature requests](https://github.com/dxc-technology/halstack-style-guide/issues/new?assignees=&labels=&template=feature_request.md). Every user of Halstack design system can use this method for requesting improvements.
3461

3562
* Proposed and accepted features are included by the core mantainers
3663
* Any feature can be crafted and submitted to this repo as a [pull request](#pull-requests).

guidelines/components/slider/README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,15 @@ _Slider component different states example_
3636

3737
![Slider Anatomy](images/slider_anatomy.png "Slider Anatomy")
3838

39-
1. Floor label _(Optional)_
40-
2. Total line
41-
3. Ceil label _(Optional)_
42-
4. Value input _(Optional)_
43-
5. Tick
44-
6. Thumb
45-
7. Track line
39+
1. Label
40+
2. Helper text
41+
3. Floor label _(Optional)_
42+
4. Total line
43+
5. Ceil label _(Optional)_
44+
6. Value input _(Optional)_
45+
7. Tick
46+
8. Thumb
47+
9. Track line
4648

4749

4850
## Slider with input
@@ -68,6 +70,8 @@ _Slider Specifications_
6870
| Component token | Element | Core token | Value |
6971
| :-------------------------------- | :------------------ | :-------------------- | :------ |
7072
| `fontColor` | Floor/Ceil label | `color-black` | #000000 |
73+
| `labelFontColor` | Label | `color-black` | #000000 |
74+
| `helperTextColor` | Helper text | `color-black` | #000000 |
7175
| `thumbBackgroundColor` | Thumb | `color-blue-800` | #0067b3 |
7276
| `hoverThumbBackgroundColor` | Thumb:hover | `color-blue-900` | #003c66 |
7377
| `focusThumbBackgroundColor` | Thumb:focus | `color-blue-800` | #0067b3 |
@@ -84,14 +88,24 @@ _Slider Specifications_
8488

8589
### Typography
8690

87-
8891
| Component token | Element | Core token | Value |
8992
| :-------------------------------- | :------------------ | :--------------------- | :------------------------ |
93+
| `fontFamily` | Label | `font-family` | 'Open Sans', sans-serif |
94+
| `fontSize` | Label | `font-scale-02` | 0.875rem / 14px |
95+
| `fontStyle` | Label | `font-style-normal` | normal |
96+
| `fontWeight` | Label | `font-weight-semibold` | 600 |
97+
| `lineHeight` | Label | `font-leading-loose-01`| 1.715em |
98+
| `fontFamily` | Helper text | `font-family` | 'Open Sans', sans-serif |
99+
| `fontSize` | Helper text | `font-scale-01` | 0.75rem / 12px |
100+
| `fontStyle` | Helper text | `font-style-normal` | normal |
101+
| `fontWeight` | Helper text | `font-weight-regular` | 400 |
102+
| `lineHeight` | Helper text | `font-leading-normal` | 1.5em |
90103
| `fontFamily` | Floor/Ceil label | `font-family-sans` | 'Open Sans', sans-serif |
91104
| `fontSize` | Floor/Ceil label | `font-scale-03` | 1rem / 16px |
92105
| `fontWeight` | Floor/Ceil label | `font-weight-regular` | 400 |
93106
| `fontStyle` | Floor/Ceil label | `font-style-normal` | normal |
94107

108+
95109
### Spacing
96110

97111
| Property | Element | Core token | Value |
@@ -116,6 +130,7 @@ _Slider Specifications_
116130

117131
[*] The thumb element size is 14x14px in the following states: `:hover`, and `:active`.
118132

133+
119134
### Border
120135

121136
| Property | Element | Core token | Value |
3.17 KB
Loading
2.73 KB
Loading
5.17 KB
Loading
-1.93 KB
Loading

0 commit comments

Comments
 (0)