@limetech/lime-elements 37.62.3 → 37.63.0
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/CHANGELOG.md +8 -0
- package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js +1 -1
- package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
- package/dist/cjs/limel-collapsible-section.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +1 -1
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-file.cjs.entry.js +1 -1
- package/dist/cjs/limel-file.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
- package/dist/cjs/limel-info-tile.cjs.entry.js.map +1 -1
- package/dist/collection/components/action-bar/action-bar-item/action-bar-item.css +5 -0
- package/dist/collection/components/badge/badge.css +5 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.css +5 -0
- package/dist/collection/components/button/button.css +5 -0
- package/dist/collection/components/button-group/button-group.css +5 -0
- package/dist/collection/components/checkbox/checkbox.css +5 -0
- package/dist/collection/components/chip/chip.css +5 -0
- package/dist/collection/components/chip-set/chip-set.css +10 -0
- package/dist/collection/components/circular-progress/circular-progress.css +5 -0
- package/dist/collection/components/code-editor/code-editor.css +5 -0
- package/dist/collection/components/collapsible-section/collapsible-section.css +8 -3
- package/dist/collection/components/color-picker/color-picker-palette.css +10 -0
- package/dist/collection/components/color-picker/color-picker.css +5 -0
- package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +5 -0
- package/dist/collection/components/dialog/dialog.css +5 -0
- package/dist/collection/components/dock/dock-button/dock-button.css +5 -0
- package/dist/collection/components/dock/dock.css +5 -0
- package/dist/collection/components/dynamic-label/dynamic-label.css +5 -0
- package/dist/collection/components/file/file.css +62 -3
- package/dist/collection/components/file-viewer/file-viewer.css +5 -0
- package/dist/collection/components/form/form.css +5 -0
- package/dist/collection/components/header/header.css +5 -0
- package/dist/collection/components/help/help.css +5 -0
- package/dist/collection/components/help/limel-help-content.css +5 -0
- package/dist/collection/components/icon-button/icon-button.css +5 -0
- package/dist/collection/components/info-tile/info-tile.css +5 -0
- package/dist/collection/components/input-field/input-field.css +5 -0
- package/dist/collection/components/list/list.css +82 -3
- package/dist/collection/components/markdown/markdown.css +5 -0
- package/dist/collection/components/menu-list/menu-list.css +82 -3
- package/dist/collection/components/popover-surface/popover-surface.css +5 -0
- package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +5 -0
- package/dist/collection/components/select/select.css +10 -0
- package/dist/collection/components/shortcut/shortcut.css +5 -0
- package/dist/collection/components/slider/slider.css +5 -0
- package/dist/collection/components/split-button/split-button.css +5 -0
- package/dist/collection/components/switch/switch.css +5 -0
- package/dist/collection/components/table/table.css +20 -0
- package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.css +5 -0
- package/dist/collection/components/text-editor/text-editor.css +5 -0
- package/dist/collection/style/mixins.scss +13 -0
- package/dist/esm/limel-breadcrumbs_5.entry.js +1 -1
- package/dist/esm/limel-breadcrumbs_5.entry.js.map +1 -1
- package/dist/esm/limel-collapsible-section.entry.js +1 -1
- package/dist/esm/limel-collapsible-section.entry.js.map +1 -1
- package/dist/esm/limel-dynamic-label_4.entry.js +1 -1
- package/dist/esm/limel-dynamic-label_4.entry.js.map +1 -1
- package/dist/esm/limel-file.entry.js +1 -1
- package/dist/esm/limel-file.entry.js.map +1 -1
- package/dist/esm/limel-info-tile.entry.js +1 -1
- package/dist/esm/limel-info-tile.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-768dc020.entry.js → p-00e3e9be.entry.js} +2 -2
- package/dist/lime-elements/p-00e3e9be.entry.js.map +1 -0
- package/dist/lime-elements/p-03eea223.entry.js +2 -0
- package/dist/lime-elements/p-03eea223.entry.js.map +1 -0
- package/dist/lime-elements/{p-b334b138.entry.js → p-126ed7d5.entry.js} +2 -2
- package/dist/lime-elements/{p-b334b138.entry.js.map → p-126ed7d5.entry.js.map} +1 -1
- package/dist/lime-elements/p-7d215789.entry.js +2 -0
- package/dist/lime-elements/{p-b852d3f5.entry.js.map → p-7d215789.entry.js.map} +1 -1
- package/dist/lime-elements/{p-502b4476.entry.js → p-d86f8aea.entry.js} +2 -2
- package/dist/lime-elements/{p-502b4476.entry.js.map → p-d86f8aea.entry.js.map} +1 -1
- package/dist/lime-elements/style/mixins.scss +13 -0
- package/dist/scss/mixins.scss +13 -0
- package/package.json +1 -1
- package/dist/lime-elements/p-768dc020.entry.js.map +0 -1
- package/dist/lime-elements/p-889b4ae4.entry.js +0 -2
- package/dist/lime-elements/p-889b4ae4.entry.js.map +0 -1
- package/dist/lime-elements/p-b852d3f5.entry.js +0 -2
|
@@ -118,6 +118,11 @@
|
|
|
118
118
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
119
119
|
* in the `<style>` tag of `index.html`.
|
|
120
120
|
*/
|
|
121
|
+
/**
|
|
122
|
+
* This mixin is a hack, using old CSS syntax
|
|
123
|
+
* to enable you to truncate a piece of text,
|
|
124
|
+
* after a certain number of lines.
|
|
125
|
+
*/
|
|
121
126
|
.mdc-floating-label {
|
|
122
127
|
-moz-osx-font-smoothing: grayscale;
|
|
123
128
|
-webkit-font-smoothing: antialiased;
|
|
@@ -1846,6 +1851,11 @@ select.limel-select__native-control {
|
|
|
1846
1851
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
1847
1852
|
* in the `<style>` tag of `index.html`.
|
|
1848
1853
|
*/
|
|
1854
|
+
/**
|
|
1855
|
+
* This mixin is a hack, using old CSS syntax
|
|
1856
|
+
* to enable you to truncate a piece of text,
|
|
1857
|
+
* after a certain number of lines.
|
|
1858
|
+
*/
|
|
1849
1859
|
:host(limel-select:focus),
|
|
1850
1860
|
:host(limel-select:focus-visible),
|
|
1851
1861
|
:host(limel-select:focus-within),
|
|
@@ -53,6 +53,11 @@
|
|
|
53
53
|
* in the `<style>` tag of `index.html`.
|
|
54
54
|
*/
|
|
55
55
|
/**
|
|
56
|
+
* This mixin is a hack, using old CSS syntax
|
|
57
|
+
* to enable you to truncate a piece of text,
|
|
58
|
+
* after a certain number of lines.
|
|
59
|
+
*/
|
|
60
|
+
/**
|
|
56
61
|
* @prop --shortcut-border-radius: defines the radius of corners of the shortcut. Defaults to `1rem`
|
|
57
62
|
* @prop --shortcut-icon-color: defines the fill color of the shortcut icon. Defaults to `--contrast-1000`
|
|
58
63
|
* @prop --shortcut-label-color: defines the color of the shortcut label. Defaults to `--contrast-1100`
|
|
@@ -975,6 +975,11 @@
|
|
|
975
975
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
976
976
|
* in the `<style>` tag of `index.html`.
|
|
977
977
|
*/
|
|
978
|
+
/**
|
|
979
|
+
* This mixin is a hack, using old CSS syntax
|
|
980
|
+
* to enable you to truncate a piece of text,
|
|
981
|
+
* after a certain number of lines.
|
|
982
|
+
*/
|
|
978
983
|
:host(limel-slider:focus),
|
|
979
984
|
:host(limel-slider:focus-visible),
|
|
980
985
|
:host(limel-slider:focus-within),
|
|
@@ -52,6 +52,11 @@
|
|
|
52
52
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
53
53
|
* in the `<style>` tag of `index.html`.
|
|
54
54
|
*/
|
|
55
|
+
/**
|
|
56
|
+
* This mixin is a hack, using old CSS syntax
|
|
57
|
+
* to enable you to truncate a piece of text,
|
|
58
|
+
* after a certain number of lines.
|
|
59
|
+
*/
|
|
55
60
|
:host(limel-split-button.has-menu) {
|
|
56
61
|
--button-padding-right: 2rem;
|
|
57
62
|
--button-padding-left: 1rem;
|
|
@@ -904,6 +904,11 @@ label {
|
|
|
904
904
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
905
905
|
* in the `<style>` tag of `index.html`.
|
|
906
906
|
*/
|
|
907
|
+
/**
|
|
908
|
+
* This mixin is a hack, using old CSS syntax
|
|
909
|
+
* to enable you to truncate a piece of text,
|
|
910
|
+
* after a certain number of lines.
|
|
911
|
+
*/
|
|
907
912
|
:host(limel-switch:focus),
|
|
908
913
|
:host(limel-switch:focus-visible),
|
|
909
914
|
:host(limel-switch:focus-within),
|
|
@@ -52,6 +52,11 @@
|
|
|
52
52
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
53
53
|
* in the `<style>` tag of `index.html`.
|
|
54
54
|
*/
|
|
55
|
+
/**
|
|
56
|
+
* This mixin is a hack, using old CSS syntax
|
|
57
|
+
* to enable you to truncate a piece of text,
|
|
58
|
+
* after a certain number of lines.
|
|
59
|
+
*/
|
|
55
60
|
/*
|
|
56
61
|
* This file is imported into every component!
|
|
57
62
|
*
|
|
@@ -1293,6 +1298,11 @@ body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
|
|
|
1293
1298
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
1294
1299
|
* in the `<style>` tag of `index.html`.
|
|
1295
1300
|
*/
|
|
1301
|
+
/**
|
|
1302
|
+
* This mixin is a hack, using old CSS syntax
|
|
1303
|
+
* to enable you to truncate a piece of text,
|
|
1304
|
+
* after a certain number of lines.
|
|
1305
|
+
*/
|
|
1296
1306
|
/*
|
|
1297
1307
|
* This file is imported into every component!
|
|
1298
1308
|
*
|
|
@@ -1482,6 +1492,11 @@ button.tabulator-page[data-page=first]:not([disabled]):hover:after, button.tabul
|
|
|
1482
1492
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
1483
1493
|
* in the `<style>` tag of `index.html`.
|
|
1484
1494
|
*/
|
|
1495
|
+
/**
|
|
1496
|
+
* This mixin is a hack, using old CSS syntax
|
|
1497
|
+
* to enable you to truncate a piece of text,
|
|
1498
|
+
* after a certain number of lines.
|
|
1499
|
+
*/
|
|
1485
1500
|
/*
|
|
1486
1501
|
* This file is imported into every component!
|
|
1487
1502
|
*
|
|
@@ -1645,6 +1660,11 @@ button.tabulator-page[data-page=first]:not([disabled]):hover:after, button.tabul
|
|
|
1645
1660
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
1646
1661
|
* in the `<style>` tag of `index.html`.
|
|
1647
1662
|
*/
|
|
1663
|
+
/**
|
|
1664
|
+
* This mixin is a hack, using old CSS syntax
|
|
1665
|
+
* to enable you to truncate a piece of text,
|
|
1666
|
+
* after a certain number of lines.
|
|
1667
|
+
*/
|
|
1648
1668
|
/*
|
|
1649
1669
|
* This file is imported into every component!
|
|
1650
1670
|
*
|
|
@@ -466,6 +466,11 @@ li {
|
|
|
466
466
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
467
467
|
* in the `<style>` tag of `index.html`.
|
|
468
468
|
*/
|
|
469
|
+
/**
|
|
470
|
+
* This mixin is a hack, using old CSS syntax
|
|
471
|
+
* to enable you to truncate a piece of text,
|
|
472
|
+
* after a certain number of lines.
|
|
473
|
+
*/
|
|
469
474
|
/*
|
|
470
475
|
* This file is imported into every component!
|
|
471
476
|
*
|
|
@@ -118,6 +118,11 @@
|
|
|
118
118
|
* 2. the CSS variables of `--kompendium-example-font-family`
|
|
119
119
|
* in the `<style>` tag of `index.html`.
|
|
120
120
|
*/
|
|
121
|
+
/**
|
|
122
|
+
* This mixin is a hack, using old CSS syntax
|
|
123
|
+
* to enable you to truncate a piece of text,
|
|
124
|
+
* after a certain number of lines.
|
|
125
|
+
*/
|
|
121
126
|
/**
|
|
122
127
|
* @prop --text-editor-max-height: the tallest height the text editor can become when auto-resizing itself. Defaults to `calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)) - 4rem)`.
|
|
123
128
|
* @prop --text-editor-fade-out-background-color: the color of the fade-out effect at the top and bottom of the text editor, when the text-editor is in readonly state. Defaults to rgb(var(--contrast-100)).
|
|
@@ -361,3 +361,16 @@
|
|
|
361
361
|
@error "Please specify the font-family #{$letterform}!";
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* This mixin is a hack, using old CSS syntax
|
|
367
|
+
* to enable you to truncate a piece of text,
|
|
368
|
+
* after a certain number of lines.
|
|
369
|
+
*/
|
|
370
|
+
@mixin truncate-text-on-line($max-lines) {
|
|
371
|
+
display: -webkit-box;
|
|
372
|
+
overflow: hidden;
|
|
373
|
+
white-space: normal;
|
|
374
|
+
-webkit-box-orient: vertical;
|
|
375
|
+
-webkit-line-clamp: $max-lines;
|
|
376
|
+
}
|