@telus-uds/theme-allium 0.1.0-prerelease.0 → 2.0.0
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 +112 -0
- package/README.md +3 -9
- package/build/schema.json +9787 -0
- package/build/theme.js +68 -55
- package/package.json +6 -5
- package/theme.json +1539 -1525
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,118 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [2.0.0](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-allium/v1.0.0...@telus-uds/theme-allium/v2.0.0) (2022-02-28)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **component-base:** add some fixes to the list component ([#1226](https://github.com/telus/universal-design-system/issues/1226)) ([35a42e0](https://github.com/telus/universal-design-system/commit/35a42e05e23630696286e7c8607e7a1e8da9d6c2))
|
|
10
|
+
- **tools:** autogenerate theme metadata on build ([#1280](https://github.com/telus/universal-design-system/issues/1280)) ([ae88b91](https://github.com/telus/universal-design-system/commit/ae88b910134d362f62b5ed74b983da3a6190a097))
|
|
11
|
+
|
|
12
|
+
### Change summary (does not include documentation changes)
|
|
13
|
+
|
|
14
|
+
#### New keys
|
|
15
|
+
|
|
16
|
+
- `components.List.tokens.iconMarginTop`
|
|
17
|
+
|
|
18
|
+
#### Updated keys
|
|
19
|
+
|
|
20
|
+
- `components.List.tokens.listGutter`
|
|
21
|
+
|
|
22
|
+
## [1.0.0](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-allium/v1.0.0-prerelease.0...@telus-uds/theme-allium/v1.0.0) (2022-02-03)
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
- **themes:** validate theme token types ([#1221](https://github.com/telus/universal-design-system/issues/1221)) ([dae382d](https://github.com/telus/universal-design-system/commit/dae382d19f86b88cd5de9df8c94f8200aee5b33f))
|
|
27
|
+
- **tools:** make palette and schema discrete vars ([#1242](https://github.com/telus/universal-design-system/issues/1242)) ([8271ba3](https://github.com/telus/universal-design-system/commit/8271ba3cbb2fb97158560191e8ce5fb0a3969371))
|
|
28
|
+
|
|
29
|
+
### Change summary (does not include documentation changes)
|
|
30
|
+
|
|
31
|
+
#### Updated keys
|
|
32
|
+
|
|
33
|
+
- `components.Button.rules.3.tokens.borderWidth`
|
|
34
|
+
- `components.Button.rules.18.tokens.borderWidth`
|
|
35
|
+
- `components.Button.tokens.outerBorderGap`
|
|
36
|
+
- `components.ButtonGroupItem.rules.1.tokens.outerBorderWidth`
|
|
37
|
+
- `components.ButtonGroupItem.tokens.outerBorderGap`
|
|
38
|
+
- `components.Divider.rules.0.tokens.width`
|
|
39
|
+
- `components.Divider.tokens.width`
|
|
40
|
+
- `components.Feedback.tokens.iconSize`
|
|
41
|
+
- `components.Link.rules.5.tokens.iconSize`
|
|
42
|
+
- `components.Link.rules.6.tokens.iconSize`
|
|
43
|
+
- `components.Link.rules.7.tokens.iconSize`
|
|
44
|
+
- `components.Link.tokens.iconSize`
|
|
45
|
+
- `components.Link.tokens.outerBorderGap`
|
|
46
|
+
- `components.Modal.rules.1.tokens.maxWidth`
|
|
47
|
+
- `components.Pagination.tokens.gap`
|
|
48
|
+
- `components.PaginationPageButton.tokens.outerBorderGap`
|
|
49
|
+
- `components.PaginationSideButton.tokens.iconSize`
|
|
50
|
+
- `components.Search.tokens.buttonsGap`
|
|
51
|
+
- `components.SearchButton.rules.3.tokens.borderWidth`
|
|
52
|
+
- `components.SearchButton.rules.4.tokens.borderWidth`
|
|
53
|
+
- `components.Select.tokens.iconSize`
|
|
54
|
+
- `components.Select.tokens.validationIconSize`
|
|
55
|
+
- `components.Skeleton.tokens.radius`
|
|
56
|
+
- `components.Skeleton.tokens.size`
|
|
57
|
+
- `components.Skeleton.tokens.squareRadius`
|
|
58
|
+
- `components.TagsItem.rules.1.tokens.outerBorderWidth`
|
|
59
|
+
- `components.TagsItem.tokens.iconTranslateX`
|
|
60
|
+
- `components.TagsItem.tokens.iconTranslateY`
|
|
61
|
+
- `components.TagsItem.tokens.outerBorderGap`
|
|
62
|
+
- `components.TextInput.tokens.iconSize`
|
|
63
|
+
- `components.ToggleSwitch.rules.2.tokens.outerBorderGap`
|
|
64
|
+
|
|
65
|
+
## [1.0.0-prerelease.0](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-allium/v0.1.0-prerelease.0...@telus-uds/theme-allium/v1.0.0-prerelease.0) (2022-01-20)
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
- **base:** validate theme token version ([#1067](https://github.com/telus/universal-design-system/issues/1067)) ([b853f78](https://github.com/telus/universal-design-system/commit/b853f7883543264ebd649f323f10bf714dbdea08))
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
- **base:** fix issues found doing Link/Button docs ([#1084](https://github.com/telus/universal-design-system/issues/1084)) ([0047323](https://github.com/telus/universal-design-system/commit/0047323af561e93359f117a5641cf1ed94993411))
|
|
74
|
+
|
|
75
|
+
### Change summary (does not include documentation changes)
|
|
76
|
+
|
|
77
|
+
#### New keys
|
|
78
|
+
|
|
79
|
+
- `components.ButtonGroup.tokens.flexShrink`
|
|
80
|
+
- `components.ChevronLink.appearances.size.values.0`
|
|
81
|
+
- `components.ChevronLink.appearances.size.values.1`
|
|
82
|
+
- `components.ChevronLink.appearances.size.values.2`
|
|
83
|
+
- `components.ChevronLink.appearances.size.type`
|
|
84
|
+
- `components.ChevronLink.tokens.iconSize`
|
|
85
|
+
- `components.ChevronLink.rules.1.if.size`
|
|
86
|
+
- `components.ChevronLink.rules.1.tokens.iconSize`
|
|
87
|
+
- `components.HorizontalScrollButton.appearances.hover`
|
|
88
|
+
- `components.HorizontalScrollButton.appearances.focus`
|
|
89
|
+
- `components.HorizontalScrollButton.appearances.pressed`
|
|
90
|
+
- `components.HorizontalScrollButton.tokens.borderRadius`
|
|
91
|
+
- `components.HorizontalScrollButton.tokens.backgroundColor`
|
|
92
|
+
- `components.HorizontalScrollButton.tokens.borderColor`
|
|
93
|
+
- `components.HorizontalScrollButton.tokens.borderWidth`
|
|
94
|
+
- `components.HorizontalScrollButton.tokens.padding`
|
|
95
|
+
- `components.HorizontalScrollButton.tokens.shadow`
|
|
96
|
+
- `components.HorizontalScrollButton.tokens.iconSize`
|
|
97
|
+
- `components.HorizontalScrollButton.tokens.iconColor`
|
|
98
|
+
- `components.HorizontalScrollButton.rules.0.if.hover`
|
|
99
|
+
- `components.HorizontalScrollButton.rules.0.tokens.borderColor`
|
|
100
|
+
- `components.HorizontalScrollButton.rules.0.tokens.iconColor`
|
|
101
|
+
- `components.HorizontalScrollButton.rules.1.if.pressed`
|
|
102
|
+
- `components.HorizontalScrollButton.rules.1.tokens.backgroundColor`
|
|
103
|
+
- `components.HorizontalScrollButton.rules.1.tokens.iconColor`
|
|
104
|
+
- `components.StackView.tokens.flexShrink`
|
|
105
|
+
- `components.Tags.tokens.flexShrink`
|
|
106
|
+
|
|
107
|
+
#### Deleted keys
|
|
108
|
+
|
|
109
|
+
- `components.TabsScrollButton`
|
|
110
|
+
|
|
111
|
+
#### Updated keys
|
|
112
|
+
|
|
113
|
+
- `components.ChevronLink.tokens.iconSpace`
|
|
114
|
+
- `components.ExpandCollapse.tokens.borderWidth`
|
|
115
|
+
- `components.RadioCard.tokens.minWidth`
|
|
116
|
+
|
|
5
117
|
## [0.1.0-prerelease.0](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-allium/v0.0.2-prerelease.6...@telus-uds/theme-allium/v0.1.0-prerelease.0) (2021-12-29)
|
|
6
118
|
|
|
7
119
|
### Features
|
package/README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Allium theme
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Allium design system theme.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
```
|
|
8
|
-
const alliumTheme = require('allium-theme');
|
|
9
|
-
|
|
10
|
-
// TODO: DEMONSTRATE API
|
|
11
|
-
```
|
|
5
|
+
Refer to the [UDS monorepo README](https://github.com/telus/universal-design-system/#readme) for details.
|