@telus-uds/theme-allium 4.16.0 → 4.17.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 +1065 -941
- package/build/android/theme.json +50 -1
- package/build/ios/schema.json +1065 -941
- package/build/ios/theme.json +50 -1
- package/build/rn/schema.json +1065 -941
- package/build/rn/theme.js +40 -2
- package/package.json +5 -5
- package/theme.json +45 -0
package/build/android/theme.json
CHANGED
|
@@ -3001,6 +3001,52 @@
|
|
|
3001
3001
|
"textTransform": "none"
|
|
3002
3002
|
}
|
|
3003
3003
|
},
|
|
3004
|
+
"CheckboxCardGroup": {
|
|
3005
|
+
"appearances": {
|
|
3006
|
+
"fullWidth": {
|
|
3007
|
+
"description": "Makes cards always occupy the full width of the parent, regardless of viewport",
|
|
3008
|
+
"type": "variant",
|
|
3009
|
+
"values": [true]
|
|
3010
|
+
},
|
|
3011
|
+
"viewport": {
|
|
3012
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
3013
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
3014
|
+
"type": "state"
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
"rules": [
|
|
3018
|
+
{
|
|
3019
|
+
"if": {
|
|
3020
|
+
"viewport": ["md", "lg", "xl"]
|
|
3021
|
+
},
|
|
3022
|
+
"tokens": {
|
|
3023
|
+
"direction": "row",
|
|
3024
|
+
"space": 5
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"if": {
|
|
3029
|
+
"fullWidth": true
|
|
3030
|
+
},
|
|
3031
|
+
"tokens": {
|
|
3032
|
+
"direction": "column",
|
|
3033
|
+
"fieldSpace": 3,
|
|
3034
|
+
"space": 3
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
],
|
|
3038
|
+
"tokens": {
|
|
3039
|
+
"borderBottomLeftRadius": 1,
|
|
3040
|
+
"borderBottomRightRadius": 1,
|
|
3041
|
+
"borderTopLeftRadius": 1,
|
|
3042
|
+
"borderTopRightRadius": 1,
|
|
3043
|
+
"direction": "column",
|
|
3044
|
+
"fieldSpace": 3,
|
|
3045
|
+
"outlineOffset": 8,
|
|
3046
|
+
"outlineWidth": 1,
|
|
3047
|
+
"space": 3
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3004
3050
|
"CheckboxGroup": {
|
|
3005
3051
|
"appearances": {},
|
|
3006
3052
|
"rules": [],
|
|
@@ -5555,6 +5601,7 @@
|
|
|
5555
5601
|
"viewport": ["xs", "sm"]
|
|
5556
5602
|
},
|
|
5557
5603
|
"tokens": {
|
|
5604
|
+
"direction": "column",
|
|
5558
5605
|
"height": "100%",
|
|
5559
5606
|
"paddingBottom": 24,
|
|
5560
5607
|
"paddingLeft": 24,
|
|
@@ -5569,6 +5616,7 @@
|
|
|
5569
5616
|
"tokens": {
|
|
5570
5617
|
"containerPaddingBottom": 32,
|
|
5571
5618
|
"containerPaddingTop": 32,
|
|
5619
|
+
"direction": "row",
|
|
5572
5620
|
"maxWidth": 576
|
|
5573
5621
|
}
|
|
5574
5622
|
},
|
|
@@ -5690,6 +5738,7 @@
|
|
|
5690
5738
|
"containerPaddingLeft": 0,
|
|
5691
5739
|
"containerPaddingRight": 0,
|
|
5692
5740
|
"containerPaddingTop": 0,
|
|
5741
|
+
"direction": "row",
|
|
5693
5742
|
"gap": 16,
|
|
5694
5743
|
"headingColor": {
|
|
5695
5744
|
"red": 0.2549,
|
|
@@ -12073,7 +12122,7 @@
|
|
|
12073
12122
|
}
|
|
12074
12123
|
},
|
|
12075
12124
|
"metadata": {
|
|
12076
|
-
"themeTokensVersion": "2.
|
|
12125
|
+
"themeTokensVersion": "2.44.0",
|
|
12077
12126
|
"name": "theme-allium"
|
|
12078
12127
|
}
|
|
12079
12128
|
}
|