@telus-uds/theme-allium 3.3.0 → 3.4.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 +52 -1
- package/CHANGELOG.md +27 -2
- package/build/schema.json +771 -670
- package/build/theme.js +29 -6
- package/package.json +4 -4
- package/theme.json +25 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,58 @@
|
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 28 Jul 2022 23:42:51 GMT",
|
|
6
|
+
"tag": "@telus-uds/theme-allium_v3.4.2",
|
|
7
|
+
"version": "3.4.2",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@telus-uds/theme-allium",
|
|
13
|
+
"comment": "Bump @telus-uds/palette-allium to v2.3.0",
|
|
14
|
+
"commit": "df9e309c16d33ae8db3cbc63eebdb632619ddea9"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 25 Jul 2022 22:35:03 GMT",
|
|
21
|
+
"tag": "@telus-uds/theme-allium_v3.4.1",
|
|
22
|
+
"version": "3.4.1",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@telus-uds/theme-allium",
|
|
28
|
+
"comment": "Bump @telus-uds/palette-allium to v2.2.0",
|
|
29
|
+
"commit": "88c003c8b0e7ee7fdf42001fb47b669f3a616df9"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 21 Jul 2022 18:04:09 GMT",
|
|
36
|
+
"tag": "@telus-uds/theme-allium_v3.4.0",
|
|
37
|
+
"version": "3.4.0",
|
|
38
|
+
"comments": {
|
|
39
|
+
"minor": [
|
|
40
|
+
{
|
|
41
|
+
"author": "shahzaibkhalidmalik@outlook.com",
|
|
42
|
+
"package": "@telus-uds/theme-allium",
|
|
43
|
+
"commit": "cd6f5d967d3ad4f98f62258b043031e7c9d664d7",
|
|
44
|
+
"comment": "Add Allium theme for `Carousel`"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "bill.somen@telus.com",
|
|
48
|
+
"package": "@telus-uds/theme-allium",
|
|
49
|
+
"commit": "cd6f5d967d3ad4f98f62258b043031e7c9d664d7",
|
|
50
|
+
"comment": "Auto-generated change summary (does not include documentation changes) **added:** `components.Typography.rules.27.if.size.4`, `components.Typography.rules.27.if.size.5`, `components.Typography.rules.27.if.size.6`, `components.Typography.rules.27.if.size.7`, `components.Typography.rules.27.if.size.8`, **deleted:** _none_, **updated:** _none_"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"date": "Fri, 24 Jun 2022 16:43:34 GMT",
|
|
6
57
|
"tag": "@telus-uds/theme-allium_v3.3.0",
|
|
7
58
|
"version": "3.3.0",
|
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# Change Log - @telus-uds/theme-allium
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 28 Jul 2022 23:42:51 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.4.2
|
|
8
|
+
|
|
9
|
+
Thu, 28 Jul 2022 23:42:51 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @telus-uds/palette-allium to v2.3.0
|
|
14
|
+
|
|
15
|
+
## 3.4.1
|
|
16
|
+
|
|
17
|
+
Mon, 25 Jul 2022 22:35:03 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @telus-uds/palette-allium to v2.2.0
|
|
22
|
+
|
|
23
|
+
## 3.4.0
|
|
24
|
+
|
|
25
|
+
Thu, 21 Jul 2022 18:04:09 GMT
|
|
26
|
+
|
|
27
|
+
### Minor changes
|
|
28
|
+
|
|
29
|
+
- Add Allium theme for `Carousel` (shahzaibkhalidmalik@outlook.com)
|
|
30
|
+
- Auto-generated change summary (does not include documentation changes) **added:** `components.Typography.rules.27.if.size.4`, `components.Typography.rules.27.if.size.5`, `components.Typography.rules.27.if.size.6`, `components.Typography.rules.27.if.size.7`, `components.Typography.rules.27.if.size.8`, **deleted:** _none_, **updated:** _none_ (bill.somen@telus.com)
|
|
31
|
+
|
|
7
32
|
## 3.3.0
|
|
8
33
|
|
|
9
|
-
Fri, 24 Jun 2022 16:43:
|
|
34
|
+
Fri, 24 Jun 2022 16:43:34 GMT
|
|
10
35
|
|
|
11
36
|
### Minor changes
|
|
12
37
|
|