@telus-uds/theme-allium 4.20.0 → 4.21.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 +1125 -942
- package/build/android/theme.json +86 -1
- package/build/ios/schema.json +1125 -942
- package/build/ios/theme.json +86 -1
- package/build/rn/schema.json +1125 -942
- package/build/rn/theme.js +86 -2
- package/package.json +5 -5
- package/theme.json +67 -0
package/build/ios/theme.json
CHANGED
|
@@ -3251,6 +3251,91 @@
|
|
|
3251
3251
|
"textLine": "none"
|
|
3252
3252
|
}
|
|
3253
3253
|
},
|
|
3254
|
+
"ColourToggle": {
|
|
3255
|
+
"appearances": {
|
|
3256
|
+
"pressed": {
|
|
3257
|
+
"description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
|
|
3258
|
+
"values": [true, false],
|
|
3259
|
+
"type": "state"
|
|
3260
|
+
},
|
|
3261
|
+
"selected": {
|
|
3262
|
+
"description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
|
|
3263
|
+
"values": [true],
|
|
3264
|
+
"type": "state"
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
"rules": [
|
|
3268
|
+
{
|
|
3269
|
+
"if": {
|
|
3270
|
+
"pressed": true
|
|
3271
|
+
},
|
|
3272
|
+
"tokens": {
|
|
3273
|
+
"bubbleBorderColor": {
|
|
3274
|
+
"red": 0.8902,
|
|
3275
|
+
"green": 0.90196,
|
|
3276
|
+
"blue": 0.9098,
|
|
3277
|
+
"alpha": 1
|
|
3278
|
+
},
|
|
3279
|
+
"bubbleBorderRadius": 45,
|
|
3280
|
+
"bubbleBorderWidth": 1
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"if": {
|
|
3285
|
+
"selected": true
|
|
3286
|
+
},
|
|
3287
|
+
"tokens": {
|
|
3288
|
+
"bubbleBorderColor": {
|
|
3289
|
+
"red": 0.29412,
|
|
3290
|
+
"green": 0.15686,
|
|
3291
|
+
"blue": 0.42745,
|
|
3292
|
+
"alpha": 1
|
|
3293
|
+
},
|
|
3294
|
+
"bubbleBorderRadius": 45,
|
|
3295
|
+
"bubbleBorderWidth": 1
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
],
|
|
3299
|
+
"tokens": {
|
|
3300
|
+
"borderColor": {
|
|
3301
|
+
"red": 0.8902,
|
|
3302
|
+
"green": 0.90196,
|
|
3303
|
+
"blue": 0.9098,
|
|
3304
|
+
"alpha": 1
|
|
3305
|
+
},
|
|
3306
|
+
"borderRadius": 45,
|
|
3307
|
+
"borderWidth": 1,
|
|
3308
|
+
"bubbleBorderColor": {
|
|
3309
|
+
"red": 0,
|
|
3310
|
+
"green": 0,
|
|
3311
|
+
"blue": 0,
|
|
3312
|
+
"alpha": 0
|
|
3313
|
+
},
|
|
3314
|
+
"bubbleBorderRadius": 0,
|
|
3315
|
+
"bubbleBorderWidth": 0,
|
|
3316
|
+
"innerBubbleBorderRadius": 45,
|
|
3317
|
+
"innerBubbleHeight": 40,
|
|
3318
|
+
"innerBubbleWidth": 40,
|
|
3319
|
+
"outerBubbleContentAlignItems": "center",
|
|
3320
|
+
"outerBubbleHeight": 48,
|
|
3321
|
+
"outerBubbleJustifyContent": "center",
|
|
3322
|
+
"outerBubbleWidth": 48,
|
|
3323
|
+
"shadow": {
|
|
3324
|
+
"inset": true,
|
|
3325
|
+
"offsetX": 0,
|
|
3326
|
+
"offsetY": 2,
|
|
3327
|
+
"blur": 2,
|
|
3328
|
+
"spread": 0,
|
|
3329
|
+
"color": {
|
|
3330
|
+
"red": 0,
|
|
3331
|
+
"green": 0,
|
|
3332
|
+
"blue": 0,
|
|
3333
|
+
"alpha": 0.1
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
"space": 2
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3254
3339
|
"Countdown": {
|
|
3255
3340
|
"appearances": {
|
|
3256
3341
|
"feature": {
|
|
@@ -12191,7 +12276,7 @@
|
|
|
12191
12276
|
}
|
|
12192
12277
|
},
|
|
12193
12278
|
"metadata": {
|
|
12194
|
-
"themeTokensVersion": "2.
|
|
12279
|
+
"themeTokensVersion": "2.48.0",
|
|
12195
12280
|
"name": "theme-allium"
|
|
12196
12281
|
}
|
|
12197
12282
|
}
|