@bexis2/bexis2-core-ui 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/TableView.svelte +1 -1
- package/dist/components/File/FileIcon.svelte +45 -45
- package/dist/components/File/FileInfo.svelte +13 -13
- package/dist/components/ListView.svelte +5 -5
- package/dist/components/form/Checkbox.svelte +13 -13
- package/dist/components/form/CheckboxKvPList.svelte +16 -16
- package/dist/components/form/CheckboxList.svelte +10 -10
- package/dist/components/form/DateInput.svelte +14 -14
- package/dist/components/form/DropdownKvP.svelte +54 -54
- package/dist/components/form/NumberInput.svelte +15 -15
- package/dist/components/form/TextArea.svelte +14 -14
- package/dist/components/form/TextInput.svelte +15 -15
- package/dist/components/page/Alert.svelte +28 -28
- package/dist/components/page/BackToTop.svelte +30 -30
- package/dist/components/page/Docs.svelte +22 -22
- package/dist/components/page/ErrorMessage.svelte +8 -8
- package/dist/components/page/Footer.svelte +5 -5
- package/dist/components/page/Header.svelte +5 -5
- package/dist/components/page/HelpPopUp.svelte +30 -30
- package/dist/components/page/PageCaller.js +19 -19
- package/dist/components/page/Spinner.svelte +14 -14
- package/dist/components/page/menu/MenuDataCaller.js +10 -10
- package/dist/css/core.ui.postcss +17 -17
- package/dist/css/themes/theme-bexis2.css +96 -96
- package/dist/css/themes/theme-crimson.css +101 -101
- package/dist/css/themes/theme-gold-nouveau.css +140 -140
- package/dist/css/themes/theme-hamlindigo.css +112 -112
- package/dist/css/themes/theme-modern.css +127 -127
- package/dist/css/themes/theme-rocket.css +119 -119
- package/dist/css/themes/theme-sahara.css +128 -128
- package/dist/css/themes/theme-seafoam.css +122 -122
- package/dist/css/themes/theme-seasonal.css +115 -115
- package/dist/css/themes/theme-skeleton.css +118 -118
- package/dist/css/themes/theme-vintage.css +125 -125
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/services/BaseCaller.js +16 -16
- package/dist/stores/pageStores.js +1 -1
- package/dist/themes/theme-bexis2.d.ts +1 -1
- package/dist/themes/theme-bexis2.js +93 -93
- package/package.json +1 -1
- package/src/lib/TableView.svelte +1 -1
- package/src/lib/components/CodeEditor/CodeEditor.svelte +1 -1
- package/src/lib/components/ListView.svelte +11 -11
- package/src/lib/components/Table/filter.ts +141 -141
- package/src/lib/components/file/FileIcon.svelte +45 -45
- package/src/lib/components/file/FileInfo.svelte +13 -13
- package/src/lib/components/form/Checkbox.svelte +24 -24
- package/src/lib/components/form/CheckboxKvPList.svelte +29 -29
- package/src/lib/components/form/CheckboxList.svelte +21 -21
- package/src/lib/components/form/DateInput.svelte +27 -27
- package/src/lib/components/form/DropdownKvP.svelte +54 -54
- package/src/lib/components/form/NumberInput.svelte +30 -30
- package/src/lib/components/form/TextArea.svelte +28 -28
- package/src/lib/components/form/TextInput.svelte +28 -28
- package/src/lib/components/page/Alert.svelte +41 -41
- package/src/lib/components/page/BackToTop.svelte +30 -30
- package/src/lib/components/page/Docs.svelte +46 -46
- package/src/lib/components/page/ErrorMessage.svelte +10 -10
- package/src/lib/components/page/Footer.svelte +18 -18
- package/src/lib/components/page/Header.svelte +18 -18
- package/src/lib/components/page/HelpPopUp.svelte +72 -72
- package/src/lib/components/page/Notification.svelte +42 -47
- package/src/lib/components/page/Page.svelte +0 -1
- package/src/lib/components/page/PageCaller.js +19 -19
- package/src/lib/components/page/Spinner.svelte +20 -20
- package/src/lib/components/page/menu/MenuDataCaller.js +10 -10
- package/src/lib/css/core.ui.postcss +17 -17
- package/src/lib/css/themes/theme-bexis2.css +96 -96
- package/src/lib/css/themes/theme-crimson.css +101 -101
- package/src/lib/css/themes/theme-gold-nouveau.css +140 -140
- package/src/lib/css/themes/theme-hamlindigo.css +112 -112
- package/src/lib/css/themes/theme-modern.css +127 -127
- package/src/lib/css/themes/theme-rocket.css +119 -119
- package/src/lib/css/themes/theme-sahara.css +128 -128
- package/src/lib/css/themes/theme-seafoam.css +122 -122
- package/src/lib/css/themes/theme-seasonal.css +115 -115
- package/src/lib/css/themes/theme-skeleton.css +118 -118
- package/src/lib/css/themes/theme-vintage.css +125 -125
- package/src/lib/index.ts +5 -0
- package/src/lib/models/Page.ts +40 -40
- package/src/lib/services/Api.ts +55 -55
- package/src/lib/services/BaseCaller.js +16 -16
- package/src/lib/stores/apiStores.ts +34 -34
- package/src/lib/stores/pageStores.ts +4 -3
- package/src/lib/themes/theme-bexis2.ts +95 -97
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
/* https://fonts.google.com/specimen/Playfair+Display?query=playfair¬o.query=Abril */
|
|
2
|
-
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
3
|
-
|
|
4
|
-
:root {
|
|
5
|
-
/* =~= Theme Styles =~= */
|
|
6
|
-
--theme-font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
7
|
-
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
|
|
8
|
-
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
9
|
-
--theme-font-family-heading: 'Playfair Display', serif;
|
|
10
|
-
--theme-font-color-base: var(--color-surface-900);
|
|
11
|
-
--theme-font-color-dark: var(--color-secondary-100);
|
|
12
|
-
--theme-rounded-base: 16px;
|
|
13
|
-
--theme-rounded-container: 16px;
|
|
14
|
-
--theme-border-base: 3px;
|
|
15
|
-
/* =~= Theme On-X Colors =~= */
|
|
16
|
-
--on-primary: 0 0 0;
|
|
17
|
-
--on-secondary: 255 255 255;
|
|
18
|
-
--on-tertiary: 255 255 255;
|
|
19
|
-
--on-success: 0 0 0;
|
|
20
|
-
--on-warning: 0 0 0;
|
|
21
|
-
--on-error: 255 255 255;
|
|
22
|
-
--on-surface: 0 0 0;
|
|
23
|
-
/* =~= Theme Colors =~= */
|
|
24
|
-
/* primary | #86d0cb */
|
|
25
|
-
--color-primary-50: 237 248 247; /* ⬅ #edf8f7 */
|
|
26
|
-
--color-primary-100: 231 246 245; /* ⬅ #e7f6f5 */
|
|
27
|
-
--color-primary-200: 225 243 242; /* ⬅ #e1f3f2 */
|
|
28
|
-
--color-primary-300: 207 236 234; /* ⬅ #cfecea */
|
|
29
|
-
--color-primary-400: 170 222 219; /* ⬅ #aadedb */
|
|
30
|
-
--color-primary-500: 134 208 203; /* ⬅ #86d0cb */
|
|
31
|
-
--color-primary-600: 121 187 183; /* ⬅ #79bbb7 */
|
|
32
|
-
--color-primary-700: 101 156 152; /* ⬅ #659c98 */
|
|
33
|
-
--color-primary-800: 80 125 122; /* ⬅ #507d7a */
|
|
34
|
-
--color-primary-900: 66 102 99; /* ⬅ #426663 */
|
|
35
|
-
/* secondary | #213355 */
|
|
36
|
-
--color-secondary-50: 222 224 230; /* ⬅ #dee0e6 */
|
|
37
|
-
--color-secondary-100: 211 214 221; /* ⬅ #d3d6dd */
|
|
38
|
-
--color-secondary-200: 200 204 213; /* ⬅ #c8ccd5 */
|
|
39
|
-
--color-secondary-300: 166 173 187; /* ⬅ #a6adbb */
|
|
40
|
-
--color-secondary-400: 100 112 136; /* ⬅ #647088 */
|
|
41
|
-
--color-secondary-500: 33 51 85; /* ⬅ #213355 */
|
|
42
|
-
--color-secondary-600: 30 46 77; /* ⬅ #1e2e4d */
|
|
43
|
-
--color-secondary-700: 25 38 64; /* ⬅ #192640 */
|
|
44
|
-
--color-secondary-800: 20 31 51; /* ⬅ #141f33 */
|
|
45
|
-
--color-secondary-900: 16 25 42; /* ⬅ #10192a */
|
|
46
|
-
/* tertiary | #ff3d00 */
|
|
47
|
-
--color-tertiary-50: 255 226 217; /* ⬅ #ffe2d9 */
|
|
48
|
-
--color-tertiary-100: 255 216 204; /* ⬅ #ffd8cc */
|
|
49
|
-
--color-tertiary-200: 255 207 191; /* ⬅ #ffcfbf */
|
|
50
|
-
--color-tertiary-300: 255 177 153; /* ⬅ #ffb199 */
|
|
51
|
-
--color-tertiary-400: 255 119 77; /* ⬅ #ff774d */
|
|
52
|
-
--color-tertiary-500: 255 61 0; /* ⬅ #ff3d00 */
|
|
53
|
-
--color-tertiary-600: 230 55 0; /* ⬅ #e63700 */
|
|
54
|
-
--color-tertiary-700: 191 46 0; /* ⬅ #bf2e00 */
|
|
55
|
-
--color-tertiary-800: 153 37 0; /* ⬅ #992500 */
|
|
56
|
-
--color-tertiary-900: 125 30 0; /* ⬅ #7d1e00 */
|
|
57
|
-
/* success | #06e5a2 */
|
|
58
|
-
--color-success-50: 218 251 241; /* ⬅ #dafbf1 */
|
|
59
|
-
--color-success-100: 205 250 236; /* ⬅ #cdfaec */
|
|
60
|
-
--color-success-200: 193 249 232; /* ⬅ #c1f9e8 */
|
|
61
|
-
--color-success-300: 155 245 218; /* ⬅ #9bf5da */
|
|
62
|
-
--color-success-400: 81 237 190; /* ⬅ #51edbe */
|
|
63
|
-
--color-success-500: 6 229 162; /* ⬅ #06e5a2 */
|
|
64
|
-
--color-success-600: 5 206 146; /* ⬅ #05ce92 */
|
|
65
|
-
--color-success-700: 5 172 122; /* ⬅ #05ac7a */
|
|
66
|
-
--color-success-800: 4 137 97; /* ⬅ #048961 */
|
|
67
|
-
--color-success-900: 3 112 79; /* ⬅ #03704f */
|
|
68
|
-
/* warning | #eae557 */
|
|
69
|
-
--color-warning-50: 252 251 230; /* ⬅ #fcfbe6 */
|
|
70
|
-
--color-warning-100: 251 250 221; /* ⬅ #fbfadd */
|
|
71
|
-
--color-warning-200: 250 249 213; /* ⬅ #faf9d5 */
|
|
72
|
-
--color-warning-300: 247 245 188; /* ⬅ #f7f5bc */
|
|
73
|
-
--color-warning-400: 240 237 137; /* ⬅ #f0ed89 */
|
|
74
|
-
--color-warning-500: 234 229 87; /* ⬅ #eae557 */
|
|
75
|
-
--color-warning-600: 211 206 78; /* ⬅ #d3ce4e */
|
|
76
|
-
--color-warning-700: 176 172 65; /* ⬅ #b0ac41 */
|
|
77
|
-
--color-warning-800: 140 137 52; /* ⬅ #8c8934 */
|
|
78
|
-
--color-warning-900: 115 112 43; /* ⬅ #73702b */
|
|
79
|
-
/* error | #d24646 */
|
|
80
|
-
--color-error-50: 248 227 227; /* ⬅ #f8e3e3 */
|
|
81
|
-
--color-error-100: 246 218 218; /* ⬅ #f6dada */
|
|
82
|
-
--color-error-200: 244 209 209; /* ⬅ #f4d1d1 */
|
|
83
|
-
--color-error-300: 237 181 181; /* ⬅ #edb5b5 */
|
|
84
|
-
--color-error-400: 224 126 126; /* ⬅ #e07e7e */
|
|
85
|
-
--color-error-500: 210 70 70; /* ⬅ #d24646 */
|
|
86
|
-
--color-error-600: 189 63 63; /* ⬅ #bd3f3f */
|
|
87
|
-
--color-error-700: 158 53 53; /* ⬅ #9e3535 */
|
|
88
|
-
--color-error-800: 126 42 42; /* ⬅ #7e2a2a */
|
|
89
|
-
--color-error-900: 103 34 34; /* ⬅ #672222 */
|
|
90
|
-
/* surface | #25d1d4 */
|
|
91
|
-
--color-surface-50: 222 248 249; /* ⬅ #def8f9 */
|
|
92
|
-
--color-surface-100: 211 246 246; /* ⬅ #d3f6f6 */
|
|
93
|
-
--color-surface-200: 201 244 244; /* ⬅ #c9f4f4 */
|
|
94
|
-
--color-surface-300: 168 237 238; /* ⬅ #a8edee */
|
|
95
|
-
--color-surface-400: 102 223 225; /* ⬅ #66dfe1 */
|
|
96
|
-
--color-surface-500: 37 209 212; /* ⬅ #25d1d4 */
|
|
97
|
-
--color-surface-600: 33 188 191; /* ⬅ #21bcbf */
|
|
98
|
-
--color-surface-700: 28 157 159; /* ⬅ #1c9d9f */
|
|
99
|
-
--color-surface-800: 22 125 127; /* ⬅ #167d7f */
|
|
100
|
-
--color-surface-900: 18 102 104; /* ⬅ #126668 */
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
[data-theme='seafoam'] h1,
|
|
104
|
-
[data-theme='seafoam'] h2,
|
|
105
|
-
[data-theme='seafoam'] h3,
|
|
106
|
-
[data-theme='seafoam'] h4,
|
|
107
|
-
[data-theme='seafoam'] h5,
|
|
108
|
-
[data-theme='seafoam'] h6 {
|
|
109
|
-
font-weight: bold;
|
|
110
|
-
font-style: italic;
|
|
111
|
-
letter-spacing: 1px;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/* #213253 | #08847c */
|
|
115
|
-
/* Applied to body with `<body data-theme="seafoam">` */
|
|
116
|
-
/* Created with: https://csshero.org/mesher/ */
|
|
117
|
-
[data-theme='seafoam'] {
|
|
118
|
-
background: linear-gradient(0deg, rgba(203, 221, 254, 0.75) 0%, rgba(163, 209, 206, 0.75) 100%);
|
|
119
|
-
}
|
|
120
|
-
.dark [data-theme='seafoam'] {
|
|
121
|
-
background: linear-gradient(0deg, rgba(33, 50, 83, 1) 0%, rgba(8, 132, 124, 1) 100%);
|
|
122
|
-
}
|
|
1
|
+
/* https://fonts.google.com/specimen/Playfair+Display?query=playfair¬o.query=Abril */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* =~= Theme Styles =~= */
|
|
6
|
+
--theme-font-family-base: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
7
|
+
'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
|
|
8
|
+
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
9
|
+
--theme-font-family-heading: 'Playfair Display', serif;
|
|
10
|
+
--theme-font-color-base: var(--color-surface-900);
|
|
11
|
+
--theme-font-color-dark: var(--color-secondary-100);
|
|
12
|
+
--theme-rounded-base: 16px;
|
|
13
|
+
--theme-rounded-container: 16px;
|
|
14
|
+
--theme-border-base: 3px;
|
|
15
|
+
/* =~= Theme On-X Colors =~= */
|
|
16
|
+
--on-primary: 0 0 0;
|
|
17
|
+
--on-secondary: 255 255 255;
|
|
18
|
+
--on-tertiary: 255 255 255;
|
|
19
|
+
--on-success: 0 0 0;
|
|
20
|
+
--on-warning: 0 0 0;
|
|
21
|
+
--on-error: 255 255 255;
|
|
22
|
+
--on-surface: 0 0 0;
|
|
23
|
+
/* =~= Theme Colors =~= */
|
|
24
|
+
/* primary | #86d0cb */
|
|
25
|
+
--color-primary-50: 237 248 247; /* ⬅ #edf8f7 */
|
|
26
|
+
--color-primary-100: 231 246 245; /* ⬅ #e7f6f5 */
|
|
27
|
+
--color-primary-200: 225 243 242; /* ⬅ #e1f3f2 */
|
|
28
|
+
--color-primary-300: 207 236 234; /* ⬅ #cfecea */
|
|
29
|
+
--color-primary-400: 170 222 219; /* ⬅ #aadedb */
|
|
30
|
+
--color-primary-500: 134 208 203; /* ⬅ #86d0cb */
|
|
31
|
+
--color-primary-600: 121 187 183; /* ⬅ #79bbb7 */
|
|
32
|
+
--color-primary-700: 101 156 152; /* ⬅ #659c98 */
|
|
33
|
+
--color-primary-800: 80 125 122; /* ⬅ #507d7a */
|
|
34
|
+
--color-primary-900: 66 102 99; /* ⬅ #426663 */
|
|
35
|
+
/* secondary | #213355 */
|
|
36
|
+
--color-secondary-50: 222 224 230; /* ⬅ #dee0e6 */
|
|
37
|
+
--color-secondary-100: 211 214 221; /* ⬅ #d3d6dd */
|
|
38
|
+
--color-secondary-200: 200 204 213; /* ⬅ #c8ccd5 */
|
|
39
|
+
--color-secondary-300: 166 173 187; /* ⬅ #a6adbb */
|
|
40
|
+
--color-secondary-400: 100 112 136; /* ⬅ #647088 */
|
|
41
|
+
--color-secondary-500: 33 51 85; /* ⬅ #213355 */
|
|
42
|
+
--color-secondary-600: 30 46 77; /* ⬅ #1e2e4d */
|
|
43
|
+
--color-secondary-700: 25 38 64; /* ⬅ #192640 */
|
|
44
|
+
--color-secondary-800: 20 31 51; /* ⬅ #141f33 */
|
|
45
|
+
--color-secondary-900: 16 25 42; /* ⬅ #10192a */
|
|
46
|
+
/* tertiary | #ff3d00 */
|
|
47
|
+
--color-tertiary-50: 255 226 217; /* ⬅ #ffe2d9 */
|
|
48
|
+
--color-tertiary-100: 255 216 204; /* ⬅ #ffd8cc */
|
|
49
|
+
--color-tertiary-200: 255 207 191; /* ⬅ #ffcfbf */
|
|
50
|
+
--color-tertiary-300: 255 177 153; /* ⬅ #ffb199 */
|
|
51
|
+
--color-tertiary-400: 255 119 77; /* ⬅ #ff774d */
|
|
52
|
+
--color-tertiary-500: 255 61 0; /* ⬅ #ff3d00 */
|
|
53
|
+
--color-tertiary-600: 230 55 0; /* ⬅ #e63700 */
|
|
54
|
+
--color-tertiary-700: 191 46 0; /* ⬅ #bf2e00 */
|
|
55
|
+
--color-tertiary-800: 153 37 0; /* ⬅ #992500 */
|
|
56
|
+
--color-tertiary-900: 125 30 0; /* ⬅ #7d1e00 */
|
|
57
|
+
/* success | #06e5a2 */
|
|
58
|
+
--color-success-50: 218 251 241; /* ⬅ #dafbf1 */
|
|
59
|
+
--color-success-100: 205 250 236; /* ⬅ #cdfaec */
|
|
60
|
+
--color-success-200: 193 249 232; /* ⬅ #c1f9e8 */
|
|
61
|
+
--color-success-300: 155 245 218; /* ⬅ #9bf5da */
|
|
62
|
+
--color-success-400: 81 237 190; /* ⬅ #51edbe */
|
|
63
|
+
--color-success-500: 6 229 162; /* ⬅ #06e5a2 */
|
|
64
|
+
--color-success-600: 5 206 146; /* ⬅ #05ce92 */
|
|
65
|
+
--color-success-700: 5 172 122; /* ⬅ #05ac7a */
|
|
66
|
+
--color-success-800: 4 137 97; /* ⬅ #048961 */
|
|
67
|
+
--color-success-900: 3 112 79; /* ⬅ #03704f */
|
|
68
|
+
/* warning | #eae557 */
|
|
69
|
+
--color-warning-50: 252 251 230; /* ⬅ #fcfbe6 */
|
|
70
|
+
--color-warning-100: 251 250 221; /* ⬅ #fbfadd */
|
|
71
|
+
--color-warning-200: 250 249 213; /* ⬅ #faf9d5 */
|
|
72
|
+
--color-warning-300: 247 245 188; /* ⬅ #f7f5bc */
|
|
73
|
+
--color-warning-400: 240 237 137; /* ⬅ #f0ed89 */
|
|
74
|
+
--color-warning-500: 234 229 87; /* ⬅ #eae557 */
|
|
75
|
+
--color-warning-600: 211 206 78; /* ⬅ #d3ce4e */
|
|
76
|
+
--color-warning-700: 176 172 65; /* ⬅ #b0ac41 */
|
|
77
|
+
--color-warning-800: 140 137 52; /* ⬅ #8c8934 */
|
|
78
|
+
--color-warning-900: 115 112 43; /* ⬅ #73702b */
|
|
79
|
+
/* error | #d24646 */
|
|
80
|
+
--color-error-50: 248 227 227; /* ⬅ #f8e3e3 */
|
|
81
|
+
--color-error-100: 246 218 218; /* ⬅ #f6dada */
|
|
82
|
+
--color-error-200: 244 209 209; /* ⬅ #f4d1d1 */
|
|
83
|
+
--color-error-300: 237 181 181; /* ⬅ #edb5b5 */
|
|
84
|
+
--color-error-400: 224 126 126; /* ⬅ #e07e7e */
|
|
85
|
+
--color-error-500: 210 70 70; /* ⬅ #d24646 */
|
|
86
|
+
--color-error-600: 189 63 63; /* ⬅ #bd3f3f */
|
|
87
|
+
--color-error-700: 158 53 53; /* ⬅ #9e3535 */
|
|
88
|
+
--color-error-800: 126 42 42; /* ⬅ #7e2a2a */
|
|
89
|
+
--color-error-900: 103 34 34; /* ⬅ #672222 */
|
|
90
|
+
/* surface | #25d1d4 */
|
|
91
|
+
--color-surface-50: 222 248 249; /* ⬅ #def8f9 */
|
|
92
|
+
--color-surface-100: 211 246 246; /* ⬅ #d3f6f6 */
|
|
93
|
+
--color-surface-200: 201 244 244; /* ⬅ #c9f4f4 */
|
|
94
|
+
--color-surface-300: 168 237 238; /* ⬅ #a8edee */
|
|
95
|
+
--color-surface-400: 102 223 225; /* ⬅ #66dfe1 */
|
|
96
|
+
--color-surface-500: 37 209 212; /* ⬅ #25d1d4 */
|
|
97
|
+
--color-surface-600: 33 188 191; /* ⬅ #21bcbf */
|
|
98
|
+
--color-surface-700: 28 157 159; /* ⬅ #1c9d9f */
|
|
99
|
+
--color-surface-800: 22 125 127; /* ⬅ #167d7f */
|
|
100
|
+
--color-surface-900: 18 102 104; /* ⬅ #126668 */
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
[data-theme='seafoam'] h1,
|
|
104
|
+
[data-theme='seafoam'] h2,
|
|
105
|
+
[data-theme='seafoam'] h3,
|
|
106
|
+
[data-theme='seafoam'] h4,
|
|
107
|
+
[data-theme='seafoam'] h5,
|
|
108
|
+
[data-theme='seafoam'] h6 {
|
|
109
|
+
font-weight: bold;
|
|
110
|
+
font-style: italic;
|
|
111
|
+
letter-spacing: 1px;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/* #213253 | #08847c */
|
|
115
|
+
/* Applied to body with `<body data-theme="seafoam">` */
|
|
116
|
+
/* Created with: https://csshero.org/mesher/ */
|
|
117
|
+
[data-theme='seafoam'] {
|
|
118
|
+
background: linear-gradient(0deg, rgba(203, 221, 254, 0.75) 0%, rgba(163, 209, 206, 0.75) 100%);
|
|
119
|
+
}
|
|
120
|
+
.dark [data-theme='seafoam'] {
|
|
121
|
+
background: linear-gradient(0deg, rgba(33, 50, 83, 1) 0%, rgba(8, 132, 124, 1) 100%);
|
|
122
|
+
}
|
|
@@ -1,115 +1,115 @@
|
|
|
1
|
-
/* A New Years inspired theme. */
|
|
2
|
-
|
|
3
|
-
/* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
|
|
4
|
-
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
|
|
5
|
-
|
|
6
|
-
:root {
|
|
7
|
-
/* =~= Theme Properties =~= */
|
|
8
|
-
--theme-font-family-base: system-ui;
|
|
9
|
-
--theme-font-family-heading: 'Quicksand', sans-serif;
|
|
10
|
-
--theme-font-color-base: var(--color-surface-500);
|
|
11
|
-
--theme-font-color-dark: var(--color-surface-200);
|
|
12
|
-
--theme-rounded-base: 12px;
|
|
13
|
-
--theme-rounded-container: 12px;
|
|
14
|
-
--theme-border-base: 0px;
|
|
15
|
-
/* =~= Theme On-X Colors =~= */
|
|
16
|
-
--on-primary: 0 0 0;
|
|
17
|
-
--on-secondary: 255 255 255;
|
|
18
|
-
--on-tertiary: 255 255 255;
|
|
19
|
-
--on-success: 0 0 0;
|
|
20
|
-
--on-warning: 0 0 0;
|
|
21
|
-
--on-error: 255 255 255;
|
|
22
|
-
--on-surface: 255 255 255;
|
|
23
|
-
/* =~= Theme Colors =~= */
|
|
24
|
-
/* primary | #40b09d */
|
|
25
|
-
--color-primary-50: 226 243 240; /* ⬅ #e2f3f0 */
|
|
26
|
-
--color-primary-100: 217 239 235; /* ⬅ #d9efeb */
|
|
27
|
-
--color-primary-200: 207 235 231; /* ⬅ #cfebe7 */
|
|
28
|
-
--color-primary-300: 179 223 216; /* ⬅ #b3dfd8 */
|
|
29
|
-
--color-primary-400: 121 200 186; /* ⬅ #79c8ba */
|
|
30
|
-
--color-primary-500: 64 176 157; /* ⬅ #40b09d */
|
|
31
|
-
--color-primary-600: 58 158 141; /* ⬅ #3a9e8d */
|
|
32
|
-
--color-primary-700: 48 132 118; /* ⬅ #308476 */
|
|
33
|
-
--color-primary-800: 38 106 94; /* ⬅ #266a5e */
|
|
34
|
-
--color-primary-900: 31 86 77; /* ⬅ #1f564d */
|
|
35
|
-
/* secondary | #d7a12d */
|
|
36
|
-
--color-secondary-50: 249 241 224; /* ⬅ #f9f1e0 */
|
|
37
|
-
--color-secondary-100: 247 236 213; /* ⬅ #f7ecd5 */
|
|
38
|
-
--color-secondary-200: 245 232 203; /* ⬅ #f5e8cb */
|
|
39
|
-
--color-secondary-300: 239 217 171; /* ⬅ #efd9ab */
|
|
40
|
-
--color-secondary-400: 227 189 108; /* ⬅ #e3bd6c */
|
|
41
|
-
--color-secondary-500: 215 161 45; /* ⬅ #d7a12d */
|
|
42
|
-
--color-secondary-600: 194 145 41; /* ⬅ #c29129 */
|
|
43
|
-
--color-secondary-700: 161 121 34; /* ⬅ #a17922 */
|
|
44
|
-
--color-secondary-800: 129 97 27; /* ⬅ #81611b */
|
|
45
|
-
--color-secondary-900: 105 79 22; /* ⬅ #694f16 */
|
|
46
|
-
/* tertiary | #411d96 */
|
|
47
|
-
--color-tertiary-50: 227 221 239; /* ⬅ #e3ddef */
|
|
48
|
-
--color-tertiary-100: 217 210 234; /* ⬅ #d9d2ea */
|
|
49
|
-
--color-tertiary-200: 208 199 229; /* ⬅ #d0c7e5 */
|
|
50
|
-
--color-tertiary-300: 179 165 213; /* ⬅ #b3a5d5 */
|
|
51
|
-
--color-tertiary-400: 122 97 182; /* ⬅ #7a61b6 */
|
|
52
|
-
--color-tertiary-500: 65 29 150; /* ⬅ #411d96 */
|
|
53
|
-
--color-tertiary-600: 59 26 135; /* ⬅ #3b1a87 */
|
|
54
|
-
--color-tertiary-700: 49 22 113; /* ⬅ #311671 */
|
|
55
|
-
--color-tertiary-800: 39 17 90; /* ⬅ #27115a */
|
|
56
|
-
--color-tertiary-900: 32 14 74; /* ⬅ #200e4a */
|
|
57
|
-
/* success | #aad765 */
|
|
58
|
-
--color-success-50: 242 249 232; /* ⬅ #f2f9e8 */
|
|
59
|
-
--color-success-100: 238 247 224; /* ⬅ #eef7e0 */
|
|
60
|
-
--color-success-200: 234 245 217; /* ⬅ #eaf5d9 */
|
|
61
|
-
--color-success-300: 221 239 193; /* ⬅ #ddefc1 */
|
|
62
|
-
--color-success-400: 196 227 147; /* ⬅ #c4e393 */
|
|
63
|
-
--color-success-500: 170 215 101; /* ⬅ #aad765 */
|
|
64
|
-
--color-success-600: 153 194 91; /* ⬅ #99c25b */
|
|
65
|
-
--color-success-700: 128 161 76; /* ⬅ #80a14c */
|
|
66
|
-
--color-success-800: 102 129 61; /* ⬅ #66813d */
|
|
67
|
-
--color-success-900: 83 105 49; /* ⬅ #536931 */
|
|
68
|
-
/* warning | #e1ca84 */
|
|
69
|
-
--color-warning-50: 251 247 237; /* ⬅ #fbf7ed */
|
|
70
|
-
--color-warning-100: 249 244 230; /* ⬅ #f9f4e6 */
|
|
71
|
-
--color-warning-200: 248 242 224; /* ⬅ #f8f2e0 */
|
|
72
|
-
--color-warning-300: 243 234 206; /* ⬅ #f3eace */
|
|
73
|
-
--color-warning-400: 234 218 169; /* ⬅ #eadaa9 */
|
|
74
|
-
--color-warning-500: 225 202 132; /* ⬅ #e1ca84 */
|
|
75
|
-
--color-warning-600: 203 182 119; /* ⬅ #cbb677 */
|
|
76
|
-
--color-warning-700: 169 152 99; /* ⬅ #a99863 */
|
|
77
|
-
--color-warning-800: 135 121 79; /* ⬅ #87794f */
|
|
78
|
-
--color-warning-900: 110 99 65; /* ⬅ #6e6341 */
|
|
79
|
-
/* error | #e1565d */
|
|
80
|
-
--color-error-50: 251 230 231; /* ⬅ #fbe6e7 */
|
|
81
|
-
--color-error-100: 249 221 223; /* ⬅ #f9dddf */
|
|
82
|
-
--color-error-200: 248 213 215; /* ⬅ #f8d5d7 */
|
|
83
|
-
--color-error-300: 243 187 190; /* ⬅ #f3bbbe */
|
|
84
|
-
--color-error-400: 234 137 142; /* ⬅ #ea898e */
|
|
85
|
-
--color-error-500: 225 86 93; /* ⬅ #e1565d */
|
|
86
|
-
--color-error-600: 203 77 84; /* ⬅ #cb4d54 */
|
|
87
|
-
--color-error-700: 169 65 70; /* ⬅ #a94146 */
|
|
88
|
-
--color-error-800: 135 52 56; /* ⬅ #873438 */
|
|
89
|
-
--color-error-900: 110 42 46; /* ⬅ #6e2a2e */
|
|
90
|
-
/* surface | #0f233e */
|
|
91
|
-
--color-surface-50: 219 222 226; /* ⬅ #dbdee2 */
|
|
92
|
-
--color-surface-100: 207 211 216; /* ⬅ #cfd3d8 */
|
|
93
|
-
--color-surface-200: 195 200 207; /* ⬅ #c3c8cf */
|
|
94
|
-
--color-surface-300: 159 167 178; /* ⬅ #9fa7b2 */
|
|
95
|
-
--color-surface-400: 87 101 120; /* ⬅ #576578 */
|
|
96
|
-
--color-surface-500: 15 35 62; /* ⬅ #0f233e */
|
|
97
|
-
--color-surface-600: 14 32 56; /* ⬅ #0e2038 */
|
|
98
|
-
--color-surface-700: 11 26 47; /* ⬅ #0b1a2f */
|
|
99
|
-
--color-surface-800: 9 21 37; /* ⬅ #091525 */
|
|
100
|
-
--color-surface-900: 7 17 30; /* ⬅ #07111e */
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/* Applied to body with `<body data-theme="seasonal">` */
|
|
104
|
-
[data-theme='seasonal'] {
|
|
105
|
-
/* prettier-ignore */
|
|
106
|
-
background-image:
|
|
107
|
-
radial-gradient(at 22% 100%, hsla(39,68%,50%,0.23) 0px, transparent 50%),
|
|
108
|
-
radial-gradient(at 80% 100%, hsla(189,100%,56%,0.33) 0px, transparent 50%);
|
|
109
|
-
}
|
|
110
|
-
.dark [data-theme='seasonal'] {
|
|
111
|
-
/* prettier-ignore */
|
|
112
|
-
background-image:
|
|
113
|
-
radial-gradient(at 22% 0%, hsla(39,68%,50%,0.15) 0px, transparent 50%),
|
|
114
|
-
radial-gradient(at 80% 0%, hsla(189,100%,56%,0.15) 0px, transparent 50%);
|
|
115
|
-
}
|
|
1
|
+
/* A New Years inspired theme. */
|
|
2
|
+
|
|
3
|
+
/* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
|
|
4
|
+
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
/* =~= Theme Properties =~= */
|
|
8
|
+
--theme-font-family-base: system-ui;
|
|
9
|
+
--theme-font-family-heading: 'Quicksand', sans-serif;
|
|
10
|
+
--theme-font-color-base: var(--color-surface-500);
|
|
11
|
+
--theme-font-color-dark: var(--color-surface-200);
|
|
12
|
+
--theme-rounded-base: 12px;
|
|
13
|
+
--theme-rounded-container: 12px;
|
|
14
|
+
--theme-border-base: 0px;
|
|
15
|
+
/* =~= Theme On-X Colors =~= */
|
|
16
|
+
--on-primary: 0 0 0;
|
|
17
|
+
--on-secondary: 255 255 255;
|
|
18
|
+
--on-tertiary: 255 255 255;
|
|
19
|
+
--on-success: 0 0 0;
|
|
20
|
+
--on-warning: 0 0 0;
|
|
21
|
+
--on-error: 255 255 255;
|
|
22
|
+
--on-surface: 255 255 255;
|
|
23
|
+
/* =~= Theme Colors =~= */
|
|
24
|
+
/* primary | #40b09d */
|
|
25
|
+
--color-primary-50: 226 243 240; /* ⬅ #e2f3f0 */
|
|
26
|
+
--color-primary-100: 217 239 235; /* ⬅ #d9efeb */
|
|
27
|
+
--color-primary-200: 207 235 231; /* ⬅ #cfebe7 */
|
|
28
|
+
--color-primary-300: 179 223 216; /* ⬅ #b3dfd8 */
|
|
29
|
+
--color-primary-400: 121 200 186; /* ⬅ #79c8ba */
|
|
30
|
+
--color-primary-500: 64 176 157; /* ⬅ #40b09d */
|
|
31
|
+
--color-primary-600: 58 158 141; /* ⬅ #3a9e8d */
|
|
32
|
+
--color-primary-700: 48 132 118; /* ⬅ #308476 */
|
|
33
|
+
--color-primary-800: 38 106 94; /* ⬅ #266a5e */
|
|
34
|
+
--color-primary-900: 31 86 77; /* ⬅ #1f564d */
|
|
35
|
+
/* secondary | #d7a12d */
|
|
36
|
+
--color-secondary-50: 249 241 224; /* ⬅ #f9f1e0 */
|
|
37
|
+
--color-secondary-100: 247 236 213; /* ⬅ #f7ecd5 */
|
|
38
|
+
--color-secondary-200: 245 232 203; /* ⬅ #f5e8cb */
|
|
39
|
+
--color-secondary-300: 239 217 171; /* ⬅ #efd9ab */
|
|
40
|
+
--color-secondary-400: 227 189 108; /* ⬅ #e3bd6c */
|
|
41
|
+
--color-secondary-500: 215 161 45; /* ⬅ #d7a12d */
|
|
42
|
+
--color-secondary-600: 194 145 41; /* ⬅ #c29129 */
|
|
43
|
+
--color-secondary-700: 161 121 34; /* ⬅ #a17922 */
|
|
44
|
+
--color-secondary-800: 129 97 27; /* ⬅ #81611b */
|
|
45
|
+
--color-secondary-900: 105 79 22; /* ⬅ #694f16 */
|
|
46
|
+
/* tertiary | #411d96 */
|
|
47
|
+
--color-tertiary-50: 227 221 239; /* ⬅ #e3ddef */
|
|
48
|
+
--color-tertiary-100: 217 210 234; /* ⬅ #d9d2ea */
|
|
49
|
+
--color-tertiary-200: 208 199 229; /* ⬅ #d0c7e5 */
|
|
50
|
+
--color-tertiary-300: 179 165 213; /* ⬅ #b3a5d5 */
|
|
51
|
+
--color-tertiary-400: 122 97 182; /* ⬅ #7a61b6 */
|
|
52
|
+
--color-tertiary-500: 65 29 150; /* ⬅ #411d96 */
|
|
53
|
+
--color-tertiary-600: 59 26 135; /* ⬅ #3b1a87 */
|
|
54
|
+
--color-tertiary-700: 49 22 113; /* ⬅ #311671 */
|
|
55
|
+
--color-tertiary-800: 39 17 90; /* ⬅ #27115a */
|
|
56
|
+
--color-tertiary-900: 32 14 74; /* ⬅ #200e4a */
|
|
57
|
+
/* success | #aad765 */
|
|
58
|
+
--color-success-50: 242 249 232; /* ⬅ #f2f9e8 */
|
|
59
|
+
--color-success-100: 238 247 224; /* ⬅ #eef7e0 */
|
|
60
|
+
--color-success-200: 234 245 217; /* ⬅ #eaf5d9 */
|
|
61
|
+
--color-success-300: 221 239 193; /* ⬅ #ddefc1 */
|
|
62
|
+
--color-success-400: 196 227 147; /* ⬅ #c4e393 */
|
|
63
|
+
--color-success-500: 170 215 101; /* ⬅ #aad765 */
|
|
64
|
+
--color-success-600: 153 194 91; /* ⬅ #99c25b */
|
|
65
|
+
--color-success-700: 128 161 76; /* ⬅ #80a14c */
|
|
66
|
+
--color-success-800: 102 129 61; /* ⬅ #66813d */
|
|
67
|
+
--color-success-900: 83 105 49; /* ⬅ #536931 */
|
|
68
|
+
/* warning | #e1ca84 */
|
|
69
|
+
--color-warning-50: 251 247 237; /* ⬅ #fbf7ed */
|
|
70
|
+
--color-warning-100: 249 244 230; /* ⬅ #f9f4e6 */
|
|
71
|
+
--color-warning-200: 248 242 224; /* ⬅ #f8f2e0 */
|
|
72
|
+
--color-warning-300: 243 234 206; /* ⬅ #f3eace */
|
|
73
|
+
--color-warning-400: 234 218 169; /* ⬅ #eadaa9 */
|
|
74
|
+
--color-warning-500: 225 202 132; /* ⬅ #e1ca84 */
|
|
75
|
+
--color-warning-600: 203 182 119; /* ⬅ #cbb677 */
|
|
76
|
+
--color-warning-700: 169 152 99; /* ⬅ #a99863 */
|
|
77
|
+
--color-warning-800: 135 121 79; /* ⬅ #87794f */
|
|
78
|
+
--color-warning-900: 110 99 65; /* ⬅ #6e6341 */
|
|
79
|
+
/* error | #e1565d */
|
|
80
|
+
--color-error-50: 251 230 231; /* ⬅ #fbe6e7 */
|
|
81
|
+
--color-error-100: 249 221 223; /* ⬅ #f9dddf */
|
|
82
|
+
--color-error-200: 248 213 215; /* ⬅ #f8d5d7 */
|
|
83
|
+
--color-error-300: 243 187 190; /* ⬅ #f3bbbe */
|
|
84
|
+
--color-error-400: 234 137 142; /* ⬅ #ea898e */
|
|
85
|
+
--color-error-500: 225 86 93; /* ⬅ #e1565d */
|
|
86
|
+
--color-error-600: 203 77 84; /* ⬅ #cb4d54 */
|
|
87
|
+
--color-error-700: 169 65 70; /* ⬅ #a94146 */
|
|
88
|
+
--color-error-800: 135 52 56; /* ⬅ #873438 */
|
|
89
|
+
--color-error-900: 110 42 46; /* ⬅ #6e2a2e */
|
|
90
|
+
/* surface | #0f233e */
|
|
91
|
+
--color-surface-50: 219 222 226; /* ⬅ #dbdee2 */
|
|
92
|
+
--color-surface-100: 207 211 216; /* ⬅ #cfd3d8 */
|
|
93
|
+
--color-surface-200: 195 200 207; /* ⬅ #c3c8cf */
|
|
94
|
+
--color-surface-300: 159 167 178; /* ⬅ #9fa7b2 */
|
|
95
|
+
--color-surface-400: 87 101 120; /* ⬅ #576578 */
|
|
96
|
+
--color-surface-500: 15 35 62; /* ⬅ #0f233e */
|
|
97
|
+
--color-surface-600: 14 32 56; /* ⬅ #0e2038 */
|
|
98
|
+
--color-surface-700: 11 26 47; /* ⬅ #0b1a2f */
|
|
99
|
+
--color-surface-800: 9 21 37; /* ⬅ #091525 */
|
|
100
|
+
--color-surface-900: 7 17 30; /* ⬅ #07111e */
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* Applied to body with `<body data-theme="seasonal">` */
|
|
104
|
+
[data-theme='seasonal'] {
|
|
105
|
+
/* prettier-ignore */
|
|
106
|
+
background-image:
|
|
107
|
+
radial-gradient(at 22% 100%, hsla(39,68%,50%,0.23) 0px, transparent 50%),
|
|
108
|
+
radial-gradient(at 80% 100%, hsla(189,100%,56%,0.33) 0px, transparent 50%);
|
|
109
|
+
}
|
|
110
|
+
.dark [data-theme='seasonal'] {
|
|
111
|
+
/* prettier-ignore */
|
|
112
|
+
background-image:
|
|
113
|
+
radial-gradient(at 22% 0%, hsla(39,68%,50%,0.15) 0px, transparent 50%),
|
|
114
|
+
radial-gradient(at 80% 0%, hsla(189,100%,56%,0.15) 0px, transparent 50%);
|
|
115
|
+
}
|