@telus-uds/theme-koodo 4.15.0 → 4.16.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 +257 -133
- package/build/android/theme.json +50 -1
- package/build/ios/schema.json +257 -133
- package/build/ios/theme.json +50 -1
- package/build/rn/schema.json +257 -133
- package/build/rn/theme.js +40 -2
- package/package.json +2 -2
- package/theme.json +45 -0
package/build/android/theme.json
CHANGED
|
@@ -2593,6 +2593,52 @@
|
|
|
2593
2593
|
"textTransform": "none"
|
|
2594
2594
|
}
|
|
2595
2595
|
},
|
|
2596
|
+
"CheckboxCardGroup": {
|
|
2597
|
+
"appearances": {
|
|
2598
|
+
"fullWidth": {
|
|
2599
|
+
"description": "Makes cards always occupy the full width of the parent, regardless of viewport",
|
|
2600
|
+
"type": "variant",
|
|
2601
|
+
"values": [true]
|
|
2602
|
+
},
|
|
2603
|
+
"viewport": {
|
|
2604
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
2605
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
2606
|
+
"type": "state"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"rules": [
|
|
2610
|
+
{
|
|
2611
|
+
"if": {
|
|
2612
|
+
"viewport": ["md", "lg", "xl"]
|
|
2613
|
+
},
|
|
2614
|
+
"tokens": {
|
|
2615
|
+
"direction": "row",
|
|
2616
|
+
"space": 5
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"if": {
|
|
2621
|
+
"fullWidth": true
|
|
2622
|
+
},
|
|
2623
|
+
"tokens": {
|
|
2624
|
+
"direction": "column",
|
|
2625
|
+
"fieldSpace": 3,
|
|
2626
|
+
"space": 3
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"tokens": {
|
|
2631
|
+
"borderBottomLeftRadius": 1,
|
|
2632
|
+
"borderBottomRightRadius": 1,
|
|
2633
|
+
"borderTopLeftRadius": 1,
|
|
2634
|
+
"borderTopRightRadius": 1,
|
|
2635
|
+
"direction": "column",
|
|
2636
|
+
"fieldSpace": 3,
|
|
2637
|
+
"outlineOffset": 8,
|
|
2638
|
+
"outlineWidth": 1,
|
|
2639
|
+
"space": 3
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2596
2642
|
"CheckboxGroup": {
|
|
2597
2643
|
"appearances": {},
|
|
2598
2644
|
"rules": [],
|
|
@@ -5157,6 +5203,7 @@
|
|
|
5157
5203
|
"viewport": ["xs", "sm"]
|
|
5158
5204
|
},
|
|
5159
5205
|
"tokens": {
|
|
5206
|
+
"direction": "column",
|
|
5160
5207
|
"height": "100%",
|
|
5161
5208
|
"paddingBottom": 24,
|
|
5162
5209
|
"paddingLeft": 24,
|
|
@@ -5171,6 +5218,7 @@
|
|
|
5171
5218
|
"tokens": {
|
|
5172
5219
|
"containerPaddingBottom": 32,
|
|
5173
5220
|
"containerPaddingTop": 32,
|
|
5221
|
+
"direction": "row",
|
|
5174
5222
|
"maxWidth": 576
|
|
5175
5223
|
}
|
|
5176
5224
|
},
|
|
@@ -5226,6 +5274,7 @@
|
|
|
5226
5274
|
"containerPaddingLeft": 0,
|
|
5227
5275
|
"containerPaddingRight": 0,
|
|
5228
5276
|
"containerPaddingTop": 0,
|
|
5277
|
+
"direction": "row",
|
|
5229
5278
|
"gap": 16,
|
|
5230
5279
|
"headingColor": {
|
|
5231
5280
|
"red": 0,
|
|
@@ -11323,7 +11372,7 @@
|
|
|
11323
11372
|
}
|
|
11324
11373
|
},
|
|
11325
11374
|
"metadata": {
|
|
11326
|
-
"themeTokensVersion": "2.
|
|
11375
|
+
"themeTokensVersion": "2.44.0",
|
|
11327
11376
|
"name": "theme-koodo"
|
|
11328
11377
|
}
|
|
11329
11378
|
}
|