srcdev-nuxt-forms 6.1.2 → 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/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-description.css +0 -13
- 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 -10
- 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 -69
- package/app/assets/styles/setup/theming/themes/_error.css +0 -69
- 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 -69
- package/app/assets/styles/setup/theming/themes/_success.css +0 -69
- package/app/assets/styles/setup/theming/themes/_tertiary.css +0 -31
- package/app/assets/styles/setup/theming/themes/_warning.css +0 -71
- 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/_margin.css +0 -334
- package/app/assets/styles/setup/utility-classes/_padding.css +0 -308
- 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 -4
|
@@ -1,69 +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
|
-
/* Description */
|
|
24
|
-
--form-description-color: light-dark(var(--gray-12), var(--gray-1));
|
|
25
|
-
|
|
26
|
-
/* Input Elements */
|
|
27
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
28
|
-
--theme-input-surface-hover: light-dark(var(--gray-1), var(--gray-10));
|
|
29
|
-
--theme-input-surface-focus: light-dark(var(--gray-1), var(--gray-10));
|
|
30
|
-
|
|
31
|
-
--theme-input-border: var(--red-12);
|
|
32
|
-
--theme-input-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
33
|
-
--theme-input-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
34
|
-
|
|
35
|
-
--theme-input-outline: transparent;
|
|
36
|
-
--theme-input-outline-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
37
|
-
--theme-input-outline-focus: light-dark(var(--gray-10), var(--gray-1));
|
|
38
|
-
|
|
39
|
-
--theme-input-text: var(--gray-0);
|
|
40
|
-
--theme-input-text-hover: var(--gray-0);
|
|
41
|
-
--theme-input-text-focus: var(--gray-0);
|
|
42
|
-
--theme-input-placeholder: light-dark(var(--gray-7), var(--gray-5));
|
|
43
|
-
|
|
44
|
-
/* Checkboxes & Radio buttons */
|
|
45
|
-
--theme-checkbox-label-text-color: light-dark(var(--gray-11), var(--gray-1));
|
|
46
|
-
--theme-checkbox-decorator-color: var(--red-10);
|
|
47
|
-
--theme-checkbox-symbol-surface: var(--gray-12);
|
|
48
|
-
--theme-checkbox-symbol-color: light-dark(var(--gray-11), var(--gray-1));
|
|
49
|
-
|
|
50
|
-
/* a11y */
|
|
51
|
-
--theme-focus-visible-shadow: var(--colour-theme-1);
|
|
52
|
-
--theme-focus-visible-outline: var(--colour-theme-1);
|
|
53
|
-
|
|
54
|
-
/* Buttons */
|
|
55
|
-
--theme-button-surface: light-dark(var(--red-5), var(--red-10));
|
|
56
|
-
--theme-button-surface-hover: light-dark(var(--red-6), var(--red-12));
|
|
57
|
-
|
|
58
|
-
--theme-button-border: light-dark(var(--red-9), var(--red-4));
|
|
59
|
-
--theme-button-border-hover: light-dark(var(--red-10), var(--red-5));
|
|
60
|
-
--theme-button-border-focus: light-dark(var(--red-10), var(--red-5));
|
|
61
|
-
|
|
62
|
-
--theme-button-outline: transparent;
|
|
63
|
-
--theme-button-outline-hover: light-dark(var(--red-10), var(--red-7));
|
|
64
|
-
--theme-button-outline-focus: light-dark(var(--red-10), var(--red-7));
|
|
65
|
-
|
|
66
|
-
--theme-button-text: var(--red-0);
|
|
67
|
-
--theme-button-text-hover: var(--red-0);
|
|
68
|
-
--theme-button-text-focus: var(--red-0);
|
|
69
|
-
}
|
|
@@ -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
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
[data-theme="secondary"] {
|
|
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
|
-
/* 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
|
-
/* Description */
|
|
24
|
-
--form-description-color: light-dark(var(--gray-12), var(--gray-1));
|
|
25
|
-
|
|
26
|
-
/* Input Elements */
|
|
27
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
28
|
-
--theme-input-surface-hover: light-dark(var(--gray-1), var(--gray-10));
|
|
29
|
-
--theme-input-surface-focus: light-dark(var(--gray-1), var(--gray-10));
|
|
30
|
-
|
|
31
|
-
--theme-input-border: light-dark(var(--gray-9), var(--gray-4));
|
|
32
|
-
--theme-input-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
33
|
-
--theme-input-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
34
|
-
|
|
35
|
-
--theme-input-outline: transparent;
|
|
36
|
-
--theme-input-outline-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
37
|
-
--theme-input-outline-focus: light-dark(var(--gray-10), var(--gray-1));
|
|
38
|
-
|
|
39
|
-
--theme-input-text: var(--gray-0);
|
|
40
|
-
--theme-input-text-hover: var(--gray-0);
|
|
41
|
-
--theme-input-text-focus: var(--gray-0);
|
|
42
|
-
--theme-input-placeholder: light-dark(var(--gray-7), var(--gray-5));
|
|
43
|
-
|
|
44
|
-
/* Checkboxes & Radio buttons */
|
|
45
|
-
/* --theme-checkbox-label-text-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
46
|
-
/* --theme-checkbox-decorator-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
47
|
-
/* --theme-checkbox-symbol-surface: var(--colour-theme-12); */
|
|
48
|
-
/* --theme-checkbox-symbol-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
49
|
-
|
|
50
|
-
/* a11y */
|
|
51
|
-
--theme-focus-visible-shadow: var(--colour-theme-1);
|
|
52
|
-
--theme-focus-visible-outline: var(--colour-theme-1);
|
|
53
|
-
|
|
54
|
-
/* Buttons */
|
|
55
|
-
--theme-button-surface: light-dark(var(--gray-9), var(--gray-10));
|
|
56
|
-
--theme-button-surface-hover: light-dark(var(--gray-10), var(--gray-11));
|
|
57
|
-
|
|
58
|
-
--theme-button-border: light-dark(var(--gray-9), var(--gray-2));
|
|
59
|
-
--theme-button-border-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
60
|
-
--theme-button-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
61
|
-
|
|
62
|
-
--theme-button-outline: transparent;
|
|
63
|
-
--theme-button-outline-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
64
|
-
--theme-button-outline-focus: light-dark(var(--gray-10), var(--gray-1));
|
|
65
|
-
|
|
66
|
-
--theme-button-text: var(--gray-0);
|
|
67
|
-
--theme-button-text-hover: var(--gray-0);
|
|
68
|
-
--theme-button-text-focus: var(--gray-0);
|
|
69
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
[data-theme="success"] {
|
|
2
|
-
--colour-theme-0: var(--green-0);
|
|
3
|
-
--colour-theme-1: var(--green-1);
|
|
4
|
-
--colour-theme-2: var(--green-2);
|
|
5
|
-
--colour-theme-3: var(--green-3);
|
|
6
|
-
--colour-theme-4: var(--green-4);
|
|
7
|
-
--colour-theme-5: var(--green-5);
|
|
8
|
-
--colour-theme-6: var(--green-6);
|
|
9
|
-
--colour-theme-7: var(--green-7);
|
|
10
|
-
--colour-theme-8: var(--green-8);
|
|
11
|
-
--colour-theme-9: var(--green-9);
|
|
12
|
-
--colour-theme-10: var(--green-10);
|
|
13
|
-
--colour-theme-11: var(--green-11);
|
|
14
|
-
--colour-theme-12: var(--green-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
|
-
/* Description */
|
|
24
|
-
--form-description-color: light-dark(var(--gray-12), var(--gray-1));
|
|
25
|
-
|
|
26
|
-
/* Input Elements */
|
|
27
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
28
|
-
--theme-input-surface-hover: light-dark(var(--gray-1), var(--gray-10));
|
|
29
|
-
--theme-input-surface-focus: light-dark(var(--gray-1), var(--gray-10));
|
|
30
|
-
|
|
31
|
-
--theme-input-border: var(--green-10);
|
|
32
|
-
--theme-input-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
33
|
-
--theme-input-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
34
|
-
|
|
35
|
-
--theme-input-outline: transparent;
|
|
36
|
-
--theme-input-outline-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
37
|
-
--theme-input-outline-focus: light-dark(var(--gray-10), var(--gray-1));
|
|
38
|
-
|
|
39
|
-
--theme-input-text: var(--gray-0);
|
|
40
|
-
--theme-input-text-hover: var(--gray-0);
|
|
41
|
-
--theme-input-text-focus: var(--gray-0);
|
|
42
|
-
--theme-input-placeholder: light-dark(var(--gray-7), var(--gray-5));
|
|
43
|
-
|
|
44
|
-
/* Checkboxes & Radio buttons */
|
|
45
|
-
/* --theme-checkbox-label-text-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
46
|
-
/* --theme-checkbox-decorator-color: var(--green-10); */
|
|
47
|
-
/* --theme-checkbox-symbol-surface: var(--green-10); */
|
|
48
|
-
/* --theme-checkbox-symbol-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
49
|
-
|
|
50
|
-
/* a11y */
|
|
51
|
-
--theme-focus-visible-shadow: var(--colour-theme-1);
|
|
52
|
-
--theme-focus-visible-outline: var(--colour-theme-1);
|
|
53
|
-
|
|
54
|
-
/* Buttons */
|
|
55
|
-
--theme-button-surface: light-dark(var(--green-5), var(--green-10));
|
|
56
|
-
--theme-button-surface-hover: light-dark(var(--green-6), var(--green-12));
|
|
57
|
-
|
|
58
|
-
--theme-button-border: light-dark(var(--green-9), var(--green-4));
|
|
59
|
-
--theme-button-border-hover: light-dark(var(--green-10), var(--green-5));
|
|
60
|
-
--theme-button-border-focus: light-dark(var(--green-10), var(--green-5));
|
|
61
|
-
|
|
62
|
-
--theme-button-outline: transparent;
|
|
63
|
-
--theme-button-outline-hover: light-dark(var(--green-10), var(--green-5));
|
|
64
|
-
--theme-button-outline-focus: light-dark(var(--green-10), var(--green-5));
|
|
65
|
-
|
|
66
|
-
--theme-button-text: var(--green-0);
|
|
67
|
-
--theme-button-text-hover: var(--green-0);
|
|
68
|
-
--theme-button-text-focus: var(--green-0);
|
|
69
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
[data-theme='tertiary'] {
|
|
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,71 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
[data-theme="warning"] {
|
|
3
|
-
--colour-theme-0: var(--orange-0);
|
|
4
|
-
--colour-theme-1: var(--orange-1);
|
|
5
|
-
--colour-theme-2: var(--orange-2);
|
|
6
|
-
--colour-theme-3: var(--orange-3);
|
|
7
|
-
--colour-theme-4: var(--orange-4);
|
|
8
|
-
--colour-theme-5: var(--orange-5);
|
|
9
|
-
--colour-theme-6: var(--orange-6);
|
|
10
|
-
--colour-theme-7: var(--orange-7);
|
|
11
|
-
--colour-theme-8: var(--orange-8);
|
|
12
|
-
--colour-theme-9: var(--orange-9);
|
|
13
|
-
--colour-theme-10: var(--orange-10);
|
|
14
|
-
--colour-theme-11: var(--orange-11);
|
|
15
|
-
--colour-theme-12: var(--orange-12);
|
|
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
|
-
/* Description */
|
|
25
|
-
--form-description-color: light-dark(var(--gray-12), var(--gray-1));
|
|
26
|
-
|
|
27
|
-
/* Input Elements */
|
|
28
|
-
--theme-input-surface: light-dark(var(--gray-1), var(--gray-8));
|
|
29
|
-
--theme-input-surface-hover: light-dark(var(--gray-1), var(--gray-10));
|
|
30
|
-
--theme-input-surface-focus: light-dark(var(--gray-1), var(--gray-10));
|
|
31
|
-
|
|
32
|
-
--theme-input-border: var(--orange-10);
|
|
33
|
-
--theme-input-border-hover: light-dark(var(--gray-10), var(--gray-5));
|
|
34
|
-
--theme-input-border-focus: light-dark(var(--gray-10), var(--gray-5));
|
|
35
|
-
|
|
36
|
-
--theme-input-outline: transparent;
|
|
37
|
-
--theme-input-outline-hover: light-dark(var(--gray-10), var(--gray-1));
|
|
38
|
-
--theme-input-outline-focus: light-dark(var(--gray-10), var(--gray-1));
|
|
39
|
-
|
|
40
|
-
--theme-input-text: var(--gray-0);
|
|
41
|
-
--theme-input-text-hover: var(--gray-0);
|
|
42
|
-
--theme-input-text-focus: var(--gray-0);
|
|
43
|
-
--theme-input-placeholder: light-dark(var(--gray-7), var(--gray-5));
|
|
44
|
-
|
|
45
|
-
/* Checkboxes & Radio buttons */
|
|
46
|
-
/* --theme-checkbox-label-text-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
47
|
-
/* --theme-checkbox-decorator-color: var(--orange-10); */
|
|
48
|
-
/* --theme-checkbox-symbol-surface: var(--orange-10); */
|
|
49
|
-
/* --theme-checkbox-symbol-color: light-dark(var(--gray-11), var(--gray-1)); */
|
|
50
|
-
|
|
51
|
-
/* a11y */
|
|
52
|
-
--theme-focus-visible-shadow: var(--colour-theme-1);
|
|
53
|
-
--theme-focus-visible-outline: var(--colour-theme-1);
|
|
54
|
-
|
|
55
|
-
/* Buttons */
|
|
56
|
-
--theme-button-surface: light-dark(var(--orange-5), var(--orange-10));
|
|
57
|
-
--theme-button-surface-hover: light-dark(var(--orange-6), var(--orange-12));
|
|
58
|
-
|
|
59
|
-
--theme-button-border: light-dark(var(--orange-9), var(--orange-4));
|
|
60
|
-
--theme-button-border-hover: light-dark(var(--orange-10), var(--orange-5));
|
|
61
|
-
--theme-button-border-focus: light-dark(var(--orange-10), var(--orange-5));
|
|
62
|
-
|
|
63
|
-
--theme-button-outline: transparent;
|
|
64
|
-
--theme-button-outline-hover: light-dark(var(--orange-10), var(--orange-5));
|
|
65
|
-
--theme-button-outline-focus: light-dark(var(--orange-10), var(--orange-5));
|
|
66
|
-
|
|
67
|
-
--theme-button-text: var(--orange-0);
|
|
68
|
-
--theme-button-text-hover: var(--orange-0);
|
|
69
|
-
--theme-button-text-focus: var(--orange-0);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
.heading-1 {
|
|
2
|
-
font-size: var(--step-8);
|
|
3
|
-
font-weight: bold;
|
|
4
|
-
line-height: 1.3;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.heading-2 {
|
|
8
|
-
font-size: var(--step-7);
|
|
9
|
-
/* font-weight: bold; */
|
|
10
|
-
font-variation-settings: 'wght' 500;
|
|
11
|
-
line-height: 1.3;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.heading-3 {
|
|
15
|
-
font-size: var(--step-6);
|
|
16
|
-
font-weight: bold;
|
|
17
|
-
line-height: 1.3;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.heading-4 {
|
|
21
|
-
font-size: var(--step-5);
|
|
22
|
-
font-weight: bold;
|
|
23
|
-
line-height: 1.3;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.heading-5 {
|
|
27
|
-
font-size: var(--step-4);
|
|
28
|
-
font-weight: bold;
|
|
29
|
-
line-height: 1.3;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.heading-6 {
|
|
33
|
-
font-size: var(--step-3);
|
|
34
|
-
font-weight: bold;
|
|
35
|
-
line-height: 1.3;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/* Body text */
|
|
39
|
-
|
|
40
|
-
.body-large {
|
|
41
|
-
font-size: var(--step-6);
|
|
42
|
-
font-weight: normal;
|
|
43
|
-
line-height: 1.5;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.body-medium {
|
|
47
|
-
font-size: var(--step-5);
|
|
48
|
-
font-weight: normal;
|
|
49
|
-
line-height: 1.5;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.body-normal {
|
|
53
|
-
font-size: var(--step-4);
|
|
54
|
-
font-weight: normal;
|
|
55
|
-
line-height: 1.5;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.body-small {
|
|
59
|
-
font-size: var(--step--0);
|
|
60
|
-
font-weight: normal;
|
|
61
|
-
line-height: 1.5;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.body-xsmall {
|
|
65
|
-
font-size: var(--step-2);
|
|
66
|
-
font-weight: normal;
|
|
67
|
-
line-height: 1.5;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.body-large-semibold {
|
|
71
|
-
font-size: var(--step-6);
|
|
72
|
-
font-weight: 500;
|
|
73
|
-
line-height: 1.5;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.body-medium-semibold {
|
|
77
|
-
font-size: var(--step-5);
|
|
78
|
-
font-weight: 500;
|
|
79
|
-
line-height: 1.5;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.body-normal-semibold {
|
|
83
|
-
font-size: var(--step-4);
|
|
84
|
-
font-weight: 500;
|
|
85
|
-
line-height: 1.5;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.body-small-semibold {
|
|
89
|
-
font-size: var(--step-3);
|
|
90
|
-
font-weight: 500;
|
|
91
|
-
line-height: 1.5;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.body-xsmall-semibold {
|
|
95
|
-
font-size: var(--step-2);
|
|
96
|
-
font-weight: 500;
|
|
97
|
-
line-height: 1.5;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.body-large-bold {
|
|
101
|
-
font-size: var(--step-6);
|
|
102
|
-
font-weight: bold;
|
|
103
|
-
line-height: 1.5;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.body-medium-bold {
|
|
107
|
-
font-size: var(--step-5);
|
|
108
|
-
font-weight: bold;
|
|
109
|
-
line-height: 1.5;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.body-normal-bold {
|
|
113
|
-
font-size: var(--step-4);
|
|
114
|
-
font-weight: bold;
|
|
115
|
-
line-height: 1.5;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.body-small-bold {
|
|
119
|
-
font-size: var(--step-3);
|
|
120
|
-
font-weight: bold;
|
|
121
|
-
line-height: 1.5;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.body-xsmall-bold {
|
|
125
|
-
font-size: var(--step-2);
|
|
126
|
-
font-weight: bold;
|
|
127
|
-
line-height: 1.5;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/* Links */
|
|
131
|
-
|
|
132
|
-
.link-large {
|
|
133
|
-
color: var(--theme-link-default);
|
|
134
|
-
font-size: var(--step-6);
|
|
135
|
-
font-weight: 600;
|
|
136
|
-
line-height: 1.5;
|
|
137
|
-
text-decoration: underline;
|
|
138
|
-
|
|
139
|
-
&:visited {
|
|
140
|
-
color: var(--theme-link-default);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.link-medium {
|
|
145
|
-
color: var(--theme-link-default);
|
|
146
|
-
font-size: var(--step-5);
|
|
147
|
-
font-weight: 600;
|
|
148
|
-
line-height: 1.5;
|
|
149
|
-
text-decoration: underline;
|
|
150
|
-
|
|
151
|
-
&:visited {
|
|
152
|
-
color: var(--theme-link-default);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.link-normal {
|
|
157
|
-
color: var(--theme-link-default);
|
|
158
|
-
font-size: var(--step-4);
|
|
159
|
-
font-weight: 600;
|
|
160
|
-
line-height: 1.5;
|
|
161
|
-
text-decoration: underline;
|
|
162
|
-
|
|
163
|
-
&:visited,
|
|
164
|
-
&:active {
|
|
165
|
-
color: var(--theme-link-default);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.link-small {
|
|
170
|
-
color: var(--theme-link-default);
|
|
171
|
-
font-size: var(--step-3);
|
|
172
|
-
font-weight: 600;
|
|
173
|
-
line-height: 1.5;
|
|
174
|
-
text-decoration: underline;
|
|
175
|
-
|
|
176
|
-
&:visited {
|
|
177
|
-
color: var(--theme-link-default);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.link-xsmall {
|
|
182
|
-
color: var(--theme-link-default);
|
|
183
|
-
font-size: var(--step-2);
|
|
184
|
-
font-weight: 600;
|
|
185
|
-
line-height: 1.5;
|
|
186
|
-
text-decoration: underline;
|
|
187
|
-
|
|
188
|
-
&:visited {
|
|
189
|
-
color: var(--theme-link-default);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.italic {
|
|
194
|
-
font-style: italic;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.wght-300 {
|
|
198
|
-
font-variation-settings: 'wght' 300;
|
|
199
|
-
}
|
|
200
|
-
.wght-400 {
|
|
201
|
-
font-variation-settings: 'wght' 400;
|
|
202
|
-
}
|
|
203
|
-
.wght-500 {
|
|
204
|
-
font-variation-settings: 'wght' 500;
|
|
205
|
-
}
|
|
206
|
-
.wght-600 {
|
|
207
|
-
font-variation-settings: 'wght' 600;
|
|
208
|
-
}
|
|
209
|
-
.wght-700 {
|
|
210
|
-
font-variation-settings: 'wght' 700;
|
|
211
|
-
}
|
|
212
|
-
.wght-800 {
|
|
213
|
-
font-variation-settings: 'wght' 800;
|
|
214
|
-
}
|
|
215
|
-
.wght-900 {
|
|
216
|
-
font-variation-settings: 'wght' 900;
|
|
217
|
-
}
|
package/app/assets/styles/setup/typography/utility-classes/_generic-font-variation-settings.css
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/* Using the font-variation-settings property. */
|
|
2
|
-
|
|
3
|
-
.fvs-wght-100 {
|
|
4
|
-
font-variation-settings: 'wght' 100;
|
|
5
|
-
}
|
|
6
|
-
.fvs-wght-200 {
|
|
7
|
-
font-variation-settings: 'wght' 200;
|
|
8
|
-
}
|
|
9
|
-
.fvs-wght-300 {
|
|
10
|
-
font-variation-settings: 'wght' 300;
|
|
11
|
-
}
|
|
12
|
-
.fvs-wght-400 {
|
|
13
|
-
font-variation-settings: 'wght' 400;
|
|
14
|
-
}
|
|
15
|
-
.fvs-wght-500 {
|
|
16
|
-
font-variation-settings: 'wght' 500;
|
|
17
|
-
}
|
|
18
|
-
.fvs-wght-600 {
|
|
19
|
-
font-variation-settings: 'wght' 600;
|
|
20
|
-
}
|
|
21
|
-
.fvs-wght-700 {
|
|
22
|
-
font-variation-settings: 'wght' 700;
|
|
23
|
-
}
|
|
24
|
-
.fvs-wght-800 {
|
|
25
|
-
font-variation-settings: 'wght' 800;
|
|
26
|
-
}
|
|
27
|
-
.fvs-wght-900 {
|
|
28
|
-
font-variation-settings: 'wght' 900;
|
|
29
|
-
}
|