@dcodegroup-au/dsg-vue 0.1.40 → 1.0.1-next.1

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 (58) hide show
  1. package/README.md +67 -8
  2. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-CzkVjbOp.js +26 -0
  3. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-WrIgmJyQ.cjs +1 -0
  4. package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-CmNG2Wig.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-eTosSqko.cjs} +1217 -1197
  5. package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-BoJ6hpYL.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-gN_n5gOu.js} +5742 -5750
  6. package/dist/components/Elements/DsgAccordion.vue.d.ts +0 -1
  7. package/dist/components/Elements/DsgAvatar.vue.d.ts +0 -1
  8. package/dist/components/Elements/DsgBadge.vue.d.ts +0 -1
  9. package/dist/components/Elements/DsgButton.vue.d.ts +0 -1
  10. package/dist/components/Elements/DsgCard.vue.d.ts +1 -2
  11. package/dist/components/Elements/DsgCardContainer.vue.d.ts +1 -1
  12. package/dist/components/Elements/DsgCheckbox.vue.d.ts +0 -1
  13. package/dist/components/Elements/DsgCheckboxGroup.vue.d.ts +2 -2
  14. package/dist/components/Elements/DsgDropdown.vue.d.ts +0 -5
  15. package/dist/components/Elements/DsgInput.vue.d.ts +0 -1
  16. package/dist/components/Elements/DsgLabel.vue.d.ts +1 -2
  17. package/dist/components/Elements/DsgProgress.vue.d.ts +1 -1
  18. package/dist/components/Elements/DsgTag.vue.d.ts +0 -1
  19. package/dist/components/Elements/DsgToggle.vue.d.ts +1 -2
  20. package/dist/components/Elements/ElementComponents.d.ts +1 -3
  21. package/dist/components/Icons/DsgCreditCardIcon.vue.d.ts +0 -1
  22. package/dist/components/Icons/DsgIcon.vue.d.ts +0 -2
  23. package/dist/components/Icons/DsgMiscIcon.vue.d.ts +0 -1
  24. package/dist/dsg-vue.cjs +32 -11
  25. package/dist/dsg-vue.css +2 -2
  26. package/dist/dsg-vue.editor.cjs +33 -33
  27. package/dist/dsg-vue.editor.esm.js +6 -7
  28. package/dist/dsg-vue.esm.js +2969 -3061
  29. package/dist/dsg-vue.table.cjs +2 -2
  30. package/dist/dsg-vue.table.esm.js +65 -62
  31. package/dist/main.d.ts +4 -82
  32. package/package.json +6 -3
  33. package/vite.config.ts +10 -7
  34. package/dist/DsgColoursConfig-BseFo6-R.js +0 -450
  35. package/dist/DsgColoursConfig-D7UiFGB5.cjs +0 -1
  36. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-BYL1w85l.js +0 -28
  37. package/dist/DsgLabel.vue_vue_type_style_index_0_lang-DAM6oT0f.cjs +0 -1
  38. package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
  39. package/dist/_commonjsHelpers-DwGv2jUC.cjs +0 -1
  40. package/dist/components/Elements/DsgInputDropdown.vue.d.ts +0 -30
  41. package/dist/components/Elements/DsgLink.vue.d.ts +0 -36
  42. package/dist/dsg-vue.tailwind.cjs +0 -1
  43. package/dist/dsg-vue.tailwind.esm.js +0 -610
  44. package/dist/tailwind/plugins/DsgBackdropBlurPlugin.d.ts +0 -15
  45. package/dist/tailwind/plugins/DsgColoursPlugin.d.ts +0 -15
  46. package/dist/tailwind/plugins/DsgContainerPlugin.d.ts +0 -15
  47. package/dist/tailwind/plugins/DsgFocusRingPlugin.d.ts +0 -28
  48. package/dist/tailwind/plugins/DsgFontFamilyPlugin.d.ts +0 -15
  49. package/dist/tailwind/plugins/DsgGradientPlugin.d.ts +0 -15
  50. package/dist/tailwind/plugins/DsgHeightPlugin.d.ts +0 -15
  51. package/dist/tailwind/plugins/DsgRadiusPlugin.d.ts +0 -15
  52. package/dist/tailwind/plugins/DsgScreenPlugin.d.ts +0 -15
  53. package/dist/tailwind/plugins/DsgShadowsPlugin.d.ts +0 -15
  54. package/dist/tailwind/plugins/DsgSpacingPlugin.d.ts +0 -15
  55. package/dist/tailwind/plugins/DsgTypographyPlugin.d.ts +0 -80
  56. package/dist/tailwind/plugins/DsgWidthPlugin.d.ts +0 -15
  57. package/dist/tailwind/plugins/PluginCore.d.ts +0 -17
  58. package/dist/tailwind.d.ts +0 -866
