@kaizen/components 2.5.0 → 2.5.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.
package/dist/styles.css CHANGED
@@ -2768,7 +2768,7 @@
2768
2768
 
2769
2769
  /* Currently unable to do media query equations so using a fixed value instead */
2770
2770
  @media (width <= 1079px) {
2771
- margin: 0 var(--content-margin-width-on-medium-and-small);
2771
+ margin: 0 var(--spacing-12);
2772
2772
  }
2773
2773
  }
2774
2774
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -9,7 +9,7 @@
9
9
 
10
10
  /* Currently unable to do media query equations so using a fixed value instead */
11
11
  @media (width <= 1079px) {
12
- margin: 0 var(--content-margin-width-on-medium-and-small);
12
+ margin: 0 var(--spacing-12);
13
13
  }
14
14
  }
15
15
  }
@@ -1,5 +0,0 @@
1
- /* This replicates the layout max-width logic in
2
- packages/components/TitleBlock/TitleBlock.module.scss */
3
- :root {
4
- --content-margin-width-on-medium-and-small: 12px;
5
- }