@vandeurenglenn/lite-elements 0.3.60 → 0.3.61
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 -0
- package/exports/button.js +4 -0
- package/package.json +1 -1
package/exports/bundle/button.js
CHANGED
|
@@ -9,6 +9,7 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
9
9
|
position: relative;
|
|
10
10
|
pointer-events: auto;
|
|
11
11
|
cursor: pointer;
|
|
12
|
+
overflow: hidden;
|
|
12
13
|
|
|
13
14
|
--elevation-level: 0;
|
|
14
15
|
}
|
|
@@ -104,6 +105,9 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
104
105
|
:host([has-label]) .label {
|
|
105
106
|
padding-left: 24px;
|
|
106
107
|
padding-right: 24px;
|
|
108
|
+
align-items: center;
|
|
109
|
+
display: flex;
|
|
110
|
+
justify-content: center;
|
|
107
111
|
}
|
|
108
112
|
|
|
109
113
|
:host([has-icon]:not([has-label])) {
|
package/exports/button.js
CHANGED
|
@@ -60,6 +60,7 @@ let CustomButton = (() => {
|
|
|
60
60
|
position: relative;
|
|
61
61
|
pointer-events: auto;
|
|
62
62
|
cursor: pointer;
|
|
63
|
+
overflow: hidden;
|
|
63
64
|
|
|
64
65
|
--elevation-level: 0;
|
|
65
66
|
}
|
|
@@ -155,6 +156,9 @@ let CustomButton = (() => {
|
|
|
155
156
|
:host([has-label]) .label {
|
|
156
157
|
padding-left: 24px;
|
|
157
158
|
padding-right: 24px;
|
|
159
|
+
align-items: center;
|
|
160
|
+
display: flex;
|
|
161
|
+
justify-content: center;
|
|
158
162
|
}
|
|
159
163
|
|
|
160
164
|
:host([has-icon]:not([has-label])) {
|