@telus-uds/theme-koodo 4.12.2 → 4.12.3

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.
@@ -5869,9 +5869,9 @@
5869
5869
  },
5870
5870
  "tokens": {
5871
5871
  "backgroundColor": {
5872
- "red": 0.4,
5873
- "green": 0.4,
5874
- "blue": 0.4,
5872
+ "red": 0.78824,
5873
+ "green": 0.78431,
5874
+ "blue": 0.78431,
5875
5875
  "alpha": 1
5876
5876
  },
5877
5877
  "outlineColor": {
@@ -10627,8 +10627,39 @@
10627
10627
  }
10628
10628
  },
10629
10629
  "WaffleGrid": {
10630
- "appearances": {},
10631
- "rules": [],
10630
+ "appearances": {
10631
+ "viewport": {
10632
+ "description": "The size label for the current screen viewport based on the current screen width",
10633
+ "values": ["xs", "sm", "md", "lg", "xl"],
10634
+ "type": "state"
10635
+ }
10636
+ },
10637
+ "rules": [
10638
+ {
10639
+ "if": {
10640
+ "viewport": ["xs"]
10641
+ },
10642
+ "tokens": {
10643
+ "rowSize": 2
10644
+ }
10645
+ },
10646
+ {
10647
+ "if": {
10648
+ "viewport": ["sm", "md"]
10649
+ },
10650
+ "tokens": {
10651
+ "rowSize": 3
10652
+ }
10653
+ },
10654
+ {
10655
+ "if": {
10656
+ "viewport": ["lg", "xl"]
10657
+ },
10658
+ "tokens": {
10659
+ "rowSize": 6
10660
+ }
10661
+ }
10662
+ ],
10632
10663
  "tokens": {
10633
10664
  "itemBorderColor": {
10634
10665
  "red": 0,
@@ -10637,7 +10668,8 @@
10637
10668
  "alpha": 0
10638
10669
  },
10639
10670
  "itemPadding": 16,
10640
- "rowBorderWidth": 1
10671
+ "rowBorderWidth": 1,
10672
+ "rowSize": 6
10641
10673
  }
10642
10674
  },
10643
10675
  "spacingScale": {
@@ -10827,7 +10859,7 @@
10827
10859
  }
10828
10860
  },
10829
10861
  "metadata": {
10830
- "themeTokensVersion": "2.41.0",
10862
+ "themeTokensVersion": "2.41.1",
10831
10863
  "name": "theme-koodo"
10832
10864
  }
10833
10865
  }