@companix/uikit 0.0.70 → 0.0.71

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.
@@ -112,14 +112,26 @@
112
112
 
113
113
  &[data-size='sm'] {
114
114
  @include mixins.use-styles(button, size, sm);
115
+
116
+ &:has(> svg:only-child) {
117
+ width: var(--button_size_sm_height);
118
+ }
115
119
  }
116
120
 
117
121
  &[data-size='md'] {
118
122
  @include mixins.use-styles(button, size, md);
123
+
124
+ &:has(> svg:only-child) {
125
+ width: var(--button_size_md_height);
126
+ }
119
127
  }
120
128
 
121
129
  &[data-size='lg'] {
122
130
  @include mixins.use-styles(button, size, lg);
131
+
132
+ &:has(> svg:only-child) {
133
+ width: var(--button_size_lg_height);
134
+ }
123
135
  }
124
136
 
125
137
  // text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companix/uikit",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "main": "./dist/bundle.es.js",
5
5
  "module": "./dist/bundle.es.js",
6
6
  "types": "./dist/index.d.ts",