@vandeurenglenn/lite-elements 0.3.62 → 0.3.64
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/exports/bundle/button.js +4 -1
- package/exports/button.js +4 -1
- package/package.json +1 -1
package/exports/bundle/button.js
CHANGED
|
@@ -31,12 +31,12 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
31
31
|
display: flex;
|
|
32
32
|
position: relative;
|
|
33
33
|
pointer-events: none;
|
|
34
|
+
font-size: inherit;
|
|
34
35
|
}
|
|
35
36
|
|
|
36
37
|
.label {
|
|
37
38
|
flex: 1;
|
|
38
39
|
text-align: end;
|
|
39
|
-
font-size: inherit;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.label,
|
|
@@ -130,6 +130,9 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
130
130
|
:host([disabled]) slot[name='icon']::slotted(*) {
|
|
131
131
|
opacity: 0.28;
|
|
132
132
|
}
|
|
133
|
+
.label {
|
|
134
|
+
font-size: inherit;
|
|
135
|
+
}
|
|
133
136
|
|
|
134
137
|
::slotted(*) {
|
|
135
138
|
pointer-events: none;
|
package/exports/button.js
CHANGED
|
@@ -82,12 +82,12 @@ let CustomButton = (() => {
|
|
|
82
82
|
display: flex;
|
|
83
83
|
position: relative;
|
|
84
84
|
pointer-events: none;
|
|
85
|
+
font-size: inherit;
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
.label {
|
|
88
89
|
flex: 1;
|
|
89
90
|
text-align: end;
|
|
90
|
-
font-size: inherit;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.label,
|
|
@@ -181,6 +181,9 @@ let CustomButton = (() => {
|
|
|
181
181
|
:host([disabled]) slot[name='icon']::slotted(*) {
|
|
182
182
|
opacity: 0.28;
|
|
183
183
|
}
|
|
184
|
+
.label {
|
|
185
|
+
font-size: inherit;
|
|
186
|
+
}
|
|
184
187
|
|
|
185
188
|
::slotted(*) {
|
|
186
189
|
pointer-events: none;
|