@telus-uds/theme-allium 4.12.1 → 4.13.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.
@@ -2053,6 +2053,10 @@
2053
2053
  "type": "variant",
2054
2054
  "values": ["alternative", "subtle", "grid", "feature"]
2055
2055
  },
2056
+ "borderRadius": {
2057
+ "type": "variant",
2058
+ "values": ["none", "small", "large"]
2059
+ },
2056
2060
  "padding": {
2057
2061
  "type": "variant",
2058
2062
  "values": ["narrow", "intermediate", "compact", "custom"]
@@ -2064,6 +2068,30 @@
2064
2068
  }
2065
2069
  },
2066
2070
  "rules": [
2071
+ {
2072
+ "if": {
2073
+ "borderRadius": "none"
2074
+ },
2075
+ "tokens": {
2076
+ "borderRadius": 0
2077
+ }
2078
+ },
2079
+ {
2080
+ "if": {
2081
+ "borderRadius": "small"
2082
+ },
2083
+ "tokens": {
2084
+ "borderRadius": 6
2085
+ }
2086
+ },
2087
+ {
2088
+ "if": {
2089
+ "borderRadius": "large"
2090
+ },
2091
+ "tokens": {
2092
+ "borderRadius": 12
2093
+ }
2094
+ },
2067
2095
  {
2068
2096
  "if": {
2069
2097
  "background": "alternative"
@@ -4354,7 +4382,7 @@
4354
4382
  "blue": 1,
4355
4383
  "alpha": 1
4356
4384
  },
4357
- "outerBorderGap": 4
4385
+ "outerBorderGap": 0
4358
4386
  }
4359
4387
  },
4360
4388
  {
@@ -4539,6 +4567,7 @@
4539
4567
  "borderTopRightRadius": null,
4540
4568
  "borderTopWidth": null,
4541
4569
  "borderWidth": 1,
4570
+ "height": null,
4542
4571
  "icon": "PaletteIconAdd",
4543
4572
  "iconColor": {
4544
4573
  "red": 0.40392,
@@ -4559,7 +4588,8 @@
4559
4588
  "outerBorderGap": 0,
4560
4589
  "outerBorderWidth": null,
4561
4590
  "padding": 4,
4562
- "shadow": null
4591
+ "shadow": null,
4592
+ "width": null
4563
4593
  }
4564
4594
  },
4565
4595
  "Image": {
@@ -7915,9 +7945,9 @@
7915
7945
  },
7916
7946
  "validationIcon": "PaletteIconStatusSuccess",
7917
7947
  "validationIconColor": {
7918
- "red": 0.08627,
7919
- "green": 0.24314,
7920
- "blue": 0.02353,
7948
+ "red": 0.16863,
7949
+ "green": 0.50196,
7950
+ "blue": 0,
7921
7951
  "alpha": 1
7922
7952
  }
7923
7953
  }
@@ -11419,8 +11449,39 @@
11419
11449
  }
11420
11450
  },
11421
11451
  "WaffleGrid": {
11422
- "appearances": {},
11423
- "rules": [],
11452
+ "appearances": {
11453
+ "viewport": {
11454
+ "description": "The size label for the current screen viewport based on the current screen width",
11455
+ "values": ["xs", "sm", "md", "lg", "xl"],
11456
+ "type": "state"
11457
+ }
11458
+ },
11459
+ "rules": [
11460
+ {
11461
+ "if": {
11462
+ "viewport": ["xs"]
11463
+ },
11464
+ "tokens": {
11465
+ "rowSize": 2
11466
+ }
11467
+ },
11468
+ {
11469
+ "if": {
11470
+ "viewport": ["sm", "md"]
11471
+ },
11472
+ "tokens": {
11473
+ "rowSize": 3
11474
+ }
11475
+ },
11476
+ {
11477
+ "if": {
11478
+ "viewport": ["lg", "xl"]
11479
+ },
11480
+ "tokens": {
11481
+ "rowSize": 6
11482
+ }
11483
+ }
11484
+ ],
11424
11485
  "tokens": {
11425
11486
  "itemBorderColor": {
11426
11487
  "red": 0.69804,
@@ -11429,7 +11490,8 @@
11429
11490
  "alpha": 1
11430
11491
  },
11431
11492
  "itemPadding": 16,
11432
- "rowBorderWidth": 1
11493
+ "rowBorderWidth": 1,
11494
+ "rowSize": 6
11433
11495
  }
11434
11496
  },
11435
11497
  "spacingScale": {
@@ -11619,7 +11681,7 @@
11619
11681
  }
11620
11682
  },
11621
11683
  "metadata": {
11622
- "themeTokensVersion": "2.41.0",
11684
+ "themeTokensVersion": "2.41.1",
11623
11685
  "name": "theme-allium"
11624
11686
  }
11625
11687
  }