@telus-uds/theme-allium 4.16.0 → 4.17.1

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.
@@ -3001,18 +3001,65 @@
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
+ "showIcon": true,
3048
+ "space": 3
3049
+ }
3050
+ },
3004
3051
  "CheckboxGroup": {
3005
3052
  "appearances": {},
3006
3053
  "rules": [],
3007
3054
  "tokens": {
3008
- "borderBottomLeftRadius": 0,
3009
- "borderBottomRightRadius": 0,
3010
- "borderTopLeftRadius": 0,
3011
- "borderTopRightRadius": 0,
3055
+ "borderBottomLeftRadius": 1,
3056
+ "borderBottomRightRadius": 1,
3057
+ "borderTopLeftRadius": 1,
3058
+ "borderTopRightRadius": 1,
3012
3059
  "fieldSpace": 2,
3013
- "outlineOffset": null,
3014
- "outlineWidth": 0,
3015
- "showIcon": false,
3060
+ "outlineOffset": 8,
3061
+ "outlineWidth": 1,
3062
+ "showIcon": true,
3016
3063
  "space": 2
3017
3064
  }
3018
3065
  },
@@ -5028,6 +5075,11 @@
5028
5075
  "values": [true, false],
5029
5076
  "type": "state"
5030
5077
  },
5078
+ "quiet": {
5079
+ "description": "When it is true, it does not show the decoration",
5080
+ "type": "state",
5081
+ "values": [true, false]
5082
+ },
5031
5083
  "size": {
5032
5084
  "description": "Text sizes for block links; similar but not always identical to Typography sizes.",
5033
5085
  "type": "variant",
@@ -5155,6 +5207,14 @@
5155
5207
  "alpha": 1
5156
5208
  }
5157
5209
  }
5210
+ },
5211
+ {
5212
+ "if": {
5213
+ "quiet": true
5214
+ },
5215
+ "tokens": {
5216
+ "textLine": "none"
5217
+ }
5158
5218
  }
5159
5219
  ],
5160
5220
  "tokens": {
@@ -5555,6 +5615,7 @@
5555
5615
  "viewport": ["xs", "sm"]
5556
5616
  },
5557
5617
  "tokens": {
5618
+ "direction": "column",
5558
5619
  "height": "100%",
5559
5620
  "paddingBottom": 24,
5560
5621
  "paddingLeft": 24,
@@ -5569,6 +5630,7 @@
5569
5630
  "tokens": {
5570
5631
  "containerPaddingBottom": 32,
5571
5632
  "containerPaddingTop": 32,
5633
+ "direction": "row",
5572
5634
  "maxWidth": 576
5573
5635
  }
5574
5636
  },
@@ -5690,6 +5752,7 @@
5690
5752
  "containerPaddingLeft": 0,
5691
5753
  "containerPaddingRight": 0,
5692
5754
  "containerPaddingTop": 0,
5755
+ "direction": "row",
5693
5756
  "gap": 16,
5694
5757
  "headingColor": {
5695
5758
  "red": 0.2549,
@@ -7869,8 +7932,15 @@
7869
7932
  }
7870
7933
  ],
7871
7934
  "tokens": {
7935
+ "borderBottomLeftRadius": 1,
7936
+ "borderBottomRightRadius": 1,
7937
+ "borderTopLeftRadius": 1,
7938
+ "borderTopRightRadius": 1,
7872
7939
  "direction": "column",
7873
7940
  "fieldSpace": 3,
7941
+ "outlineOffset": 8,
7942
+ "outlineWidth": 1,
7943
+ "showIcon": true,
7874
7944
  "space": 3
7875
7945
  }
7876
7946
  },
@@ -12073,7 +12143,7 @@
12073
12143
  }
12074
12144
  },
12075
12145
  "metadata": {
12076
- "themeTokensVersion": "2.43.0",
12146
+ "themeTokensVersion": "2.44.1",
12077
12147
  "name": "theme-allium"
12078
12148
  }
12079
12149
  }