@telus-uds/theme-allium 4.12.0 → 4.13.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.
@@ -5110,14 +5110,14 @@
5110
5110
  "itemFontWeight": 700,
5111
5111
  "itemHeight": 40,
5112
5112
  "itemOutline": 0,
5113
- "itemPaddingBottom": 12,
5113
+ "itemPaddingBottom": 8,
5114
5114
  "itemPaddingLeft": 16,
5115
5115
  "itemPaddingRight": 16,
5116
- "itemPaddingTop": 12,
5116
+ "itemPaddingTop": 8,
5117
5117
  "itemTextDecoration": "none",
5118
5118
  "lineHeight": 1.14285714286,
5119
5119
  "minHeight": "100%",
5120
- "minWidth": 288,
5120
+ "minWidth": "100%",
5121
5121
  "shadow": {
5122
5122
  "inset": false,
5123
5123
  "offsetX": 0,
@@ -7915,9 +7915,9 @@
7915
7915
  },
7916
7916
  "validationIcon": "PaletteIconStatusSuccess",
7917
7917
  "validationIconColor": {
7918
- "red": 0.08627,
7919
- "green": 0.24314,
7920
- "blue": 0.02353,
7918
+ "red": 0.16863,
7919
+ "green": 0.50196,
7920
+ "blue": 0,
7921
7921
  "alpha": 1
7922
7922
  }
7923
7923
  }
@@ -11419,8 +11419,39 @@
11419
11419
  }
11420
11420
  },
11421
11421
  "WaffleGrid": {
11422
- "appearances": {},
11423
- "rules": [],
11422
+ "appearances": {
11423
+ "viewport": {
11424
+ "description": "The size label for the current screen viewport based on the current screen width",
11425
+ "values": ["xs", "sm", "md", "lg", "xl"],
11426
+ "type": "state"
11427
+ }
11428
+ },
11429
+ "rules": [
11430
+ {
11431
+ "if": {
11432
+ "viewport": ["xs"]
11433
+ },
11434
+ "tokens": {
11435
+ "rowSize": 2
11436
+ }
11437
+ },
11438
+ {
11439
+ "if": {
11440
+ "viewport": ["sm", "md"]
11441
+ },
11442
+ "tokens": {
11443
+ "rowSize": 3
11444
+ }
11445
+ },
11446
+ {
11447
+ "if": {
11448
+ "viewport": ["lg", "xl"]
11449
+ },
11450
+ "tokens": {
11451
+ "rowSize": 6
11452
+ }
11453
+ }
11454
+ ],
11424
11455
  "tokens": {
11425
11456
  "itemBorderColor": {
11426
11457
  "red": 0.69804,
@@ -11429,7 +11460,8 @@
11429
11460
  "alpha": 1
11430
11461
  },
11431
11462
  "itemPadding": 16,
11432
- "rowBorderWidth": 1
11463
+ "rowBorderWidth": 1,
11464
+ "rowSize": 6
11433
11465
  }
11434
11466
  },
11435
11467
  "spacingScale": {
@@ -11619,7 +11651,7 @@
11619
11651
  }
11620
11652
  },
11621
11653
  "metadata": {
11622
- "themeTokensVersion": "2.41.0",
11654
+ "themeTokensVersion": "2.41.1",
11623
11655
  "name": "theme-allium"
11624
11656
  }
11625
11657
  }