@limetech/lime-elements 36.3.0-next.31 → 36.3.0-next.33
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/dist/cjs/lime-elements.cjs.js +1 -1
- package/dist/cjs/limel-button-group.cjs.entry.js +1 -1
- package/dist/cjs/limel-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-callout.cjs.entry.js +46 -0
- package/dist/cjs/limel-chip-set.cjs.entry.js +2 -2
- package/dist/cjs/limel-code-editor.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker-palette.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker.cjs.entry.js +1 -1
- package/dist/cjs/limel-dock-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-dock.cjs.entry.js +1 -1
- package/dist/cjs/limel-file.cjs.entry.js +1 -1
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +2 -2
- package/dist/cjs/limel-icon-button.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 +1 -1
- package/dist/cjs/limel-list_2.cjs.entry.js +1 -1
- package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
- package/dist/cjs/limel-select.cjs.entry.js +1 -1
- package/dist/cjs/limel-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/limel-split-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-table.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{translations-ca7279bc.js → translations-147450c8.js} +30 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/badge/badge.css +8 -0
- package/dist/collection/components/button/button.css +9 -0
- package/dist/collection/components/button-group/button-group.css +9 -0
- package/dist/collection/components/callout/callout.css +57 -0
- package/dist/collection/components/callout/callout.helpers.js +21 -0
- package/dist/collection/components/callout/callout.js +98 -0
- package/dist/collection/components/callout/callout.types.js +1 -0
- package/dist/collection/components/chip-set/chip-set.css +10 -0
- package/dist/collection/components/circular-progress/circular-progress.css +8 -0
- package/dist/collection/components/code-editor/code-editor.css +7 -4
- package/dist/collection/components/collapsible-section/collapsible-section.css +8 -0
- package/dist/collection/components/color-picker/color-picker-palette.css +7 -5
- package/dist/collection/components/color-picker/color-picker.css +7 -5
- package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +11 -1
- package/dist/collection/components/dock/dock-button/dock-button.css +9 -1
- package/dist/collection/components/dock/dock.css +9 -1
- package/dist/collection/components/form/form.css +6 -4
- package/dist/collection/components/header/header.css +8 -0
- package/dist/collection/components/icon-button/icon-button.css +9 -0
- package/dist/collection/components/info-tile/info-tile.css +7 -5
- package/dist/collection/components/input-field/input-field.css +9 -0
- package/dist/collection/components/list/list.css +15 -4
- package/dist/collection/components/menu-list/menu-list.css +15 -4
- package/dist/collection/components/popover-surface/popover-surface.css +8 -0
- package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +8 -0
- package/dist/collection/components/select/select.css +9 -1
- package/dist/collection/components/shortcut/shortcut.css +7 -5
- package/dist/collection/components/split-button/split-button.css +7 -4
- package/dist/collection/components/table/table.css +33 -0
- package/dist/collection/icons/idea.svg +593 -0
- package/dist/collection/icons/info.svg +593 -0
- package/dist/collection/style/mixins.scss +15 -4
- package/dist/collection/translations/da.js +5 -0
- package/dist/collection/translations/en.js +5 -0
- package/dist/collection/translations/fi.js +5 -0
- package/dist/collection/translations/nl.js +5 -0
- package/dist/collection/translations/no.js +5 -0
- package/dist/collection/translations/sv.js +5 -0
- package/dist/esm/lime-elements.js +1 -1
- package/dist/esm/limel-button-group.entry.js +1 -1
- package/dist/esm/limel-button.entry.js +1 -1
- package/dist/esm/limel-callout.entry.js +42 -0
- package/dist/esm/limel-chip-set.entry.js +2 -2
- package/dist/esm/limel-code-editor.entry.js +1 -1
- package/dist/esm/limel-color-picker-palette.entry.js +1 -1
- package/dist/esm/limel-color-picker.entry.js +1 -1
- package/dist/esm/limel-dock-button.entry.js +1 -1
- package/dist/esm/limel-dock.entry.js +1 -1
- package/dist/esm/limel-file.entry.js +1 -1
- package/dist/esm/limel-flatpickr-adapter.entry.js +2 -2
- package/dist/esm/limel-icon-button.entry.js +1 -1
- package/dist/esm/limel-info-tile.entry.js +1 -1
- package/dist/esm/limel-input-field.entry.js +1 -1
- package/dist/esm/limel-list_2.entry.js +1 -1
- package/dist/esm/limel-menu-list.entry.js +1 -1
- package/dist/esm/limel-select.entry.js +1 -1
- package/dist/esm/limel-shortcut.entry.js +1 -1
- package/dist/esm/limel-snackbar.entry.js +1 -1
- package/dist/esm/limel-split-button.entry.js +1 -1
- package/dist/esm/limel-table.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{translations-0d0ee941.js → translations-ff64ea17.js} +30 -0
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-4620a38e.entry.js → p-039c10df.entry.js} +1 -1
- package/dist/lime-elements/{p-2c9843fe.entry.js → p-0eb6860b.entry.js} +2 -2
- package/dist/lime-elements/{p-934456bc.entry.js → p-123f5fbb.entry.js} +1 -1
- package/dist/lime-elements/{p-93ad8b90.entry.js → p-25013385.entry.js} +1 -1
- package/dist/lime-elements/{p-878b61cd.entry.js → p-2c7b0e49.entry.js} +1 -1
- package/dist/lime-elements/{p-c6c0d63c.entry.js → p-2f9918a3.entry.js} +1 -1
- package/dist/lime-elements/{p-3a7b55ce.entry.js → p-46a76d55.entry.js} +1 -1
- package/dist/lime-elements/{p-d3222d6c.entry.js → p-48640fbf.entry.js} +1 -1
- package/dist/lime-elements/{p-c822e8e5.entry.js → p-4fcd3337.entry.js} +1 -1
- package/dist/lime-elements/{p-071e8438.entry.js → p-73613abb.entry.js} +1 -1
- package/dist/lime-elements/{p-6784c5c3.entry.js → p-7d7d19de.entry.js} +1 -1
- package/dist/lime-elements/{p-34c12f6d.entry.js → p-9336fd7f.entry.js} +1 -1
- package/dist/lime-elements/p-974852f7.js +1 -0
- package/dist/lime-elements/{p-88e60f06.entry.js → p-ae84cb16.entry.js} +2 -2
- package/dist/lime-elements/p-b6e9fd9f.entry.js +1 -0
- package/dist/lime-elements/{p-405207fa.entry.js → p-b80de0ea.entry.js} +1 -1
- package/dist/lime-elements/{p-d1187867.entry.js → p-cb5c87f2.entry.js} +1 -1
- package/dist/lime-elements/{p-98caf010.entry.js → p-d87e2f26.entry.js} +1 -1
- package/dist/lime-elements/p-eda87f8c.entry.js +1 -0
- package/dist/lime-elements/{p-0bf916a0.entry.js → p-edbd8d62.entry.js} +1 -1
- package/dist/lime-elements/{p-f7875f4a.entry.js → p-f90c8fb2.entry.js} +1 -1
- package/dist/lime-elements/{p-5409b92f.entry.js → p-f979c0f2.entry.js} +1 -1
- package/dist/lime-elements/style/mixins.scss +15 -4
- package/dist/scss/mixins.scss +186 -0
- package/dist/types/components/callout/callout.d.ts +37 -0
- package/dist/types/components/callout/callout.helpers.d.ts +2 -0
- package/dist/types/components/callout/callout.types.d.ts +10 -0
- package/dist/types/components.d.ts +30 -0
- package/dist/types/interface.d.ts +1 -0
- package/dist/types/translations/da.d.ts +5 -0
- package/dist/types/translations/en.d.ts +5 -0
- package/dist/types/translations/fi.d.ts +5 -0
- package/dist/types/translations/nl.d.ts +5 -0
- package/dist/types/translations/no.d.ts +5 -0
- package/dist/types/translations/sv.d.ts +5 -0
- package/package.json +2 -2
- package/dist/lime-elements/p-246862ec.js +0 -1
- package/dist/lime-elements/p-ebbca880.entry.js +0 -1
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"./components/banner/banner.js",
|
|
5
5
|
"./components/button/button.js",
|
|
6
6
|
"./components/button-group/button-group.js",
|
|
7
|
+
"./components/callout/callout.js",
|
|
7
8
|
"./components/checkbox/checkbox.js",
|
|
8
9
|
"./components/chip-set/chip-set.js",
|
|
9
10
|
"./components/circular-progress/circular-progress.js",
|
|
@@ -64,6 +64,14 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
69
|
+
* node module, for consumer projects to import.
|
|
70
|
+
* That means this file cannot import from any file that isn't
|
|
71
|
+
* also exported, keeping the same relative path.
|
|
72
|
+
*
|
|
73
|
+
* Or, just don't import anything, that works too.
|
|
74
|
+
*/
|
|
67
75
|
/**
|
|
68
76
|
* @prop --badge-background-color: badge background color
|
|
69
77
|
* @prop --badge-text-color: badge text color
|
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
* Nothing in this file may output any CSS
|
|
5
5
|
* without being explicitly called by outside code.
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
9
|
+
* node module, for consumer projects to import.
|
|
10
|
+
* That means this file cannot import from any file that isn't
|
|
11
|
+
* also exported, keeping the same relative path.
|
|
12
|
+
*
|
|
13
|
+
* Or, just don't import anything, that works too.
|
|
14
|
+
*/
|
|
7
15
|
/*
|
|
8
16
|
* This file is imported into every component that uses MDC!
|
|
9
17
|
*
|
|
@@ -783,6 +791,7 @@ button.mdc-button {
|
|
|
783
791
|
}
|
|
784
792
|
button.mdc-button:not(:disabled) {
|
|
785
793
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
794
|
+
cursor: pointer;
|
|
786
795
|
color: var(--mdc-theme-on-surface);
|
|
787
796
|
background-color: var(--lime-elevated-surface-background-color);
|
|
788
797
|
box-shadow: var(--button-shadow-normal);
|
|
@@ -64,6 +64,14 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
69
|
+
* node module, for consumer projects to import.
|
|
70
|
+
* That means this file cannot import from any file that isn't
|
|
71
|
+
* also exported, keeping the same relative path.
|
|
72
|
+
*
|
|
73
|
+
* Or, just don't import anything, that works too.
|
|
74
|
+
*/
|
|
67
75
|
.mdc-touch-target-wrapper {
|
|
68
76
|
display: inline;
|
|
69
77
|
}
|
|
@@ -682,6 +690,7 @@
|
|
|
682
690
|
*/
|
|
683
691
|
.mdc-chip {
|
|
684
692
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
693
|
+
cursor: pointer;
|
|
685
694
|
color: var(--mdc-theme-on-surface);
|
|
686
695
|
background-color: transparent;
|
|
687
696
|
max-width: 100%;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
:host(limel-callout) {
|
|
2
|
+
display: flex;
|
|
3
|
+
border-radius: 0.5rem;
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
color: rgb(var(--contrast-1100));
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
:host([type=note]) {
|
|
9
|
+
--limel-callout-tint-color: rgb(var(--color-gray-default));
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
:host([type=important]) {
|
|
13
|
+
--limel-callout-tint-color: rgb(var(--color-sky-default));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:host([type=tip]) {
|
|
17
|
+
--limel-callout-tint-color: rgb(var(--color-green-default));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
:host([type=caution]) {
|
|
21
|
+
--limel-callout-tint-color: rgb(var(--color-orange-light));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
:host([type=warning]) {
|
|
25
|
+
--limel-callout-tint-color: rgb(var(--color-red-dark));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.side {
|
|
29
|
+
padding: 0.25rem;
|
|
30
|
+
position: relative;
|
|
31
|
+
}
|
|
32
|
+
.side:before {
|
|
33
|
+
content: "";
|
|
34
|
+
position: absolute;
|
|
35
|
+
inset: 0;
|
|
36
|
+
opacity: 0.2;
|
|
37
|
+
background-color: var(--limel-callout-tint-color);
|
|
38
|
+
}
|
|
39
|
+
.side limel-icon {
|
|
40
|
+
width: 1.5rem;
|
|
41
|
+
color: var(--limel-callout-tint-color);
|
|
42
|
+
margin-top: 0.0625rem;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.main {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex: 1;
|
|
48
|
+
flex-direction: column;
|
|
49
|
+
gap: 0.5rem;
|
|
50
|
+
padding: 0.25rem 0.5rem 0.5rem 0.5rem;
|
|
51
|
+
background-color: rgb(var(--contrast-300));
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.heading {
|
|
55
|
+
margin: 0;
|
|
56
|
+
font-size: 1rem;
|
|
57
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import translate from '../../global/translations';
|
|
2
|
+
const calloutIcons = {
|
|
3
|
+
note: 'info',
|
|
4
|
+
important: 'exclamation_mark',
|
|
5
|
+
tip: 'idea',
|
|
6
|
+
caution: 'high_priority',
|
|
7
|
+
warning: 'error',
|
|
8
|
+
};
|
|
9
|
+
export function getIcon(type = 'info') {
|
|
10
|
+
var _a;
|
|
11
|
+
return (_a = calloutIcons[type]) !== null && _a !== void 0 ? _a : calloutIcons.note;
|
|
12
|
+
}
|
|
13
|
+
export function getHeading(type = 'note', language = 'en') {
|
|
14
|
+
const key = `callout.${type}`;
|
|
15
|
+
try {
|
|
16
|
+
return translate.get(key, language);
|
|
17
|
+
}
|
|
18
|
+
catch (error) {
|
|
19
|
+
return translate.get(key, 'en');
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { h } from '@stencil/core';
|
|
2
|
+
import { getHeading, getIcon } from './callout.helpers';
|
|
3
|
+
/**
|
|
4
|
+
* Callouts—also known as Admonitions—are useful for including supportive or
|
|
5
|
+
* special content within a large piece of text, or even inside a user
|
|
6
|
+
* interface.
|
|
7
|
+
*
|
|
8
|
+
* When used in a document or text based user interface, the callout attracts
|
|
9
|
+
* the reader's attention to a particular piece of information, without
|
|
10
|
+
* significantly interrupting their flow of reading the document.
|
|
11
|
+
*
|
|
12
|
+
* In a user interface, a callout is more intrusive to the end-user. Still, it
|
|
13
|
+
* could be a good choice when you intend to slightly disturb the user's
|
|
14
|
+
* attention, and challenge them to pay extra attention to the information
|
|
15
|
+
* presented. In such cases, a callout should not be used as a static and
|
|
16
|
+
* constantly present element of the UI. Rather, it should be displayed when
|
|
17
|
+
* something unusual or remarkable demands the user's attention.
|
|
18
|
+
*
|
|
19
|
+
* @exampleComponent limel-example-callout-note
|
|
20
|
+
* @exampleComponent limel-example-callout-important
|
|
21
|
+
* @exampleComponent limel-example-callout-tip
|
|
22
|
+
* @exampleComponent limel-example-callout-caution
|
|
23
|
+
* @exampleComponent limel-example-callout-warning
|
|
24
|
+
*/
|
|
25
|
+
export class Callout {
|
|
26
|
+
constructor() {
|
|
27
|
+
this.type = 'note';
|
|
28
|
+
this.language = 'en';
|
|
29
|
+
}
|
|
30
|
+
render() {
|
|
31
|
+
return [
|
|
32
|
+
h("div", { class: "side", role: "presentation" }, h("limel-icon", { name: getIcon(this.type) })),
|
|
33
|
+
h("div", { class: "main" }, h("h1", { class: "heading" }, getHeading(this.type, this.language)), h("slot", null)),
|
|
34
|
+
];
|
|
35
|
+
}
|
|
36
|
+
static get is() { return "limel-callout"; }
|
|
37
|
+
static get encapsulation() { return "shadow"; }
|
|
38
|
+
static get originalStyleUrls() {
|
|
39
|
+
return {
|
|
40
|
+
"$": ["callout.scss"]
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
static get styleUrls() {
|
|
44
|
+
return {
|
|
45
|
+
"$": ["callout.css"]
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static get properties() {
|
|
49
|
+
return {
|
|
50
|
+
"type": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"mutable": false,
|
|
53
|
+
"complexType": {
|
|
54
|
+
"original": "CalloutType",
|
|
55
|
+
"resolved": "\"caution\" | \"important\" | \"note\" | \"tip\" | \"warning\"",
|
|
56
|
+
"references": {
|
|
57
|
+
"CalloutType": {
|
|
58
|
+
"location": "import",
|
|
59
|
+
"path": "./callout.types"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"required": false,
|
|
64
|
+
"optional": true,
|
|
65
|
+
"docs": {
|
|
66
|
+
"tags": [],
|
|
67
|
+
"text": "Defines how the component is visualized, for example\nwhich heading, color or icon is used in its user interface."
|
|
68
|
+
},
|
|
69
|
+
"attribute": "type",
|
|
70
|
+
"reflect": true,
|
|
71
|
+
"defaultValue": "'note'"
|
|
72
|
+
},
|
|
73
|
+
"language": {
|
|
74
|
+
"type": "string",
|
|
75
|
+
"mutable": false,
|
|
76
|
+
"complexType": {
|
|
77
|
+
"original": "Languages",
|
|
78
|
+
"resolved": "\"da\" | \"de\" | \"en\" | \"fi\" | \"fr\" | \"nb\" | \"nl\" | \"no\" | \"sv\"",
|
|
79
|
+
"references": {
|
|
80
|
+
"Languages": {
|
|
81
|
+
"location": "import",
|
|
82
|
+
"path": "@limetech/lime-elements"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"required": false,
|
|
87
|
+
"optional": false,
|
|
88
|
+
"docs": {
|
|
89
|
+
"tags": [],
|
|
90
|
+
"text": "Defines the language for translations.\nWill translate the headings for supported languages."
|
|
91
|
+
},
|
|
92
|
+
"attribute": "language",
|
|
93
|
+
"reflect": false,
|
|
94
|
+
"defaultValue": "'en'"
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -64,6 +64,14 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
69
|
+
* node module, for consumer projects to import.
|
|
70
|
+
* That means this file cannot import from any file that isn't
|
|
71
|
+
* also exported, keeping the same relative path.
|
|
72
|
+
*
|
|
73
|
+
* Or, just don't import anything, that works too.
|
|
74
|
+
*/
|
|
67
75
|
.mdc-notched-outline {
|
|
68
76
|
display: flex;
|
|
69
77
|
position: absolute;
|
|
@@ -2484,6 +2492,7 @@
|
|
|
2484
2492
|
|
|
2485
2493
|
.mdc-chip {
|
|
2486
2494
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
2495
|
+
cursor: pointer;
|
|
2487
2496
|
color: var(--mdc-theme-on-surface);
|
|
2488
2497
|
background-color: var(--lime-elevated-surface-background-color);
|
|
2489
2498
|
box-shadow: var(--button-shadow-normal);
|
|
@@ -2674,6 +2683,7 @@ limel-icon.mdc-chip__icon.mdc-chip__icon--leading {
|
|
|
2674
2683
|
|
|
2675
2684
|
.clear-all-button {
|
|
2676
2685
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
2686
|
+
cursor: pointer;
|
|
2677
2687
|
color: var(--mdc-theme-on-surface);
|
|
2678
2688
|
background-color: rgb(var(--contrast-900));
|
|
2679
2689
|
cursor: pointer;
|
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
* Nothing in this file may output any CSS
|
|
5
5
|
* without being explicitly called by outside code.
|
|
6
6
|
*/
|
|
7
|
+
/**
|
|
8
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
9
|
+
* node module, for consumer projects to import.
|
|
10
|
+
* That means this file cannot import from any file that isn't
|
|
11
|
+
* also exported, keeping the same relative path.
|
|
12
|
+
*
|
|
13
|
+
* Or, just don't import anything, that works too.
|
|
14
|
+
*/
|
|
7
15
|
/*
|
|
8
16
|
* This file is imported into every component that uses MDC!
|
|
9
17
|
*
|
|
@@ -444,11 +444,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
444
444
|
content: "\25B8";
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
|
|
448
|
-
* This file is
|
|
447
|
+
/**
|
|
448
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
449
|
+
* node module, for consumer projects to import.
|
|
450
|
+
* That means this file cannot import from any file that isn't
|
|
451
|
+
* also exported, keeping the same relative path.
|
|
449
452
|
*
|
|
450
|
-
*
|
|
451
|
-
* without being explicitly called by outside code.
|
|
453
|
+
* Or, just don't import anything, that works too.
|
|
452
454
|
*/
|
|
453
455
|
/**
|
|
454
456
|
* @prop --code-editor-max-height: Defines how tall the code editor can get before content becomes scrollable, defaults to `10rem`.
|
|
@@ -666,6 +668,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
666
668
|
.cm-s-lime .CodeMirror-foldmarker {
|
|
667
669
|
position: relative;
|
|
668
670
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
671
|
+
cursor: pointer;
|
|
669
672
|
color: transparent;
|
|
670
673
|
background-color: var(--lime-elevated-surface-background-color);
|
|
671
674
|
box-shadow: var(--button-shadow-normal);
|
|
@@ -64,6 +64,14 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
69
|
+
* node module, for consumer projects to import.
|
|
70
|
+
* That means this file cannot import from any file that isn't
|
|
71
|
+
* also exported, keeping the same relative path.
|
|
72
|
+
*
|
|
73
|
+
* Or, just don't import anything, that works too.
|
|
74
|
+
*/
|
|
67
75
|
/**
|
|
68
76
|
* @prop --closed-header-background-color: background color for header when closed
|
|
69
77
|
* @prop --open-header-background-color: background color for header when open
|
|
@@ -582,11 +582,13 @@
|
|
|
582
582
|
grid-template-columns: repeat(20, 1fr) auto;
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
|
|
586
|
-
* This file is
|
|
585
|
+
/**
|
|
586
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
587
|
+
* node module, for consumer projects to import.
|
|
588
|
+
* That means this file cannot import from any file that isn't
|
|
589
|
+
* also exported, keeping the same relative path.
|
|
587
590
|
*
|
|
588
|
-
*
|
|
589
|
-
* without being explicitly called by outside code.
|
|
591
|
+
* Or, just don't import anything, that works too.
|
|
590
592
|
*/
|
|
591
593
|
.picker-trigger[style="--background:lime-magenta;"]:after,
|
|
592
594
|
.chosen-color-preview[style="--background:lime-magenta;"]:after {
|
|
@@ -666,8 +668,8 @@
|
|
|
666
668
|
|
|
667
669
|
.picker-trigger {
|
|
668
670
|
border-radius: 0.5rem;
|
|
669
|
-
cursor: pointer;
|
|
670
671
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
672
|
+
cursor: pointer;
|
|
671
673
|
color: var(--mdc-theme-on-surface);
|
|
672
674
|
background-color: var(--lime-elevated-surface-background-color);
|
|
673
675
|
box-shadow: var(--button-shadow-normal);
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
* This file is
|
|
1
|
+
/**
|
|
2
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
3
|
+
* node module, for consumer projects to import.
|
|
4
|
+
* That means this file cannot import from any file that isn't
|
|
5
|
+
* also exported, keeping the same relative path.
|
|
3
6
|
*
|
|
4
|
-
*
|
|
5
|
-
* without being explicitly called by outside code.
|
|
7
|
+
* Or, just don't import anything, that works too.
|
|
6
8
|
*/
|
|
7
9
|
.picker-trigger[style="--background:lime-magenta;"]:after,
|
|
8
10
|
.chosen-color-preview[style="--background:lime-magenta;"]:after {
|
|
@@ -82,8 +84,8 @@
|
|
|
82
84
|
|
|
83
85
|
.picker-trigger {
|
|
84
86
|
border-radius: 0.5rem;
|
|
85
|
-
cursor: pointer;
|
|
86
87
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
88
|
+
cursor: pointer;
|
|
87
89
|
color: var(--mdc-theme-on-surface);
|
|
88
90
|
background-color: var(--lime-elevated-surface-background-color);
|
|
89
91
|
box-shadow: var(--button-shadow-normal);
|
|
@@ -64,6 +64,14 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
69
|
+
* node module, for consumer projects to import.
|
|
70
|
+
* That means this file cannot import from any file that isn't
|
|
71
|
+
* also exported, keeping the same relative path.
|
|
72
|
+
*
|
|
73
|
+
* Or, just don't import anything, that works too.
|
|
74
|
+
*/
|
|
67
75
|
:root {
|
|
68
76
|
--mdc-theme-primary: #26a69a;
|
|
69
77
|
--mdc-theme-secondary: #575756;
|
|
@@ -634,6 +642,7 @@ svg {
|
|
|
634
642
|
}
|
|
635
643
|
.dayContainer .flatpickr-day {
|
|
636
644
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
645
|
+
cursor: pointer;
|
|
637
646
|
color: var(--mdc-theme-on-surface);
|
|
638
647
|
background-color: transparent;
|
|
639
648
|
}
|
|
@@ -759,6 +768,7 @@ svg {
|
|
|
759
768
|
.arrowUp,
|
|
760
769
|
.arrowDown {
|
|
761
770
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
771
|
+
cursor: pointer;
|
|
762
772
|
color: var(--mdc-theme-on-surface);
|
|
763
773
|
background-color: transparent;
|
|
764
774
|
border-radius: 0.25rem;
|
|
@@ -829,9 +839,9 @@ svg {
|
|
|
829
839
|
.datepicker-quarter,
|
|
830
840
|
.datepicker-year {
|
|
831
841
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
842
|
+
cursor: pointer;
|
|
832
843
|
color: var(--mdc-theme-on-surface);
|
|
833
844
|
background-color: transparent;
|
|
834
|
-
cursor: pointer;
|
|
835
845
|
min-width: 0;
|
|
836
846
|
text-align: center;
|
|
837
847
|
}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
3
|
+
* node module, for consumer projects to import.
|
|
4
|
+
* That means this file cannot import from any file that isn't
|
|
5
|
+
* also exported, keeping the same relative path.
|
|
6
|
+
*
|
|
7
|
+
* Or, just don't import anything, that works too.
|
|
8
|
+
*/
|
|
1
9
|
/*
|
|
2
10
|
* This file is imported into every component!
|
|
3
11
|
*
|
|
@@ -14,8 +22,8 @@
|
|
|
14
22
|
all: unset;
|
|
15
23
|
isolation: isolate;
|
|
16
24
|
position: relative;
|
|
17
|
-
cursor: pointer;
|
|
18
25
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
26
|
+
cursor: pointer;
|
|
19
27
|
color: var(--limel-dock-item-text-color);
|
|
20
28
|
background-color: var(--dock-background-color);
|
|
21
29
|
box-sizing: border-box;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
3
|
+
* node module, for consumer projects to import.
|
|
4
|
+
* That means this file cannot import from any file that isn't
|
|
5
|
+
* also exported, keeping the same relative path.
|
|
6
|
+
*
|
|
7
|
+
* Or, just don't import anything, that works too.
|
|
8
|
+
*/
|
|
1
9
|
/*
|
|
2
10
|
* This file is imported into every component!
|
|
3
11
|
*
|
|
@@ -86,9 +94,9 @@ nav::-webkit-scrollbar {
|
|
|
86
94
|
all: unset;
|
|
87
95
|
box-sizing: border-box;
|
|
88
96
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
97
|
+
cursor: pointer;
|
|
89
98
|
color: var(--mdc-theme-on-surface);
|
|
90
99
|
background-color: transparent;
|
|
91
|
-
cursor: pointer;
|
|
92
100
|
display: flex;
|
|
93
101
|
justify-content: center;
|
|
94
102
|
align-items: center;
|
|
@@ -604,11 +604,13 @@
|
|
|
604
604
|
display: none;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
|
-
|
|
608
|
-
* This file is
|
|
607
|
+
/**
|
|
608
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
609
|
+
* node module, for consumer projects to import.
|
|
610
|
+
* That means this file cannot import from any file that isn't
|
|
611
|
+
* also exported, keeping the same relative path.
|
|
609
612
|
*
|
|
610
|
-
*
|
|
611
|
-
* without being explicitly called by outside code.
|
|
613
|
+
* Or, just don't import anything, that works too.
|
|
612
614
|
*/
|
|
613
615
|
.limel-form-row--layout {
|
|
614
616
|
--limel-form-row-border-radius: 0.375rem;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
3
|
+
* node module, for consumer projects to import.
|
|
4
|
+
* That means this file cannot import from any file that isn't
|
|
5
|
+
* also exported, keeping the same relative path.
|
|
6
|
+
*
|
|
7
|
+
* Or, just don't import anything, that works too.
|
|
8
|
+
*/
|
|
1
9
|
/*
|
|
2
10
|
* This file is imported into every component!
|
|
3
11
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
3
|
+
* node module, for consumer projects to import.
|
|
4
|
+
* That means this file cannot import from any file that isn't
|
|
5
|
+
* also exported, keeping the same relative path.
|
|
6
|
+
*
|
|
7
|
+
* Or, just don't import anything, that works too.
|
|
8
|
+
*/
|
|
1
9
|
/*
|
|
2
10
|
* This file is imported into every component!
|
|
3
11
|
*
|
|
@@ -238,6 +246,7 @@
|
|
|
238
246
|
|
|
239
247
|
.mdc-icon-button {
|
|
240
248
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
249
|
+
cursor: pointer;
|
|
241
250
|
color: var(--mdc-theme-on-surface);
|
|
242
251
|
background-color: var(--icon-background-color, transparent);
|
|
243
252
|
display: inline-flex;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
* This file is
|
|
1
|
+
/**
|
|
2
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
3
|
+
* node module, for consumer projects to import.
|
|
4
|
+
* That means this file cannot import from any file that isn't
|
|
5
|
+
* also exported, keeping the same relative path.
|
|
3
6
|
*
|
|
4
|
-
*
|
|
5
|
-
* without being explicitly called by outside code.
|
|
7
|
+
* Or, just don't import anything, that works too.
|
|
6
8
|
*/
|
|
7
9
|
/**
|
|
8
10
|
* @prop --info-tile-border-radius: defines the radius of corners of the info-tile. Defaults to `1rem`
|
|
@@ -82,10 +84,10 @@ a {
|
|
|
82
84
|
}
|
|
83
85
|
a.is-clickable {
|
|
84
86
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
87
|
+
cursor: pointer;
|
|
85
88
|
color: var(--mdc-theme-on-surface);
|
|
86
89
|
background-color: var(--info-tile-background-color, var(--lime-elevated-surface-background-color));
|
|
87
90
|
box-shadow: var(--button-shadow-normal);
|
|
88
|
-
cursor: pointer;
|
|
89
91
|
}
|
|
90
92
|
a.is-clickable:hover {
|
|
91
93
|
color: var(--mdc-theme-on-surface);
|
|
@@ -64,6 +64,14 @@
|
|
|
64
64
|
);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
/**
|
|
68
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
69
|
+
* node module, for consumer projects to import.
|
|
70
|
+
* That means this file cannot import from any file that isn't
|
|
71
|
+
* also exported, keeping the same relative path.
|
|
72
|
+
*
|
|
73
|
+
* Or, just don't import anything, that works too.
|
|
74
|
+
*/
|
|
67
75
|
.mdc-notched-outline {
|
|
68
76
|
display: flex;
|
|
69
77
|
position: absolute;
|
|
@@ -2039,6 +2047,7 @@ input.mdc-text-field__input::placeholder {
|
|
|
2039
2047
|
}
|
|
2040
2048
|
input.mdc-text-field__input::-webkit-search-cancel-button {
|
|
2041
2049
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
2050
|
+
cursor: pointer;
|
|
2042
2051
|
color: var(--mdc-theme-on-surface);
|
|
2043
2052
|
background-color: rgb(var(--contrast-900));
|
|
2044
2053
|
cursor: pointer;
|
|
@@ -5,6 +5,14 @@
|
|
|
5
5
|
* Nothing in this file may output any CSS
|
|
6
6
|
* without being explicitly called by outside code.
|
|
7
7
|
*/
|
|
8
|
+
/**
|
|
9
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
10
|
+
* node module, for consumer projects to import.
|
|
11
|
+
* That means this file cannot import from any file that isn't
|
|
12
|
+
* also exported, keeping the same relative path.
|
|
13
|
+
*
|
|
14
|
+
* Or, just don't import anything, that works too.
|
|
15
|
+
*/
|
|
8
16
|
/*
|
|
9
17
|
* This file is imported into every component that uses MDC!
|
|
10
18
|
*
|
|
@@ -5835,11 +5843,13 @@ a.mdc-list-item {
|
|
|
5835
5843
|
border-color: var(--mdc-checkbox-unchecked-color);
|
|
5836
5844
|
}
|
|
5837
5845
|
|
|
5838
|
-
|
|
5839
|
-
* This file is
|
|
5846
|
+
/**
|
|
5847
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
5848
|
+
* node module, for consumer projects to import.
|
|
5849
|
+
* That means this file cannot import from any file that isn't
|
|
5850
|
+
* also exported, keeping the same relative path.
|
|
5840
5851
|
*
|
|
5841
|
-
*
|
|
5842
|
-
* without being explicitly called by outside code.
|
|
5852
|
+
* Or, just don't import anything, that works too.
|
|
5843
5853
|
*/
|
|
5844
5854
|
:host(.has-striped-rows) .mdc-deprecated-list {
|
|
5845
5855
|
border: 1px solid rgb(var(--contrast-400));
|
|
@@ -5856,6 +5866,7 @@ a.mdc-list-item {
|
|
|
5856
5866
|
|
|
5857
5867
|
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled) {
|
|
5858
5868
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
5869
|
+
cursor: pointer;
|
|
5859
5870
|
color: var(--mdc-theme-on-surface);
|
|
5860
5871
|
background-color: transparent;
|
|
5861
5872
|
}
|
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
* Nothing in this file may output any CSS
|
|
12
12
|
* without being explicitly called by outside code.
|
|
13
13
|
*/
|
|
14
|
+
/**
|
|
15
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
16
|
+
* node module, for consumer projects to import.
|
|
17
|
+
* That means this file cannot import from any file that isn't
|
|
18
|
+
* also exported, keeping the same relative path.
|
|
19
|
+
*
|
|
20
|
+
* Or, just don't import anything, that works too.
|
|
21
|
+
*/
|
|
14
22
|
/*
|
|
15
23
|
* This file is imported into every component that uses MDC!
|
|
16
24
|
*
|
|
@@ -5908,11 +5916,13 @@ a.mdc-list-item {
|
|
|
5908
5916
|
border-color: var(--mdc-checkbox-unchecked-color);
|
|
5909
5917
|
}
|
|
5910
5918
|
|
|
5911
|
-
|
|
5912
|
-
* This file is
|
|
5919
|
+
/**
|
|
5920
|
+
* Note! This file is exported to `dist/scss/` in the published
|
|
5921
|
+
* node module, for consumer projects to import.
|
|
5922
|
+
* That means this file cannot import from any file that isn't
|
|
5923
|
+
* also exported, keeping the same relative path.
|
|
5913
5924
|
*
|
|
5914
|
-
*
|
|
5915
|
-
* without being explicitly called by outside code.
|
|
5925
|
+
* Or, just don't import anything, that works too.
|
|
5916
5926
|
*/
|
|
5917
5927
|
:host(.has-striped-rows) .mdc-deprecated-list {
|
|
5918
5928
|
border: 1px solid rgb(var(--contrast-400));
|
|
@@ -5929,6 +5939,7 @@ a.mdc-list-item {
|
|
|
5929
5939
|
|
|
5930
5940
|
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled) {
|
|
5931
5941
|
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
5942
|
+
cursor: pointer;
|
|
5932
5943
|
color: var(--mdc-theme-on-surface);
|
|
5933
5944
|
background-color: transparent;
|
|
5934
5945
|
}
|