@florid-kit/components 0.4.2 → 0.4.4

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 (3) hide show
  1. package/index.js +1 -2
  2. package/index.mjs +1 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -259,8 +259,6 @@
259
259
 
260
260
  :host([variant="tertiary"][fullwidth][endIcon]) .button {
261
261
  justify-content: space-between;
262
- padding-left: 8px;
263
- padding-right: 12px;
264
262
  }
265
263
 
266
264
  .button span {
@@ -728,6 +726,7 @@
728
726
  height: 100%;
729
727
  width: 100%;
730
728
  pointer-events: none;
729
+ z-index: var(--z-overlay);
731
730
  }
732
731
 
733
732
  .overlay {
package/index.mjs CHANGED
@@ -973,8 +973,6 @@ u.styles = A`
973
973
 
974
974
  :host([variant="tertiary"][fullwidth][endIcon]) .button {
975
975
  justify-content: space-between;
976
- padding-left: 8px;
977
- padding-right: 12px;
978
976
  }
979
977
 
980
978
  .button span {
@@ -1716,6 +1714,7 @@ b.styles = A`
1716
1714
  height: 100%;
1717
1715
  width: 100%;
1718
1716
  pointer-events: none;
1717
+ z-index: var(--z-overlay);
1719
1718
  }
1720
1719
 
1721
1720
  .overlay {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",