@telus-uds/theme-allium 2.0.0 → 2.1.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.json +32 -0
- package/CHANGELOG.md +46 -2
- package/README.md +1 -1
- package/build/schema.json +927 -784
- package/build/theme.js +27 -2
- package/package.json +9 -10
- package/theme.json +30 -0
package/CHANGELOG.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@telus-uds/theme-allium",
|
|
3
|
+
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Fri, 01 Apr 2022 07:21:35 GMT",
|
|
6
|
+
"tag": "@telus-uds/theme-allium_v2.1.2",
|
|
7
|
+
"version": "2.1.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "cody.zuschlag@nearform.com",
|
|
12
|
+
"package": "@telus-uds/theme-allium",
|
|
13
|
+
"commit": "101aa62750de0f92ef5caaae60c680d1e988c498",
|
|
14
|
+
"comment": "update deps"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "cody.zuschlag@nearform.com",
|
|
18
|
+
"package": "@telus-uds/theme-allium",
|
|
19
|
+
"commit": "101aa62750de0f92ef5caaae60c680d1e988c498",
|
|
20
|
+
"comment": "Auto-generated change summary (does not include documentation changes) **added:** _none_, **deleted:** _none_, **updated:** _none_"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@telus-uds/theme-allium",
|
|
25
|
+
"comment": "Bump @telus-uds/palette-allium to v1.1.1",
|
|
26
|
+
"commit": "101aa62750de0f92ef5caaae60c680d1e988c498"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,50 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Change Log - @telus-uds/theme-allium
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This log was last generated on Fri, 01 Apr 2022 07:21:35 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 2.1.2
|
|
8
|
+
|
|
9
|
+
Fri, 01 Apr 2022 07:21:35 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- update deps (cody.zuschlag@nearform.com)
|
|
14
|
+
- Auto-generated change summary (does not include documentation changes) **added:** _none_, **deleted:** _none_, **updated:** _none_ (cody.zuschlag@nearform.com)
|
|
15
|
+
- Bump @telus-uds/palette-allium to v1.1.1
|
|
16
|
+
|
|
17
|
+
## [2.1.1](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-allium/v2.1.0...@telus-uds/theme-allium/v2.1.1) (2022-03-21)
|
|
18
|
+
|
|
19
|
+
### Change summary (does not include documentation changes)
|
|
20
|
+
|
|
21
|
+
## [2.1.0](https://github.com/telus/universal-design-system/compare/@telus-uds/theme-allium/v2.0.0...@telus-uds/theme-allium/v2.1.0) (2022-03-03)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- **components-base:** add ToggleSwitchGroup ([#1307](https://github.com/telus/universal-design-system/issues/1307)) ([402630a](https://github.com/telus/universal-design-system/commit/402630ad04c2d81c4f882fed564cf4ae33096cea))
|
|
26
|
+
|
|
27
|
+
### Change summary (does not include documentation changes)
|
|
28
|
+
|
|
29
|
+
#### New keys
|
|
30
|
+
|
|
31
|
+
- `components.ToggleSwitch.rules.9.tokens.labelColor`
|
|
32
|
+
- `components.ToggleSwitch.tokens.labelColor`
|
|
33
|
+
- `components.ToggleSwitch.tokens.labelFontName`
|
|
34
|
+
- `components.ToggleSwitch.tokens.labelFontSize`
|
|
35
|
+
- `components.ToggleSwitch.tokens.labelFontWeight`
|
|
36
|
+
- `components.ToggleSwitch.tokens.labelLineHeight`
|
|
37
|
+
- `components.ToggleSwitch.tokens.labelMarginLeft`
|
|
38
|
+
- `components.ToggleSwitchGroup.appearances.viewport`
|
|
39
|
+
- `components.ToggleSwitchGroup.rules.0.if.viewport.0`
|
|
40
|
+
- `components.ToggleSwitchGroup.rules.0.if.viewport.1`
|
|
41
|
+
- `components.ToggleSwitchGroup.rules.0.tokens.space`
|
|
42
|
+
- `components.ToggleSwitchGroup.tokens.alignItems`
|
|
43
|
+
- `components.ToggleSwitchGroup.tokens.direction`
|
|
44
|
+
- `components.ToggleSwitchGroup.tokens.flexGrow`
|
|
45
|
+
- `components.ToggleSwitchGroup.tokens.flexShrink`
|
|
46
|
+
- `components.ToggleSwitchGroup.tokens.justifyContent`
|
|
47
|
+
- `components.ToggleSwitchGroup.tokens.space`
|
|
4
48
|
|
|
5
49
|
## [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
50
|
|
package/README.md
CHANGED