@kaizen/components 1.77.1 → 1.77.2

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.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1898,6 +1898,7 @@
1898
1898
  position: relative;
1899
1899
  border: 1px solid transparent;
1900
1900
  border-radius: var(--border-borderless-border-radius);
1901
+ z-index: 0;
1901
1902
  }
1902
1903
 
1903
1904
  /* This absolute element is used to give the illusion of a gradient border without expanding the size of the Well/Card */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.77.1",
3
+ "version": "1.77.2",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",