srcdev-nuxt-forms 6.1.1 → 6.1.3
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/app/components/forms/input-checkbox/MultipleCheckboxes.vue +21 -32
- package/app/components/forms/input-description/InputDescription.vue +71 -0
- package/app/components/forms/input-label/InputLabel.vue +4 -0
- package/app/components/forms/input-select/variants/InputSelectWithLabel.vue +36 -12
- package/app/components/forms/input-text/variants/InputTextWithLabel.vue +35 -11
- package/app/components/forms/input-textarea/InputTextareaCore.vue +5 -1
- package/app/components/forms/input-textarea/variants/InputTextareaWithLabel.vue +75 -35
- package/nuxt.config.ts +0 -1
- package/package.json +1 -1
- package/app/assets/styles/extends-layer/srcdev-forms/components/_form-fieldset.css +0 -38
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-button.css +0 -66
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-checkbox-radio-core.css +0 -66
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-checkbox-radio-options-button.css +0 -76
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-error.css +0 -54
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-label.css +0 -21
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-select.css +0 -140
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-text.css +0 -190
- package/app/assets/styles/extends-layer/srcdev-forms/components/_input-textarea.css +0 -96
- package/app/assets/styles/extends-layer/srcdev-forms/components/index.css +0 -9
- package/app/assets/styles/extends-layer/srcdev-forms/index.css +0 -2
- package/app/assets/styles/extends-layer/srcdev-forms/setup/_generic.css +0 -21
- package/app/assets/styles/extends-layer/srcdev-forms/setup/index.css +0 -4
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_error.css +0 -85
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_ghost.css +0 -85
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_input-action-underlined.css +0 -20
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_input-action.css +0 -20
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_primary.css +0 -92
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_secondary.css +0 -85
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_success.css +0 -85
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_tertiary.css +0 -85
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/_warning.css +0 -85
- package/app/assets/styles/extends-layer/srcdev-forms/setup/themes/index.css +0 -9
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variables/_a11y.css +0 -7
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variables/index.css +0 -1
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/_normal.css +0 -48
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/_underlined.css +0 -48
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/index.css +0 -3
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/sizes/_default.css +0 -13
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/sizes/_large.css +0 -12
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/sizes/_medium.css +0 -12
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/sizes/_small.css +0 -12
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/sizes/_x-small.css +0 -11
- package/app/assets/styles/extends-layer/srcdev-forms/setup/variants/sizes/index.css +0 -23
- package/app/assets/styles/main.css +0 -2
- package/app/assets/styles/setup/_head.css +0 -36
- package/app/assets/styles/setup/a11y/_utils.css +0 -20
- package/app/assets/styles/setup/a11y/_variables.css +0 -8
- package/app/assets/styles/setup/a11y/index.css +0 -2
- package/app/assets/styles/setup/index.css +0 -5
- package/app/assets/styles/setup/theming/colors/_blue.css +0 -15
- package/app/assets/styles/setup/theming/colors/_gray.css +0 -16
- package/app/assets/styles/setup/theming/colors/_green.css +0 -15
- package/app/assets/styles/setup/theming/colors/_orange.css +0 -15
- package/app/assets/styles/setup/theming/colors/_red.css +0 -15
- package/app/assets/styles/setup/theming/colors/_yellow.css +0 -15
- package/app/assets/styles/setup/theming/colors/index.css +0 -6
- package/app/assets/styles/setup/theming/index.css +0 -2
- package/app/assets/styles/setup/theming/themes/_default.css +0 -66
- package/app/assets/styles/setup/theming/themes/_error.css +0 -66
- package/app/assets/styles/setup/theming/themes/_ghost.css +0 -31
- package/app/assets/styles/setup/theming/themes/_info.css +0 -31
- package/app/assets/styles/setup/theming/themes/_primary.css +0 -41
- package/app/assets/styles/setup/theming/themes/_secondary.css +0 -66
- package/app/assets/styles/setup/theming/themes/_success.css +0 -66
- package/app/assets/styles/setup/theming/themes/_tertiary.css +0 -31
- package/app/assets/styles/setup/theming/themes/_warning.css +0 -68
- package/app/assets/styles/setup/theming/themes/index.css +0 -9
- package/app/assets/styles/setup/typography/index.css +0 -2
- package/app/assets/styles/setup/typography/utility-classes/_generic-font-classes.css +0 -217
- package/app/assets/styles/setup/typography/utility-classes/_generic-font-variation-settings.css +0 -29
- package/app/assets/styles/setup/typography/utility-classes/_generic-font-weights.css +0 -39
- package/app/assets/styles/setup/typography/utility-classes/index.css +0 -3
- package/app/assets/styles/setup/typography/vars/_reponsive-font-sizes.css +0 -12
- package/app/assets/styles/setup/typography/vars/index.css +0 -1
- package/app/assets/styles/setup/utility-classes/_fluid-spacing.css +0 -13
- package/app/assets/styles/setup/utility-classes/animations/_auto-rotate.css +0 -13
- package/app/assets/styles/setup/utility-classes/animations/_entry-exit-blur.css +0 -16
- package/app/assets/styles/setup/utility-classes/animations/_entry-slide-in.css +0 -15
- package/app/assets/styles/setup/utility-classes/animations/_entry-zoom-reveal.css +0 -15
- package/app/assets/styles/setup/utility-classes/animations/index.css +0 -4
- package/app/assets/styles/setup/utility-classes/index.css +0 -2
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
.normal {
|
|
3
|
-
/* --input-row-margin-block-start: 0; */
|
|
4
|
-
|
|
5
|
-
/* --element-decorator-background-color: var(--theme-button-surface); */
|
|
6
|
-
/* --element-decorator-background-color: color-mix(in srgb, currentColor 5%, transparent); */
|
|
7
|
-
|
|
8
|
-
/* --element-decorator-margin-block-start: 0.5rem; */
|
|
9
|
-
/* --element-decorator-padding-inline: 1rem; */
|
|
10
|
-
|
|
11
|
-
/* --element-decorator-outline-default: 1px solid color-mix(in srgb, var(--theme-input-border) 5%, transparent); */
|
|
12
|
-
/* --element-decorator-outline-active: 1px solid var(--theme-input-border); */
|
|
13
|
-
|
|
14
|
-
/* Border styles */
|
|
15
|
-
/* --element-decorator-border-top-left-radius: var(--form-input-border-radius); */
|
|
16
|
-
/* --element-decorator-border-top-right-radius: var(--form-input-border-radius); */
|
|
17
|
-
/* --element-decorator-border-bottom-right-radius: var(--form-input-border-radius); */
|
|
18
|
-
/* --element-decorator-border-bottom-left-radius: var(--form-input-border-radius); */
|
|
19
|
-
|
|
20
|
-
/* --element-decorator-border-top-default: var(--form-element-border-width) solid var(--theme-input-border); */
|
|
21
|
-
/* --element-decorator-border-right-default: var(--form-element-border-width) solid var(--theme-input-border); */
|
|
22
|
-
/* --element-decorator-border-bottom-default: var(--form-element-border-width) solid var(--theme-input-border); */
|
|
23
|
-
/* --element-decorator-border-left-default: var(--form-element-border-width) solid var(--theme-input-border); */
|
|
24
|
-
|
|
25
|
-
/* --input-placeholder-color: light-dark(var(--gray-7), var(--gray-5)); */
|
|
26
|
-
/* --input-placeholder-font-size: var(--step-5); */
|
|
27
|
-
/* --input-placeholder-font-style: italic; */
|
|
28
|
-
/* --input-placeholder-font-weight: normal; */
|
|
29
|
-
/* --input-placeholder-line-height: 1; */
|
|
30
|
-
|
|
31
|
-
/* Label vars */
|
|
32
|
-
--_label-text-color: var(--theme-form-input-text-label-color-underlined);
|
|
33
|
-
--_label-text-margin-block: 0.8rem;
|
|
34
|
-
--_label-text-size: var(--step-5);
|
|
35
|
-
--_label-text-weight: normal;
|
|
36
|
-
--_label-text-line-height: 1.5;
|
|
37
|
-
|
|
38
|
-
.error {
|
|
39
|
-
--element-decorator-border-bottom-right-radius: 0;
|
|
40
|
-
--element-decorator-border-bottom-left-radius: 0;
|
|
41
|
-
|
|
42
|
-
--element-decorator-border-top-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
43
|
-
--element-decorator-border-right-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
44
|
-
--element-decorator-border-bottom-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
45
|
-
--element-decorator-border-left-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
.underlined {
|
|
3
|
-
/* --input-row-margin-block-start: 3em; */
|
|
4
|
-
|
|
5
|
-
/* --element-decorator-background-color: var(--theme-button-surface); */
|
|
6
|
-
/* --element-decorator-background-color: color-mix(in srgb, currentColor 5%, transparent); */
|
|
7
|
-
|
|
8
|
-
/* --element-decorator-margin-block-start: 0.5rem; */
|
|
9
|
-
/* --element-decorator-padding-inline: 1rem; */
|
|
10
|
-
|
|
11
|
-
/* --element-decorator-outline-default: 1px solid transparent; */
|
|
12
|
-
/* --element-decorator-outline-active: 1px solid var(--theme-input-border); */
|
|
13
|
-
|
|
14
|
-
/* Border styles */
|
|
15
|
-
--element-decorator-border-top-left-radius: 0;
|
|
16
|
-
--element-decorator-border-top-right-radius: 0;
|
|
17
|
-
--element-decorator-border-bottom-right-radius: var(--form-input-border-radius);
|
|
18
|
-
--element-decorator-border-bottom-left-radius: var(--form-input-border-radius);
|
|
19
|
-
|
|
20
|
-
/* --element-decorator-border-top-default: var(--form-element-border-width) solid transparent;
|
|
21
|
-
--element-decorator-border-right-default: var(--form-element-border-width) solid transparent;
|
|
22
|
-
--element-decorator-border-bottom-default: var(--form-element-border-width-underlined) solid var(--theme-input-border);
|
|
23
|
-
--element-decorator-border-left-default: var(--form-element-border-width) solid transparent; */
|
|
24
|
-
|
|
25
|
-
--input-placeholder-color: light-dark(var(--gray-7), var(--gray-5));
|
|
26
|
-
--input-placeholder-font-size: var(--step-5);
|
|
27
|
-
--input-placeholder-font-style: italic;
|
|
28
|
-
--input-placeholder-font-weight: normal;
|
|
29
|
-
--input-placeholder-line-height: 1;
|
|
30
|
-
|
|
31
|
-
/* Label vars */
|
|
32
|
-
--_label-text-color: var(--theme-form-input-text-label-color-underlined);
|
|
33
|
-
--_label-text-margin-block: 0.8rem;
|
|
34
|
-
--_label-text-size: var(--step-5);
|
|
35
|
-
--_label-text-weight: normal;
|
|
36
|
-
--_label-text-line-height: 1.5;
|
|
37
|
-
|
|
38
|
-
.error {
|
|
39
|
-
--element-decorator-border-bottom-right-radius: 0;
|
|
40
|
-
--element-decorator-border-bottom-left-radius: 0;
|
|
41
|
-
|
|
42
|
-
--element-decorator-border-top-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
43
|
-
--element-decorator-border-right-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
44
|
-
--element-decorator-border-bottom-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
45
|
-
--element-decorator-border-left-default: var(--form-element-border-width) solid var(--theme-error-surface);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--form-element-font-size: var(--step-5);
|
|
3
|
-
--form-placeholder-font-size: calc(var(--step-5) * 0.65);
|
|
4
|
-
--form-element-line-height: var(--step-5);
|
|
5
|
-
--form-icon-size: var(--step-5);
|
|
6
|
-
--form-input-border-radius: 0.4rem;
|
|
7
|
-
--form-icon-only-button-size: calc(var(--step-4) * 2.5 + 1px);
|
|
8
|
-
--form-toggle-symbol-size: calc(var(--step-5) * 1.72);
|
|
9
|
-
--form-toggle-switch-width-adjustment: 0.2rem;
|
|
10
|
-
|
|
11
|
-
/* Checkboxes */
|
|
12
|
-
--theme-checkbox-decorator-icon-size: 2rem;
|
|
13
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
[data-size='large'] {
|
|
3
|
-
--form-element-font-size: var(--step-6);
|
|
4
|
-
--form-placeholder-font-size: calc(var(--step-6) * 0.65);
|
|
5
|
-
--form-element-line-height: var(--step-6);
|
|
6
|
-
--form-icon-size: var(--step-6);
|
|
7
|
-
--form-input-border-radius: 0.4rem;
|
|
8
|
-
--form-icon-only-button-size: calc(var(--step-4) * 2.75 + 1px);
|
|
9
|
-
--form-toggle-symbol-size: calc(var(--step-6) * 1.78);
|
|
10
|
-
--form-toggle-switch-width-adjustment: 0rem;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
[data-size='medium'] {
|
|
3
|
-
--form-element-font-size: var(--step-6);
|
|
4
|
-
--form-placeholder-font-size: calc(var(--step-6) * 0.65);
|
|
5
|
-
--form-element-line-height: var(--step-6);
|
|
6
|
-
--form-icon-size: var(--step-6);
|
|
7
|
-
--form-input-border-radius: 0.4rem;
|
|
8
|
-
--form-icon-only-button-size: calc(var(--step-4) * 2.75 + 1px);
|
|
9
|
-
--form-toggle-symbol-size: calc(var(--step-6) * 1.78);
|
|
10
|
-
--form-toggle-switch-width-adjustment: 0rem;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
[data-size='small'] {
|
|
3
|
-
--form-element-font-size: var(--step-4);
|
|
4
|
-
--form-placeholder-font-size: calc(var(--step-4) * 0.65);
|
|
5
|
-
--form-element-line-height: var(--step-4);
|
|
6
|
-
--form-icon-size: var(--step-4);
|
|
7
|
-
--form-input-border-radius: 0.4rem;
|
|
8
|
-
--form-icon-only-button-size: calc(var(--step-4) * 2.25 + 1px);
|
|
9
|
-
--form-toggle-symbol-size: calc(var(--step-4) * 1.635);
|
|
10
|
-
--form-toggle-switch-width-adjustment: 0.3rem;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
[data-size='x-small'] {
|
|
3
|
-
--form-element-font-size: var(--step-3);
|
|
4
|
-
--form-placeholder-font-size: calc(var(--step-3) * 0.65);
|
|
5
|
-
--form-element-line-height: var(--step-3);
|
|
6
|
-
--form-input-border-radius: 0.4rem;
|
|
7
|
-
--form-icon-only-button-size: calc(var(--step-4) * 2 + 1px);
|
|
8
|
-
--form-toggle-symbol-size: calc(var(--step-3) * 1.55);
|
|
9
|
-
--form-toggle-switch-width-adjustment: 0.5rem;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
@import './_x-small';
|
|
2
|
-
@import './_small';
|
|
3
|
-
@import './_default';
|
|
4
|
-
@import './_medium';
|
|
5
|
-
@import './_large';
|
|
6
|
-
|
|
7
|
-
:root {
|
|
8
|
-
--form-element-padding-block-start: 0.4lh;
|
|
9
|
-
--form-element-padding-block-end: 0.4lh;
|
|
10
|
-
--form-element-border-width: 0.2rem;
|
|
11
|
-
--form-element-border-width-underlined: 0.4rem;
|
|
12
|
-
--form-element-outline-width: 0.1rem;
|
|
13
|
-
--form-element-outline-offset-focus: 0.2rem;
|
|
14
|
-
|
|
15
|
-
--form-text-padding-inline: 0.5em;
|
|
16
|
-
--form-button-padding-inline: 1.25em;
|
|
17
|
-
--form-button-icon-gap: 1em;
|
|
18
|
-
--form-input-border-radius: 0.4rem;
|
|
19
|
-
--form-input-border-radius-underlined: 0;
|
|
20
|
-
|
|
21
|
-
--input-element-padding-block: 1.25rem;
|
|
22
|
-
--input-element-padding-inline: 1rem;
|
|
23
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* --font-family: futura-pt, Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif; */
|
|
3
|
-
/* --font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
|
|
4
|
-
|
|
5
|
-
--font-family: 'Quicksand', futura-pt, Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
html {
|
|
9
|
-
color-scheme: light dark;
|
|
10
|
-
|
|
11
|
-
&[data-color-scheme='light'] {
|
|
12
|
-
color-scheme: light;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&[data-color-scheme='dark'] {
|
|
16
|
-
color-scheme: dark;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
background-color: var(--page-bg);
|
|
20
|
-
|
|
21
|
-
font-size: 62.5%;
|
|
22
|
-
|
|
23
|
-
transition: background-color 0.4s ease, color 0.4s ease;
|
|
24
|
-
scrollbar-gutter: stable;
|
|
25
|
-
|
|
26
|
-
overflow-x: hidden;
|
|
27
|
-
}
|
|
28
|
-
body {
|
|
29
|
-
color: light-dark(var(--gray-12), var(--gray-3));
|
|
30
|
-
font-family: var(--font-family);
|
|
31
|
-
font-size: var(--step-4);
|
|
32
|
-
min-height: 100vh;
|
|
33
|
-
transition: background-color 0.4s ease, color 0.4s ease;
|
|
34
|
-
|
|
35
|
-
overflow-x: hidden;
|
|
36
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
.sr-only {
|
|
2
|
-
border-width: 0;
|
|
3
|
-
clip: rect(1px, 0.1rem, 0.1rem, 0.1rem);
|
|
4
|
-
clip-path: inset(50%);
|
|
5
|
-
height: 0.1rem;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
position: absolute;
|
|
8
|
-
white-space: nowrap;
|
|
9
|
-
width: 0.1rem;
|
|
10
|
-
}
|
|
11
|
-
/* .sr-only {
|
|
12
|
-
position: absolute;
|
|
13
|
-
width: 0.1rem;
|
|
14
|
-
height: 0.1rem;
|
|
15
|
-
padding: 0;
|
|
16
|
-
margin: -0.1rem;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
clip: rect(0, 0, 0, 0);
|
|
19
|
-
white-space: nowrap;
|
|
20
|
-
} */
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--focus-box-shadow-colour-off: transparent;
|
|
3
|
-
--focus-box-shadow-colour-on: light-dark(var(--blue-12), var(--gray-0));
|
|
4
|
-
--form-focus-box-shadow: 0 0 0 0.3rem;
|
|
5
|
-
|
|
6
|
-
--box-shadow-off: 0 0 0 0.3rem transparent;
|
|
7
|
-
--box-shadow-on: 0 0 0 0.3rem light-dark(var(--blue-12), var(--gray-0));
|
|
8
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--blue-0: #e7f5ff;
|
|
3
|
-
--blue-1: #d0ebff;
|
|
4
|
-
--blue-2: #a5d8ff;
|
|
5
|
-
--blue-3: #74c0fc;
|
|
6
|
-
--blue-4: #4dabf7;
|
|
7
|
-
--blue-5: #339af0;
|
|
8
|
-
--blue-6: #228be6;
|
|
9
|
-
--blue-7: #1c7ed6;
|
|
10
|
-
--blue-8: #1971c2;
|
|
11
|
-
--blue-9: #1864ab;
|
|
12
|
-
--blue-10: #145591;
|
|
13
|
-
--blue-11: #0043c1;
|
|
14
|
-
--blue-12: #0e01cd;
|
|
15
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--gray-00: #ffffff;
|
|
3
|
-
--gray-0: #f8f9fa;
|
|
4
|
-
--gray-1: #f1f3f5;
|
|
5
|
-
--gray-2: #e9ecef;
|
|
6
|
-
--gray-3: #dee2e6;
|
|
7
|
-
--gray-4: #ced4da;
|
|
8
|
-
--gray-5: #adb5bd;
|
|
9
|
-
--gray-6: #868e96;
|
|
10
|
-
--gray-7: #495057;
|
|
11
|
-
--gray-8: #343a40;
|
|
12
|
-
--gray-9: #212529;
|
|
13
|
-
--gray-10: #16191d;
|
|
14
|
-
--gray-11: #0d0f12;
|
|
15
|
-
--gray-12: #030507;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--green-0: #ebfbee;
|
|
3
|
-
--green-1: #d3f9d8;
|
|
4
|
-
--green-2: #b2f2bb;
|
|
5
|
-
--green-3: #8ce99a;
|
|
6
|
-
--green-4: #69db7c;
|
|
7
|
-
--green-5: #51cf66;
|
|
8
|
-
--green-6: #40c057;
|
|
9
|
-
--green-7: #37b24d;
|
|
10
|
-
--green-8: #2f9e44;
|
|
11
|
-
--green-9: #2b8a3e;
|
|
12
|
-
--green-10: #237032;
|
|
13
|
-
--green-11: #1b5727;
|
|
14
|
-
--green-12: #017f18;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--orange-0: #fff4e6;
|
|
3
|
-
--orange-1: #ffe8cc;
|
|
4
|
-
--orange-2: #ffd8a8;
|
|
5
|
-
--orange-3: #ffc078;
|
|
6
|
-
--orange-4: #ffa94d;
|
|
7
|
-
--orange-5: #ff922b;
|
|
8
|
-
--orange-6: #ff7400;
|
|
9
|
-
--orange-7: #f76707;
|
|
10
|
-
--orange-8: #e8590c;
|
|
11
|
-
--orange-9: #d9480f;
|
|
12
|
-
--orange-10: #bf400d;
|
|
13
|
-
--orange-11: #99330b;
|
|
14
|
-
--orange-12: #c23903;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--red-0: #fff5f5;
|
|
3
|
-
--red-1: #ffe3e3;
|
|
4
|
-
--red-2: #ffc9c9;
|
|
5
|
-
--red-3: #ffa8a8;
|
|
6
|
-
--red-4: #ff8787;
|
|
7
|
-
--red-5: #ff6b6b;
|
|
8
|
-
--red-6: #fa5252;
|
|
9
|
-
--red-7: #f03e3e;
|
|
10
|
-
--red-8: #e03131;
|
|
11
|
-
--red-9: #ff0b0b;
|
|
12
|
-
--red-10: #b02525;
|
|
13
|
-
--red-11: #962020;
|
|
14
|
-
--red-12: #cc0000;
|
|
15
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--yellow-0: #fff9db;
|
|
3
|
-
--yellow-1: #fff3bf;
|
|
4
|
-
--yellow-2: #ffec99;
|
|
5
|
-
--yellow-3: #ffe066;
|
|
6
|
-
--yellow-4: #ffd43b;
|
|
7
|
-
--yellow-5: #fcc419;
|
|
8
|
-
--yellow-6: #fab005;
|
|
9
|
-
--yellow-7: #f59f00;
|
|
10
|
-
--yellow-8: #f08c00;
|
|
11
|
-
--yellow-9: #e67700;
|
|
12
|
-
--yellow-10: #b35c00;
|
|
13
|
-
--yellow-11: #804200;
|
|
14
|
-
--yellow-12: #663500;
|
|
15
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
/* Theme-neutral component scale using light-dark() */
|
|
3
|
-
--colour-theme-0: light-dark(var(--gray-0), var(--gray-12));
|
|
4
|
-
--colour-theme-1: light-dark(var(--gray-1), var(--gray-11));
|
|
5
|
-
--colour-theme-2: light-dark(var(--gray-2), var(--gray-10));
|
|
6
|
-
--colour-theme-3: light-dark(var(--gray-3), var(--gray-9));
|
|
7
|
-
--colour-theme-4: light-dark(var(--gray-4), var(--gray-8));
|
|
8
|
-
--colour-theme-5: light-dark(var(--gray-5), var(--gray-7));
|
|
9
|
-
--colour-theme-6: light-dark(var(--gray-6), var(--gray-6));
|
|
10
|
-
--colour-theme-7: light-dark(var(--gray-7), var(--gray-5));
|
|
11
|
-
--colour-theme-8: light-dark(var(--gray-8), var(--gray-4));
|
|
12
|
-
--colour-theme-9: light-dark(var(--gray-9), var(--gray-3));
|
|
13
|
-
--colour-theme-10: light-dark(var(--gray-10), var(--gray-2));
|
|
14
|
-
--colour-theme-11: light-dark(var(--gray-11), var(--gray-1));
|
|
15
|
-
--colour-theme-12: light-dark(var(--gray-12), var(--gray-0));
|
|
16
|
-
|
|
17
|
-
/* Generic */
|
|
18
|
-
--theme-box-shadow: var(--colour-theme-12);
|
|
19
|
-
|
|
20
|
-
/* Fieldset & Label */
|
|
21
|
-
--form-fieldset-legend-color: light-dark(var(--gray-12), var(--gray-1));
|
|
22
|
-
--form-label-color: light-dark(var(--gray-12), var(--gray-1));
|
|
23
|
-
|
|
24
|
-
/* Input Elements */
|
|
25
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
26
|
-
--theme-input-surface-hover: light-dark(var(--gray-1), var(--gray-5));
|
|
27
|
-
|
|
28
|
-
--theme-input-border: light-dark(var(--gray-9), var(--gray-4));
|
|
29
|
-
--theme-input-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
30
|
-
--theme-input-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
31
|
-
|
|
32
|
-
--theme-input-outline: transparent;
|
|
33
|
-
--theme-input-outline-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
34
|
-
--theme-input-outline-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
35
|
-
|
|
36
|
-
--theme-input-text: var(--gray-0);
|
|
37
|
-
--theme-input-text-hover: var(--gray-0);
|
|
38
|
-
--theme-input-text-focus: var(--gray-0);
|
|
39
|
-
--theme-input-placeholder: light-dark(var(--gray-7), var(--gray-5));
|
|
40
|
-
|
|
41
|
-
/* Checkboxes & Radio buttons */
|
|
42
|
-
--theme-checkbox-label-text-color: light-dark(var(--gray-11), var(--gray-1));
|
|
43
|
-
--theme-checkbox-decorator-color: light-dark(var(--gray-11), var(--gray-1));
|
|
44
|
-
--theme-checkbox-symbol-surface: var(--colour-theme-2);
|
|
45
|
-
--theme-checkbox-symbol-color: light-dark(var(--gray-11), var(--gray-1));
|
|
46
|
-
|
|
47
|
-
/* a11y */
|
|
48
|
-
--theme-focus-visible-shadow: var(--colour-theme-12);
|
|
49
|
-
--theme-focus-visible-outline: var(--colour-theme-12);
|
|
50
|
-
|
|
51
|
-
/* Buttons */
|
|
52
|
-
--theme-button-surface: light-dark(var(--gray-5), var(--gray-4));
|
|
53
|
-
--theme-button-surface-hover: light-dark(var(--gray-6), var(--gray-5));
|
|
54
|
-
|
|
55
|
-
--theme-button-border: light-dark(var(--gray-9), var(--gray-4));
|
|
56
|
-
--theme-button-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
57
|
-
--theme-button-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
58
|
-
|
|
59
|
-
--theme-button-outline: transparent;
|
|
60
|
-
--theme-button-outline-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
61
|
-
--theme-button-outline-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
62
|
-
|
|
63
|
-
--theme-button-text: var(--gray-0);
|
|
64
|
-
--theme-button-text-hover: var(--gray-0);
|
|
65
|
-
--theme-button-text-focus: var(--gray-0);
|
|
66
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
[data-theme='error'] {
|
|
2
|
-
--colour-theme-0: var(--red-0);
|
|
3
|
-
--colour-theme-1: var(--red-1);
|
|
4
|
-
--colour-theme-2: var(--red-2);
|
|
5
|
-
--colour-theme-3: var(--red-3);
|
|
6
|
-
--colour-theme-4: var(--red-4);
|
|
7
|
-
--colour-theme-5: var(--red-5);
|
|
8
|
-
--colour-theme-6: var(--red-6);
|
|
9
|
-
--colour-theme-7: var(--red-7);
|
|
10
|
-
--colour-theme-8: var(--red-8);
|
|
11
|
-
--colour-theme-9: var(--red-9);
|
|
12
|
-
--colour-theme-10: var(--red-10);
|
|
13
|
-
--colour-theme-11: var(--red-11);
|
|
14
|
-
--colour-theme-12: var(--red-12);
|
|
15
|
-
|
|
16
|
-
/* Generic */
|
|
17
|
-
--theme-box-shadow: var(--colour-theme-12);
|
|
18
|
-
|
|
19
|
-
/* Fieldset & Label */
|
|
20
|
-
--form-fieldset-legend-color: light-dark(var(--gray-12), var(--gray-1));
|
|
21
|
-
--form-label-color: light-dark(var(--gray-12), var(--gray-1));
|
|
22
|
-
|
|
23
|
-
/* Input Elements */
|
|
24
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
25
|
-
--theme-input-surface-hover: light-dark(var(--gray-1), var(--gray-10));
|
|
26
|
-
--theme-input-surface-focus: light-dark(var(--gray-1), var(--gray-10));
|
|
27
|
-
|
|
28
|
-
--theme-input-border: var(--red-12);
|
|
29
|
-
--theme-input-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
30
|
-
--theme-input-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
31
|
-
|
|
32
|
-
--theme-input-outline: transparent;
|
|
33
|
-
--theme-input-outline-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
34
|
-
--theme-input-outline-focus: light-dark(var(--gray-10), var(--gray-1));
|
|
35
|
-
|
|
36
|
-
--theme-input-text: var(--gray-0);
|
|
37
|
-
--theme-input-text-hover: var(--gray-0);
|
|
38
|
-
--theme-input-text-focus: var(--gray-0);
|
|
39
|
-
--theme-input-placeholder: light-dark(var(--gray-7), var(--gray-5));
|
|
40
|
-
|
|
41
|
-
/* Checkboxes & Radio buttons */
|
|
42
|
-
--theme-checkbox-label-text-color: light-dark(var(--gray-11), var(--gray-1));
|
|
43
|
-
--theme-checkbox-decorator-color: var(--red-10);
|
|
44
|
-
--theme-checkbox-symbol-surface: var(--gray-12);
|
|
45
|
-
--theme-checkbox-symbol-color: light-dark(var(--gray-11), var(--gray-1));
|
|
46
|
-
|
|
47
|
-
/* a11y */
|
|
48
|
-
--theme-focus-visible-shadow: var(--colour-theme-1);
|
|
49
|
-
--theme-focus-visible-outline: var(--colour-theme-1);
|
|
50
|
-
|
|
51
|
-
/* Buttons */
|
|
52
|
-
--theme-button-surface: light-dark(var(--red-5), var(--red-10));
|
|
53
|
-
--theme-button-surface-hover: light-dark(var(--red-6), var(--red-12));
|
|
54
|
-
|
|
55
|
-
--theme-button-border: light-dark(var(--red-9), var(--red-4));
|
|
56
|
-
--theme-button-border-hover: light-dark(var(--red-10), var(--red-5));
|
|
57
|
-
--theme-button-border-focus: light-dark(var(--red-10), var(--red-5));
|
|
58
|
-
|
|
59
|
-
--theme-button-outline: transparent;
|
|
60
|
-
--theme-button-outline-hover: light-dark(var(--red-10), var(--red-7));
|
|
61
|
-
--theme-button-outline-focus: light-dark(var(--red-10), var(--red-7));
|
|
62
|
-
|
|
63
|
-
--theme-button-text: var(--red-0);
|
|
64
|
-
--theme-button-text-hover: var(--red-0);
|
|
65
|
-
--theme-button-text-focus: var(--red-0);
|
|
66
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
[data-theme='ghost'] {
|
|
2
|
-
--colour-theme-0: var(--gray-0);
|
|
3
|
-
--colour-theme-1: var(--gray-1);
|
|
4
|
-
--colour-theme-2: var(--gray-2);
|
|
5
|
-
--colour-theme-3: var(--gray-3);
|
|
6
|
-
--colour-theme-4: var(--gray-4);
|
|
7
|
-
--colour-theme-5: var(--gray-5);
|
|
8
|
-
--colour-theme-6: var(--gray-6);
|
|
9
|
-
--colour-theme-7: var(--gray-7);
|
|
10
|
-
--colour-theme-8: var(--gray-8);
|
|
11
|
-
--colour-theme-9: var(--gray-9);
|
|
12
|
-
--colour-theme-10: var(--gray-10);
|
|
13
|
-
--colour-theme-11: var(--gray-11);
|
|
14
|
-
--colour-theme-12: var(--gray-12);
|
|
15
|
-
|
|
16
|
-
/* Buttons */
|
|
17
|
-
--theme-button-surface: light-dark(var(--gray-5), var(--gray-4));
|
|
18
|
-
--theme-button-surface-hover: light-dark(var(--gray-6), var(--gray-5));
|
|
19
|
-
|
|
20
|
-
--theme-button-border: light-dark(var(--gray-9), var(--gray-4));
|
|
21
|
-
--theme-button-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
22
|
-
--theme-button-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
23
|
-
|
|
24
|
-
--theme-button-outline: transparent;
|
|
25
|
-
--theme-button-outline-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
26
|
-
--theme-button-outline-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
27
|
-
|
|
28
|
-
--theme-button-text: var(--gray-0);
|
|
29
|
-
--theme-button-text-hover: var(--gray-0);
|
|
30
|
-
--theme-button-text-focus: var(--gray-0);
|
|
31
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
[data-theme='info'] {
|
|
2
|
-
--colour-theme-0: var(--blue-0);
|
|
3
|
-
--colour-theme-1: var(--blue-1);
|
|
4
|
-
--colour-theme-2: var(--blue-2);
|
|
5
|
-
--colour-theme-3: var(--blue-3);
|
|
6
|
-
--colour-theme-4: var(--blue-4);
|
|
7
|
-
--colour-theme-5: var(--blue-5);
|
|
8
|
-
--colour-theme-6: var(--blue-6);
|
|
9
|
-
--colour-theme-7: var(--blue-7);
|
|
10
|
-
--colour-theme-8: var(--blue-8);
|
|
11
|
-
--colour-theme-9: var(--blue-9);
|
|
12
|
-
--colour-theme-10: var(--blue-10);
|
|
13
|
-
--colour-theme-11: var(--blue-11);
|
|
14
|
-
--colour-theme-12: var(--blue-12);
|
|
15
|
-
|
|
16
|
-
/* Buttons */
|
|
17
|
-
--theme-button-surface: light-dark(var(--blue-5), var(--blue-4));
|
|
18
|
-
--theme-button-surface-hover: light-dark(var(--blue-6), var(--blue-5));
|
|
19
|
-
|
|
20
|
-
--theme-button-border: light-dark(var(--blue-9), var(--blue-4));
|
|
21
|
-
--theme-button-border-hover: light-dark(var(--blue-10), var(--blue-5));
|
|
22
|
-
--theme-button-border-focus: light-dark(var(--blue-10), var(--blue-5));
|
|
23
|
-
|
|
24
|
-
--theme-button-outline: transparent;
|
|
25
|
-
--theme-button-outline-hover: light-dark(var(--blue-10), var(--blue-5));
|
|
26
|
-
--theme-button-outline-focus: light-dark(var(--blue-10), var(--blue-5));
|
|
27
|
-
|
|
28
|
-
--theme-button-text: var(--blue-0);
|
|
29
|
-
--theme-button-text-hover: var(--blue-0);
|
|
30
|
-
--theme-button-text-focus: var(--blue-0);
|
|
31
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
[data-theme='primary'] {
|
|
2
|
-
--colour-theme-0: var(--blue-0);
|
|
3
|
-
--colour-theme-1: var(--blue-1);
|
|
4
|
-
--colour-theme-2: var(--blue-2);
|
|
5
|
-
--colour-theme-3: var(--blue-3);
|
|
6
|
-
--colour-theme-4: var(--blue-4);
|
|
7
|
-
--colour-theme-5: var(--blue-5);
|
|
8
|
-
--colour-theme-6: var(--blue-6);
|
|
9
|
-
--colour-theme-7: var(--blue-7);
|
|
10
|
-
--colour-theme-8: var(--blue-8);
|
|
11
|
-
--colour-theme-9: var(--blue-9);
|
|
12
|
-
--colour-theme-10: var(--blue-10);
|
|
13
|
-
--colour-theme-11: var(--blue-11);
|
|
14
|
-
--colour-theme-12: var(--blue-12);
|
|
15
|
-
|
|
16
|
-
/* Buttons */
|
|
17
|
-
--theme-button-surface: light-dark(var(--blue-9), var(--blue-11));
|
|
18
|
-
--theme-button-surface-hover: light-dark(var(--blue-6), var(--blue-12));
|
|
19
|
-
|
|
20
|
-
--theme-button-border: light-dark(var(--blue-9), var(--blue-2));
|
|
21
|
-
--theme-button-border-hover: light-dark(var(--blue-10), var(--blue-1));
|
|
22
|
-
--theme-button-border-focus: light-dark(var(--blue-10), var(--blue-5));
|
|
23
|
-
|
|
24
|
-
--theme-button-outline: transparent;
|
|
25
|
-
--theme-button-outline-hover: light-dark(var(--blue-10), var(--blue-1));
|
|
26
|
-
--theme-button-outline-focus: light-dark(var(--blue-10), var(--blue-1));
|
|
27
|
-
|
|
28
|
-
--theme-button-text: var(--blue-0);
|
|
29
|
-
--theme-button-text-hover: var(--blue-0);
|
|
30
|
-
--theme-button-text-focus: var(--blue-0);
|
|
31
|
-
|
|
32
|
-
/* Input Elements */
|
|
33
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
34
|
-
--theme-input-surface-hover: light-dark(var(--blue-1), var(--blue-7));
|
|
35
|
-
--theme-input-border: light-dark(var(--blue-9), var(--blue-4));
|
|
36
|
-
--theme-input-border-hover: light-dark(var(--blue-10), var(--blue-5));
|
|
37
|
-
--theme-input-border-focus: light-dark(var(--blue-10), var(--blue-5));
|
|
38
|
-
--theme-input-text: var(--blue-0);
|
|
39
|
-
--theme-input-text-hover: var(--blue-0);
|
|
40
|
-
--theme-input-text-focus: var(--blue-0);
|
|
41
|
-
}
|