@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 CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @telus-uds/system-theme-tokens
2
2
 
3
- This log was last generated on Fri, 15 Aug 2025 00:45:23 GMT and should not be manually modified.
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:45:23 GMT
17
+ Fri, 15 Aug 2025 00:52:15 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
@@ -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',
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "4.12.0",
3
+ "version": "4.13.0",
4
4
  "description": "Theme token schema for UDS",
5
5
  "keywords": [
6
6
  "system"
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',