@code-coaching/vuetiful 0.4.1 → 0.5.0

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.
Files changed (40) hide show
  1. package/dist/types/components/molecules/VDrawer.vue.d.ts +0 -18
  2. package/dist/types/services/drawer.service.d.ts +2 -3
  3. package/dist/vuetiful.es.mjs +22 -22
  4. package/dist/vuetiful.umd.js +9 -9
  5. package/package.json +2 -1
  6. package/src/assets/main.css +6 -6
  7. package/src/components/molecules/VDrawer.vue +7 -13
  8. package/src/env.d.ts +4 -4
  9. package/src/services/drawer.service.ts +15 -12
  10. package/src/styles/core.css +49 -49
  11. package/src/styles/elements/alerts.css +13 -13
  12. package/src/styles/elements/badges.css +24 -24
  13. package/src/styles/elements/breadcrumbs.css +19 -19
  14. package/src/styles/elements/buttons.css +86 -86
  15. package/src/styles/elements/cards.css +22 -22
  16. package/src/styles/elements/chips.css +17 -17
  17. package/src/styles/elements/forms.css +237 -236
  18. package/src/styles/elements/lists.css +39 -39
  19. package/src/styles/elements/logo-clouds.css +21 -21
  20. package/src/styles/elements/modals.css +3 -3
  21. package/src/styles/elements/placeholders.css +10 -10
  22. package/src/styles/elements/popups.css +7 -7
  23. package/src/styles/elements/tables.css +73 -73
  24. package/src/styles/elements.css +13 -13
  25. package/src/styles/highlight-js.css +33 -33
  26. package/src/styles/typography.css +97 -97
  27. package/src/styles/variants.css +145 -145
  28. package/src/themes/theme-rocket.css +104 -104
  29. package/src/themes/theme-sahara.css +111 -111
  30. package/src/themes/theme-seafoam.css +110 -109
  31. package/src/themes/theme-seasonal.css +101 -101
  32. package/src/themes/theme-skeleton.css +102 -102
  33. package/src/themes/theme-vintage.css +109 -109
  34. package/src/themes/theme-vuetiful-0.0.1.css +110 -110
  35. package/src/types/index.ts +1 -1
  36. package/src/types/tailwind.ts +21 -2
  37. package/src/utils/code-block/highlight.service.test.ts +1 -1
  38. package/src/utils/index.test.ts +1 -1
  39. package/src/utils/platform/platform.service.ts +3 -5
  40. package/src/utils/theme/theme.service.test.ts +2 -3
@@ -1,125 +1,125 @@
1
1
  /* https://fonts.google.com/specimen/Abril+Fatface?query=Abril+Fatface&noto.query=Abril */
2
- @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
2
+ @import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
3
3
  /* https://fonts.google.com/noto/specimen/Noto+Sans?query=sans */
4
- @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap');
4
+ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&display=swap");
5
5
 
