@telus-uds/system-theme-tokens 4.9.0 → 4.10.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 +12 -3
- package/build/cjs/components.js +7 -0
- package/build/esm/components.js +7 -0
- package/package.json +1 -1
- package/src/components.js +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
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 Fri, 11 Jul 2025 22:15:36 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 4.10.0
|
|
8
|
+
|
|
9
|
+
Fri, 11 Jul 2025 22:15:36 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- `Checkbox`: add description system theme tokens (sergio.ramirez@telus.com)
|
|
14
|
+
- `ToggleSwitch`: add new token (sergio.ramirez@telus.com)
|
|
15
|
+
|
|
7
16
|
## 4.9.0
|
|
8
17
|
|
|
9
|
-
Thu, 26 Jun 2025 23:
|
|
18
|
+
Thu, 26 Jun 2025 23:54:42 GMT
|
|
10
19
|
|
|
11
20
|
### Minor changes
|
|
12
21
|
|
|
13
|
-
- `Button`: new token `flex` added
|
|
22
|
+
- `Button`: new token `flex` added (35577399+JoshHC@users.noreply.github.com)
|
|
14
23
|
|
|
15
24
|
## 4.7.0
|
|
16
25
|
|
package/build/cjs/components.js
CHANGED
|
@@ -705,6 +705,12 @@ var _default = exports.default = {
|
|
|
705
705
|
},
|
|
706
706
|
Checkbox: {
|
|
707
707
|
containerBackgroundColor: 'color',
|
|
708
|
+
descriptionFontSize: 'fontSize',
|
|
709
|
+
descriptionLineHeight: 'lineHeight',
|
|
710
|
+
descriptionMarginLeft: 'size',
|
|
711
|
+
descriptionFontName: 'fontName',
|
|
712
|
+
descriptionFontWeight: 'fontWeight',
|
|
713
|
+
descriptionFontColor: 'color',
|
|
708
714
|
feedbackMarginBottom: 'size',
|
|
709
715
|
feedbackMarginTop: 'size',
|
|
710
716
|
feedbackPosition: 'position',
|
|
@@ -2087,6 +2093,7 @@ var _default = exports.default = {
|
|
|
2087
2093
|
borderColor: 'color',
|
|
2088
2094
|
borderWidth: 'border',
|
|
2089
2095
|
borderRadius: 'radius',
|
|
2096
|
+
containerWidth: 'size',
|
|
2090
2097
|
outerBorderColor: 'color',
|
|
2091
2098
|
outerBorderWidth: 'border',
|
|
2092
2099
|
outerBorderGap: 'size',
|
package/build/esm/components.js
CHANGED
|
@@ -699,6 +699,12 @@ export default {
|
|
|
699
699
|
},
|
|
700
700
|
Checkbox: {
|
|
701
701
|
containerBackgroundColor: 'color',
|
|
702
|
+
descriptionFontSize: 'fontSize',
|
|
703
|
+
descriptionLineHeight: 'lineHeight',
|
|
704
|
+
descriptionMarginLeft: 'size',
|
|
705
|
+
descriptionFontName: 'fontName',
|
|
706
|
+
descriptionFontWeight: 'fontWeight',
|
|
707
|
+
descriptionFontColor: 'color',
|
|
702
708
|
feedbackMarginBottom: 'size',
|
|
703
709
|
feedbackMarginTop: 'size',
|
|
704
710
|
feedbackPosition: 'position',
|
|
@@ -2081,6 +2087,7 @@ export default {
|
|
|
2081
2087
|
borderColor: 'color',
|
|
2082
2088
|
borderWidth: 'border',
|
|
2083
2089
|
borderRadius: 'radius',
|
|
2090
|
+
containerWidth: 'size',
|
|
2084
2091
|
outerBorderColor: 'color',
|
|
2085
2092
|
outerBorderWidth: 'border',
|
|
2086
2093
|
outerBorderGap: 'size',
|
package/package.json
CHANGED
package/src/components.js
CHANGED
|
@@ -704,6 +704,12 @@ export default {
|
|
|
704
704
|
},
|
|
705
705
|
Checkbox: {
|
|
706
706
|
containerBackgroundColor: 'color',
|
|
707
|
+
descriptionFontSize: 'fontSize',
|
|
708
|
+
descriptionLineHeight: 'lineHeight',
|
|
709
|
+
descriptionMarginLeft: 'size',
|
|
710
|
+
descriptionFontName: 'fontName',
|
|
711
|
+
descriptionFontWeight: 'fontWeight',
|
|
712
|
+
descriptionFontColor: 'color',
|
|
707
713
|
feedbackMarginBottom: 'size',
|
|
708
714
|
feedbackMarginTop: 'size',
|
|
709
715
|
feedbackPosition: 'position',
|
|
@@ -2090,6 +2096,7 @@ export default {
|
|
|
2090
2096
|
borderColor: 'color',
|
|
2091
2097
|
borderWidth: 'border',
|
|
2092
2098
|
borderRadius: 'radius',
|
|
2099
|
+
containerWidth: 'size',
|
|
2093
2100
|
outerBorderColor: 'color',
|
|
2094
2101
|
outerBorderWidth: 'border',
|
|
2095
2102
|
outerBorderGap: 'size',
|