@telus-uds/system-theme-tokens 1.1.0 → 1.2.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/.ultra.cache.json CHANGED
@@ -1 +1 @@
1
- {"files":{"CHANGELOG.md":"e3d7a44b7fcb9751cfdc85437c845137d832962c","appearances.js":"88e3931ba20e94df0d8bdcd06a65e6e92a26cc3c","components.js":"02993bfedc464befdbaf36ed209e37886d105a5e","index.js":"86648534105a25ec61f3b0d8f3603a9d6333a679","package.json":"a697a3c95e86ca82dd49008c6b75c150c046bbf6"},"deps":{"@telus-uds/system-constants":1646058467013.363}}
1
+ {"files":{"CHANGELOG.md":"d94f7f5f1c65e0b66babfd0bb2f1be415b508419","appearances.js":"88e3931ba20e94df0d8bdcd06a65e6e92a26cc3c","components.js":"f49336b9a28c117a5719654f8f2e10cb9464777d","index.js":"86648534105a25ec61f3b0d8f3603a9d6333a679","package.json":"41beea058bf70206b49eef4daa1c0a32e5966810"},"deps":{"@telus-uds/system-constants":1646240150512.9355}}
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.2.0](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.1.0...@telus-uds/system-theme-tokens/v1.2.0) (2022-03-02)
6
+
7
+ ### Features
8
+
9
+ - **components-base:** add ToggleSwitchGroup ([#1307](https://github.com/telus/universal-design-system/issues/1307)) ([402630a](https://github.com/telus/universal-design-system/commit/402630ad04c2d81c4f882fed564cf4ae33096cea))
10
+
5
11
  ## [1.1.0](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.0.0...@telus-uds/system-theme-tokens/v1.1.0) (2022-02-28)
6
12
 
7
13
  ### Features
package/components.js CHANGED
@@ -710,6 +710,12 @@ module.exports = {
710
710
  trackBorderRadius: 'radius',
711
711
  iconSize: 'size',
712
712
  iconColor: 'color',
713
+ labelColor: 'color',
714
+ labelFontName: 'fontName',
715
+ labelFontSize: 'fontSize',
716
+ labelFontWeight: 'fontWeight',
717
+ labelLineHeight: 'lineHeight',
718
+ labelMarginLeft: 'size',
713
719
  switchSize: 'size',
714
720
  switchColor: 'color',
715
721
  switchBorderColor: 'color',
@@ -717,6 +723,14 @@ module.exports = {
717
723
  switchBorderRadius: 'radius',
718
724
  switchShadow: 'shadow'
719
725
  },
726
+ ToggleSwitchGroup: {
727
+ space: 'integer',
728
+ direction: 'direction',
729
+ alignItems: 'flexAlign',
730
+ justifyContent: 'flexJustifyContent',
731
+ flexGrow: 'integer',
732
+ flexShrink: 'integer'
733
+ },
720
734
  Tooltip: {
721
735
  backgroundColor: 'color',
722
736
  paddingTop: 'size',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/system-theme-tokens",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Theme token schema",
5
5
  "keywords": [
6
6
  "system"
@@ -1,7 +1,7 @@
1
1
  {
2
- "previousReleaseTag": "@telus-uds/system-theme-tokens/v1.0.0",
3
- "changelog": "## [1.1.0](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.0.0...@telus-uds/system-theme-tokens/v1.1.0) (2022-02-28)\n\n\n### Features\n\n* **component-base:** add some fixes to the list component ([#1226](https://github.com/telus/universal-design-system/issues/1226)) ([35a42e0](https://github.com/telus/universal-design-system/commit/35a42e05e23630696286e7c8607e7a1e8da9d6c2))\n",
4
- "releaseTag": "@telus-uds/system-theme-tokens/v1.1.0",
5
- "newVersion": "1.1.0",
2
+ "previousReleaseTag": "@telus-uds/system-theme-tokens/v1.1.0",
3
+ "changelog": "## [1.2.0](https://github.com/telus/universal-design-system/compare/@telus-uds/system-theme-tokens/v1.1.0...@telus-uds/system-theme-tokens/v1.2.0) (2022-03-02)\n\n\n### Features\n\n* **components-base:** add ToggleSwitchGroup ([#1307](https://github.com/telus/universal-design-system/issues/1307)) ([402630a](https://github.com/telus/universal-design-system/commit/402630ad04c2d81c4f882fed564cf4ae33096cea))\n",
4
+ "releaseTag": "@telus-uds/system-theme-tokens/v1.2.0",
5
+ "newVersion": "1.2.0",
6
6
  "packageName": "@telus-uds/system-theme-tokens"
7
7
  }