@@ -1,610 +0,0 @@
1
- import { g as S } from "./_commonjsHelpers-C6fGbg64.js";
2
- import { C as a, h as g } from "./DsgColoursConfig-BseFo6-R.js";
3
- var d = {}, c = {}, y;
4
- function C() {
5
- return y || (y = 1, (function(e) {
6
- Object.defineProperty(e, "__esModule", {
7
- value: !0
8
- }), Object.defineProperty(e, "default", {
9
- enumerable: !0,
10
- get: function() {
11
- return t;
12
- }
13
- });
14
- function r(s, l) {
15
- return {
16
- handler: s,
17
- config: l
18
- };
19
- }
20
- r.withOptions = function(s, l = () => ({})) {
21
- const i = function(x) {
22
- return {
23
- __options: x,
24
- handler: s(x),
25
- config: l(x)
26
- };
27
- };
28
- return i.__isOptionsFunction = !0, i.__pluginFunction = s, i.__configFunction = l, i;
29
- };
30
- const t = r;
31
- })(c)), c;
32
- }
33
- var b;
34
- function P() {
35
- return b || (b = 1, (function(e) {
36
- Object.defineProperty(e, "__esModule", {
37
- value: !0
38
- }), Object.defineProperty(e, "default", {
39
- enumerable: !0,
40
- get: function() {
41
- return s;
42
- }
43
- });
44
- const r = /* @__PURE__ */ t(C());
45
- function t(l) {
46
- return l && l.__esModule ? l : {
47
- default: l
48
- };
49
- }
50
- const s = r.default;
51
- })(d)), d;
52
- }
53
- var m, h;
54
- function E() {
55
- if (h) return m;
56
- h = 1;
57
- let e = P();
58
- return m = (e.__esModule ? e : { default: e }).default, m;
59
- }
60
- var B = E();
61
- const n = /* @__PURE__ */ S(B), o = {
62
- "display-2xl": { fontSize: "4.5rem", lineHeight: "5.625rem", letterSpacing: "-0.09rem" },
63
- "display-xl": { fontSize: "3.75rem", lineHeight: "4.5rem", letterSpacing: "-0.075rem" },
64
- "display-lg": { fontSize: "3rem", lineHeight: "3.75rem", letterSpacing: "-0.06rem" },
65
- "display-md": { fontSize: "2.25rem", lineHeight: "2.75rem", letterSpacing: "-0.045rem" },
66
- "display-sm": { fontSize: "1.875rem", lineHeight: "2.375rem" },
67
- "display-xs": { fontSize: "1.5rem", lineHeight: "2rem" }
68
- }, p = {
69
- xl: { fontSize: "1.125rem", lineHeight: "1.75rem" },
70
- lg: { fontSize: "1.125rem", lineHeight: "1.75rem" },
71
- md: { fontSize: "1rem", lineHeight: "1.5rem" },
72
- sm: { fontSize: "0.875rem", lineHeight: "1.25rem" },
73
- xs: { fontSize: "0.75rem", lineHeight: "1.125rem" }
74
- }, D = [
75
- {
76
- classNames: ["display-2xl", "h1", "heading-1"],
77
- styles: {
78
- ...o["display-2xl"]
79
- }
80
- },
81
- {
82
- classNames: ["display-xl", "h2", "heading-2"],
83
- styles: {
84
- ...o["display-xl"]
85
- }
86
- },
87
- {
88
- classNames: ["display-lg", "h3", "heading-3"],
89
- styles: {
90
- ...o["display-lg"]
91
- }
92
- },
93
- {
94
- classNames: ["display-md", "h4", "heading-4"],
95
- styles: {
96
- ...o["display-md"]
97
- }
98
- },
99
- {
100
- classNames: ["display-sm", "h5", "heading-5"],
101
- styles: {
102
- ...o["display-sm"]
103
- }
104
- },
105
- {
106
- classNames: ["display-xs", "h6", "heading-6"],
107
- styles: {
108
- ...o["display-xs"]
109
- }
110
- },
111
- {
112
- classNames: ["body-xl", "text-xl", "lead-1"],
113
- styles: {
114
- ...p.xl
115
- }
116
- },
117
- {
118
- classNames: ["body-lg", "text-lg", "lead-2"],
119
- styles: {
120
- ...p.lg
121
- }
122
- },
123
- {
124
- classNames: ["body-md", "text-md", "body", "text-base"],
125
- styles: {
126
- ...p.md
127
- }
128
- },
129
- {
130
- classNames: ["body-sm", "text-sm", "caption"],
131
- styles: {
132
- ...p.sm
133
- }
134
- },
135
- {
136
- classNames: ["body-xs", "text-xs", "legal", "text-legal"],
137
- styles: {
138
- ...p.xs
139
- }
140
- }
141
- ];
142
- let F = {};
143
- D.forEach((e) => {
144
- e.classNames.forEach((r) => {
145
- F["." + r] = e.styles;
146
- });
147
- });
148
- const v = n(function({ addComponents: e }) {
149
- return e(F);
150
- }), k = n(() => {
151
- }, {
152
- theme: {
153
- extend: {
154
- borderRadius: {
155
- none: "0rem",
156
- xxs: "0.125rem",
157
- xs: "0.25rem",
158
- sm: "0.375rem",
159
- md: "0.5rem",
160
- lg: "0.625rem",
161
- xl: "0.75rem",
162
- "2xl": "1rem",
163
- "3xl": "1.25rem",
164
- "4xl": "1.5rem",
165
- full: "9999px"
166
- }
167
- }
168
- }
169
- }), w = [
170
- // # Gray Radial Gradients
171
- {
172
- className: "gradient-gray-1",
173
- colors: [a.gray[600], "#FFFFFF"],
174
- angle: "0deg",
175
- type: "linear"
176
- },
177
- {
178
- className: "gradient-gray-2",
179
- colors: [a.gray[600], a.gray[500]],
180
- angle: "90deg",
181
- type: "linear"
182
- },
183
- {
184
- className: "gradient-gray-3",
185
- colors: [a.gray[700], a.gray[600]],
186
- angle: "45deg",
187
- type: "linear"
188
- },
189
- {
190
- className: "gradient-gray-4",
191
- colors: [a.gray[800], a.gray[600]],
192
- angle: "45deg",
193
- type: "linear"
194
- },
195
- {
196
- className: "gradient-gray-5",
197
- colors: [a.gray[800], a.gray[600]],
198
- angle: "90deg",
199
- type: "linear"
200
- },
201
- {
202
- className: "gradient-gray-6",
203
- colors: [a.gray[800], a.gray[700]],
204
- angle: "26.5deg",
205
- type: "linear"
206
- },
207
- {
208
- className: "gradient-gray-7",
209
- colors: [a.gray[900], a.gray[600]],
210
- angle: "45deg",
211
- type: "linear"
212
- },
213
- // # Brand Radial Gradients
214
- {
215
- className: "gradient-brand-1",
216
- colors: [a.brand[600], "#FFFFFF"],
217
- angle: "0deg",
218
- type: "linear"
219
- },
220
- {
221
- className: "gradient-brand-2",
222
- colors: [a.brand[600], a.brand[500]],
223
- angle: "90deg",
224
- type: "linear"
225
- },
226
- {
227
- className: "gradient-brand-3",
228
- colors: [a.brand[700], a.brand[600]],
229
- angle: "45deg",
230
- type: "linear"
231
- },
232
- {
233
- className: "gradient-brand-4",
234
- colors: [a.brand[800], a.brand[600]],
235
- angle: "45deg",
236
- type: "linear"
237
- },
238
- {
239
- className: "gradient-brand-5",
240
- colors: [a.brand[800], a.brand[600]],
241
- angle: "90deg",
242
- type: "linear"
243
- },
244
- {
245
- className: "gradient-brand-6",
246
- colors: [a.brand[800], a.brand[700]],
247
- angle: "26.5deg",
248
- type: "linear"
249
- },
250
- {
251
- className: "gradient-brand-7",
252
- colors: [a.brand[900], a.brand[700]],
253
- angle: "45deg",
254
- type: "linear"
255
- },
256
- // # Gray Neutral Liner Gradients
257
- {
258
- className: "gradient-gray-neutral-1",
259
- colors: ["#FFFFFF", "#F3F5F7"],
260
- angle: "180deg",
261
- type: "linear"
262
- },
263
- {
264
- className: "gradient-gray-neutral-2",
265
- colors: ["#F9FAFB", "#EDF0F3"],
266
- angle: "180deg",
267
- type: "linear"
268
- },
269
- {
270
- className: "gradient-gray-neutral-3",
271
- colors: ["#EDF0F3", "#E7EBEF"],
272
- angle: "180deg",
273
- type: "linear"
274
- },
275
- {
276
- className: "gradient-gray-neutral-4",
277
- colors: ["#F3F5F7", "#E0E5EB"],
278
- angle: "180deg",
279
- type: "linear"
280
- },
281
- {
282
- className: "gradient-gray-neutral-5",
283
- colors: ["#EDF0F3", "#D4DBE2"],
284
- angle: "180deg",
285
- type: "linear"
286
- },
287
- {
288
- className: "gradient-gray-neutral-6",
289
- colors: ["#E7EBEF", "#C8D1DA"],
290
- angle: "180deg",
291
- type: "linear"
292
- },
293
- {
294
- className: "gradient-gray-neutral-7",
295
- colors: ["#E7EBEF", "#C8D1DA"],
296
- angle: "180deg",
297
- type: "linear"
298
- },
299
- // # Gray True Liner Gradients
300
- {
301
- className: "gradient-gray-true-1",
302
- colors: ["#FFFFFF", "#F5F5F5"],
303
- angle: "180deg",
304
- type: "linear"
305
- },
306
- {
307
- className: "gradient-gray-true-2",
308
- colors: ["#FAFAFA", "#F0F0F0"],
309
- angle: "180deg",
310
- type: "linear"
311
- },
312
- {
313
- className: "gradient-gray-true-3",
314
- colors: ["#FAFAFA", "#EBEBEB"],
315
- angle: "180deg",
316
- type: "linear"
317
- },
318
- {
319
- className: "gradient-gray-true-4",
320
- colors: ["#F5F5F5", "#E5E5E5"],
321
- angle: "180deg",
322
- type: "linear"
323
- },
324
- {
325
- className: "gradient-gray-true-5",
326
- colors: ["#F0F0F0", "#DBDBDB"],
327
- angle: "180deg",
328
- type: "linear"
329
- },
330
- {
331
- className: "gradient-gray-true-6",
332
- colors: ["#EBEBEB", "#D1D1D1"],
333
- angle: "180deg",
334
- type: "linear"
335
- },
336
- {
337
- className: "gradient-gray-true-7",
338
- colors: ["#E5E5E5", "#C2C2C2"],
339
- angle: "180deg",
340
- type: "linear"
341
- }
342
- ];
343
- let N = {};
344
- w.forEach((e) => {
345
- const r = e.type === "linear" ? "linear-gradient" : "radial-gradient", t = e.colors.join(", ");
346
- let s = r + "(" + e.angle + ", " + t + ")";
347
- N["." + e.className] = { backgroundImage: s };
348
- });
349
- const _ = n(({ addComponents: e }) => {
350
- e(N);
351
- }), z = [
352
- {
353
- className: "backdrop-blur-light-sm",
354
- background: "rgba(255, 255, 255, 0.60)",
355
- blur: "4px"
356
- },
357
- {
358
- className: "backdrop-blur-light-md",
359
- background: "rgba(255, 255, 255, 0.60)",
360
- blur: "8px"
361
- },
362
- {
363
- className: "backdrop-blur-light-lg",
364
- background: "rgba(255, 255, 255, 0.60)",
365
- blur: "12px"
366
- },
367
- {
368
- className: "backdrop-blur-light-xl",
369
- background: "rgba(255, 255, 255, 0.60)",
370
- blur: "20px"
371
- },
372
- {
373
- className: "backdrop-blur-dark-sm",
374
- background: "rgba(0, 0, 0, 0.60)",
375
- blur: "4px"
376
- },
377
- {
378
- className: "backdrop-blur-dark-md",
379
- background: "rgba(0, 0, 0, 0.60)",
380
- blur: "8px"
381
- },
382
- {
383
- className: "backdrop-blur-dark-lg",
384
- background: "rgba(0, 0, 0, 0.60)",
385
- blur: "12px"
386
- },
387
- {
388
- className: "backdrop-blur-dark-xl",
389
- background: "rgba(0, 0, 0, 0.60)",
390
- blur: "20px"
391
- }
392
- ];
393
- let f = {};
394
- z.forEach((e) => {
395
- f["." + e.className] = { backdropFilter: "blur(" + e.blur + ")", background: e.background };
396
- });
397
- const H = n(({ addComponents: e }) => {
398
- e(f);
399
- }), R = [
400
- {
401
- className: "shadow-xs",
402
- value: "0px 1px 2px 0px rgba(16, 24, 40, 0.05)",
403
- textShadowValue: "0px 1px 2px rgba(16, 24, 40, 0.05)"
404
- },
405
- {
406
- className: "shadow-sm",
407
- value: "0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06)",
408
- textShadowValue: "0px 1px 3px rgba(16, 24, 40, 0.10)"
409
- },
410
- {
411
- className: "shadow-md",
412
- value: "0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06)",
413
- textShadowValue: "0px 4px 8px rgba(16, 24, 40, 0.10)"
414
- },
415
- {
416
- className: "shadow-lg",
417
- value: "0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03)",
418
- textShadowValue: "0px 12px 16px rgba(16, 24, 40, 0.12)"
419
- },
420
- {
421
- className: "shadow-xl",
422
- value: "0px 16px 32px -8px rgba(16, 24, 40, 0.18)",
423
- textShadowValue: "0px 16px 32px rgba(16, 24, 40, 0.18)"
424
- },
425
- {
426
- className: "shadow-2xl",
427
- value: "0px 24px 48px -12px rgba(16, 24, 40, 0.18)",
428
- textShadowValue: "0px 24px 48px rgba(16, 24, 40, 0.18)"
429
- },
430
- {
431
- className: "shadow-3xl",
432
- value: "0px 32px 64px -12px rgba(16, 24, 40, 0.14)",
433
- textShadowValue: "0px 32px 64px rgba(16, 24, 40, 0.14)"
434
- }
435
- ];
436
- let u = {};
437
- R.forEach((e) => {
438
- u["." + e.className] = { boxShadow: e.value }, u[".text-" + e.className] = { textShadow: e.textShadowValue };
439
- });
440
- const A = n(({ addComponents: e }) => {
441
- e(u);
442
- });
443
- function V(e) {
444
- const r = {
445
- brandColor: e?.brandColor || a.brand[500],
446
- grayColor: e?.grayColor || a.gray[400],
447
- errorColor: e?.errorColor || a.error[500]
448
- }, t = [
449
- {
450
- className: "ring-brand",
451
- value: "0px 0px 0px 4px " + g(r.brandColor, 0.24)
452
- },
453
- {
454
- className: "ring-gray",
455
- value: "0px 0px 0px 4px " + g(r.grayColor, 0.14)
456
- },
457
- {
458
- className: "ring-gray-secondary",
459
- value: "0px 0px 0px 4px " + g(r.grayColor, 0.2)
460
- },
461
- {
462
- className: "ring-error",
463
- value: "0px 0px 0px 4px " + g(r.errorColor, 0.24)
464
- },
465
- // # Refer: Shadow.ts - shadow-xs, shadow-sm
466
- {
467
- className: "ring-brand-shadow-xs",
468
- value: "0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px " + g(r.brandColor, 0.24)
469
- },
470
- {
471
- className: "ring-brand-shadow-sm",
472
- value: "0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px " + g(r.brandColor, 0.24)
473
- },
474
- {
475
- className: "ring-gray-shadow-xs",
476
- value: "0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px " + g(r.grayColor, 0.14)
477
- },
478
- {
479
- className: "ring-gray-shadow-sm",
480
- value: "0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px " + g(r.grayColor, 0.14)
481
- },
482
- {
483
- className: "ring-error-shadow-xs",
484
- value: "0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px " + g(r.errorColor, 0.24)
485
- },
486
- {
487
- className: "ring-error-shadow-sm",
488
- value: "0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 0px 0px 4px " + g(r.errorColor, 0.24)
489
- }
490
- ];
491
- let s = {};
492
- return t.forEach((l) => {
493
- s["." + l.className] = { boxShadow: l.value };
494
- }), n(({ addComponents: l }) => {
495
- l(s);
496
- });
497
- }
498
- const T = V, q = n(({ addBase: e, theme: r }) => {
499
- }, {
500
- theme: {
501
- extend: {
502
- container: {
503
- center: !0,
504
- padding: {
505
- DEFAULT: "2rem",
506
- md: "1rem"
507
- }
508
- }
509
- }
510
- }
511
- }), O = n(({ addBase: e, theme: r }) => {
512
- }, {
513
- theme: {
514
- extend: {
515
- height: {
516
- xxs: "0.5rem",
517
- xs: "0.75rem",
518
- sm: "0.875rem",
519
- md: "1rem",
520
- lg: "1.125rem",
521
- xl: "1.25rem",
522
- "2xl": "1.5rem",
523
- "3xl": "1.75rem"
524
- }
525
- }
526
- }
527
- }), G = n(({ addBase: e, theme: r }) => {
528
- }, {
529
- theme: {
530
- extend: {
531
- screens: {
532
- "max-xl": { max: "1279px" },
533
- "max-lg": { max: "1023px" },
534
- "max-md": { max: "768px" },
535
- "max-sm": { max: "639px" },
536
- "max-xs": { max: "413px" },
537
- sm: "640px",
538
- md: "768px",
539
- lg: "1024px",
540
- xl: "1280px",
541
- "2xl": "1600px"
542
- }
543
- }
544
- }
545
- }), M = n(({ addBase: e, theme: r }) => {
546
- }, {
547
- theme: {
548
- extend: {
549
- spacing: {
550
- "3xlSpace": "96px",
551
- "2xlSpace": "64px",
552
- xlSpace: "32px",
553
- lgSpace: "24px",
554
- mdSpace: "16px",
555
- smSpace: "12px",
556
- xsSpace: "8px",
557
- "2xsSpace": "4px",
558
- "3xsSpace": "2px"
559
- }
560
- }
561
- }
562
- }), $ = n(({ addBase: e, theme: r }) => {
563
- }, {
564
- theme: {
565
- extend: {
566
- width: {
567
- "2xs": "0.5rem",
568
- xs: "0.75rem",
569
- sm: "0.875rem",
570
- md: "1rem",
571
- lg: "1.125rem",
572
- xl: "1.25rem",
573
- "2xl": "1.5rem",
574
- "3xl": "1.75rem"
575
- }
576
- }
577
- }
578
- }), j = [
579
- k,
580
- v,
581
- _,
582
- H,
583
- A,
584
- T(),
585
- q,
586
- O,
587
- G,
588
- M,
589
- $
590
- ], W = {
591
- brand: ["Inter", "Source Sans Pro", "Helvetica Neue", "Roboto", "Arial", "sans-serif"],
592
- inter: ["Inter", "Source Sans Pro", "Helvetica Neue", "Roboto", "Arial", "sans-serif"]
593
- }, J = j, K = a, Q = a, X = W;
594
- export {
595
- H as DsgBackdropBlurPlugin,
596
- Q as DsgColorConfig,
597
- K as DsgColourConfig,
598
- q as DsgContainerPlugin,
599
- T as DsgFocusRingsPlugin,
600
- X as DsgFontFamilyConfig,
601
- _ as DsgGradientPlugin,
602
- O as DsgHeightPlugin,
603
- k as DsgRadiusPlugin,
604
- G as DsgScreenPlugin,
605
- A as DsgShadowsPlugin,
606
- M as DsgSpacingPlugin,
607
- J as DsgTailwindPlugin,
608
- v as DsgTypographyPlugin,
609
- $ as DsgWidthPlugin
610
- };
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Backdrop Blur Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin adds custom backdrop blur classes to the TailwindCSS framework
7
- * based on the Untitled UI Kit for Kanopi.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const BackdropBlurPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default BackdropBlurPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Colours Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom colour
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const ColoursPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default ColoursPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Container Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom container
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const ContainerPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default ContainerPlugin;
@@ -1,28 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Focus Ring Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin adds custom focus ring classes to the TailwindCSS framework
7
- * based on the Untitled UI Kit for Kanopi.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- /**
12
- * Type for focus ring colour config. All values are strings (hex or rgb).
13
- */
14
- export interface FocusRingColourConfig {
15
- brandColor: string;
16
- grayColor: string;
17
- errorColor: string;
18
- }
19
- /**
20
- * Factory function to create a focus ring plugin with custom colours.
21
- * Falls back to DsgColoursConfig if not provided.
22
- */
23
- export declare function createFocusRingPlugin(colours?: Partial<FocusRingColourConfig>): {
24
- handler: import('tailwindcss/types/config').PluginCreator;
25
- config?: Partial<import('tailwindcss/types/config').Config>;
26
- };
27
- declare const FocusRingsPlugin: typeof createFocusRingPlugin;
28
- export default FocusRingsPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Font Family Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom font
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const FontFamilyPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default FontFamilyPlugin;