@telus-uds/theme-koodo 0.1.0-prerelease.0 → 1.0.0-prerelease.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 +70 -0
- package/README.md +1 -1
- package/build/schema.json +2465 -3509
- package/build/theme.js +25 -28
- package/package.json +6 -6
- package/theme.json +949 -952
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 Mon, 28 Feb 2022 15:49:16 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -745,6 +745,7 @@ module.exports = {
|
|
|
745
745
|
tokens: {
|
|
746
746
|
dividerColor: '#c9c8c8',
|
|
747
747
|
dividerSize: 1,
|
|
748
|
+
iconMarginTop: 4,
|
|
748
749
|
interItemMargin: 8,
|
|
749
750
|
interItemMarginWithDivider: 16,
|
|
750
751
|
itemBulletColor: '#7c1366',
|
|
@@ -1674,7 +1675,7 @@ module.exports = {
|
|
|
1674
1675
|
baseWidth: 40,
|
|
1675
1676
|
characters: 10,
|
|
1676
1677
|
color: '#666666',
|
|
1677
|
-
radius:
|
|
1678
|
+
radius: 99999999999999,
|
|
1678
1679
|
size: 2,
|
|
1679
1680
|
spaceBetweenLines: 4,
|
|
1680
1681
|
squareRadius: 4
|
|
@@ -1705,40 +1706,40 @@ module.exports = {
|
|
|
1705
1706
|
}
|
|
1706
1707
|
],
|
|
1707
1708
|
tokens: {
|
|
1708
|
-
completedIcon:
|
|
1709
|
-
completedIconColor:
|
|
1710
|
-
completedIconSize:
|
|
1711
|
-
connectorColor: '#
|
|
1712
|
-
connectorCompletedColor: '#
|
|
1713
|
-
connectorCompletedHeight:
|
|
1709
|
+
completedIcon: null,
|
|
1710
|
+
completedIconColor: null,
|
|
1711
|
+
completedIconSize: null,
|
|
1712
|
+
connectorColor: '#000000',
|
|
1713
|
+
connectorCompletedColor: '#7c1366',
|
|
1714
|
+
connectorCompletedHeight: 3,
|
|
1714
1715
|
connectorHeight: 1,
|
|
1715
1716
|
connectorMinWidth: 16,
|
|
1716
1717
|
containerPaddingBottom: null,
|
|
1717
1718
|
containerPaddingLeft: null,
|
|
1718
1719
|
containerPaddingRight: null,
|
|
1719
1720
|
containerPaddingTop: null,
|
|
1720
|
-
knobBackgroundColor: '
|
|
1721
|
-
knobBorderColor: '#
|
|
1721
|
+
knobBackgroundColor: '#ffffff',
|
|
1722
|
+
knobBorderColor: '#000000',
|
|
1722
1723
|
knobBorderWidth: 1,
|
|
1723
|
-
knobCompletedBackgroundColor: '#
|
|
1724
|
-
knobCompletedBorderColor: '#
|
|
1724
|
+
knobCompletedBackgroundColor: '#7c1366',
|
|
1725
|
+
knobCompletedBorderColor: '#7c1366',
|
|
1725
1726
|
knobCompletedPaddingLeft: 2,
|
|
1726
1727
|
knobCompletedPaddingTop: 2,
|
|
1727
|
-
knobCurrentBackgroundColor: '
|
|
1728
|
-
knobCurrentBorderColor: '#
|
|
1729
|
-
knobCurrentBorderWidth:
|
|
1730
|
-
knobCurrentInnerColor:
|
|
1731
|
-
knobCurrentInnerSize:
|
|
1732
|
-
knobCurrentPaddingLeft:
|
|
1733
|
-
knobCurrentPaddingTop:
|
|
1728
|
+
knobCurrentBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1729
|
+
knobCurrentBorderColor: '#7c1366',
|
|
1730
|
+
knobCurrentBorderWidth: 2,
|
|
1731
|
+
knobCurrentInnerColor: '#7c1366',
|
|
1732
|
+
knobCurrentInnerSize: 8,
|
|
1733
|
+
knobCurrentPaddingLeft: 2,
|
|
1734
|
+
knobCurrentPaddingTop: 2,
|
|
1734
1735
|
knobSize: 16,
|
|
1735
|
-
labelColor: '#
|
|
1736
|
-
labelCurrentColor: '#
|
|
1736
|
+
labelColor: '#000000',
|
|
1737
|
+
labelCurrentColor: '#7c1366',
|
|
1737
1738
|
labelCurrentFontName: 'StagSans',
|
|
1738
1739
|
labelCurrentFontWeight: '600',
|
|
1739
|
-
labelDirection: '
|
|
1740
|
+
labelDirection: 'column',
|
|
1740
1741
|
labelFontName: 'StagSans',
|
|
1741
|
-
labelFontSize:
|
|
1742
|
+
labelFontSize: 14,
|
|
1742
1743
|
labelFontWeight: '400',
|
|
1743
1744
|
labelGap: 4,
|
|
1744
1745
|
labelLineHeight: 1.5,
|
|
@@ -2357,9 +2358,5 @@ module.exports = {
|
|
|
2357
2358
|
tokens: { size: 96 }
|
|
2358
2359
|
}
|
|
2359
2360
|
},
|
|
2360
|
-
metadata: {
|
|
2361
|
-
name: 'koodo',
|
|
2362
|
-
package: '@telus-uds/theme-koodo',
|
|
2363
|
-
themeTokensVersion: '0.0.2-prerelease.0'
|
|
2364
|
-
}
|
|
2361
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '1.1.0' }
|
|
2365
2362
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-koodo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0-prerelease.0",
|
|
4
4
|
"description": "Koodo theme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"koodo"
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@telus-uds/palette-koodo": "^0.1.0-prerelease.
|
|
18
|
+
"@telus-uds/palette-koodo": "^0.1.0-prerelease.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@telus-uds/palette-koodo": "^0.1.0-prerelease.
|
|
22
|
-
"@telus-uds/system-
|
|
23
|
-
"@telus-uds/system-
|
|
21
|
+
"@telus-uds/palette-koodo": "^0.1.0-prerelease.3",
|
|
22
|
+
"@telus-uds/system-theme-tokens": "^1.1.0",
|
|
23
|
+
"@telus-uds/system-themes": "^0.0.1"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"release": "standard-version",
|
|
31
|
-
"build": "
|
|
31
|
+
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-themes-build",
|
|
32
32
|
"dev": "nodemon -w src -x 'yarn build'"
|
|
33
33
|
},
|
|
34
34
|
"bugs": {
|