@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,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Gradient Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin adds custom gradient classes to the TailwindCSS framework
7
- * based on the Untitled UI Kit for Kanopi.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const GradientPlugin: {
12
- handler: import('tailwindcss/types/config.js').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config.js').Config>;
14
- };
15
- export default GradientPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Height Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom height
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const HeightPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default HeightPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Radius Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin adds custom radius classes to the TailwindCSS framework
7
- * based on the Untitled UI Kit for Kanopi.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const RadiusPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default RadiusPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Screen Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom screen
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const ScreenPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default ScreenPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Shadows Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin adds custom shadow classes to the TailwindCSS framework
7
- * based on the Untitled UI Kit for Kanopi.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const ShadowsPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default ShadowsPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Spacing Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom spacing
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const SpacingPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default SpacingPlugin;
@@ -1,80 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Brand Typography Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- * This plugin adds custom typography classes to the TailwindCSS framework
6
- * based on the Untitled UI Kit for Kanopi.
7
- *
8
- * Adding this to the plugin section of your TailwindCSS configuration will
9
- * allow you to use the following class names and styles based on the
10
- * `typography` array below.
11
- *
12
- * With this method, we can have multiple class aliases for each typography
13
- * style, allowing for more flexibility in class naming whilst maintaining
14
- * support for TailwindCSS intellisense in your code editor.
15
- *
16
- * --------------------------------------------------------------------------
17
- *
18
- * TO DO: Consider sizing changes on different breakpoints and also add
19
- * spacing utilities for typography.
20
- *
21
- * --------------------------------------------------------------------------
22
- */
23
- declare const headingFontSizes: {
24
- "display-2xl": {
25
- fontSize: string;
26
- lineHeight: string;
27
- letterSpacing: string;
28
- };
29
- "display-xl": {
30
- fontSize: string;
31
- lineHeight: string;
32
- letterSpacing: string;
33
- };
34
- "display-lg": {
35
- fontSize: string;
36
- lineHeight: string;
37
- letterSpacing: string;
38
- };
39
- "display-md": {
40
- fontSize: string;
41
- lineHeight: string;
42
- letterSpacing: string;
43
- };
44
- "display-sm": {
45
- fontSize: string;
46
- lineHeight: string;
47
- };
48
- "display-xs": {
49
- fontSize: string;
50
- lineHeight: string;
51
- };
52
- };
53
- declare const bodyFontSizes: {
54
- xl: {
55
- fontSize: string;
56
- lineHeight: string;
57
- };
58
- lg: {
59
- fontSize: string;
60
- lineHeight: string;
61
- };
62
- md: {
63
- fontSize: string;
64
- lineHeight: string;
65
- };
66
- sm: {
67
- fontSize: string;
68
- lineHeight: string;
69
- };
70
- xs: {
71
- fontSize: string;
72
- lineHeight: string;
73
- };
74
- };
75
- declare const TypographyPlugin: {
76
- handler: import('tailwindcss/types/config').PluginCreator;
77
- config?: Partial<import('tailwindcss/types/config').Config>;
78
- };
79
- export { headingFontSizes as DsgTypographyHeadingSizes, bodyFontSizes as DsgTypographyBodySizes };
80
- export default TypographyPlugin;
@@ -1,15 +0,0 @@
1
- /**
2
- * --------------------------------------------------------------------------
3
- * Width Plugin for Untitled UI Kit for Kanopi
4
- * --------------------------------------------------------------------------
5
- *
6
- * This plugin extends the Tailwind CSS framework to include custom width
7
- * family classes by extending the theme configuration.
8
- *
9
- * --------------------------------------------------------------------------
10
- */
11
- declare const WidthPlugin: {
12
- handler: import('tailwindcss/types/config').PluginCreator;
13
- config?: Partial<import('tailwindcss/types/config').Config>;
14
- };
15
- export default WidthPlugin;
@@ -1,17 +0,0 @@
1
- import { default as TypographyPlugin } from './DsgTypographyPlugin';
2
- import { default as RadiusPlugin } from './DsgRadiusPlugin';
3
- import { default as GradientPlugin } from './DsgGradientPlugin';
4
- import { default as BackdropBlurPlugin } from './DsgBackdropBlurPlugin';
5
- import { default as ShadowsPlugin } from './DsgShadowsPlugin';
6
- import { default as FocusRingsPlugin } from './DsgFocusRingPlugin';
7
- import { default as ContainerPlugin } from './DsgContainerPlugin';
8
- import { default as HeightPlugin } from './DsgHeightPlugin';
9
- import { default as ScreenPlugin } from './DsgScreenPlugin';
10
- import { default as SpacingPlugin } from './DsgSpacingPlugin';
11
- import { default as WidthPlugin } from './DsgWidthPlugin';
12
- export { TypographyPlugin as DsgTypographyPlugin, RadiusPlugin as DsgRadiusPlugin, GradientPlugin as DsgGradientPlugin, BackdropBlurPlugin as DsgBackdropBlurPlugin, ShadowsPlugin as DsgShadowsPlugin, FocusRingsPlugin as DsgFocusRingsPlugin, ContainerPlugin as DsgContainerPlugin, HeightPlugin as DsgHeightPlugin, ScreenPlugin as DsgScreenPlugin, SpacingPlugin as DsgSpacingPlugin, WidthPlugin as DsgWidthPlugin, };
13
- declare const _default: {
14
- handler: import('tailwindcss/types/config').PluginCreator;
15
- config?: Partial<import('tailwindcss/types/config').Config>;
16
- }[];
17
- export default _default;