@telus-uds/theme-allium 3.1.0 → 3.1.1

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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@telus-uds/theme-allium",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 21 Apr 2022 18:48:40 GMT",
5
+ "date": "Thu, 28 Apr 2022 18:38:57 GMT",
6
+ "tag": "@telus-uds/theme-allium_v3.1.1",
7
+ "version": "3.1.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "eugene@michasiw.com",
12
+ "package": "@telus-uds/theme-allium",
13
+ "commit": "97372f08199e90171d4384c162d05301e1989654",
14
+ "comment": "Auto-generated change summary (does not include documentation changes) **added:** `components.Modal.tokens.closePadding`, **deleted:** _none_, **updated:** `components.Modal.tokens.closeIconSize`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 22 Apr 2022 12:58:00 GMT",
6
21
  "tag": "@telus-uds/theme-allium_v3.1.0",
7
22
  "version": "3.1.0",
8
23
  "comments": {
@@ -10,7 +25,7 @@
10
25
  {
11
26
  "author": "ruslan.bredikhin@nearform.com",
12
27
  "package": "@telus-uds/theme-allium",
13
- "commit": "7cef66220aab783006f5549555872eefca70b82d",
28
+ "commit": "3f0d2b901a2729086cc53ede102d5958e3ef10cf",
14
29
  "comment": "Auto-generated change summary (does not include documentation changes) **added:** `components.Icon.appearances.size.values.1`, `components.Icon.appearances.size.values.2`, `components.Icon.appearances.size.values.3`, `components.Icon.rules.1.if.size`, `components.Icon.rules.1.tokens.size`, `components.Icon.rules.2.if.size`, `components.Icon.rules.2.tokens.size`, `components.Icon.rules.3.if.size`, `components.Icon.rules.3.tokens.size`, `components.Icon.rules.4.if.rank`, `components.Icon.rules.4.tokens.color`, **deleted:** `components.Icon.rules.1.if.rank`, `components.Icon.rules.1.tokens.color`, **updated:** `components.Icon.appearances.size.values.0`, `components.Icon.rules.0.if.size`, `components.Icon.rules.0.tokens.size`"
15
30
  }
16
31
  ]
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @telus-uds/theme-allium
2
2
 
3
- This log was last generated on Thu, 21 Apr 2022 18:48:40 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 28 Apr 2022 18:38:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.1.1
8
+
9
+ Thu, 28 Apr 2022 18:38:57 GMT
10
+
11
+ ### Patches
12
+
13
+ - Auto-generated change summary (does not include documentation changes) **added:** `components.Modal.tokens.closePadding`, **deleted:** _none_, **updated:** `components.Modal.tokens.closeIconSize` (eugene@michasiw.com)
14
+
7
15
  ## 3.1.0
8
16
 
9
- Thu, 21 Apr 2022 18:48:40 GMT
17
+ Fri, 22 Apr 2022 12:58:00 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/build/schema.json CHANGED
@@ -4995,6 +4995,9 @@
4995
4995
  },
4996
4996
  "closeIconSize": {
4997
4997
  "$ref": "#size"
4998
+ },
4999
+ "closePadding": {
5000
+ "$ref": "#size"
4998
5001
  }
4999
5002
  },
5000
5003
  "required": [
@@ -5015,7 +5018,8 @@
5015
5018
  "paddingBottom",
5016
5019
  "closeIcon",
5017
5020
  "closeIconColor",
5018
- "closeIconSize"
5021
+ "closeIconSize",
5022
+ "closePadding"
5019
5023
  ]
5020
5024
  },
5021
5025
  "rules": {
@@ -5085,6 +5089,9 @@
5085
5089
  },
5086
5090
  "closeIconSize": {
5087
5091
  "$ref": "#size"
5092
+ },
5093
+ "closePadding": {
5094
+ "$ref": "#size"
5088
5095
  }
5089
5096
  }
5090
5097
  },
package/build/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 21 Apr 2022 18:47:47 GMT
4
+ * Generated on Thu, 28 Apr 2022 18:37:44 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1174,7 +1174,8 @@ module.exports = {
1174
1174
  borderRadius: 4,
1175
1175
  closeIcon: PaletteIconClose,
1176
1176
  closeIconColor: '#414547',
1177
- closeIconSize: 24,
1177
+ closeIconSize: 16,
1178
+ closePadding: 4,
1178
1179
  containerPaddingBottom: 0,
1179
1180
  containerPaddingLeft: 0,
1180
1181
  containerPaddingRight: 0,
@@ -3025,5 +3026,5 @@ module.exports = {
3025
3026
  tokens: { size: 96 }
3026
3027
  }
3027
3028
  },
3028
- metadata: { name: 'theme-allium', themeTokensVersion: '1.4.0' }
3029
+ metadata: { name: 'theme-allium', themeTokensVersion: '1.5.0' }
3029
3030
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/theme-allium",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Allium theme",
5
5
  "author": "TELUS Digital",
6
6
  "homepage": "https://github.com/telus/allium-design-system#readme",
@@ -9,7 +9,7 @@
9
9
  "dependencies": {},
10
10
  "devDependencies": {
11
11
  "@telus-uds/palette-allium": "^2.0.0",
12
- "@telus-uds/system-theme-tokens": "^1.4.0",
12
+ "@telus-uds/system-theme-tokens": "^1.5.0",
13
13
  "@telus-uds/system-tokens": "^0.1.1"
14
14
  },
15
15
  "peerDependencies": {
package/theme.json CHANGED
@@ -1607,7 +1607,8 @@
1607
1607
  "borderRadius": "{palette.radius.radius4}",
1608
1608
  "closeIcon": "{palette.icon.Close}",
1609
1609
  "closeIconColor": "{palette.color.greyCharcoal}",
1610
- "closeIconSize": "{palette.size.size24}",
1610
+ "closeIconSize": "{palette.size.size16}",
1611
+ "closePadding": "{palette.size.size4}",
1611
1612
  "containerPaddingBottom": "{system.size.zero}",
1612
1613
  "containerPaddingLeft": "{system.size.zero}",
1613
1614
  "containerPaddingRight": "{system.size.zero}",