@limetech/lime-elements 38.23.0 → 38.23.2
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 +20 -0
- package/dist/cjs/{checkbox.template-f624966b.js → checkbox.template-92ae2e60.js} +3 -3
- package/dist/cjs/checkbox.template-92ae2e60.js.map +1 -0
- package/dist/cjs/limel-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
- package/dist/cjs/limel-chip_2.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-color-picker-palette.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker-palette.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-color-picker.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +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/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
- package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-slider.cjs.entry.js +1 -1
- package/dist/cjs/limel-slider.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-switch.cjs.entry.js +2 -2
- package/dist/cjs/limel-switch.cjs.entry.js.map +1 -1
- package/dist/cjs/limel-text-editor.cjs.entry.js +2 -2
- package/dist/cjs/limel-text-editor.cjs.entry.js.map +1 -1
- package/dist/collection/components/action-bar/action-bar-item/action-bar-item.css +10 -0
- package/dist/collection/components/action-bar/action-bar.css +10 -0
- package/dist/collection/components/badge/badge.css +10 -0
- package/dist/collection/components/breadcrumbs/breadcrumbs.css +10 -0
- package/dist/collection/components/button/button.css +10 -0
- package/dist/collection/components/button-group/button-group.css +10 -0
- package/dist/collection/components/card/card.css +10 -0
- package/dist/collection/components/chart/chart.css +20 -0
- package/dist/collection/components/checkbox/checkbox.css +10 -0
- package/dist/collection/components/checkbox/checkbox.template.js +2 -2
- package/dist/collection/components/checkbox/checkbox.template.js.map +1 -1
- package/dist/collection/components/chip/chip.css +11 -1
- package/dist/collection/components/chip-set/chip-set.css +20 -0
- package/dist/collection/components/circular-progress/circular-progress.css +10 -0
- package/dist/collection/components/code-editor/code-editor.css +10 -0
- package/dist/collection/components/collapsible-section/collapsible-section.css +10 -0
- package/dist/collection/components/color-picker/color-picker-palette.css +21 -2
- package/dist/collection/components/color-picker/color-picker.css +11 -2
- package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +10 -0
- package/dist/collection/components/dialog/dialog.css +10 -0
- package/dist/collection/components/dock/dock-button/dock-button.css +10 -0
- package/dist/collection/components/dock/dock.css +10 -0
- package/dist/collection/components/file/file.css +10 -0
- package/dist/collection/components/file-viewer/file-viewer.css +10 -0
- package/dist/collection/components/form/form.css +10 -0
- package/dist/collection/components/header/header.css +10 -0
- package/dist/collection/components/help/help.css +10 -0
- package/dist/collection/components/help/limel-help-content.css +10 -0
- package/dist/collection/components/icon-button/icon-button.css +10 -0
- package/dist/collection/components/info-tile/info-tile.css +10 -0
- package/dist/collection/components/input-field/input-field.css +10 -0
- package/dist/collection/components/list/list.css +50 -0
- package/dist/collection/components/markdown/markdown.css +10 -0
- package/dist/collection/components/menu-list/menu-list.css +50 -0
- package/dist/collection/components/notched-outline/notched-outline.css +10 -0
- package/dist/collection/components/popover-surface/popover-surface.css +10 -0
- package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +10 -0
- package/dist/collection/components/select/select.css +20 -0
- package/dist/collection/components/shortcut/shortcut.css +10 -0
- package/dist/collection/components/slider/slider.css +10 -0
- package/dist/collection/components/slider/slider.js +1 -1
- package/dist/collection/components/slider/slider.js.map +1 -1
- package/dist/collection/components/split-button/split-button.css +10 -0
- package/dist/collection/components/switch/switch.css +10 -0
- package/dist/collection/components/switch/switch.js +2 -2
- package/dist/collection/components/switch/switch.js.map +1 -1
- package/dist/collection/components/tab-bar/tab-bar.css +10 -0
- package/dist/collection/components/table/table.css +40 -0
- package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.css +11 -1
- package/dist/collection/components/text-editor/text-editor.css +10 -0
- package/dist/collection/components/text-editor/text-editor.js +2 -2
- package/dist/collection/components/text-editor/text-editor.js.map +1 -1
- package/dist/collection/style/mixins.scss +54 -0
- package/dist/esm/{checkbox.template-890a59d7.js → checkbox.template-9acc6347.js} +3 -3
- package/dist/esm/checkbox.template-9acc6347.js.map +1 -0
- package/dist/esm/limel-checkbox.entry.js +1 -1
- package/dist/esm/limel-chip_2.entry.js +1 -1
- package/dist/esm/limel-chip_2.entry.js.map +1 -1
- package/dist/esm/limel-color-picker-palette.entry.js +1 -1
- package/dist/esm/limel-color-picker-palette.entry.js.map +1 -1
- package/dist/esm/limel-color-picker.entry.js +1 -1
- package/dist/esm/limel-color-picker.entry.js.map +1 -1
- package/dist/esm/limel-dynamic-label_4.entry.js +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/esm/limel-prosemirror-adapter.entry.js +1 -1
- package/dist/esm/limel-prosemirror-adapter.entry.js.map +1 -1
- package/dist/esm/limel-slider.entry.js +1 -1
- package/dist/esm/limel-slider.entry.js.map +1 -1
- package/dist/esm/limel-switch.entry.js +2 -2
- package/dist/esm/limel-switch.entry.js.map +1 -1
- package/dist/esm/limel-text-editor.entry.js +2 -2
- package/dist/esm/limel-text-editor.entry.js.map +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-bf647874.entry.js → p-026417fa.entry.js} +2 -2
- package/dist/lime-elements/{p-a0fa40ee.entry.js → p-2116b3ce.entry.js} +2 -2
- package/dist/lime-elements/{p-a0fa40ee.entry.js.map → p-2116b3ce.entry.js.map} +1 -1
- package/dist/lime-elements/{p-45b6d10e.entry.js → p-250acfe4.entry.js} +2 -2
- package/dist/lime-elements/p-250acfe4.entry.js.map +1 -0
- package/dist/lime-elements/{p-549629d5.entry.js → p-51d475d8.entry.js} +2 -2
- package/dist/lime-elements/{p-549629d5.entry.js.map → p-51d475d8.entry.js.map} +1 -1
- package/dist/lime-elements/{p-51f9673e.entry.js → p-63f2f6b8.entry.js} +2 -2
- package/dist/lime-elements/{p-51f9673e.entry.js.map → p-63f2f6b8.entry.js.map} +1 -1
- package/dist/lime-elements/p-8ded6465.js +2 -0
- package/dist/lime-elements/p-8ded6465.js.map +1 -0
- package/dist/lime-elements/{p-9fd87a37.entry.js → p-9abbe61a.entry.js} +2 -2
- package/dist/lime-elements/{p-9fd87a37.entry.js.map → p-9abbe61a.entry.js.map} +1 -1
- package/dist/lime-elements/{p-bd37337a.entry.js → p-a7aa383b.entry.js} +2 -2
- package/dist/lime-elements/p-bc5bbdf6.entry.js +2 -0
- package/dist/lime-elements/p-bc5bbdf6.entry.js.map +1 -0
- package/dist/lime-elements/p-d7e93894.entry.js +2 -0
- package/dist/lime-elements/p-d7e93894.entry.js.map +1 -0
- package/dist/lime-elements/p-e6245ef7.entry.js +2 -0
- package/dist/lime-elements/{p-128eed56.entry.js.map → p-e6245ef7.entry.js.map} +1 -1
- package/dist/lime-elements/style/mixins.scss +54 -0
- package/dist/scss/mixins.scss +54 -0
- package/package.json +1 -1
- package/dist/cjs/checkbox.template-f624966b.js.map +0 -1
- package/dist/esm/checkbox.template-890a59d7.js.map +0 -1
- package/dist/lime-elements/p-128eed56.entry.js +0 -2
- package/dist/lime-elements/p-2c69d13e.js +0 -2
- package/dist/lime-elements/p-2c69d13e.js.map +0 -1
- package/dist/lime-elements/p-45b6d10e.entry.js.map +0 -1
- package/dist/lime-elements/p-6b1426df.entry.js +0 -2
- package/dist/lime-elements/p-6b1426df.entry.js.map +0 -1
- package/dist/lime-elements/p-76483b4b.entry.js +0 -2
- package/dist/lime-elements/p-76483b4b.entry.js.map +0 -1
- /package/dist/lime-elements/{p-bf647874.entry.js.map → p-026417fa.entry.js.map} +0 -0
- /package/dist/lime-elements/{p-bd37337a.entry.js.map → p-a7aa383b.entry.js.map} +0 -0
|
@@ -10,7 +10,7 @@ export const CheckboxTemplate = (props) => {
|
|
|
10
10
|
};
|
|
11
11
|
}
|
|
12
12
|
return [
|
|
13
|
-
h("limel-dynamic-label", { value: props.checked, "aria-controls": props.helperTextId, defaultLabel: { text: props.label, icon: icon }, labels: props.readonlyLabels }),
|
|
13
|
+
h("limel-dynamic-label", { value: props.checked, "aria-controls": props.helperText ? props.helperTextId : undefined, defaultLabel: { text: props.label, icon: icon }, labels: props.readonlyLabels }),
|
|
14
14
|
h(HelperText, { text: props.helperText, helperTextId: props.helperTextId, invalid: props.invalid }),
|
|
15
15
|
];
|
|
16
16
|
}
|
|
@@ -34,7 +34,7 @@ export const CheckboxTemplate = (props) => {
|
|
|
34
34
|
required: props.required,
|
|
35
35
|
indeterminate: props.indeterminate,
|
|
36
36
|
readonly: props.readonly,
|
|
37
|
-
} }, h("input", Object.assign({ type: "checkbox", id: props.id, checked: props.checked, disabled: props.disabled || props.readonly, required: props.required, onChange: props.onChange, "aria-controls": props.helperTextId, "aria-describedby": props.helperTextId }, inputProps)), h("div", { class: "box" }, h("svg", { class: "check-mark", viewBox: "0 0 24 24", "aria-hidden": "true", focusable: "false" }, h("path", { fill: "none", d: "M1.73,12.91 8.1,19.28 22.79,4.59" }))), h("label", { class: "boolean-input-label", htmlFor: props.id }, props.label)),
|
|
37
|
+
} }, h("input", Object.assign({ type: "checkbox", id: props.id, checked: props.checked, disabled: props.disabled || props.readonly, required: props.required, onChange: props.onChange, "aria-controls": props.helperText ? props.helperTextId : undefined, "aria-describedby": props.helperTextId }, inputProps)), h("div", { class: "box" }, h("svg", { class: "check-mark", viewBox: "0 0 24 24", "aria-hidden": "true", focusable: "false" }, h("path", { fill: "none", d: "M1.73,12.91 8.1,19.28 22.79,4.59" }))), h("label", { class: "boolean-input-label", htmlFor: props.id }, props.label)),
|
|
38
38
|
h(HelperText, { text: props.helperText, helperTextId: props.helperTextId, invalid: props.invalid }),
|
|
39
39
|
];
|
|
40
40
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.template.js","sourceRoot":"","sources":["../../../src/components/checkbox/checkbox.template.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,CAAC,EAAE,MAAM,eAAe,CAAC;AAmBvD,MAAM,CAAC,MAAM,gBAAgB,GAA+C,CACxE,KAAK,EACP,EAAE;EACA,MAAM,UAAU,GAAG,EAAE,CAAC;EACtB,IAAI,KAAK,CAAC,QAAQ,EAAE;IAChB,IAAI,IAAI,GAAkB,OAAO,CAAC;IAClC,IAAI,KAAK,CAAC,OAAO,EAAE;MACf,IAAI,GAAG;QACH,IAAI,EAAE,IAAI;QACV,KAAK,EAAE,6DAA6D;OACvE,CAAC;KACL;IAED,OAAO;MACH,2BACI,KAAK,EAAE,KAAK,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"checkbox.template.js","sourceRoot":"","sources":["../../../src/components/checkbox/checkbox.template.tsx"],"names":[],"mappings":"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","sourcesContent":["import { FunctionalComponent, h } from '@stencil/core';\nimport { Label } from '../dynamic-label/label.types';\nimport { Icon } from '../../interface';\n\ninterface CheckboxTemplateProps {\n disabled?: boolean;\n id: string;\n checked?: boolean;\n readonly?: boolean;\n indeterminate?: boolean;\n required?: boolean;\n invalid?: boolean;\n onChange?: (event: Event) => void;\n label?: string;\n helperText?: string;\n helperTextId?: string;\n readonlyLabels?: Array<Label<boolean>>;\n}\n\nexport const CheckboxTemplate: FunctionalComponent<CheckboxTemplateProps> = (\n props\n) => {\n const inputProps = {};\n if (props.readonly) {\n let icon: string | Icon = 'minus';\n if (props.checked) {\n icon = {\n name: 'ok',\n color: 'var(--lime-primary-color, var(--limel-theme-primary-color))',\n };\n }\n\n return [\n <limel-dynamic-label\n value={props.checked}\n aria-controls={\n props.helperText ? props.helperTextId : undefined\n }\n defaultLabel={{ text: props.label, icon: icon }}\n labels={props.readonlyLabels}\n />,\n <HelperText\n text={props.helperText}\n helperTextId={props.helperTextId}\n invalid={props.invalid}\n />,\n ];\n }\n\n if (props.indeterminate) {\n inputProps['data-indeterminate'] = 'true';\n inputProps['aria-checked'] = 'mixed';\n } else {\n inputProps['data-indeterminate'] = 'false';\n if (typeof props.checked === 'boolean') {\n inputProps['aria-checked'] = String(props.checked);\n }\n }\n\n return [\n <div\n class={{\n 'boolean-input': true,\n checkbox: true,\n checked: props.checked,\n invalid: props.invalid,\n disabled: props.disabled,\n required: props.required,\n indeterminate: props.indeterminate,\n readonly: props.readonly,\n }}\n >\n <input\n type=\"checkbox\"\n id={props.id}\n checked={props.checked}\n disabled={props.disabled || props.readonly}\n required={props.required}\n onChange={props.onChange}\n aria-controls={\n props.helperText ? props.helperTextId : undefined\n }\n aria-describedby={props.helperTextId}\n {...inputProps}\n />\n <div class=\"box\">\n <svg\n class=\"check-mark\"\n viewBox=\"0 0 24 24\"\n aria-hidden=\"true\"\n focusable=\"false\"\n >\n <path fill=\"none\" d=\"M1.73,12.91 8.1,19.28 22.79,4.59\" />\n </svg>\n </div>\n <label class=\"boolean-input-label\" htmlFor={props.id}>\n {props.label}\n </label>\n </div>,\n <HelperText\n text={props.helperText}\n helperTextId={props.helperTextId}\n invalid={props.invalid}\n />,\n ];\n};\n\nconst HelperText: FunctionalComponent<{\n helperTextId: string;\n text: string;\n invalid?: boolean;\n}> = (props) => {\n if (typeof props.text !== 'string') {\n return;\n }\n\n return (\n <limel-helper-line\n helperText={props.text.trim()}\n helperTextId={props.helperTextId}\n invalid={props.invalid}\n />\n );\n};\n"]}
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -216,7 +226,7 @@
|
|
|
216
226
|
}
|
|
217
227
|
|
|
218
228
|
:host(limel-chip[invalid]) .chip {
|
|
219
|
-
background: url("data:image/svg+xml;charset=
|
|
229
|
+
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%208%208%27%20style%3D%27fill-rule%3Aevenodd%3B%27%3E%3Cpath%20fill%3D%27rgba(186%2C186%2C192%2C0.16)%27%20d%3D%27M0%200h4v4H0zM4%204h4v4H4z%27%2F%3E%3C%2Fsvg%3E");
|
|
220
230
|
background-size: 0.5rem;
|
|
221
231
|
background-color: rgb(var(--color-red-default));
|
|
222
232
|
}
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -1796,6 +1806,16 @@ limel-chip.can-be-removed {
|
|
|
1796
1806
|
* to enable you to truncate a piece of text,
|
|
1797
1807
|
* after a certain number of lines.
|
|
1798
1808
|
*/
|
|
1809
|
+
/**
|
|
1810
|
+
* This mixin will add a chessboard background pattern,
|
|
1811
|
+
* typically used to visualize transparency.
|
|
1812
|
+
*/
|
|
1813
|
+
/**
|
|
1814
|
+
* Make a container resizable by the user.
|
|
1815
|
+
* This is used in the documentations and examples
|
|
1816
|
+
* of some components, to demonstrate how the component
|
|
1817
|
+
* behaves in a resizable container.
|
|
1818
|
+
*/
|
|
1799
1819
|
/**
|
|
1800
1820
|
* The breakpoints below are used to create responsive designs
|
|
1801
1821
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -503,6 +503,16 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
503
503
|
* to enable you to truncate a piece of text,
|
|
504
504
|
* after a certain number of lines.
|
|
505
505
|
*/
|
|
506
|
+
/**
|
|
507
|
+
* This mixin will add a chessboard background pattern,
|
|
508
|
+
* typically used to visualize transparency.
|
|
509
|
+
*/
|
|
510
|
+
/**
|
|
511
|
+
* Make a container resizable by the user.
|
|
512
|
+
* This is used in the documentations and examples
|
|
513
|
+
* of some components, to demonstrate how the component
|
|
514
|
+
* behaves in a resizable container.
|
|
515
|
+
*/
|
|
506
516
|
/**
|
|
507
517
|
* The breakpoints below are used to create responsive designs
|
|
508
518
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -609,6 +609,16 @@
|
|
|
609
609
|
* to enable you to truncate a piece of text,
|
|
610
610
|
* after a certain number of lines.
|
|
611
611
|
*/
|
|
612
|
+
/**
|
|
613
|
+
* This mixin will add a chessboard background pattern,
|
|
614
|
+
* typically used to visualize transparency.
|
|
615
|
+
*/
|
|
616
|
+
/**
|
|
617
|
+
* Make a container resizable by the user.
|
|
618
|
+
* This is used in the documentations and examples
|
|
619
|
+
* of some components, to demonstrate how the component
|
|
620
|
+
* behaves in a resizable container.
|
|
621
|
+
*/
|
|
612
622
|
/**
|
|
613
623
|
* The breakpoints below are used to create responsive designs
|
|
614
624
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -683,6 +693,16 @@
|
|
|
683
693
|
* to enable you to truncate a piece of text,
|
|
684
694
|
* after a certain number of lines.
|
|
685
695
|
*/
|
|
696
|
+
/**
|
|
697
|
+
* This mixin will add a chessboard background pattern,
|
|
698
|
+
* typically used to visualize transparency.
|
|
699
|
+
*/
|
|
700
|
+
/**
|
|
701
|
+
* Make a container resizable by the user.
|
|
702
|
+
* This is used in the documentations and examples
|
|
703
|
+
* of some components, to demonstrate how the component
|
|
704
|
+
* behaves in a resizable container.
|
|
705
|
+
*/
|
|
686
706
|
/**
|
|
687
707
|
* The breakpoints below are used to create responsive designs
|
|
688
708
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -745,7 +765,6 @@
|
|
|
745
765
|
:host {
|
|
746
766
|
position: relative;
|
|
747
767
|
--popover-surface-width: 50rem;
|
|
748
|
-
--color-picker-default-background: url("data:image/svg+xml;charset=utf-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' style='fill-rule:evenodd;'><path fill='rgba(186,186,192,0.16)' d='M0 0h4v4H0zM4 4h4v4H4z'/></svg>");
|
|
749
768
|
}
|
|
750
769
|
|
|
751
770
|
.color-picker {
|
|
@@ -815,7 +834,7 @@
|
|
|
815
834
|
}
|
|
816
835
|
.chosen-color-preview:before,
|
|
817
836
|
.picker-trigger:before {
|
|
818
|
-
background:
|
|
837
|
+
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%208%208%27%20style%3D%27fill-rule%3Aevenodd%3B%27%3E%3Cpath%20fill%3D%27rgba(186%2C186%2C192%2C0.16)%27%20d%3D%27M0%200h4v4H0zM4%204h4v4H4z%27%2F%3E%3C%2Fsvg%3E");
|
|
819
838
|
background-size: 0.5rem;
|
|
820
839
|
z-index: 0;
|
|
821
840
|
}
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -119,7 +129,6 @@
|
|
|
119
129
|
:host {
|
|
120
130
|
position: relative;
|
|
121
131
|
--popover-surface-width: 50rem;
|
|
122
|
-
--color-picker-default-background: url("data:image/svg+xml;charset=utf-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8' style='fill-rule:evenodd;'><path fill='rgba(186,186,192,0.16)' d='M0 0h4v4H0zM4 4h4v4H4z'/></svg>");
|
|
123
132
|
}
|
|
124
133
|
|
|
125
134
|
.color-picker {
|
|
@@ -189,7 +198,7 @@
|
|
|
189
198
|
}
|
|
190
199
|
.chosen-color-preview:before,
|
|
191
200
|
.picker-trigger:before {
|
|
192
|
-
background:
|
|
201
|
+
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%208%208%27%20style%3D%27fill-rule%3Aevenodd%3B%27%3E%3Cpath%20fill%3D%27rgba(186%2C186%2C192%2C0.16)%27%20d%3D%27M0%200h4v4H0zM4%204h4v4H4z%27%2F%3E%3C%2Fsvg%3E");
|
|
193
202
|
background-size: 0.5rem;
|
|
194
203
|
z-index: 0;
|
|
195
204
|
}
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -297,6 +297,16 @@ limel-code-editor {
|
|
|
297
297
|
* to enable you to truncate a piece of text,
|
|
298
298
|
* after a certain number of lines.
|
|
299
299
|
*/
|
|
300
|
+
/**
|
|
301
|
+
* This mixin will add a chessboard background pattern,
|
|
302
|
+
* typically used to visualize transparency.
|
|
303
|
+
*/
|
|
304
|
+
/**
|
|
305
|
+
* Make a container resizable by the user.
|
|
306
|
+
* This is used in the documentations and examples
|
|
307
|
+
* of some components, to demonstrate how the component
|
|
308
|
+
* behaves in a resizable container.
|
|
309
|
+
*/
|
|
300
310
|
/**
|
|
301
311
|
* The breakpoints below are used to create responsive designs
|
|
302
312
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -63,6 +63,16 @@
|
|
|
63
63
|
* to enable you to truncate a piece of text,
|
|
64
64
|
* after a certain number of lines.
|
|
65
65
|
*/
|
|
66
|
+
/**
|
|
67
|
+
* This mixin will add a chessboard background pattern,
|
|
68
|
+
* typically used to visualize transparency.
|
|
69
|
+
*/
|
|
70
|
+
/**
|
|
71
|
+
* Make a container resizable by the user.
|
|
72
|
+
* This is used in the documentations and examples
|
|
73
|
+
* of some components, to demonstrate how the component
|
|
74
|
+
* behaves in a resizable container.
|
|
75
|
+
*/
|
|
66
76
|
/**
|
|
67
77
|
* The breakpoints below are used to create responsive designs
|
|
68
78
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -3786,6 +3796,16 @@ img {
|
|
|
3786
3796
|
* to enable you to truncate a piece of text,
|
|
3787
3797
|
* after a certain number of lines.
|
|
3788
3798
|
*/
|
|
3799
|
+
/**
|
|
3800
|
+
* This mixin will add a chessboard background pattern,
|
|
3801
|
+
* typically used to visualize transparency.
|
|
3802
|
+
*/
|
|
3803
|
+
/**
|
|
3804
|
+
* Make a container resizable by the user.
|
|
3805
|
+
* This is used in the documentations and examples
|
|
3806
|
+
* of some components, to demonstrate how the component
|
|
3807
|
+
* behaves in a resizable container.
|
|
3808
|
+
*/
|
|
3789
3809
|
/**
|
|
3790
3810
|
* The breakpoints below are used to create responsive designs
|
|
3791
3811
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -4084,6 +4104,16 @@ limel-dynamic-label {
|
|
|
4084
4104
|
* to enable you to truncate a piece of text,
|
|
4085
4105
|
* after a certain number of lines.
|
|
4086
4106
|
*/
|
|
4107
|
+
/**
|
|
4108
|
+
* This mixin will add a chessboard background pattern,
|
|
4109
|
+
* typically used to visualize transparency.
|
|
4110
|
+
*/
|
|
4111
|
+
/**
|
|
4112
|
+
* Make a container resizable by the user.
|
|
4113
|
+
* This is used in the documentations and examples
|
|
4114
|
+
* of some components, to demonstrate how the component
|
|
4115
|
+
* behaves in a resizable container.
|
|
4116
|
+
*/
|
|
4087
4117
|
/**
|
|
4088
4118
|
* The breakpoints below are used to create responsive designs
|
|
4089
4119
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -4329,6 +4359,16 @@ label.boolean-input-label {
|
|
|
4329
4359
|
* to enable you to truncate a piece of text,
|
|
4330
4360
|
* after a certain number of lines.
|
|
4331
4361
|
*/
|
|
4362
|
+
/**
|
|
4363
|
+
* This mixin will add a chessboard background pattern,
|
|
4364
|
+
* typically used to visualize transparency.
|
|
4365
|
+
*/
|
|
4366
|
+
/**
|
|
4367
|
+
* Make a container resizable by the user.
|
|
4368
|
+
* This is used in the documentations and examples
|
|
4369
|
+
* of some components, to demonstrate how the component
|
|
4370
|
+
* behaves in a resizable container.
|
|
4371
|
+
*/
|
|
4332
4372
|
/**
|
|
4333
4373
|
* The breakpoints below are used to create responsive designs
|
|
4334
4374
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -4451,6 +4491,16 @@ label.boolean-input-label {
|
|
|
4451
4491
|
* to enable you to truncate a piece of text,
|
|
4452
4492
|
* after a certain number of lines.
|
|
4453
4493
|
*/
|
|
4494
|
+
/**
|
|
4495
|
+
* This mixin will add a chessboard background pattern,
|
|
4496
|
+
* typically used to visualize transparency.
|
|
4497
|
+
*/
|
|
4498
|
+
/**
|
|
4499
|
+
* Make a container resizable by the user.
|
|
4500
|
+
* This is used in the documentations and examples
|
|
4501
|
+
* of some components, to demonstrate how the component
|
|
4502
|
+
* behaves in a resizable container.
|
|
4503
|
+
*/
|
|
4454
4504
|
/**
|
|
4455
4505
|
* The breakpoints below are used to create responsive designs
|
|
4456
4506
|
* in Lime's products. Therefore, they are here to get distributed
|
|
@@ -57,6 +57,16 @@
|
|
|
57
57
|
* to enable you to truncate a piece of text,
|
|
58
58
|
* after a certain number of lines.
|
|
59
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* This mixin will add a chessboard background pattern,
|
|
62
|
+
* typically used to visualize transparency.
|
|
63
|
+
*/
|
|
64
|
+
/**
|
|
65
|
+
* Make a container resizable by the user.
|
|
66
|
+
* This is used in the documentations and examples
|
|
67
|
+
* of some components, to demonstrate how the component
|
|
68
|
+
* behaves in a resizable container.
|
|
69
|
+
*/
|
|
60
70
|
/**
|
|
61
71
|
* The breakpoints below are used to create responsive designs
|
|
62
72
|
* in Lime's products. Therefore, they are here to get distributed
|