webcake-ui-kit 1.0.16 → 1.0.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webcake-ui-kit",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "UI Kit for Vue 2 && 3 - Pure Options API",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -235,23 +235,23 @@
235
235
  }
236
236
 
237
237
  .ui-btn--icon-only.ui-btn--xs {
238
- min-width: 24px;
238
+ width: 24px;
239
239
  padding: var(--spacing-3xs);
240
240
  }
241
241
  .ui-btn--icon-only.ui-btn--sm {
242
- min-width: 32px;
242
+ width: 32px;
243
243
  padding: var(--spacing-6);
244
244
  }
245
245
  .ui-btn--icon-only.ui-btn--md {
246
- min-width: 36px;
246
+ width: 36px;
247
247
  padding: var(--spacing-xs);
248
248
  }
249
249
  .ui-btn--icon-only.ui-btn--lg {
250
- min-width: 40px;
250
+ width: 40px;
251
251
  padding: var(--spacing-10);
252
252
  }
253
253
  .ui-btn--icon-only.ui-btn--xl {
254
- min-width: 48px;
254
+ width: 48px;
255
255
  padding: var(--spacing-sm);
256
256
  }
257
257