@telus-uds/theme-koodo 3.3.0 → 3.3.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/build/schema.json +1 -0
- package/build/theme.js +2 -2
- package/package.json +2 -2
package/build/schema.json
CHANGED
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"{appearances.Link.pressed}",
|
|
46
46
|
"{appearances.Link.iconPosition}",
|
|
47
47
|
"{appearances.Modal.maxWidth}",
|
|
48
|
+
"{appearances.Modal.width}",
|
|
48
49
|
"{appearances.Notification.system}",
|
|
49
50
|
"{appearances.Notification.style}",
|
|
50
51
|
"{appearances.PaginationPageButton.focus}",
|
package/build/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 23 Aug 2022 19:30:03 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2523,5 +2523,5 @@ module.exports = {
|
|
|
2523
2523
|
tokens: { size: 96 }
|
|
2524
2524
|
}
|
|
2525
2525
|
},
|
|
2526
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
2526
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.4.0' }
|
|
2527
2527
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.1.2",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.4.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
32
32
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
33
33
|
},
|
|
34
|
-
"version": "3.3.
|
|
34
|
+
"version": "3.3.1"
|
|
35
35
|
}
|