@limetech/lime-elements 36.3.0-next.25 → 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-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/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/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-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/lime-elements/lime-elements.esm.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 +8 -4
- package/dist/lime-elements/p-15c3ec8e.entry.js +0 -1
|
@@ -77,7 +77,7 @@ export class InputField {
|
|
|
77
77
|
if (this.type !== 'textarea') {
|
|
78
78
|
return;
|
|
79
79
|
}
|
|
80
|
-
return (h("span", { class: "mdc-text-field__resizer" }, h("textarea", Object.assign({}, properties), this.value)));
|
|
80
|
+
return (h("span", { class: "mdc-text-field__resizer" }, h("textarea", Object.assign({}, properties, { placeholder: this.placeholder }), this.value)));
|
|
81
81
|
};
|
|
82
82
|
this.layout = () => {
|
|
83
83
|
var _a;
|
|
@@ -270,14 +270,11 @@
|
|
|
270
270
|
/*rtl:end:ignore*/
|
|
271
271
|
}
|
|
272
272
|
[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar {
|
|
273
|
-
/* @noflip */
|
|
274
|
-
/*rtl:ignore*/
|
|
273
|
+
/* @noflip */ /*rtl:ignore*/
|
|
275
274
|
right: 0;
|
|
276
|
-
/* @noflip */
|
|
277
|
-
/*rtl:ignore*/
|
|
275
|
+
/* @noflip */ /*rtl:ignore*/
|
|
278
276
|
-webkit-transform-origin: center right;
|
|
279
|
-
/* @noflip */
|
|
280
|
-
/*rtl:ignore*/
|
|
277
|
+
/* @noflip */ /*rtl:ignore*/
|
|
281
278
|
transform-origin: center right;
|
|
282
279
|
}
|
|
283
280
|
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
|
|
@@ -291,19 +288,15 @@
|
|
|
291
288
|
transform: rotate(0);
|
|
292
289
|
}
|
|
293
290
|
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
|
|
294
|
-
/* @noflip */
|
|
295
|
-
/*rtl:ignore*/
|
|
291
|
+
/* @noflip */ /*rtl:ignore*/
|
|
296
292
|
right: -145.166611%;
|
|
297
|
-
/* @noflip */
|
|
298
|
-
/*rtl:ignore*/
|
|
293
|
+
/* @noflip */ /*rtl:ignore*/
|
|
299
294
|
left: auto;
|
|
300
295
|
}
|
|
301
296
|
[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
|
|
302
|
-
/* @noflip */
|
|
303
|
-
/*rtl:ignore*/
|
|
297
|
+
/* @noflip */ /*rtl:ignore*/
|
|
304
298
|
right: -54.888891%;
|
|
305
|
-
/* @noflip */
|
|
306
|
-
/*rtl:ignore*/
|
|
299
|
+
/* @noflip */ /*rtl:ignore*/
|
|
307
300
|
left: auto;
|
|
308
301
|
}
|
|
309
302
|
|