@limetech/lime-elements 36.3.0-next.24 → 36.3.0-next.26
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/README.md +1 -1
- package/dist/cjs/limel-chip-set.cjs.entry.js +1 -1
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +85 -101
- package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
- package/dist/cjs/limel-input-field.cjs.entry.js +2 -2
- package/dist/cjs/limel-select.cjs.entry.js +1 -1
- package/dist/cjs/limel-spinner.cjs.entry.js +1 -1
- package/dist/collection/components/banner/banner.css +1 -2
- package/dist/collection/components/button/button.css +20 -40
- package/dist/collection/components/button-group/button-group.css +21 -42
- package/dist/collection/components/checkbox/checkbox.css +22 -45
- package/dist/collection/components/chip-set/chip-set.css +209 -405
- package/dist/collection/components/code-editor/code-editor.css +4 -4
- package/dist/collection/components/color-picker/color-picker-palette.css +9 -9
- package/dist/collection/components/dialog/dialog.css +13 -27
- package/dist/collection/components/icon-button/icon-button.css +6 -12
- package/dist/collection/components/info-tile/info-tile.css +3 -9
- package/dist/collection/components/input-field/input-field.css +188 -363
- package/dist/collection/components/input-field/input-field.js +1 -1
- package/dist/collection/components/linear-progress/linear-progress.css +7 -14
- package/dist/collection/components/list/list.css +373 -747
- package/dist/collection/components/menu-list/menu-list.css +373 -748
- package/dist/collection/components/menu-surface/menu-surface.css +13 -26
- package/dist/collection/components/select/select.css +165 -322
- package/dist/collection/components/slider/slider.css +30 -58
- package/dist/collection/components/snackbar/snackbar.css +17 -34
- package/dist/collection/components/spinner/spinner.css +4 -0
- package/dist/collection/components/switch/switch.css +21 -49
- package/dist/collection/components/tab-bar/tab-bar.css +7 -14
- package/dist/esm/limel-chip-set.entry.js +1 -1
- package/dist/esm/limel-flatpickr-adapter.entry.js +85 -101
- package/dist/esm/limel-info-tile.entry.js +1 -1
- package/dist/esm/limel-input-field.entry.js +2 -2
- package/dist/esm/limel-select.entry.js +1 -1
- package/dist/esm/limel-spinner.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-a8d38277.entry.js → p-10e259de.entry.js} +1 -1
- package/dist/lime-elements/{p-079921e9.entry.js → p-2c9843fe.entry.js} +1 -1
- package/dist/lime-elements/{p-e479f165.entry.js → p-404aca86.entry.js} +1 -1
- package/dist/lime-elements/{p-c234a991.entry.js → p-878b61cd.entry.js} +1 -1
- package/dist/lime-elements/{p-ff340a70.entry.js → p-88e60f06.entry.js} +1 -1
- package/dist/lime-elements/p-f7875f4a.entry.js +1 -0
- package/package.json +12 -8
- package/dist/lime-elements/p-15c3ec8e.entry.js +0 -1
|
@@ -32,11 +32,9 @@
|
|
|
32
32
|
border-radius: 4px;
|
|
33
33
|
/* @alternate */
|
|
34
34
|
border-radius: var(--mdc-shape-medium, 4px);
|
|
35
|
-
/* @noflip */
|
|
36
|
-
/*rtl:ignore*/
|
|
35
|
+
/* @noflip */ /*rtl:ignore*/
|
|
37
36
|
transform-origin-left: top left;
|
|
38
|
-
/* @noflip */
|
|
39
|
-
/*rtl:ignore*/
|
|
37
|
+
/* @noflip */ /*rtl:ignore*/
|
|
40
38
|
transform-origin-right: top right;
|
|
41
39
|
}
|
|
42
40
|
.mdc-menu-surface:focus {
|
|
@@ -59,11 +57,9 @@
|
|
|
59
57
|
}
|
|
60
58
|
[dir=rtl] .mdc-menu-surface, .mdc-menu-surface[dir=rtl] {
|
|
61
59
|
/*rtl:begin:ignore*/
|
|
62
|
-
/* @noflip */
|
|
63
|
-
/*rtl:ignore*/
|
|
60
|
+
/* @noflip */ /*rtl:ignore*/
|
|
64
61
|
transform-origin-left: top right;
|
|
65
|
-
/* @noflip */
|
|
66
|
-
/*rtl:ignore*/
|
|
62
|
+
/* @noflip */ /*rtl:ignore*/
|
|
67
63
|
transform-origin-right: top left;
|
|
68
64
|
/*rtl:end:ignore*/
|
|
69
65
|
}
|
|
@@ -145,8 +141,7 @@
|
|
|
145
141
|
width: 100%;
|
|
146
142
|
height: 100%;
|
|
147
143
|
top: 0;
|
|
148
|
-
/* @noflip */
|
|
149
|
-
/*rtl:ignore*/
|
|
144
|
+
/* @noflip */ /*rtl:ignore*/
|
|
150
145
|
left: 0;
|
|
151
146
|
}
|
|
152
147
|
.mdc-menu .mdc-deprecated-list-divider {
|
|
@@ -168,30 +163,24 @@
|
|
|
168
163
|
fill: currentColor;
|
|
169
164
|
}
|
|
170
165
|
.mdc-menu__selection-group .mdc-deprecated-list-item {
|
|
171
|
-
/* @noflip */
|
|
172
|
-
/*rtl:ignore*/
|
|
166
|
+
/* @noflip */ /*rtl:ignore*/
|
|
173
167
|
padding-left: 56px;
|
|
174
|
-
/* @noflip */
|
|
175
|
-
/*rtl:ignore*/
|
|
168
|
+
/* @noflip */ /*rtl:ignore*/
|
|
176
169
|
padding-right: 16px;
|
|
177
170
|
}
|
|
178
171
|
[dir=rtl] .mdc-menu__selection-group .mdc-deprecated-list-item, .mdc-menu__selection-group .mdc-deprecated-list-item[dir=rtl] {
|
|
179
172
|
/*rtl:begin:ignore*/
|
|
180
|
-
/* @noflip */
|
|
181
|
-
/*rtl:ignore*/
|
|
173
|
+
/* @noflip */ /*rtl:ignore*/
|
|
182
174
|
padding-left: 16px;
|
|
183
|
-
/* @noflip */
|
|
184
|
-
/*rtl:ignore*/
|
|
175
|
+
/* @noflip */ /*rtl:ignore*/
|
|
185
176
|
padding-right: 56px;
|
|
186
177
|
/*rtl:end:ignore*/
|
|
187
178
|
}
|
|
188
179
|
|
|
189
180
|
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
|
|
190
|
-
/* @noflip */
|
|
191
|
-
/*rtl:ignore*/
|
|
181
|
+
/* @noflip */ /*rtl:ignore*/
|
|
192
182
|
left: 16px;
|
|
193
|
-
/* @noflip */
|
|
194
|
-
/*rtl:ignore*/
|
|
183
|
+
/* @noflip */ /*rtl:ignore*/
|
|
195
184
|
right: initial;
|
|
196
185
|
display: none;
|
|
197
186
|
position: absolute;
|
|
@@ -200,11 +189,9 @@
|
|
|
200
189
|
}
|
|
201
190
|
[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl] {
|
|
202
191
|
/*rtl:begin:ignore*/
|
|
203
|
-
/* @noflip */
|
|
204
|
-
/*rtl:ignore*/
|
|
192
|
+
/* @noflip */ /*rtl:ignore*/
|
|
205
193
|
left: initial;
|
|
206
|
-
/* @noflip */
|
|
207
|
-
/*rtl:ignore*/
|
|
194
|
+
/* @noflip */ /*rtl:ignore*/
|
|
208
195
|
right: 16px;
|
|
209
196
|
/*rtl:end:ignore*/
|
|
210
197
|
}
|