@telus-uds/theme-allium 3.18.0 → 3.19.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/build/android/schema.json +1024 -872
- package/build/android/theme.json +88 -1
- package/build/ios/schema.json +1024 -872
- package/build/ios/theme.json +88 -1
- package/build/rn/schema.json +1024 -872
- package/build/rn/theme.js +52 -2
- package/package.json +5 -5
- package/theme.json +82 -0
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Tue, 04 Apr 2023
|
|
4
|
+
* Generated on Tue, 04 Apr 2023 19:53:14 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2134,6 +2134,56 @@ module.exports = {
|
|
|
2134
2134
|
paddingTop: 12
|
|
2135
2135
|
}
|
|
2136
2136
|
},
|
|
2137
|
+
OrderedList: {
|
|
2138
|
+
appearances: {
|
|
2139
|
+
compact: {
|
|
2140
|
+
description: 'When true it will reduce the line height of the list item.',
|
|
2141
|
+
type: 'variant',
|
|
2142
|
+
values: [ true ]
|
|
2143
|
+
},
|
|
2144
|
+
size: {
|
|
2145
|
+
description: 'Indicates list item text size.',
|
|
2146
|
+
type: 'variant',
|
|
2147
|
+
values: [ 'large', 'medium', 'small' ]
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
rules: [
|
|
2151
|
+
{
|
|
2152
|
+
if: { size: 'large' },
|
|
2153
|
+
tokens: { itemFontSize: 20, itemLineHeight: 1.6 }
|
|
2154
|
+
},
|
|
2155
|
+
{ if: { size: 'medium' }, tokens: {} },
|
|
2156
|
+
{
|
|
2157
|
+
if: { size: 'small' },
|
|
2158
|
+
tokens: { itemFontSize: 14, itemLineHeight: 1.42857142857 }
|
|
2159
|
+
},
|
|
2160
|
+
{ if: { compact: true }, tokens: { itemLineHeight: 1.25 } },
|
|
2161
|
+
{
|
|
2162
|
+
if: { compact: true, size: 'small' },
|
|
2163
|
+
tokens: { itemLineHeight: 1.14285714286 }
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
if: { compact: true, size: 'large' },
|
|
2167
|
+
tokens: { itemLineHeight: 1.2 }
|
|
2168
|
+
}
|
|
2169
|
+
],
|
|
2170
|
+
tokens: {
|
|
2171
|
+
headerFontName: 'HelveticaNow',
|
|
2172
|
+
headerFontWeight: '700',
|
|
2173
|
+
interItemMargin: 8,
|
|
2174
|
+
itemBulletContainerWidth: 16,
|
|
2175
|
+
itemBulletHeight: 4,
|
|
2176
|
+
itemBulletWidth: 4,
|
|
2177
|
+
itemColor: '#414547',
|
|
2178
|
+
itemFontName: 'HelveticaNow',
|
|
2179
|
+
itemFontSize: 16,
|
|
2180
|
+
itemFontWeight: '400',
|
|
2181
|
+
itemLineHeight: 1.5,
|
|
2182
|
+
itemMarginTop: 0,
|
|
2183
|
+
itemPaddingTop: 0,
|
|
2184
|
+
listGutter: 8
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2137
2187
|
Pagination: {
|
|
2138
2188
|
appearances: {
|
|
2139
2189
|
viewport: {
|
|
@@ -4378,5 +4428,5 @@ module.exports = {
|
|
|
4378
4428
|
tokens: { size: 96 }
|
|
4379
4429
|
}
|
|
4380
4430
|
},
|
|
4381
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
4431
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.17.0' }
|
|
4382
4432
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.0",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/rn/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.12.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.6.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.12.3",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.17.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.6.9"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.12.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.12.3"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -2798,6 +2798,88 @@
|
|
|
2798
2798
|
"paddingTop": "{palette.size.size12}"
|
|
2799
2799
|
}
|
|
2800
2800
|
},
|
|
2801
|
+
"OrderedList": {
|
|
2802
|
+
"appearances": {
|
|
2803
|
+
"compact": {
|
|
2804
|
+
"description": "When true it will reduce the line height of the list item.",
|
|
2805
|
+
"type": "variant",
|
|
2806
|
+
"values": [true]
|
|
2807
|
+
},
|
|
2808
|
+
"size": {
|
|
2809
|
+
"description": "Indicates list item text size.",
|
|
2810
|
+
"type": "variant",
|
|
2811
|
+
"values": ["large", "medium", "small"]
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
"rules": [
|
|
2815
|
+
{
|
|
2816
|
+
"if": {
|
|
2817
|
+
"size": "large"
|
|
2818
|
+
},
|
|
2819
|
+
"tokens": {
|
|
2820
|
+
"itemFontSize": "{palette.fontSize.size20}",
|
|
2821
|
+
"itemLineHeight": "{palette.lineHeight.ratio8to5}"
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"if": {
|
|
2826
|
+
"size": "medium"
|
|
2827
|
+
},
|
|
2828
|
+
"tokens": {}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"if": {
|
|
2832
|
+
"size": "small"
|
|
2833
|
+
},
|
|
2834
|
+
"tokens": {
|
|
2835
|
+
"itemFontSize": "{palette.fontSize.size14}",
|
|
2836
|
+
"itemLineHeight": "{palette.lineHeight.ratio10to7}"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"if": {
|
|
2841
|
+
"compact": true
|
|
2842
|
+
},
|
|
2843
|
+
"tokens": {
|
|
2844
|
+
"itemLineHeight": "{palette.lineHeight.ratio5to4}"
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"if": {
|
|
2849
|
+
"compact": true,
|
|
2850
|
+
"size": "small"
|
|
2851
|
+
},
|
|
2852
|
+
"tokens": {
|
|
2853
|
+
"itemLineHeight": "{palette.lineHeight.ratio8to7}"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"if": {
|
|
2858
|
+
"compact": true,
|
|
2859
|
+
"size": "large"
|
|
2860
|
+
},
|
|
2861
|
+
"tokens": {
|
|
2862
|
+
"itemLineHeight": "{palette.lineHeight.ratio6to5}"
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
],
|
|
2866
|
+
"tokens": {
|
|
2867
|
+
"headerFontName": "{palette.fontName.HelveticaNow}",
|
|
2868
|
+
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
2869
|
+
"interItemMargin": "{palette.size.size8}",
|
|
2870
|
+
"itemBulletContainerWidth": "{palette.size.size16}",
|
|
2871
|
+
"itemBulletHeight": "{palette.size.size4}",
|
|
2872
|
+
"itemBulletWidth": "{palette.size.size4}",
|
|
2873
|
+
"itemColor": "{palette.color.greyCharcoal}",
|
|
2874
|
+
"itemFontName": "{palette.fontName.HelveticaNow}",
|
|
2875
|
+
"itemFontSize": "{palette.fontSize.size16}",
|
|
2876
|
+
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
2877
|
+
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
2878
|
+
"itemMarginTop": "{palette.size.size0}",
|
|
2879
|
+
"itemPaddingTop": "{palette.size.size0}",
|
|
2880
|
+
"listGutter": "{palette.size.size8}"
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2801
2883
|
"Pagination": {
|
|
2802
2884
|
"appearances": {
|
|
2803
2885
|
"viewport": "{appearances.system.viewport}"
|