srcdev-nuxt-components 6.1.3 → 6.1.4

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 (47) hide show
  1. package/app/components/carousel-basic/CarouselBasic.vue +86 -62
  2. package/app/components/marquee-scroller/MarqueeScroller.vue +122 -0
  3. package/app/components/masonry-grid-ordered/MasonryGridOrdered.vue +44 -41
  4. package/nuxt.config.ts +1 -1
  5. package/package.json +3 -3
  6. package/app/assets/styles/extends-layer/srcdev-components/components/_display-prompt-core.css +0 -72
  7. package/app/assets/styles/extends-layer/srcdev-components/components/_expanding-panel.css +0 -37
  8. package/app/assets/styles/extends-layer/srcdev-components/components/index.css +0 -2
  9. package/app/assets/styles/extends-layer/srcdev-components/index.css +0 -2
  10. package/app/assets/styles/extends-layer/srcdev-components/setup/index.css +0 -1
  11. package/app/assets/styles/extends-layer/srcdev-components/setup/themes/_error.css +0 -15
  12. package/app/assets/styles/extends-layer/srcdev-components/setup/themes/_info.css +0 -15
  13. package/app/assets/styles/extends-layer/srcdev-components/setup/themes/_secondary.css +0 -15
  14. package/app/assets/styles/extends-layer/srcdev-components/setup/themes/_success.css +0 -15
  15. package/app/assets/styles/extends-layer/srcdev-components/setup/themes/_warning.css +0 -15
  16. package/app/assets/styles/extends-layer/srcdev-components/setup/themes/index.css +0 -5
  17. package/app/assets/styles/main.css +0 -2
  18. package/app/assets/styles/setup/_head.css +0 -36
  19. package/app/assets/styles/setup/a11y/_utils.css +0 -20
  20. package/app/assets/styles/setup/a11y/_variables.css +0 -8
  21. package/app/assets/styles/setup/a11y/index.css +0 -2
  22. package/app/assets/styles/setup/index.css +0 -5
  23. package/app/assets/styles/setup/typography/index.css +0 -2
  24. package/app/assets/styles/setup/typography/utility-classes/_generic-font-classes.css +0 -217
  25. package/app/assets/styles/setup/typography/utility-classes/_generic-font-variation-settings.css +0 -29
  26. package/app/assets/styles/setup/typography/utility-classes/_generic-font-weights.css +0 -39
  27. package/app/assets/styles/setup/typography/utility-classes/index.css +0 -3
  28. package/app/assets/styles/setup/typography/vars/_colors.css +0 -14
  29. package/app/assets/styles/setup/typography/vars/_reponsive-font-sizes.css +0 -12
  30. package/app/assets/styles/setup/typography/vars/index.css +0 -2
  31. package/app/assets/styles/setup/utility-classes/_fluid-spacing.css +0 -13
  32. package/app/assets/styles/setup/utility-classes/_margin.css +0 -334
  33. package/app/assets/styles/setup/utility-classes/_padding.css +0 -308
  34. package/app/assets/styles/setup/utility-classes/animations/_auto-rotate.css +0 -13
  35. package/app/assets/styles/setup/utility-classes/animations/_entry-exit-blur.css +0 -16
  36. package/app/assets/styles/setup/utility-classes/animations/_entry-slide-in.css +0 -15
  37. package/app/assets/styles/setup/utility-classes/animations/_entry-zoom-reveal.css +0 -15
  38. package/app/assets/styles/setup/utility-classes/animations/index.css +0 -4
  39. package/app/assets/styles/setup/utility-classes/index.css +0 -4
  40. package/app/assets/styles/setup/variables/colors/_blue.css +0 -15
  41. package/app/assets/styles/setup/variables/colors/_gray.css +0 -16
  42. package/app/assets/styles/setup/variables/colors/_green.css +0 -15
  43. package/app/assets/styles/setup/variables/colors/_orange.css +0 -15
  44. package/app/assets/styles/setup/variables/colors/_red.css +0 -15
  45. package/app/assets/styles/setup/variables/colors/_yellow.css +0 -15
  46. package/app/assets/styles/setup/variables/colors/index.css +0 -6
  47. package/app/assets/styles/setup/variables/index.css +0 -1
