@kaizen/components 1.70.8 → 1.70.9

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/dist/styles.css CHANGED
@@ -10198,6 +10198,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
10198
10198
  /** THIS IS AN AUTOGENERATED FILE **/
10199
10199
  .TileGrid-module_grid__1WCNc {
10200
10200
  list-style-type: none;
10201
+ padding-inline-start: 0;
10202
+ margin-block: 0;
10201
10203
  display: grid;
10202
10204
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
10203
10205
  grid-gap: var(--spacing-md, 1.5rem);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.70.8",
3
+ "version": "1.70.9",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -4,6 +4,8 @@
4
4
 
5
5
  .grid {
6
6
  list-style-type: none;
7
+ padding-inline-start: 0;
8
+ margin-block: 0;
7
9
  display: grid;
8
10
  // the more we shave off the width here,
9
11
  // the less the tiles will grow when they lose one from the row