@telus-uds/system-theme-tokens 4.12.0 → 4.13.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 +10 -2
- package/build/cjs/components.js +3 -1
- package/build/esm/components.js +3 -1
- package/package.json +1 -1
- package/src/components.js +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @telus-uds/system-theme-tokens
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 04 Sep 2025 06:46:41 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.13.0
|
|
8
|
+
|
|
9
|
+
Thu, 04 Sep 2025 06:46:41 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Tabs`: new tokens added for the new dropdown feature for xs and sm viewports (35577399+JoshHC@users.noreply.github.com)
|
|
14
|
+
|
|
7
15
|
## 4.12.0
|
|
8
16
|
|
|
9
|
-
Fri, 15 Aug 2025 00:
|
|
17
|
+
Fri, 15 Aug 2025 00:52:15 GMT
|
|
10
18
|
|
|
11
19
|
### Minor changes
|
|
12
20
|
|
package/build/cjs/components.js
CHANGED
|
@@ -1896,7 +1896,9 @@ var _default = exports.default = {
|
|
|
1896
1896
|
textTransform: 'textTransform',
|
|
1897
1897
|
fontScaleCap: 'fontSize',
|
|
1898
1898
|
fontName: 'fontName',
|
|
1899
|
-
fontWeight: 'fontWeight'
|
|
1899
|
+
fontWeight: 'fontWeight',
|
|
1900
|
+
dropdownIcon: 'icon',
|
|
1901
|
+
dropdownIconExpanded: 'icon'
|
|
1900
1902
|
},
|
|
1901
1903
|
TabBar: {
|
|
1902
1904
|
paddingTop: 'size',
|
package/build/esm/components.js
CHANGED
|
@@ -1890,7 +1890,9 @@ export default {
|
|
|
1890
1890
|
textTransform: 'textTransform',
|
|
1891
1891
|
fontScaleCap: 'fontSize',
|
|
1892
1892
|
fontName: 'fontName',
|
|
1893
|
-
fontWeight: 'fontWeight'
|
|
1893
|
+
fontWeight: 'fontWeight',
|
|
1894
|
+
dropdownIcon: 'icon',
|
|
1895
|
+
dropdownIconExpanded: 'icon'
|
|
1894
1896
|
},
|
|
1895
1897
|
TabBar: {
|
|
1896
1898
|
paddingTop: 'size',
|
package/package.json
CHANGED
package/src/components.js
CHANGED
|
@@ -1902,7 +1902,9 @@ export default {
|
|
|
1902
1902
|
textTransform: 'textTransform',
|
|
1903
1903
|
fontScaleCap: 'fontSize',
|
|
1904
1904
|
fontName: 'fontName',
|
|
1905
|
-
fontWeight: 'fontWeight'
|
|
1905
|
+
fontWeight: 'fontWeight',
|
|
1906
|
+
dropdownIcon: 'icon',
|
|
1907
|
+
dropdownIconExpanded: 'icon'
|
|
1906
1908
|
},
|
|
1907
1909
|
TabBar: {
|
|
1908
1910
|
paddingTop: 'size',
|