6
6
  :root {
7
- /* =~= Theme Styles =~= */
8
- --theme-font-family-base: 'Noto Sans', sans-serif;
9
- --theme-font-family-heading: 'Abril Fatface', cursive;
10
- --theme-font-color-base: var(--color-primary-900);
11
- --theme-font-color-dark: var(--color-primary-100);
12
- --theme-rounded-base: 2px;
13
- --theme-rounded-container: 4px;
14
- --theme-border-base: 1px;
15
- /* =~= Theme On-X Colors =~= */
16
- --on-primary: 0 0 0;
17
- --on-secondary: 0 0 0;
18
- --on-tertiary: 0 0 0;
19
- --on-success: 0 0 0;
20
- --on-warning: 0 0 0;
21
- --on-error: 0 0 0;
22
- --on-surface: 255 255 255;
23
- /* =~= Theme Colors =~= */
24
- /* primary | #ea861a */
25
- --color-primary-50: 252 237 221; /* ⬅ #fceddd */
26
- --color-primary-100: 251 231 209; /* ⬅ #fbe7d1 */
27
- --color-primary-200: 250 225 198; /* ⬅ #fae1c6 */
28
- --color-primary-300: 247 207 163; /* ⬅ #f7cfa3 */
29
- --color-primary-400: 240 170 95; /* ⬅ #f0aa5f */
30
- --color-primary-500: 234 134 26; /* ⬅ #ea861a */
31
- --color-primary-600: 211 121 23; /* ⬅ #d37917 */
32
- --color-primary-700: 176 101 20; /* ⬅ #b06514 */
33
- --color-primary-800: 140 80 16; /* ⬅ #8c5010 */
34
- --color-primary-900: 115 66 13; /* ⬅ #73420d */
35
- /* secondary | #97cea5 */
36
- --color-secondary-50: 239 248 242; /* ⬅ #eff8f2 */
37
- --color-secondary-100: 234 245 237; /* ⬅ #eaf5ed */
38
- --color-secondary-200: 229 243 233; /* ⬅ #e5f3e9 */
39
- --color-secondary-300: 213 235 219; /* ⬅ #d5ebdb */
40
- --color-secondary-400: 182 221 192; /* ⬅ #b6ddc0 */
41
- --color-secondary-500: 151 206 165; /* ⬅ #97cea5 */
42
- --color-secondary-600: 136 185 149; /* ⬅ #88b995 */
43
- --color-secondary-700: 113 155 124; /* ⬅ #719b7c */
44
- --color-secondary-800: 91 124 99; /* ⬅ #5b7c63 */
45
- --color-secondary-900: 74 101 81; /* ⬅ #4a6551 */
46
- /* tertiary | #06b6d4 */
47
- --color-tertiary-50: 218 244 249; /* ⬅ #daf4f9 */
48
- --color-tertiary-100: 205 240 246; /* ⬅ #cdf0f6 */
49
- --color-tertiary-200: 193 237 244; /* ⬅ #c1edf4 */
50
- --color-tertiary-300: 155 226 238; /* ⬅ #9be2ee */
51
- --color-tertiary-400: 81 204 225; /* ⬅ #51cce1 */
52
- --color-tertiary-500: 6 182 212; /* ⬅ #06b6d4 */
53
- --color-tertiary-600: 5 164 191; /* ⬅ #05a4bf */
54
- --color-tertiary-700: 5 137 159; /* ⬅ #05899f */
55
- --color-tertiary-800: 4 109 127; /* ⬅ #046d7f */
56
- --color-tertiary-900: 3 89 104; /* ⬅ #035968 */
57
- /* success | #84cb5d */
58
- --color-success-50: 237 247 231; /* ⬅ #edf7e7 */
59
- --color-success-100: 230 245 223; /* ⬅ #e6f5df */
60
- --color-success-200: 224 242 215; /* ⬅ #e0f2d7 */
61
- --color-success-300: 206 234 190; /* ⬅ #ceeabe */
62
- --color-success-400: 169 219 142; /* ⬅ #a9db8e */
63
- --color-success-500: 132 203 93; /* ⬅ #84cb5d */
64
- --color-success-600: 119 183 84; /* ⬅ #77b754 */
65
- --color-success-700: 99 152 70; /* ⬅ #639846 */
66
- --color-success-800: 79 122 56; /* ⬅ #4f7a38 */
67
- --color-success-900: 65 99 46; /* ⬅ #41632e */
68
- /* warning | #f2ac23 */
69
- --color-warning-50: 253 243 222; /* ⬅ #fdf3de */
70
- --color-warning-100: 252 238 211; /* ⬅ #fceed3 */
71
- --color-warning-200: 252 234 200; /* ⬅ #fceac8 */
72
- --color-warning-300: 250 222 167; /* ⬅ #fadea7 */
73
- --color-warning-400: 246 197 101; /* ⬅ #f6c565 */
74
- --color-warning-500: 242 172 35; /* ⬅ #f2ac23 */
75
- --color-warning-600: 218 155 32; /* ⬅ #da9b20 */
76
- --color-warning-700: 182 129 26; /* ⬅ #b6811a */
77
- --color-warning-800: 145 103 21; /* ⬅ #916715 */
78
- --color-warning-900: 119 84 17; /* ⬅ #775411 */
79
- /* error | #d57e78 */
80
- --color-error-50: 249 236 235; /* ⬅ #f9eceb */
81
- --color-error-100: 247 229 228; /* ⬅ #f7e5e4 */
82
- --color-error-200: 245 223 221; /* ⬅ #f5dfdd */
83
- --color-error-300: 238 203 201; /* ⬅ #eecbc9 */
84
- --color-error-400: 226 165 161; /* ⬅ #e2a5a1 */
85
- --color-error-500: 213 126 120; /* ⬅ #d57e78 */
86
- --color-error-600: 192 113 108; /* ⬅ #c0716c */
87
- --color-error-700: 160 95 90; /* ⬅ #a05f5a */
88
- --color-error-800: 128 76 72; /* ⬅ #804c48 */
89
- --color-error-900: 104 62 59; /* ⬅ #683e3b */
90
- /* surface | #3f3731 */
91
- --color-surface-50: 226 225 224; /* ⬅ #e2e1e0 */
92
- --color-surface-100: 217 215 214; /* ⬅ #d9d7d6 */
93
- --color-surface-200: 207 205 204; /* ⬅ #cfcdcc */
94
- --color-surface-300: 178 175 173; /* ⬅ #b2afad */
95
- --color-surface-400: 121 115 111; /* ⬅ #79736f */
96
- --color-surface-500: 63 55 49; /* ⬅ #3f3731 */
97
- --color-surface-600: 57 50 44; /* ⬅ #39322c */
98
- --color-surface-700: 47 41 37; /* ⬅ #2f2925 */
99
- --color-surface-800: 38 33 29; /* ⬅ #26211d */
100
- --color-surface-900: 31 27 24; /* ⬅ #1f1b18 */
7
+ /* =~= Theme Styles =~= */
8
+ --theme-font-family-base: "Noto Sans", sans-serif;
9
+ --theme-font-family-heading: "Abril Fatface", cursive;
10
+ --theme-font-color-base: var(--color-primary-900);
11
+ --theme-font-color-dark: var(--color-primary-100);
12
+ --theme-rounded-base: 2px;
13
+ --theme-rounded-container: 4px;
14
+ --theme-border-base: 1px;
15
+ /* =~= Theme On-X Colors =~= */
16
+ --on-primary: 0 0 0;
17
+ --on-secondary: 0 0 0;
18
+ --on-tertiary: 0 0 0;
19
+ --on-success: 0 0 0;
20
+ --on-warning: 0 0 0;
21
+ --on-error: 0 0 0;
22
+ --on-surface: 255 255 255;
23
+ /* =~= Theme Colors =~= */
24
+ /* primary | #ea861a */
25
+ --color-primary-50: 252 237 221; /* ⬅ #fceddd */
26
+ --color-primary-100: 251 231 209; /* ⬅ #fbe7d1 */
27
+ --color-primary-200: 250 225 198; /* ⬅ #fae1c6 */
28
+ --color-primary-300: 247 207 163; /* ⬅ #f7cfa3 */
29
+ --color-primary-400: 240 170 95; /* ⬅ #f0aa5f */
30
+ --color-primary-500: 234 134 26; /* ⬅ #ea861a */
31
+ --color-primary-600: 211 121 23; /* ⬅ #d37917 */
32
+ --color-primary-700: 176 101 20; /* ⬅ #b06514 */
33
+ --color-primary-800: 140 80 16; /* ⬅ #8c5010 */
34
+ --color-primary-900: 115 66 13; /* ⬅ #73420d */
35
+ /* secondary | #97cea5 */
36
+ --color-secondary-50: 239 248 242; /* ⬅ #eff8f2 */
37
+ --color-secondary-100: 234 245 237; /* ⬅ #eaf5ed */
38
+ --color-secondary-200: 229 243 233; /* ⬅ #e5f3e9 */
39
+ --color-secondary-300: 213 235 219; /* ⬅ #d5ebdb */
40
+ --color-secondary-400: 182 221 192; /* ⬅ #b6ddc0 */
41
+ --color-secondary-500: 151 206 165; /* ⬅ #97cea5 */
42
+ --color-secondary-600: 136 185 149; /* ⬅ #88b995 */
43
+ --color-secondary-700: 113 155 124; /* ⬅ #719b7c */
44
+ --color-secondary-800: 91 124 99; /* ⬅ #5b7c63 */
45
+ --color-secondary-900: 74 101 81; /* ⬅ #4a6551 */
46
+ /* tertiary | #06b6d4 */
47
+ --color-tertiary-50: 218 244 249; /* ⬅ #daf4f9 */
48
+ --color-tertiary-100: 205 240 246; /* ⬅ #cdf0f6 */
49
+ --color-tertiary-200: 193 237 244; /* ⬅ #c1edf4 */
50
+ --color-tertiary-300: 155 226 238; /* ⬅ #9be2ee */
51
+ --color-tertiary-400: 81 204 225; /* ⬅ #51cce1 */
52
+ --color-tertiary-500: 6 182 212; /* ⬅ #06b6d4 */
53
+ --color-tertiary-600: 5 164 191; /* ⬅ #05a4bf */
54
+ --color-tertiary-700: 5 137 159; /* ⬅ #05899f */
55
+ --color-tertiary-800: 4 109 127; /* ⬅ #046d7f */
56
+ --color-tertiary-900: 3 89 104; /* ⬅ #035968 */
57
+ /* success | #84cb5d */
58
+ --color-success-50: 237 247 231; /* ⬅ #edf7e7 */
59
+ --color-success-100: 230 245 223; /* ⬅ #e6f5df */
60
+ --color-success-200: 224 242 215; /* ⬅ #e0f2d7 */
61
+ --color-success-300: 206 234 190; /* ⬅ #ceeabe */
62
+ --color-success-400: 169 219 142; /* ⬅ #a9db8e */
63
+ --color-success-500: 132 203 93; /* ⬅ #84cb5d */
64
+ --color-success-600: 119 183 84; /* ⬅ #77b754 */
65
+ --color-success-700: 99 152 70; /* ⬅ #639846 */
66
+ --color-success-800: 79 122 56; /* ⬅ #4f7a38 */
67
+ --color-success-900: 65 99 46; /* ⬅ #41632e */
68
+ /* warning | #f2ac23 */
69
+ --color-warning-50: 253 243 222; /* ⬅ #fdf3de */
70
+ --color-warning-100: 252 238 211; /* ⬅ #fceed3 */
71
+ --color-warning-200: 252 234 200; /* ⬅ #fceac8 */
72
+ --color-warning-300: 250 222 167; /* ⬅ #fadea7 */
73
+ --color-warning-400: 246 197 101; /* ⬅ #f6c565 */
74
+ --color-warning-500: 242 172 35; /* ⬅ #f2ac23 */
75
+ --color-warning-600: 218 155 32; /* ⬅ #da9b20 */
76
+ --color-warning-700: 182 129 26; /* ⬅ #b6811a */
77
+ --color-warning-800: 145 103 21; /* ⬅ #916715 */
78
+ --color-warning-900: 119 84 17; /* ⬅ #775411 */
79
+ /* error | #d57e78 */
80
+ --color-error-50: 249 236 235; /* ⬅ #f9eceb */
81
+ --color-error-100: 247 229 228; /* ⬅ #f7e5e4 */
82
+ --color-error-200: 245 223 221; /* ⬅ #f5dfdd */
83
+ --color-error-300: 238 203 201; /* ⬅ #eecbc9 */
84
+ --color-error-400: 226 165 161; /* ⬅ #e2a5a1 */
85
+ --color-error-500: 213 126 120; /* ⬅ #d57e78 */
86
+ --color-error-600: 192 113 108; /* ⬅ #c0716c */
87
+ --color-error-700: 160 95 90; /* ⬅ #a05f5a */
88
+ --color-error-800: 128 76 72; /* ⬅ #804c48 */
89
+ --color-error-900: 104 62 59; /* ⬅ #683e3b */
90
+ /* surface | #3f3731 */
91
+ --color-surface-50: 226 225 224; /* ⬅ #e2e1e0 */
92
+ --color-surface-100: 217 215 214; /* ⬅ #d9d7d6 */
93
+ --color-surface-200: 207 205 204; /* ⬅ #cfcdcc */
94
+ --color-surface-300: 178 175 173; /* ⬅ #b2afad */
95
+ --color-surface-400: 121 115 111; /* ⬅ #79736f */
96
+ --color-surface-500: 63 55 49; /* ⬅ #3f3731 */
97
+ --color-surface-600: 57 50 44; /* ⬅ #39322c */
98
+ --color-surface-700: 47 41 37; /* ⬅ #2f2925 */
99
+ --color-surface-800: 38 33 29; /* ⬅ #26211d */
100
+ --color-surface-900: 31 27 24; /* ⬅ #1f1b18 */
101
101
  }