@@ -1,15 +0,0 @@
1
- [data-component-theme='secondary'] {
2
- --component-theme-0: var(--gray-0);
3
- --component-theme-1: var(--gray-1);
4
- --component-theme-2: var(--gray-2);
5
- --component-theme-3: var(--gray-3);
6
- --component-theme-4: var(--gray-4);
7
- --component-theme-5: var(--gray-5);
8
- --component-theme-6: var(--gray-6);
9
- --component-theme-7: var(--gray-7);
10
- --component-theme-8: var(--gray-8);
11
- --component-theme-9: var(--gray-9);
12
- --component-theme-10: var(--gray-10);
13
- --component-theme-11: var(--gray-11);
14
- --component-theme-12: var(--gray-12);
15
- }
@@ -1,15 +0,0 @@
1
- [data-component-theme='success'] {
2
- --component-theme-0: var(--green-0);
3
- --component-theme-1: var(--green-1);
4
- --component-theme-2: var(--green-2);
5
- --component-theme-3: var(--green-3);
6
- --component-theme-4: var(--green-4);
7
- --component-theme-5: var(--green-5);
8
- --component-theme-6: var(--green-6);
9
- --component-theme-7: var(--green-7);
10
- --component-theme-8: var(--green-8);
11
- --component-theme-9: var(--green-9);
12
- --component-theme-10: var(--green-10);
13
- --component-theme-11: var(--green-11);
14
- --component-theme-12: var(--green-12);
15
- }
@@ -1,15 +0,0 @@
1
- [data-component-theme='warning'] {
2
- --component-theme-0: var(--orange-0);
3
- --component-theme-1: var(--orange-1);
4
- --component-theme-2: var(--orange-2);
5
- --component-theme-3: var(--orange-3);
6
- --component-theme-4: var(--orange-4);
7
- --component-theme-5: var(--orange-5);
8
- --component-theme-6: var(--orange-6);
9
- --component-theme-7: var(--orange-7);
10
- --component-theme-8: var(--orange-8);
11
- --component-theme-9: var(--orange-9);
12
- --component-theme-10: var(--orange-10);
13
- --component-theme-11: var(--orange-11);
14
- --component-theme-12: var(--orange-12);
15
- }
@@ -1,5 +0,0 @@
1
- @import './_error';
2
- @import './_success';
3
- @import './_warning';
4
- @import './_info';
5
- @import './_secondary';
@@ -1,2 +0,0 @@
1
- @import './setup/';
2
- @import './extends-layer/srcdev-components/';
@@ -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: var(--grayscale-text-body);
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,2 +0,0 @@
1
- @import './_variables.css';
2
- @import './_utils.css';
@@ -1,5 +0,0 @@
1
- @import './_head.css';
2
- @import './utility-classes';
3
- @import './a11y';
4
- @import './variables';
5
- @import './typography';
@@ -1,2 +0,0 @@
1
- @import './utility-classes';
2
- @import './vars';
@@ -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
- }
@@ -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
- }
@@ -1,39 +0,0 @@
1
- /* By numeric step */
2
- .wght-100 {
3
- font-weight: 100;
4
- }
5
- .wght-200 {
6
- font-weight: 200;
7
- }
8
- .wght-300 {
9
- font-weight: 300;
10
- }
11
- .wght-400 {
12
- font-weight: 400;
13
- }
14
- .wght-500 {
15
- font-weight: 500;
16
- }
17
- .wght-600 {
18
- font-weight: 600;
19
- }
20
- .wght-700 {
21
- font-weight: 700;
22
- }
23
- .wght-800 {
24
- font-weight: 800;
25
- }
26
- .wght-900 {
27
- font-weight: 900;
28
- }
29
-
30
- /* By named weight */
31
- .light {
32
- font-weight: light;
33
- }
34
- .normal {
35
- font-weight: normal;
36
- }
37
- .bold {
38
- font-weight: bold;
39
- }
@@ -1,3 +0,0 @@
1
- @import './_generic-font-classes.css';
2
- @import './_generic-font-variation-settings.css';
3
- @import './_generic-font-weights.css';
@@ -1,14 +0,0 @@
1
- :root {
2
- --theme-link-default: light-dark(var(--blue-12), var(--blue-4));
3
-
4
- --page-bg: light-dark(var(--gray-0), var(--gray-9));
5
-
6
- --surface-subtle: light-dark(var(--gray-1), var(--gray-8));
7
-
8
- --grayscale-text-title: light-dark(var(--gray-12), var(--gray-2));
9
- --grayscale-text-body: light-dark(var(--gray-12), var(--gray-3));
10
- --grayscale-text-subtitle: light-dark(var(--gray-12), var(--gray-2));
11
- --grayscale-text-caption: light-dark(var(--gray-12), var(--gray-2));
12
- --grayscale-text-negative: light-dark(var(--gray-12), var(--gray-2));
13
- --grayscale-text-disabled: light-dark(var(--gray-12), var(--gray-2));
14
- }
@@ -1,12 +0,0 @@
1
- :root {
2
- --step-10: clamp(4.0311rem, 3.36rem + 3.3555vw, 5.9605rem); /* 10 */
3
- --step-9: clamp(3.3592rem, 2.8691rem + 2.4507vw, 4.7684rem); /* 9 */
4
- --step-8: clamp(2.7994rem, 2.4462rem + 1.7658vw, 3.8147rem); /* 8 */
5
- --step-7: clamp(2.3328rem, 2.0827rem + 1.2504vw, 3.0518rem); /* 7 */
6
- --step-6: clamp(1.944rem, 1.771rem + 0.8651vw, 2.4414rem); /* 6 */
7
- --step-5: clamp(1.62rem, 1.5041rem + 0.5793vw, 1.9531rem); /* 5 */
8
- --step-4: clamp(1.35rem, 1.2761rem + 0.3696vw, 1.5625rem); /* 4 */
9
- --step-3: clamp(1.125rem, 1.0815rem + 0.2174vw, 1.25rem); /* 3 */
10
- --step-2: clamp(0.9375rem, 0.9158rem + 0.1087vw, 1rem); /* 2 */
11
- --step-1: clamp(0.7813rem, 0.7747rem + 0.0326vw, 0.8rem); /* 1 */
12
- }
@@ -1,2 +0,0 @@
1
- @import './_reponsive-font-sizes.css';
2
- @import './_colors.css';
@@ -1,13 +0,0 @@
1
- /* @link https://utopia.fyi/clamp/calculator?a=360,1240,1—2|2—4|4—8|6—12|8—16|10—20|12—24|16—32|20—40 */
2
-
3
- :root {
4
- --fluid-1-2: clamp(0.0625rem, 0.0369rem + 0.1136vw, 0.125rem);
5
- --fluid-2-4: clamp(0.125rem, 0.0739rem + 0.2273vw, 0.25rem);
6
- --fluid-4-8: clamp(0.25rem, 0.1477rem + 0.4545vw, 0.5rem);
7
- --fluid-6-12: clamp(0.375rem, 0.2216rem + 0.6818vw, 0.75rem);
8
- --fluid-8-16: clamp(0.5rem, 0.2955rem + 0.9091vw, 1rem);
9
- --fluid-10-20: clamp(0.625rem, 0.3693rem + 1.1364vw, 1.25rem);
10
- --fluid-12-24: clamp(0.75rem, 0.4432rem + 1.3636vw, 1.5rem);
11
- --fluid-16-32: clamp(1rem, 0.5909rem + 1.8182vw, 2rem);
12
- --fluid-20-40: clamp(1.25rem, 0.7386rem + 2.2727vw, 2.5rem);
13
- }