@yahoo/uds-v5-wip 1.28.0 → 1.30.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 (56) hide show
  1. package/dist/config.d.ts +197 -197
  2. package/dist/core/dist/compositeStyles.d.ts +1 -2
  3. package/dist/core/dist/createComponent.d.ts +1 -2
  4. package/dist/core/dist/createComponent.js +1 -1
  5. package/dist/core/dist/createComponentExample.d.ts +1 -2
  6. package/dist/core/dist/createProvider.d.ts +1 -2
  7. package/dist/core/dist/generated/stylePropsTwMap.d.ts +1 -2
  8. package/dist/core/dist/getComponentStyles.d.ts +1 -2
  9. package/dist/core/dist/getStyles.d.ts +1 -2
  10. package/dist/core/dist/propMappings.d.ts +1 -2
  11. package/dist/core/dist/resolveMotionState.d.ts +1 -2
  12. package/dist/core/dist/transformPreset.d.ts +1 -2
  13. package/dist/core/dist/withDefaultStyleProps.d.ts +1 -2
  14. package/dist/foundational-presets/dist/boldVibrant.d.ts +197 -198
  15. package/dist/foundational-presets/dist/brutalist.d.ts +197 -198
  16. package/dist/foundational-presets/dist/candy.d.ts +197 -198
  17. package/dist/foundational-presets/dist/cleanMinimalist.d.ts +197 -198
  18. package/dist/foundational-presets/dist/corporate.d.ts +197 -198
  19. package/dist/foundational-presets/dist/darkMoody.d.ts +197 -198
  20. package/dist/foundational-presets/dist/defaultPreset.d.ts +197 -198
  21. package/dist/foundational-presets/dist/forest.d.ts +197 -198
  22. package/dist/foundational-presets/dist/highContrast.d.ts +197 -198
  23. package/dist/foundational-presets/dist/lavender.d.ts +197 -198
  24. package/dist/foundational-presets/dist/luxury.d.ts +197 -198
  25. package/dist/foundational-presets/dist/monochrome.d.ts +197 -198
  26. package/dist/foundational-presets/dist/motion.d.ts +1 -2
  27. package/dist/foundational-presets/dist/neonCyber.d.ts +197 -198
  28. package/dist/foundational-presets/dist/newspaper.d.ts +197 -198
  29. package/dist/foundational-presets/dist/ocean.d.ts +197 -198
  30. package/dist/foundational-presets/dist/slate.d.ts +197 -198
  31. package/dist/foundational-presets/dist/sunset.d.ts +197 -198
  32. package/dist/foundational-presets/dist/terminal.d.ts +197 -198
  33. package/dist/foundational-presets/dist/warmOrganic.d.ts +197 -198
  34. package/dist/loader/dist/loader.d.ts +1 -2
  35. package/dist/loader/dist/next.d.ts +1 -2
  36. package/dist/presets/dist/boldVibrant.d.ts +1 -2
  37. package/dist/presets/dist/brutalist.d.ts +1 -2
  38. package/dist/presets/dist/candy.d.ts +1 -2
  39. package/dist/presets/dist/cleanMinimalist.d.ts +1 -2
  40. package/dist/presets/dist/corporate.d.ts +1 -2
  41. package/dist/presets/dist/darkMoody.d.ts +1 -2
  42. package/dist/presets/dist/defaultPreset.d.ts +1 -2
  43. package/dist/presets/dist/forest.d.ts +1 -2
  44. package/dist/presets/dist/highContrast.d.ts +1 -2
  45. package/dist/presets/dist/lavender.d.ts +1 -2
  46. package/dist/presets/dist/luxury.d.ts +1 -2
  47. package/dist/presets/dist/monochrome.d.ts +1 -2
  48. package/dist/presets/dist/neonCyber.d.ts +1 -2
  49. package/dist/presets/dist/newspaper.d.ts +1 -2
  50. package/dist/presets/dist/ocean.d.ts +1 -2
  51. package/dist/presets/dist/slate.d.ts +1 -2
  52. package/dist/presets/dist/sunset.d.ts +1 -2
  53. package/dist/presets/dist/terminal.d.ts +1 -2
  54. package/dist/presets/dist/warmOrganic.d.ts +1 -2
  55. package/dist/tsconfig.tsbuildinfo +1 -1
  56. package/package.json +3 -3