102
102
 
103
- [data-theme='vintage'] h1,
104
- [data-theme='vintage'] h2,
105
- [data-theme='vintage'] h3,
106
- [data-theme='vintage'] h4,
107
- [data-theme='vintage'] h5,
108
- [data-theme='vintage'] h6 {
109
- letter-spacing: 1px;
103
+ [data-theme="vintage"] h1,
104
+ [data-theme="vintage"] h2,
105
+ [data-theme="vintage"] h3,
106
+ [data-theme="vintage"] h4,
107
+ [data-theme="vintage"] h5,
108
+ [data-theme="vintage"] h6 {
109
+ letter-spacing: 1px;
110
110
  }
111
111
 
112
112
  /* Applied to body with `<body data-theme="vintage">` */
113
113
  /* Created with: https://csshero.org/mesher/ */
114
- [data-theme='vintage'] {
115
- /* prettier-ignore */
116
- background-image:
114
+ [data-theme="vintage"] {
115
+ /* prettier-ignore */
116
+ background-image:
117
117
  radial-gradient(at 100% 0%, hsla(135,34%,70%,0.20) 0px, transparent 50%),
118
118
  radial-gradient(at 85% 100%, hsla(31,83%,50%,0.20) 0px, transparent 50%);
119
119
  }
120
- .dark [data-theme='vintage'] {
121
- /* prettier-ignore */
122
- background-image:
120
+ .dark [data-theme="vintage"] {
121
+ /* prettier-ignore */
122
+ background-image:
123
123
  radial-gradient(at 100% 0%, hsla(135,34%,70%,0.14) 0px, transparent 50%),
124
124
  radial-gradient(at 85% 100%, hsla(31,83%,50%,0.14) 0px, transparent 50%);
125
125
  }
@@ -1,126 +1,126 @@
1
1
  /* https://fonts.google.com/specimen/Quicksand?query=Quicksand */
2
- @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
2
+ @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
3
3
 
4
4
  :root {
5
- /* =~= Theme Properties =~= */
6
- --theme-font-family-base: 'Quicksand', sans-serif;
7
- --theme-font-family-heading: 'Quicksand', sans-serif;
8
- --theme-font-color-base: var(--color-surface-900);
9
- --theme-font-color-dark: var(--color-tertiary-50);
10
- --theme-rounded-base: 12px;
11
- --theme-rounded-container: 12px;
12
- --theme-border-base: 0px;
13
- /* =~= Theme On-X Colors =~= */
14
- --on-primary: 0 0 0;
15
- --on-secondary: 0 0 0;
16
- --on-tertiary: 0 0 0;
17
- --on-success: 0 0 0;
18
- --on-warning: 0 0 0;
19
- --on-error: 255 255 255;
20
- --on-surface: 255 255 255;
21
- /* =~= Theme Colors =~= */
22
- /* primary | #ec4899 */
23
- --color-primary-50: 252 228 240; /* ⬅ #fce4f0 */
24
- --color-primary-100: 251 218 235; /* ⬅ #fbdaeb */
25
- --color-primary-200: 250 209 230; /* ⬅ #fad1e6 */
26
- --color-primary-300: 247 182 214; /* ⬅ #f7b6d6 */
27
- --color-primary-400: 242 127 184; /* ⬅ #f27fb8 */
28
- --color-primary-500: 236 72 153; /* ⬅ #ec4899 */
29
- --color-primary-600: 212 65 138; /* ⬅ #d4418a */
30
- --color-primary-700: 177 54 115; /* ⬅ #b13673 */
31
- --color-primary-800: 142 43 92; /* ⬅ #8e2b5c */
32
- --color-primary-900: 116 35 75; /* ⬅ #74234b */
33
- /* secondary | #06b6d4 */
34
- --color-secondary-50: 218 244 249; /* ⬅ #daf4f9 */
35
- --color-secondary-100: 205 240 246; /* ⬅ #cdf0f6 */
36
- --color-secondary-200: 193 237 244; /* ⬅ #c1edf4 */
37
- --color-secondary-300: 155 226 238; /* ⬅ #9be2ee */
38
- --color-secondary-400: 81 204 225; /* ⬅ #51cce1 */
39
- --color-secondary-500: 6 182 212; /* ⬅ #06b6d4 */
40
- --color-secondary-600: 5 164 191; /* ⬅ #05a4bf */
41
- --color-secondary-700: 5 137 159; /* ⬅ #05899f */
42
- --color-secondary-800: 4 109 127; /* ⬅ #046d7f */
43
- --color-secondary-900: 3 89 104; /* ⬅ #035968 */
44
- /* tertiary | #14b8a6 */
45
- --color-tertiary-50: 220 244 242; /* ⬅ #dcf4f2 */
46
- --color-tertiary-100: 208 241 237; /* ⬅ #d0f1ed */
47
- --color-tertiary-200: 196 237 233; /* ⬅ #c4ede9 */
48
- --color-tertiary-300: 161 227 219; /* ⬅ #a1e3db */
49
- --color-tertiary-400: 91 205 193; /* ⬅ #5bcdc1 */
50
- --color-tertiary-500: 20 184 166; /* ⬅ #14b8a6 */
51
- --color-tertiary-600: 18 166 149; /* ⬅ #12a695 */
52
- --color-tertiary-700: 15 138 125; /* ⬅ #0f8a7d */
53
- --color-tertiary-800: 12 110 100; /* ⬅ #0c6e64 */
54
- --color-tertiary-900: 10 90 81; /* ⬅ #0a5a51 */
55
- /* success | #84cc16 */
56
- --color-success-50: 237 247 220; /* ⬅ #edf7dc */
57
- --color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
58
- --color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
59
- --color-success-300: 206 235 162; /* ⬅ #ceeba2 */
60
- --color-success-400: 169 219 92; /* ⬅ #a9db5c */
61
- --color-success-500: 132 204 22; /* ⬅ #84cc16 */
62
- --color-success-600: 119 184 20; /* ⬅ #77b814 */
63
- --color-success-700: 99 153 17; /* ⬅ #639911 */
64
- --color-success-800: 79 122 13; /* ⬅ #4f7a0d */
65
- --color-success-900: 65 100 11; /* ⬅ #41640b */
66
- /* warning | #eab308 */
67
- --color-warning-50: 252 244 218; /* ⬅ #fcf4da */
68
- --color-warning-100: 251 240 206; /* ⬅ #fbf0ce */
69
- --color-warning-200: 250 236 193; /* ⬅ #faecc1 */
70
- --color-warning-300: 247 225 156; /* ⬅ #f7e19c */
71
- --color-warning-400: 240 202 82; /* ⬅ #f0ca52 */
72
- --color-warning-500: 234 179 8; /* ⬅ #eab308 */
73
- --color-warning-600: 211 161 7; /* ⬅ #d3a107 */
74
- --color-warning-700: 176 134 6; /* ⬅ #b08606 */
75
- --color-warning-800: 140 107 5; /* ⬅ #8c6b05 */
76
- --color-warning-900: 115 88 4; /* ⬅ #735804 */
77
- /* error | #ef4444 */
78
- --color-error-50: 253 227 227; /* ⬅ #fde3e3 */
79
- --color-error-100: 252 218 218; /* ⬅ #fcdada */
80
- --color-error-200: 251 208 208; /* ⬅ #fbd0d0 */
81
- --color-error-300: 249 180 180; /* ⬅ #f9b4b4 */
82
- --color-error-400: 244 124 124; /* ⬅ #f47c7c */
83
- --color-error-500: 239 68 68; /* ⬅ #ef4444 */
84
- --color-error-600: 215 61 61; /* ⬅ #d73d3d */
85
- --color-error-700: 179 51 51; /* ⬅ #b33333 */
86
- --color-error-800: 143 41 41; /* ⬅ #8f2929 */
87
- --color-error-900: 117 33 33; /* ⬅ #752121 */
88
- /* surface | #6366f1 */
89
- --color-surface-50: 232 232 253; /* ⬅ #e8e8fd */
90
- --color-surface-100: 224 224 252; /* ⬅ #e0e0fc */
91
- --color-surface-200: 216 217 252; /* ⬅ #d8d9fc */
92
- --color-surface-300: 193 194 249; /* ⬅ #c1c2f9 */
93
- --color-surface-400: 146 148 245; /* ⬅ #9294f5 */
94
- --color-surface-500: 99 102 241; /* ⬅ #6366f1 */
95
- --color-surface-600: 89 92 217; /* ⬅ #595cd9 */
96
- --color-surface-700: 74 77 181; /* ⬅ #4a4db5 */
97
- --color-surface-800: 59 61 145; /* ⬅ #3b3d91 */
98
- --color-surface-900: 49 50 118; /* ⬅ #313276 */
5
+ /* =~= Theme Properties =~= */
6
+ --theme-font-family-base: "Quicksand", sans-serif;
7
+ --theme-font-family-heading: "Quicksand", sans-serif;
8
+ --theme-font-color-base: var(--color-surface-900);
9
+ --theme-font-color-dark: var(--color-tertiary-50);
10
+ --theme-rounded-base: 12px;
11
+ --theme-rounded-container: 12px;
12
+ --theme-border-base: 0px;
13
+ /* =~= Theme On-X Colors =~= */
14
+ --on-primary: 0 0 0;
15
+ --on-secondary: 0 0 0;
16
+ --on-tertiary: 0 0 0;
17
+ --on-success: 0 0 0;
18
+ --on-warning: 0 0 0;
19
+ --on-error: 255 255 255;
20
+ --on-surface: 255 255 255;
21
+ /* =~= Theme Colors =~= */
22
+ /* primary | #ec4899 */
23
+ --color-primary-50: 252 228 240; /* ⬅ #fce4f0 */
24
+ --color-primary-100: 251 218 235; /* ⬅ #fbdaeb */
25
+ --color-primary-200: 250 209 230; /* ⬅ #fad1e6 */
26
+ --color-primary-300: 247 182 214; /* ⬅ #f7b6d6 */
27
+ --color-primary-400: 242 127 184; /* ⬅ #f27fb8 */
28
+ --color-primary-500: 236 72 153; /* ⬅ #ec4899 */
29
+ --color-primary-600: 212 65 138; /* ⬅ #d4418a */
30
+ --color-primary-700: 177 54 115; /* ⬅ #b13673 */
31
+ --color-primary-800: 142 43 92; /* ⬅ #8e2b5c */
32
+ --color-primary-900: 116 35 75; /* ⬅ #74234b */
33
+ /* secondary | #06b6d4 */
34
+ --color-secondary-50: 218 244 249; /* ⬅ #daf4f9 */
35
+ --color-secondary-100: 205 240 246; /* ⬅ #cdf0f6 */
36
+ --color-secondary-200: 193 237 244; /* ⬅ #c1edf4 */
37
+ --color-secondary-300: 155 226 238; /* ⬅ #9be2ee */
38
+ --color-secondary-400: 81 204 225; /* ⬅ #51cce1 */
39
+ --color-secondary-500: 6 182 212; /* ⬅ #06b6d4 */
40
+ --color-secondary-600: 5 164 191; /* ⬅ #05a4bf */
41
+ --color-secondary-700: 5 137 159; /* ⬅ #05899f */
42
+ --color-secondary-800: 4 109 127; /* ⬅ #046d7f */
43
+ --color-secondary-900: 3 89 104; /* ⬅ #035968 */
44
+ /* tertiary | #14b8a6 */
45
+ --color-tertiary-50: 220 244 242; /* ⬅ #dcf4f2 */
46
+ --color-tertiary-100: 208 241 237; /* ⬅ #d0f1ed */
47
+ --color-tertiary-200: 196 237 233; /* ⬅ #c4ede9 */
48
+ --color-tertiary-300: 161 227 219; /* ⬅ #a1e3db */
49
+ --color-tertiary-400: 91 205 193; /* ⬅ #5bcdc1 */
50
+ --color-tertiary-500: 20 184 166; /* ⬅ #14b8a6 */
51
+ --color-tertiary-600: 18 166 149; /* ⬅ #12a695 */
52
+ --color-tertiary-700: 15 138 125; /* ⬅ #0f8a7d */
53
+ --color-tertiary-800: 12 110 100; /* ⬅ #0c6e64 */
54
+ --color-tertiary-900: 10 90 81; /* ⬅ #0a5a51 */
55
+ /* success | #84cc16 */
56
+ --color-success-50: 237 247 220; /* ⬅ #edf7dc */
57
+ --color-success-100: 230 245 208; /* ⬅ #e6f5d0 */
58
+ --color-success-200: 224 242 197; /* ⬅ #e0f2c5 */
59
+ --color-success-300: 206 235 162; /* ⬅ #ceeba2 */
60
+ --color-success-400: 169 219 92; /* ⬅ #a9db5c */
61
+ --color-success-500: 132 204 22; /* ⬅ #84cc16 */
62
+ --color-success-600: 119 184 20; /* ⬅ #77b814 */
63
+ --color-success-700: 99 153 17; /* ⬅ #639911 */
64
+ --color-success-800: 79 122 13; /* ⬅ #4f7a0d */
65
+ --color-success-900: 65 100 11; /* ⬅ #41640b */
66
+ /* warning | #eab308 */
67
+ --color-warning-50: 252 244 218; /* ⬅ #fcf4da */
68
+ --color-warning-100: 251 240 206; /* ⬅ #fbf0ce */
69
+ --color-warning-200: 250 236 193; /* ⬅ #faecc1 */
70
+ --color-warning-300: 247 225 156; /* ⬅ #f7e19c */
71
+ --color-warning-400: 240 202 82; /* ⬅ #f0ca52 */
72
+ --color-warning-500: 234 179 8; /* ⬅ #eab308 */
73
+ --color-warning-600: 211 161 7; /* ⬅ #d3a107 */
74
+ --color-warning-700: 176 134 6; /* ⬅ #b08606 */
75
+ --color-warning-800: 140 107 5; /* ⬅ #8c6b05 */
76
+ --color-warning-900: 115 88 4; /* ⬅ #735804 */
77
+ /* error | #ef4444 */
78
+ --color-error-50: 253 227 227; /* ⬅ #fde3e3 */
79
+ --color-error-100: 252 218 218; /* ⬅ #fcdada */
80
+ --color-error-200: 251 208 208; /* ⬅ #fbd0d0 */
81
+ --color-error-300: 249 180 180; /* ⬅ #f9b4b4 */
82
+ --color-error-400: 244 124 124; /* ⬅ #f47c7c */
83
+ --color-error-500: 239 68 68; /* ⬅ #ef4444 */
84
+ --color-error-600: 215 61 61; /* ⬅ #d73d3d */
85
+ --color-error-700: 179 51 51; /* ⬅ #b33333 */
86
+ --color-error-800: 143 41 41; /* ⬅ #8f2929 */
87
+ --color-error-900: 117 33 33; /* ⬅ #752121 */
88
+ /* surface | #6366f1 */
89
+ --color-surface-50: 232 232 253; /* ⬅ #e8e8fd */
90
+ --color-surface-100: 224 224 252; /* ⬅ #e0e0fc */
91
+ --color-surface-200: 216 217 252; /* ⬅ #d8d9fc */
92
+ --color-surface-300: 193 194 249; /* ⬅ #c1c2f9 */
93
+ --color-surface-400: 146 148 245; /* ⬅ #9294f5 */
94
+ --color-surface-500: 99 102 241; /* ⬅ #6366f1 */
95
+ --color-surface-600: 89 92 217; /* ⬅ #595cd9 */
96
+ --color-surface-700: 74 77 181; /* ⬅ #4a4db5 */
97
+ --color-surface-800: 59 61 145; /* ⬅ #3b3d91 */
98
+ --color-surface-900: 49 50 118; /* ⬅ #313276 */
99
99
  }
100
100
 
101
- [data-theme='vuetiful'] h1,
102
- [data-theme='vuetiful'] h2,
103
- [data-theme='vuetiful'] h3,
104
- [data-theme='vuetiful'] h4,
105
- [data-theme='vuetiful'] h5,
106
- [data-theme='vuetiful'] h6,
107
- [data-theme='vuetiful'] a,
108
- [data-theme='vuetiful'] button {
109
- font-weight: bold;
101
+ [data-theme="vuetiful"] h1,
102
+ [data-theme="vuetiful"] h2,
103
+ [data-theme="vuetiful"] h3,
104
+ [data-theme="vuetiful"] h4,
105
+ [data-theme="vuetiful"] h5,
106
+ [data-theme="vuetiful"] h6,
107
+ [data-theme="vuetiful"] a,
108
+ [data-theme="vuetiful"] button {
109
+ font-weight: bold;
110
110
  }
111
111
 
112
112
  /* Applied to body with `<body data-theme="vuetiful">` */
113
113
  /* Created with: https://csshero.org/mesher/ */
114
- [data-theme='vuetiful'] {
115
- /* prettier-ignore */
116
- background-image:
114
+ [data-theme="vuetiful"] {
115
+ /* prettier-ignore */
116
+ background-image:
117
117
  radial-gradient(at 76% 0%, hsla(189,100%,56%,0.36) 0px, transparent 50%),
118
118
  radial-gradient(at 1% 0%, hsla(340,100%,76%,0.26) 0px, transparent 50%),
119
119
  radial-gradient(at 20% 100%, hsla(241,100%,70%,0.47) 0px, transparent 50%);
120
120
  }
121
- .dark [data-theme='vuetiful'] {
122
- /* prettier-ignore */
123
- background-image:
121
+ .dark [data-theme="vuetiful"] {
122
+ /* prettier-ignore */
123
+ background-image:
124
124
  radial-gradient(at 76% 0%, hsla(189,100%,56%,0.20) 0px, transparent 50%),
125
125
  radial-gradient(at 1% 0%, hsla(340,100%,76%,0.15) 0px, transparent 50%),
126
126
  radial-gradient(at 20% 100%, hsla(241,100%,70%,0.30) 0px, transparent 50%);
@@ -1 +1 @@
1
- export * from './tailwind';
1
+ export * from "./tailwind";
@@ -1,7 +1,26 @@
1
- export const tailwindNumbers = ['50', '100', '200', '300', '400', '500', '600', '700', '800', '900'] as const;
1
+ export const tailwindNumbers = [
2
+ "50",
3
+ "100",
4
+ "200",
5
+ "300",
6
+ "400",
7
+ "500",
8
+ "600",
9
+ "700",
10
+ "800",
11
+ "900",
12
+ ] as const;
2
13
 
3
14
  export type TailwindNumbers = (typeof tailwindNumbers)[number];
4
15
 
5
- export const semanticNames = ['primary', 'secondary', 'tertiary', 'success', 'warning', 'error' , 'surface'] as const;
16
+ export const semanticNames = [
17
+ "primary",
18
+ "secondary",
19
+ "tertiary",
20
+ "success",
21
+ "warning",
22
+ "error",
23
+ "surface",
24
+ ] as const;
6
25
 
7
26
  export type SemanticNames = (typeof semanticNames)[number];
@@ -19,6 +19,6 @@ describe("useHighlight", () => {
19
19
  '<span class="hljs-keyword">const</span> <span class="hljs-keyword">name</span> = <span class="hljs-string">&#x27;John Duck&#x27;</span>'
20
20
  );
21
21
  });
22
- })
22
+ });
23
23
  });
24
24
  });
@@ -8,4 +8,4 @@ describe("utils", () => {
8
8
  expect(value).toBeDefined();
9
9
  });
10
10
  });
11
- })
11
+ });
@@ -2,9 +2,7 @@ const usePlatform = () => {
2
2
  const isBrowser = typeof window !== "undefined";
3
3
  return {
4
4
  isBrowser,
5
- }
6
- }
5
+ };
6
+ };
7
7
 
8
- export {
9
- usePlatform,
10
- }
8
+ export { usePlatform };
@@ -154,7 +154,6 @@ describe("useTheme", () => {
154
154
 
155
155
  expect(localStorageSpy).not.toHaveBeenCalled();
156
156
  });
157
- })
158
- })
159
-
157
+ });
158
+ });
160
159
  });