@telus-uds/theme-public-mobile 2.7.0 → 2.8.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
|
@@ -2758,6 +2758,52 @@
|
|
|
2758
2758
|
"textTransform": "none"
|
|
2759
2759
|
}
|
|
2760
2760
|
},
|
|
2761
|
+
"CheckboxCardGroup": {
|
|
2762
|
+
"appearances": {
|
|
2763
|
+
"fullWidth": {
|
|
2764
|
+
"description": "Makes cards always occupy the full width of the parent, regardless of viewport",
|
|
2765
|
+
"type": "variant",
|
|
2766
|
+
"values": [true]
|
|
2767
|
+
},
|
|
2768
|
+
"viewport": {
|
|
2769
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
2770
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
2771
|
+
"type": "state"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
"rules": [
|
|
2775
|
+
{
|
|
2776
|
+
"if": {
|
|
2777
|
+
"viewport": ["md", "lg", "xl"]
|
|
2778
|
+
},
|
|
2779
|
+
"tokens": {
|
|
2780
|
+
"direction": "row",
|
|
2781
|
+
"space": 6
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"if": {
|
|
2786
|
+
"fullWidth": true
|
|
2787
|
+
},
|
|
2788
|
+
"tokens": {
|
|
2789
|
+
"direction": "column",
|
|
2790
|
+
"fieldSpace": 4,
|
|
2791
|
+
"space": 4
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2794
|
+
],
|
|
2795
|
+
"tokens": {
|
|
2796
|
+
"borderBottomLeftRadius": 1,
|
|
2797
|
+
"borderBottomRightRadius": 1,
|
|
2798
|
+
"borderTopLeftRadius": 1,
|
|
2799
|
+
"borderTopRightRadius": 1,
|
|
2800
|
+
"direction": "column",
|
|
2801
|
+
"fieldSpace": 4,
|
|
2802
|
+
"outlineOffset": 8,
|
|
2803
|
+
"outlineWidth": 1,
|
|
2804
|
+
"space": 4
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2761
2807
|
"CheckboxGroup": {
|
|
2762
2808
|
"appearances": {},
|
|
2763
2809
|
"rules": [],
|
|
@@ -5316,6 +5362,7 @@
|
|
|
5316
5362
|
"viewport": ["xs", "sm"]
|
|
5317
5363
|
},
|
|
5318
5364
|
"tokens": {
|
|
5365
|
+
"direction": "column",
|
|
5319
5366
|
"height": "100%",
|
|
5320
5367
|
"paddingBottom": 24,
|
|
5321
5368
|
"paddingLeft": 24,
|
|
@@ -5330,6 +5377,7 @@
|
|
|
5330
5377
|
"tokens": {
|
|
5331
5378
|
"containerPaddingBottom": 32,
|
|
5332
5379
|
"containerPaddingTop": 32,
|
|
5380
|
+
"direction": "row",
|
|
5333
5381
|
"maxWidth": 576
|
|
5334
5382
|
}
|
|
5335
5383
|
},
|
|
@@ -5451,6 +5499,7 @@
|
|
|
5451
5499
|
"containerPaddingLeft": 0,
|
|
5452
5500
|
"containerPaddingRight": 0,
|
|
5453
5501
|
"containerPaddingTop": 0,
|
|
5502
|
+
"direction": "row",
|
|
5454
5503
|
"gap": 16,
|
|
5455
5504
|
"headingColor": {
|
|
5456
5505
|
"red": 0.22353,
|
|
@@ -11323,7 +11372,7 @@
|
|
|
11323
11372
|
}
|
|
11324
11373
|
},
|
|
11325
11374
|
"metadata": {
|
|
11326
|
-
"themeTokensVersion": "2.
|
|
11375
|
+
"themeTokensVersion": "2.44.0",
|
|
11327
11376
|
"name": "theme-public-mobile"
|
|
11328
11377
|
}
|
|
11329
11378
|
}
|