@florid-kit/components 0.4.3 → 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 +0 -2
  2. package/index.mjs +0 -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 {
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",