@@ -2,49 +2,7 @@ import { UdsConfig } from "../../config/dist/createConfig.js";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../foundational-presets/dist/warmOrganic.d.ts
5
- //#region src/warmOrganic.d.ts
6
5
  declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | "_light" | "_dark" | "_sm" | "_md" | "_lg" | "_xl" | "_2xl", {
7
- opacity: {
8
- 0: string;
9
- 5: string;
10
- 10: string;
11
- 20: string;
12
- 40: string;
13
- 60: string;
14
- 80: string;
15
- 25: string;
16
- 30: string;
17
- 50: string;
18
- 70: string;
19
- 75: string;
20
- 90: string;
21
- 95: string;
22
- 100: string;
23
- };
24
- scale: {
25
- 0: string;
26
- 50: string;
27
- 75: string;
28
- 90: string;
29
- 95: string;
30
- 100: string;
31
- 105: string;
32
- 110: string;
33
- 125: string;
34
- 150: string;
35
- 200: string;
36
- };
37
- rotate: {
38
- 0: string;
39
- 2: string;
40
- 1: string;
41
- 3: string;
42
- 6: string;
43
- 12: string;
44
- 90: string;
45
- 45: string;
46
- 180: string;
47
- };
48
6
  color: {
49
7
  inherit: string;
50
8
  current: string;
@@ -70,7 +28,23 @@ declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp
70
28
  inverse: string;
71
29
  "on-inverse": string;
72
30
  };
73
- borderColor: {
31
+ fontFamily: {
32
+ sans: string;
33
+ serif: string;
34
+ mono: string;
35
+ };
36
+ fontWeight: {
37
+ bold: string;
38
+ light: string;
39
+ thin: string;
40
+ medium: string;
41
+ extralight: string;
42
+ normal: string;
43
+ semibold: string;
44
+ extrabold: string;
45
+ black: string;
46
+ };
47
+ bg: {
74
48
  brand: string;
75
49
  accent: string;
76
50
  alert: string;
@@ -81,51 +55,17 @@ declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp
81
55
  tertiary: string;
82
56
  inverse: string;
83
57
  surface: string;
58
+ "elevation-1": string;
59
+ "elevation-2": string;
60
+ "elevation-3": string;
84
61
  "brand-wash": string;
85
62
  "accent-wash": string;
86
63
  "alert-wash": string;
87
64
  "positive-wash": string;
88
65
  "warning-wash": string;
89
- };
90
- position: {
91
- auto: string;
92
- full: string;
93
- "1/2": string;
94
- "1/3": string;
95
- "2/3": string;
96
- "1/4": string;
97
- "2/4": string;
98
- "3/4": string;
99
- };
100
- size: {
101
- auto: string;
102
- full: string;
103
- max: string;
104
- min: string;
105
- "1/2": string;
106
- "1/3": string;
107
- "2/3": string;
108
- "1/4": string;
109
- "2/4": string;
110
- "3/4": string;
111
- fit: string;
112
- "1/5": string;
113
- "2/5": string;
114
- "3/5": string;
115
- "4/5": string;
116
- "1/6": string;
117
- "2/6": string;
118
- "3/6": string;
119
- "4/6": string;
120
- "5/6": string;
121
- };
122
- animation: {
123
- none: string;
124
- ping: string;
125
- spin: string;
126
- };
127
- bg: {
128
66
  overlay: string;
67
+ };
68
+ borderColor: {
129
69
  brand: string;
130
70
  accent: string;
131
71
  alert: string;
@@ -136,9 +76,6 @@ declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp
136
76
  tertiary: string;
137
77
  inverse: string;
138
78
  surface: string;
139
- "elevation-1": string;
140
- "elevation-2": string;
141
- "elevation-3": string;
142
79
  "brand-wash": string;
143
80
  "accent-wash": string;
144
81
  "alert-wash": string;
@@ -151,50 +88,63 @@ declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp
151
88
  medium: string;
152
89
  thick: string;
153
90
  };
154
- divideWidth: {
91
+ outlineWidth: {
155
92
  0: string;
156
- 4: string;
157
- reverse: string;
158
93
  2: string;
94
+ 1: string;
95
+ 4: string;
159
96
  8: string;
160
97
  };
161
- flex: {
162
- none: string;
163
- initial: string;
164
- auto: string;
98
+ outlineOffset: {
99
+ 0: string;
100
+ 2: string;
165
101
  1: string;
102
+ 4: string;
103
+ 8: string;
166
104
  };
167
- flexGrow: {
105
+ divideWidth: {
168
106
  0: string;
107
+ 2: string;
108
+ reverse: string;
109
+ 4: string;
110
+ 8: string;
111
+ };
112
+ ringWidth: {
113
+ 0: string;
114
+ 2: string;
169
115
  1: string;
116
+ inset: string;
117
+ 4: string;
118
+ 8: string;
170
119
  };
171
- flexShrink: {
120
+ ringOffsetWidth: {
172
121
  0: string;
122
+ 2: string;
123
+ 1: string;
124
+ 4: string;
125
+ 8: string;
173
126
  };
174
- aspectRatio: {
175
- square: string;
176
- landscape: string;
177
- portrait: string;
178
- widescreen: string;
179
- ultrawide: string;
180
- golden: string;
127
+ lineHeight: {
128
+ none: string;
129
+ normal: string;
130
+ tight: string;
131
+ relaxed: string;
181
132
  };
182
- zIndex: {
183
- 0: string;
184
- auto: string;
185
- 10: string;
186
- 20: string;
187
- 40: string;
188
- 30: string;
189
- 50: string;
133
+ letterSpacing: {
134
+ normal: string;
135
+ tight: string;
136
+ tighter: string;
137
+ wide: string;
138
+ wider: string;
139
+ widest: string;
190
140
  };
191
141
  spacing: {
192
142
  0: string;
193
- 4: string;
194
143
  2: string;
195
144
  5: string;
196
145
  1: string;
197
146
  px: string;
147
+ 4: string;
198
148
  8: string;
199
149
  0.5: string;
200
150
  1.5: string;
@@ -225,116 +175,183 @@ declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp
225
175
  80: string;
226
176
  96: string;
227
177
  };
228
- w: {
229
- screen: string;
230
- svw: string;
231
- lvw: string;
232
- dvw: string;
178
+ position: {
179
+ auto: string;
180
+ full: string;
181
+ "1/2": string;
182
+ "1/3": string;
183
+ "2/3": string;
184
+ "1/4": string;
185
+ "2/4": string;
186
+ "3/4": string;
233
187
  };
234
- outlineWidth: {
235
- 0: string;
236
- 4: string;
237
- 2: string;
188
+ aspectRatio: {
189
+ square: string;
190
+ landscape: string;
191
+ portrait: string;
192
+ widescreen: string;
193
+ ultrawide: string;
194
+ golden: string;
195
+ };
196
+ flex: {
238
197
  1: string;
239
- 8: string;
198
+ none: string;
199
+ auto: string;
200
+ initial: string;
240
201
  };
241
- outlineOffset: {
202
+ flexGrow: {
242
203
  0: string;
243
- 4: string;
244
- 2: string;
245
204
  1: string;
246
- 8: string;
247
205
  };
248
- ringWidth: {
206
+ flexShrink: {
249
207
  0: string;
250
- 4: string;
251
- inset: string;
252
- 2: string;
253
- 1: string;
254
- 8: string;
255
208
  };
256
- ringOffsetWidth: {
209
+ opacity: {
257
210
  0: string;
258
- 4: string;
259
- 2: string;
260
- 1: string;
261
- 8: string;
211
+ 5: string;
212
+ 10: string;
213
+ 20: string;
214
+ 40: string;
215
+ 60: string;
216
+ 80: string;
217
+ 25: string;
218
+ 30: string;
219
+ 50: string;
220
+ 70: string;
221
+ 75: string;
222
+ 90: string;
223
+ 95: string;
224
+ 100: string;
262
225
  };
263
- shadow: {
264
- none: string;
226
+ radius: {
265
227
  sm: string;
266
228
  md: string;
267
229
  lg: string;
268
230
  xl: string;
269
- "2xl": string;
270
- "2xs": string;
231
+ none: string;
232
+ full: string;
271
233
  xs: string;
272
- inner: string;
273
- };
274
- strokeWidth: {
275
- 0: string;
276
- 2: string;
277
- 1: string;
278
234
  };
279
- fontFamily: {
280
- sans: string;
281
- serif: string;
282
- mono: string;
283
- };
284
- fontWeight: {
285
- normal: string;
286
- thin: string;
287
- bold: string;
288
- light: string;
289
- medium: string;
290
- extralight: string;
291
- semibold: string;
292
- extrabold: string;
293
- black: string;
294
- };
295
- letterSpacing: {
296
- normal: string;
297
- tight: string;
298
- tighter: string;
299
- wide: string;
300
- wider: string;
301
- widest: string;
302
- };
303
- lineHeight: {
235
+ animation: {
304
236
  none: string;
305
- normal: string;
306
- tight: string;
307
- relaxed: string;
237
+ spin: string;
238
+ ping: string;
308
239
  };
309
- textShadow: {
310
- none: string;
240
+ shadow: {
311
241
  sm: string;
312
242
  md: string;
313
243
  lg: string;
314
- "2xs": string;
244
+ xl: string;
245
+ "2xl": string;
246
+ none: string;
315
247
  xs: string;
248
+ "2xs": string;
249
+ inner: string;
316
250
  };
317
251
  blur: {
318
- none: string;
319
252
  sm: string;
320
253
  md: string;
321
254
  lg: string;
322
255
  xl: string;
323
256
  "2xl": string;
257
+ none: string;
324
258
  "3xl": string;
325
259
  };
326
- translate: {
260
+ textShadow: {
261
+ sm: string;
262
+ md: string;
263
+ lg: string;
264
+ none: string;
265
+ xs: string;
266
+ "2xs": string;
267
+ };
268
+ zIndex: {
327
269
  0: string;
328
- 4: string;
270
+ auto: string;
271
+ 10: string;
272
+ 20: string;
273
+ 40: string;
274
+ 30: string;
275
+ 50: string;
276
+ };
277
+ size: {
278
+ auto: string;
329
279
  full: string;
280
+ "1/2": string;
281
+ "1/3": string;
282
+ "2/3": string;
283
+ "1/4": string;
284
+ "2/4": string;
285
+ "3/4": string;
286
+ min: string;
287
+ max: string;
288
+ fit: string;
289
+ "1/5": string;
290
+ "2/5": string;
291
+ "3/5": string;
292
+ "4/5": string;
293
+ "1/6": string;
294
+ "2/6": string;
295
+ "3/6": string;
296
+ "4/6": string;
297
+ "5/6": string;
298
+ };
299
+ w: {
300
+ screen: string;
301
+ svw: string;
302
+ lvw: string;
303
+ dvw: string;
304
+ };
305
+ h: {
306
+ screen: string;
307
+ svh: string;
308
+ lvh: string;
309
+ dvh: string;
310
+ };
311
+ rotate: {
312
+ 0: string;
313
+ 2: string;
314
+ 1: string;
315
+ 3: string;
316
+ 6: string;
317
+ 12: string;
318
+ 90: string;
319
+ 45: string;
320
+ 180: string;
321
+ };
322
+ scale: {
323
+ 0: string;
324
+ 50: string;
325
+ 75: string;
326
+ 90: string;
327
+ 95: string;
328
+ 100: string;
329
+ 105: string;
330
+ 110: string;
331
+ 125: string;
332
+ 150: string;
333
+ 200: string;
334
+ };
335
+ skew: {
336
+ 0: string;
337
+ 2: string;
338
+ 1: string;
339
+ 3: string;
340
+ 6: string;
341
+ 12: string;
342
+ };
343
+ translate: {
344
+ 0: string;
330
345
  2: string;
331
346
  5: string;
332
347
  1: string;
348
+ full: string;
333
349
  "1/2": string;
334
350
  "1/3": string;
335
351
  "2/3": string;
336
352
  "1/4": string;
337
353
  "3/4": string;
354
+ 4: string;
338
355
  8: string;
339
356
  0.5: string;
340
357
  1.5: string;
@@ -365,28 +382,10 @@ declare const warmOrganicFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp
365
382
  80: string;
366
383
  96: string;
367
384
  };
368
- radius: {
369
- none: string;
370
- sm: string;
371
- md: string;
372
- lg: string;
373
- xl: string;
374
- xs: string;
375
- full: string;
376
- };
377
- h: {
378
- screen: string;
379
- svh: string;
380
- lvh: string;
381
- dvh: string;
382
- };
383
- skew: {
385
+ strokeWidth: {
384
386
  0: string;
385
387
  2: string;
386
388
  1: string;
387
- 3: string;
388
- 6: string;
389
- 12: string;
390
389
  };
391
390
  }, {}, {}, {}, "_light" | "_dark" | "_sm" | "_md" | "_lg" | "_xl" | "_2xl", {
392
391
  readonly color: {
@@ -1,8 +1,7 @@
1
1
  import { LoaderDefinitionFunction } from "webpack";
2
2
 
3
3
  //#region ../loader/dist/loader.d.ts
4
- //#region src/loader.d.ts
5
4
  declare const transformLoader: LoaderDefinitionFunction;
6
- declare const normal: LoaderDefinitionFunction<{}, {}>; //#endregion
5
+ declare const normal: LoaderDefinitionFunction<{}, {}>;
7
6
  //#endregion
8
7
  export { normal, transformLoader };
@@ -1,7 +1,6 @@
1
1
  import { NextConfig } from "next";
2
2
 
3
3
  //#region ../loader/dist/next.d.ts
4
- //#region src/next.d.ts
5
4
  interface WithUdsOptions {
6
5
  /** Output directory for generated files (default: '.uds') */
7
6
  outputDir?: string;
@@ -12,6 +11,6 @@ interface WithUdsOptions {
12
11
  type NextConfigFn = (phase: string, ctx: {
13
12
  defaultConfig: NextConfig;
14
13
  }) => NextConfig | Promise<NextConfig>;
15
- declare function withUds(nextConfigOrFn: NextConfig | NextConfigFn, options?: WithUdsOptions): NextConfig | NextConfigFn; //#endregion
14
+ declare function withUds(nextConfigOrFn: NextConfig | NextConfigFn, options?: WithUdsOptions): NextConfig | NextConfigFn;
16
15
  //#endregion
17
16
  export { WithUdsOptions, withUds };
@@ -1,6 +1,5 @@
1
1
  import { boldVibrantFoundationPreset } from "../../foundational-presets/dist/boldVibrant.js";
2
2
  //#region ../presets/dist/boldVibrant.d.ts
3
- //#region src/boldVibrant.d.ts
4
- declare const boldVibrantPreset: typeof boldVibrantFoundationPreset; //#endregion
3
+ declare const boldVibrantPreset: typeof boldVibrantFoundationPreset;
5
4
  //#endregion
6
5
  export { boldVibrantPreset };
@@ -1,6 +1,5 @@
1
1
  import { brutalistFoundationPreset } from "../../foundational-presets/dist/brutalist.js";
2
2
  //#region ../presets/dist/brutalist.d.ts
3
- //#region src/brutalist.d.ts
4
- declare const brutalistPreset: typeof brutalistFoundationPreset; //#endregion
3
+ declare const brutalistPreset: typeof brutalistFoundationPreset;
5
4
  //#endregion
6
5
  export { brutalistPreset };
@@ -1,6 +1,5 @@
1
1
  import { candyFoundationPreset } from "../../foundational-presets/dist/candy.js";
2
2
  //#region ../presets/dist/candy.d.ts
3
- //#region src/candy.d.ts
4
- declare const candyPreset: typeof candyFoundationPreset; //#endregion
3
+ declare const candyPreset: typeof candyFoundationPreset;
5
4
  //#endregion
6
5
  export { candyPreset };
@@ -1,6 +1,5 @@
1
1
  import { cleanMinimalistFoundationPreset } from "../../foundational-presets/dist/cleanMinimalist.js";
2
2
  //#region ../presets/dist/cleanMinimalist.d.ts
3
- //#region src/cleanMinimalist.d.ts
4
- declare const cleanMinimalistPreset: typeof cleanMinimalistFoundationPreset; //#endregion
3
+ declare const cleanMinimalistPreset: typeof cleanMinimalistFoundationPreset;
5
4
  //#endregion
6
5
  export { cleanMinimalistPreset };
@@ -1,6 +1,5 @@
1
1
  import { corporateFoundationPreset } from "../../foundational-presets/dist/corporate.js";
2
2
  //#region ../presets/dist/corporate.d.ts
3
- //#region src/corporate.d.ts
4
- declare const corporatePreset: typeof corporateFoundationPreset; //#endregion
3
+ declare const corporatePreset: typeof corporateFoundationPreset;
5
4
  //#endregion
6
5
  export { corporatePreset };
@@ -1,6 +1,5 @@
1
1
  import { darkMoodyFoundationPreset } from "../../foundational-presets/dist/darkMoody.js";
2
2
  //#region ../presets/dist/darkMoody.d.ts
3
- //#region src/darkMoody.d.ts
4
- declare const darkMoodyPreset: typeof darkMoodyFoundationPreset; //#endregion
3
+ declare const darkMoodyPreset: typeof darkMoodyFoundationPreset;
5
4
  //#endregion
6
5
  export { darkMoodyPreset };
@@ -1,6 +1,5 @@
1
1
  import { defaultFoundationPreset } from "../../foundational-presets/dist/defaultPreset.js";
2
2
  //#region ../presets/dist/defaultPreset.d.ts
3
- //#region src/defaultPreset.d.ts
4
- declare const defaultPreset: typeof defaultFoundationPreset; //#endregion
3
+ declare const defaultPreset: typeof defaultFoundationPreset;
5
4
  //#endregion
6
5
  export { defaultPreset };
@@ -1,6 +1,5 @@
1
1
  import { forestFoundationPreset } from "../../foundational-presets/dist/forest.js";
2
2
  //#region ../presets/dist/forest.d.ts
3
- //#region src/forest.d.ts
4
- declare const forestPreset: typeof forestFoundationPreset; //#endregion
3
+ declare const forestPreset: typeof forestFoundationPreset;
5
4
  //#endregion
6
5
  export { forestPreset };
@@ -1,6 +1,5 @@
1
1
  import { highContrastFoundationPreset } from "../../foundational-presets/dist/highContrast.js";
2
2
  //#region ../presets/dist/highContrast.d.ts
3
- //#region src/highContrast.d.ts
4
- declare const highContrastPreset: typeof highContrastFoundationPreset; //#endregion
3
+ declare const highContrastPreset: typeof highContrastFoundationPreset;
5
4
  //#endregion
6
5
  export { highContrastPreset };
@@ -1,6 +1,5 @@
1
1
  import { lavenderFoundationPreset } from "../../foundational-presets/dist/lavender.js";
2
2
  //#region ../presets/dist/lavender.d.ts
3
- //#region src/lavender.d.ts
4
- declare const lavenderPreset: typeof lavenderFoundationPreset; //#endregion
3
+ declare const lavenderPreset: typeof lavenderFoundationPreset;
5
4
  //#endregion
6
5
  export { lavenderPreset };
@@ -1,6 +1,5 @@
1
1
  import { luxuryFoundationPreset } from "../../foundational-presets/dist/luxury.js";
2
2
  //#region ../presets/dist/luxury.d.ts
3
- //#region src/luxury.d.ts
4
- declare const luxuryPreset: typeof luxuryFoundationPreset; //#endregion
3
+ declare const luxuryPreset: typeof luxuryFoundationPreset;
5
4
  //#endregion
6
5
  export { luxuryPreset };
@@ -1,6 +1,5 @@
1
1
  import { monochromeFoundationPreset } from "../../foundational-presets/dist/monochrome.js";
2
2
  //#region ../presets/dist/monochrome.d.ts
3
- //#region src/monochrome.d.ts
4
- declare const monochromePreset: typeof monochromeFoundationPreset; //#endregion
3
+ declare const monochromePreset: typeof monochromeFoundationPreset;
5
4
  //#endregion
6
5
  export { monochromePreset };
@@ -1,6 +1,5 @@
1
1
  import { neonCyberFoundationPreset } from "../../foundational-presets/dist/neonCyber.js";
2
2
  //#region ../presets/dist/neonCyber.d.ts
3
- //#region src/neonCyber.d.ts
4
- declare const neonCyberPreset: typeof neonCyberFoundationPreset; //#endregion
3
+ declare const neonCyberPreset: typeof neonCyberFoundationPreset;
5
4
  //#endregion
6
5
  export { neonCyberPreset };
@@ -1,6 +1,5 @@
1
1
  import { newspaperFoundationPreset } from "../../foundational-presets/dist/newspaper.js";
2
2
  //#region ../presets/dist/newspaper.d.ts
3
- //#region src/newspaper.d.ts
4
- declare const newspaperPreset: typeof newspaperFoundationPreset; //#endregion
3
+ declare const newspaperPreset: typeof newspaperFoundationPreset;
5
4
  //#endregion
6
5
  export { newspaperPreset };
@@ -1,6 +1,5 @@
1
1
  import { oceanFoundationPreset } from "../../foundational-presets/dist/ocean.js";
2
2
  //#region ../presets/dist/ocean.d.ts
3
- //#region src/ocean.d.ts
4
- declare const oceanPreset: typeof oceanFoundationPreset; //#endregion
3
+ declare const oceanPreset: typeof oceanFoundationPreset;
5
4
  //#endregion
6
5
  export { oceanPreset };
@@ -1,6 +1,5 @@
1
1
  import { slateFoundationPreset } from "../../foundational-presets/dist/slate.js";
2
2
  //#region ../presets/dist/slate.d.ts
3
- //#region src/slate.d.ts
4
- declare const slatePreset: typeof slateFoundationPreset; //#endregion
3
+ declare const slatePreset: typeof slateFoundationPreset;
5
4
  //#endregion
6
5
  export { slatePreset };
@@ -1,6 +1,5 @@
1
1
  import { sunsetFoundationPreset } from "../../foundational-presets/dist/sunset.js";
2
2
  //#region ../presets/dist/sunset.d.ts
3
- //#region src/sunset.d.ts
4
- declare const sunsetPreset: typeof sunsetFoundationPreset; //#endregion
3
+ declare const sunsetPreset: typeof sunsetFoundationPreset;
5
4
  //#endregion
6
5
  export { sunsetPreset };