@sk-web-gui/core 3.4.3 → 3.6.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 (105) hide show
  1. package/dist/cjs/aria-plugin.js +1 -1
  2. package/dist/cjs/aria-plugin.js.map +1 -1
  3. package/dist/cjs/components/ai/ai-corner-module.js +253 -0
  4. package/dist/cjs/components/ai/ai-corner-module.js.map +1 -0
  5. package/dist/cjs/components/ai/ai-module.js +2 -1
  6. package/dist/cjs/components/ai/ai-module.js.map +1 -1
  7. package/dist/cjs/components/ai/ai-service-module.js +121 -0
  8. package/dist/cjs/components/ai/ai-service-module.js.map +1 -0
  9. package/dist/cjs/components/ai/bubble.js +1 -1
  10. package/dist/cjs/components/ai/input-section.js +6 -1
  11. package/dist/cjs/components/ai/input-section.js.map +1 -1
  12. package/dist/cjs/components/ai/new-session-button.js +23 -0
  13. package/dist/cjs/components/ai/new-session-button.js.map +1 -0
  14. package/dist/cjs/components/ai/typing-sequence.js +1 -1
  15. package/dist/cjs/components/alert.js +1 -1
  16. package/dist/cjs/components/avatar.js +7 -1
  17. package/dist/cjs/components/avatar.js.map +1 -1
  18. package/dist/cjs/components/badge.js +1 -1
  19. package/dist/cjs/components/button.js +1 -1
  20. package/dist/cjs/components/card.js +2 -2
  21. package/dist/cjs/components/card.js.map +1 -1
  22. package/dist/cjs/components/dot.js +1 -1
  23. package/dist/cjs/components/icon.js +1 -1
  24. package/dist/cjs/components/input.js +1 -1
  25. package/dist/cjs/components/label.js +1 -1
  26. package/dist/cjs/components/menu-vertical.js +1 -1
  27. package/dist/cjs/components/menubar.js +1 -1
  28. package/dist/cjs/components/progress-bar.js +1 -1
  29. package/dist/cjs/components/select.js +1 -1
  30. package/dist/cjs/components/spinner.js +1 -1
  31. package/dist/cjs/components/table.js +217 -6
  32. package/dist/cjs/components/table.js.map +1 -1
  33. package/dist/cjs/components.js +205 -0
  34. package/dist/cjs/components.js.map +1 -0
  35. package/dist/cjs/data-plugin.js +1 -1
  36. package/dist/cjs/data-plugin.js.map +1 -1
  37. package/dist/cjs/fonts.js +13 -0
  38. package/dist/cjs/fonts.js.map +1 -0
  39. package/dist/cjs/index.js +1 -1
  40. package/dist/cjs/index.js.map +1 -1
  41. package/dist/cjs/plugin.js +37 -68
  42. package/dist/cjs/plugin.js.map +1 -1
  43. package/dist/cjs/preset.js +16 -16
  44. package/dist/cjs/preset.js.map +1 -1
  45. package/dist/cjs/theme.js +4 -8
  46. package/dist/cjs/theme.js.map +1 -1
  47. package/dist/cjs/units.js +12 -12
  48. package/dist/cjs/units.js.map +1 -1
  49. package/dist/esm/components/ai/ai-corner-module.js +248 -0
  50. package/dist/esm/components/ai/ai-corner-module.js.map +1 -0
  51. package/dist/esm/components/ai/ai-module.js +2 -1
  52. package/dist/esm/components/ai/ai-module.js.map +1 -1
  53. package/dist/esm/components/ai/ai-service-module.js +121 -0
  54. package/dist/esm/components/ai/ai-service-module.js.map +1 -0
  55. package/dist/esm/components/ai/bubble.js +1 -1
  56. package/dist/esm/components/ai/input-section.js +6 -1
  57. package/dist/esm/components/ai/input-section.js.map +1 -1
  58. package/dist/esm/components/ai/new-session-button.js +17 -0
  59. package/dist/esm/components/ai/new-session-button.js.map +1 -0
  60. package/dist/esm/components/ai/typing-sequence.js +1 -1
  61. package/dist/esm/components/alert.js +1 -1
  62. package/dist/esm/components/avatar.js +7 -1
  63. package/dist/esm/components/avatar.js.map +1 -1
  64. package/dist/esm/components/badge.js +1 -1
  65. package/dist/esm/components/button.js +1 -1
  66. package/dist/esm/components/card.js +2 -2
  67. package/dist/esm/components/card.js.map +1 -1
  68. package/dist/esm/components/dot.js +1 -1
  69. package/dist/esm/components/icon.js +1 -1
  70. package/dist/esm/components/input.js +1 -1
  71. package/dist/esm/components/label.js +1 -1
  72. package/dist/esm/components/menu-vertical.js +1 -1
  73. package/dist/esm/components/menubar.js +1 -1
  74. package/dist/esm/components/progress-bar.js +1 -1
  75. package/dist/esm/components/select.js +1 -1
  76. package/dist/esm/components/spinner.js +1 -1
  77. package/dist/esm/components/table.js +217 -6
  78. package/dist/esm/components/table.js.map +1 -1
  79. package/dist/esm/components.js +199 -0
  80. package/dist/esm/components.js.map +1 -0
  81. package/dist/esm/fonts.js +9 -0
  82. package/dist/esm/fonts.js.map +1 -0
  83. package/dist/esm/plugin.js +31 -66
  84. package/dist/esm/plugin.js.map +1 -1
  85. package/dist/esm/preset.js +13 -14
  86. package/dist/esm/preset.js.map +1 -1
  87. package/dist/esm/theme.js +3 -7
  88. package/dist/esm/theme.js.map +1 -1
  89. package/dist/esm/units.js +12 -12
  90. package/dist/esm/units.js.map +1 -1
  91. package/dist/types/aria-plugin.d.ts +1 -1
  92. package/dist/types/components/ai/ai-corner-module.d.ts +241 -0
  93. package/dist/types/components/ai/ai-module.d.ts +1 -0
  94. package/dist/types/components/ai/ai-service-module.d.ts +110 -0
  95. package/dist/types/components/ai/input-section.d.ts +6 -1
  96. package/dist/types/components/ai/new-session-button.d.ts +16 -0
  97. package/dist/types/components/avatar.d.ts +6 -0
  98. package/dist/types/components/card.d.ts +1 -1
  99. package/dist/types/components/table.d.ts +217 -6
  100. package/dist/types/components.d.ts +8 -0
  101. package/dist/types/data-plugin.d.ts +1 -1
  102. package/dist/types/fonts.d.ts +8 -0
  103. package/dist/types/plugin.d.ts +9 -4
  104. package/dist/types/preset.d.ts +10 -11
  105. package/package.json +8 -13
@@ -0,0 +1,110 @@
1
+ export declare const AIServiceModule: (colors: string[]) => {
2
+ '.sk-ai-service-module': {
3
+ '@apply flex gap-0': {};
4
+ '@apply rounded-groups': {};
5
+ '@apply bg-background-content': {};
6
+ '@apply shadow-100': {};
7
+ '&[data-inverted="true"]': {
8
+ '@apply text-inverted-dark-primary': {};
9
+ '@apply bg-inverted-background-content': {};
10
+ };
11
+ '&-row': {
12
+ '@apply flex flex-col': {};
13
+ '@apply grow shrink': {};
14
+ '@apply p-16 md:p-32': {};
15
+ '@apply bg-transparent': {};
16
+ '@apply first:rounded-l-groups': {};
17
+ '@apply last:rounded-r-groups': {};
18
+ };
19
+ '&-content': {
20
+ '@apply flex flex-col gap-6 md:gap-24': {};
21
+ '@apply p-4 md:p-8': {};
22
+ '@apply w-full': {};
23
+ };
24
+ '&-header, &-header > *': {
25
+ '@apply font-header text-display-3-sm md:text-display-3-md xl:text-display-3-lg': {};
26
+ };
27
+ '&-form': {
28
+ '@apply w-full': {};
29
+ '@apply flex flex-col': {};
30
+ '@apply gap-8': {};
31
+ '@apply relative': {};
32
+ '&-control': {
33
+ '@apply w-full': {};
34
+ };
35
+ '&-label': {
36
+ '@apply text-label-large': {};
37
+ };
38
+ '&-error': {
39
+ '@apply text-small': {};
40
+ };
41
+ '&-input': {
42
+ '@apply w-full': {};
43
+ '&-group': {
44
+ '@apply w-full': {};
45
+ '.sk-form-input-addin-right': {
46
+ '@apply pr-8': {};
47
+ };
48
+ };
49
+ '&-wrapper': {
50
+ '@apply relative': {};
51
+ '@apply w-full h-48': {};
52
+ };
53
+ };
54
+ '&-readmore': {
55
+ '@apply text-small': {};
56
+ '@apply text-light-secondary': {};
57
+ '&[data-inverted="true"]': {
58
+ '@apply text-inverted-light-secondary': {};
59
+ };
60
+ };
61
+ };
62
+ '&-assistant': {
63
+ '&-expanded': {
64
+ '@apply h-[35em] max-h-[35em]': {};
65
+ '@apply rounded-button': {};
66
+ '@apply overflow-hidden': {};
67
+ '@apply flex flex-col gap-0': {};
68
+ '@apply shadow-200': {};
69
+ '@apply bg-background-content': {};
70
+ '@apply absolute top-0 left-0 right-0': {};
71
+ '&-feed': {
72
+ '@apply shrink grow': {};
73
+ '@apply pl-16 pt-16 pr-48 pb-24': {};
74
+ '@apply max-h-full overflow-y-auto': {};
75
+ '@apply text-dark-primary': {};
76
+ 'sk-ai-markdown': {
77
+ '@apply text-dark-secondary': {};
78
+ };
79
+ };
80
+ '&[data-inverted="true"]': {
81
+ '@apply bg-inverted-background-content': {};
82
+ '.sk-ai-service-module-feed': {
83
+ '@apply text-inverted-dark-primary': {};
84
+ 'sk-ai-markdown': {
85
+ '@apply text-inverted-dark-secondary': {};
86
+ };
87
+ };
88
+ };
89
+ '&-close-button': {
90
+ '@apply absolute right-12 top-12': {};
91
+ };
92
+ };
93
+ };
94
+ '&-questions': {
95
+ '@apply w-[22.5em] max-w-[22.5em] min-w-[22.5em]': {};
96
+ '@apply flex flex-col gap-12': {};
97
+ '@apply pb-8': {};
98
+ '@apply text-dark-primary': {};
99
+ '&-title, &-title > *': {
100
+ '@apply text-label-large': {};
101
+ };
102
+ '&-list': {
103
+ '@apply flex flex-col gap-8': {};
104
+ };
105
+ '&[data-inverted="true"]': {
106
+ '@apply text-inverted-dark-primary': {};
107
+ };
108
+ };
109
+ };
110
+ };
@@ -1,7 +1,7 @@
1
1
  export declare const InputSection: () => {
2
2
  '.sk-ai-inputsection': {
3
3
  '@apply w-full': {};
4
- '&-input': {
4
+ '&-input, &-group': {
5
5
  '@apply w-full': {};
6
6
  };
7
7
  '&-wrapper': {
@@ -12,5 +12,10 @@ export declare const InputSection: () => {
12
12
  '@apply shadow-100': {};
13
13
  };
14
14
  };
15
+ '&-group': {
16
+ '.sk-form-input-addin-right': {
17
+ '@apply pr-4': {};
18
+ };
19
+ };
15
20
  };
16
21
  };
@@ -0,0 +1,16 @@
1
+ export declare const NewSessionButton: () => {
2
+ '.sk-ai-newsession': {
3
+ '@apply text-base max-w-[15.25em]': {};
4
+ '@apply flex flex-col': {};
5
+ '@apply py-16 gap-8': {};
6
+ '@apply items-center': {};
7
+ '&-button': {
8
+ '@apply grow-0': {};
9
+ };
10
+ '&-helpertext': {
11
+ '@apply text-dark-secondary': {};
12
+ '@apply text-small': {};
13
+ '@apply text-center': {};
14
+ };
15
+ };
16
+ };
@@ -1,5 +1,11 @@
1
1
  export declare const Avatar: (colors: string[]) => {
2
2
  '.sk-avatar': {
3
+ '&[data-color="primary"]': {
4
+ '@apply bg-primary-surface text-light-primary': {};
5
+ '&[data-accent="true"]': {
6
+ '@apply bg-inverted-primary-surface text-inverted-light-primary': {};
7
+ };
8
+ };
3
9
  '&-img': {
4
10
  '@apply min-w-full min-h-full object-cover': {};
5
11
  };
@@ -72,7 +72,7 @@ export declare const Card: (colors: string[]) => {
72
72
  '&-content': {
73
73
  '@apply w-full': {};
74
74
  'p, a': {
75
- '@apply line-clamp-3 m-0 pt-8 text-base': {};
75
+ '@apply line-clamp-3 m-0 pt-8 text-base text-body': {};
76
76
  };
77
77
  };
78
78
  '&-icon': {
@@ -1,10 +1,221 @@
1
1
  export declare const Table: () => {
2
- '.table': {
3
- '@apply min-w-full border-collapse border-gray-stroke divide-gray-lighter table-auto': {};
4
- '&-item': {
5
- '@apply px-6 py-4 border border-gray-stroke whitespace-nowrap': {};
6
- '&:nth-child(odd)': {
7
- '@apply bg-gray-lighter': {};
2
+ '.sk-table-wrapper': {
3
+ '@apply text-base': {};
4
+ '@apply rounded-groups': {};
5
+ '@apply border-1 border-divider': {};
6
+ '@apply bg-background-content': {};
7
+ '@apply relative': {};
8
+ '&-inside': {
9
+ '@apply border-0 rounded-t-groups': {};
10
+ '@apply overflow-hidden': {};
11
+ '@apply w-full': {};
12
+ '@apply h-full max-h-full': {};
13
+ '&[data-scroll="x"]': {
14
+ '@apply overflow-x-auto': {};
15
+ };
16
+ '&[data-scroll="y"]': {
17
+ '@apply overflow-y-auto': {};
18
+ };
19
+ '&[data-scroll="true"]': {
20
+ '@apply overflow-auto': {};
21
+ };
22
+ };
23
+ '&:not([data-background="true"]):not([data-wrappingborder="true"])': {
24
+ '@apply border-0': {};
25
+ '@apply bg-transparent': {};
26
+ };
27
+ '.sk-table-wrapper-inside': {
28
+ '@apply border-0 rounded-b-groups': {};
29
+ };
30
+ };
31
+ '.sk-table': {
32
+ '@apply w-full text-left table-auto': {};
33
+ '@apply text-dark-secondary': {};
34
+ '&-thead': {
35
+ '@apply border-b-1 border-dark-primary': {};
36
+ '&[data-stickyheader="true"]': {
37
+ '@apply sticky top-0': {};
38
+ '@apply bg-background-content': {};
39
+ '@apply border-b-0': {};
40
+ '.sk-table-col-content': {
41
+ '@apply border-b-1 border-dark-primary': {};
42
+ };
43
+ };
44
+ '&-tr': {
45
+ '@apply table-row': {};
46
+ '@apply text-label-small': {};
47
+ };
48
+ '.sk-table-th': {
49
+ '@apply h-56': {};
50
+ '@apply p-0': {};
51
+ '&:first-of-type': {
52
+ '.sk-table-sticky-col': {
53
+ '@apply rounded-tl-groups': {};
54
+ };
55
+ };
56
+ '&:last-of-type': {
57
+ '.sk-table-sticky-col': {
58
+ '@apply rounded-tr-groups': {};
59
+ };
60
+ };
61
+ '.sk-table-col-content': {
62
+ '@apply py-4': {};
63
+ '@apply px-16': {};
64
+ };
65
+ "&[data-isColumnSortable='true']": {
66
+ '@apply cursor-pointer': {};
67
+ };
68
+ };
69
+ '@apply bg-transparent': {};
70
+ '&[data-background="true"]': {
71
+ '@apply border-b-0': {};
72
+ '@apply bg-vattjom-background-200 border-b-transparent': {};
73
+ '.sk-table-col-content': {
74
+ '@apply border-b-0': {};
75
+ };
76
+ '[data-sticky="true"]': {
77
+ '@apply bg-vattjom-background-200': {};
78
+ };
79
+ };
80
+ };
81
+ '&-sortbutton': {
82
+ '@apply flex items-center': {};
83
+ '@apply focus-visible:ring ring-ring ring-offset-0': {};
84
+ '@apply focus-visible:bg-vattjom-background-200': {};
85
+ '@apply rounded-utility': {};
86
+ '@apply pr-16': {};
87
+ '@apply h-40': {};
88
+ '&-icon': {
89
+ '@apply inline-flex pl-sm': {};
90
+ '&-sort': {
91
+ '@apply text-dark-secondary': {};
92
+ '@apply flex flex-col': {};
93
+ svg: {
94
+ '@apply h-16 w-16': {};
95
+ '@apply first-of-type:-mb-4': {};
96
+ '@apply last-of-type:-mt-4': {};
97
+ };
98
+ "&[data-sortmode='ascending']": {
99
+ '> *': {
100
+ '@apply last-of-type:text-dark-ghost': {};
101
+ };
102
+ };
103
+ "&[data-sortmode='descending']": {
104
+ '> *': {
105
+ '@apply first-of-type:text-dark-ghost': {};
106
+ };
107
+ };
108
+ };
109
+ };
110
+ };
111
+ '&-tbody': {
112
+ '@apply text-dark-secondary bg-transparent': {};
113
+ '&-tr': {
114
+ '@apply bg-transparent': {};
115
+ '@apply hover:bg-background-100': {};
116
+ '@apply border-b-1 border-divider': {};
117
+ '@apply last-of-type:border-b-transparent': {};
118
+ '@apply focus-visible:shadow-insetring': {};
119
+ '&:hover': {
120
+ td: {
121
+ '@apply bg-background-100': {};
122
+ };
123
+ };
124
+ };
125
+ '&-td, .sk-table-th': {
126
+ '@apply p-0': {};
127
+ '@apply text-small': {};
128
+ '@apply h-64-1': {};
129
+ '@apply min-h-64-1': {};
130
+ '@apply focus-visible:shadow-insetring': {};
131
+ '.sk-table-col-content': {
132
+ '@apply py-8 px-18': {};
133
+ '@apply gap-8': {};
134
+ };
135
+ };
136
+ };
137
+ '&-col-content': {
138
+ '@apply flex': {};
139
+ '@apply w-full': {};
140
+ '@apply justify-start items-center': {};
141
+ '@apply h-full': {};
142
+ };
143
+ '&[data-dense="dense"]': {
144
+ '.sk-table': {
145
+ '&-col-content': {
146
+ '@apply py-0': {};
147
+ };
148
+ '&-thead': {
149
+ th: {
150
+ '@apply h-48': {};
151
+ };
152
+ };
153
+ '&-tbody': {
154
+ '&-td, .sk-table-th': {
155
+ '@apply h-48-1': {};
156
+ '@apply min-h-48-1': {};
157
+ };
158
+ };
159
+ };
160
+ };
161
+ '[data-sticky="true"]': {
162
+ '@apply sticky': {};
163
+ '@apply bg-background-content': {};
164
+ '&:first-of-type': {
165
+ '@apply left-0': {};
166
+ };
167
+ '&:last-of-type': {
168
+ '@apply right-0': {};
169
+ };
170
+ };
171
+ '&[data-hasscroll="true"]': {
172
+ '[data-sticky="true"]': {
173
+ '&:first-of-type': {
174
+ '.sk-table-col-content': {
175
+ '@apply border-r-1 border-r-divider': {};
176
+ };
177
+ };
178
+ '&:last-of-type': {
179
+ '.sk-table-col-content': {
180
+ '@apply border-l-1 border-r-divider': {};
181
+ };
182
+ };
183
+ '.sk-table-col-content': {};
184
+ };
185
+ };
186
+ '&-paginationwrapper': {
187
+ '@apply max-w-[37.5em]': {};
188
+ '@apply shrink grow': {};
189
+ '@apply hidden @screen-md/footer:flex': {};
190
+ };
191
+ '&-bottom': {
192
+ '@apply @container/footer': {};
193
+ '@apply py-14 px-16': {};
194
+ '@apply border-t-1 border-divider': {};
195
+ '@apply flex flex-row': {};
196
+ '@apply flex-wrap': {};
197
+ '@apply @screen-lg/footer:gap-32': {};
198
+ '@apply @screen-md/footer:gap-16': {};
199
+ '@apply gap-8': {};
200
+ '@apply justify-between items-center': {};
201
+ '&-section': {
202
+ '@apply shrink-0': {};
203
+ '@apply flex flex-col': {};
204
+ '@apply justify-start items-center': {};
205
+ '@apply @screen-sm/footer:flex-row': {};
206
+ '@apply gap-8': {};
207
+ '&.sk-table-pagination-mobile': {
208
+ '@apply @screen-md/footer:hidden': {};
209
+ };
210
+ '&-label': {
211
+ '@apply font-normal': {};
212
+ '@apply text-small': {};
213
+ '@apply shrink-0': {};
214
+ };
215
+ };
216
+ '&-pagination': {
217
+ '@apply grow': {};
218
+ '@apply shrink': {};
8
219
  };
9
220
  };
10
221
  };
@@ -0,0 +1,8 @@
1
+ import { CSSRuleObject, PluginAPI } from 'tailwindcss/types/config';
2
+ export type Component = (colors: string[], theme: PluginAPI['theme']) => CSSRuleObject;
3
+ interface ComponentWithDeps {
4
+ comp: Component;
5
+ deps?: Component[];
6
+ }
7
+ export declare const components: ComponentWithDeps[];
8
+ export {};
@@ -1,4 +1,4 @@
1
1
  export declare const DataAttributes: {
2
2
  handler: import("tailwindcss/types/config").PluginCreator;
3
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
3
+ config?: Partial<import("tailwindcss/types/config").Config>;
4
4
  };
@@ -0,0 +1,8 @@
1
+ export declare const fonts: {
2
+ DEFAULT: string;
3
+ header: string;
4
+ display: string;
5
+ sans: string;
6
+ serif: string;
7
+ mono: string;
8
+ };
@@ -1,11 +1,16 @@
1
- interface PluginOptions {
2
- colors: string[];
3
- cssBase: boolean;
1
+ export interface PluginOptions {
2
+ colors?: string[];
3
+ cssBase?: boolean;
4
+ components?: string[];
4
5
  }
6
+ export declare const pluginDefaults: {
7
+ cssBase: boolean;
8
+ colors: never[];
9
+ };
5
10
  declare const plugin: {
6
11
  (options: PluginOptions): {
7
12
  handler: import("tailwindcss/types/config").PluginCreator;
8
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
13
+ config?: Partial<import("tailwindcss/types/config").Config>;
9
14
  };
10
15
  __isOptionsFunction: true;
11
16
  };
@@ -1,16 +1,15 @@
1
- declare const preset: (options?: {
2
- tailwindForms: boolean;
3
- tailwindContainers: boolean;
4
- dataAttributes: boolean;
5
- ariaAttributes: boolean;
6
- plugin: {
7
- colors: never[];
8
- cssBase: boolean;
9
- };
10
- }) => {
1
+ import { type PluginOptions } from './plugin';
2
+ interface PresetOptions {
3
+ tailwindForms?: boolean;
4
+ tailwindContainers?: boolean;
5
+ dataAttributes?: boolean;
6
+ ariaAttributes?: boolean;
7
+ plugin?: PluginOptions;
8
+ }
9
+ declare const preset: (_options: PresetOptions) => {
11
10
  plugins: ({
12
11
  handler: import("tailwindcss/types/config").PluginCreator;
13
- config?: Partial<import("tailwindcss/types/config").Config> | undefined;
12
+ config?: Partial<import("tailwindcss/types/config").Config>;
14
13
  } | {
15
14
  handler: () => void;
16
15
  })[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sk-web-gui/core",
3
- "version": "3.4.3",
3
+ "version": "3.6.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -25,23 +25,18 @@
25
25
  "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts -d dist/cjs --source-maps",
26
26
  "build:types": "tsc -p ./tsconfig.production.json --emitDeclarationOnly --declaration --declarationDir dist/types"
27
27
  },
28
- "peerDependencies": {
29
- "@tailwindcss/container-queries": "^0.1.1",
30
- "@tailwindcss/forms": "^0.5.7",
31
- "tailwindcss": "^3.4.0"
32
- },
33
28
  "devDependencies": {
34
- "@tailwindcss/container-queries": "^0.1.1",
35
- "@tailwindcss/forms": "^0.5.7",
36
29
  "autoprefixer": "^10.4.19",
37
30
  "clean-css": "^5.3.3",
38
31
  "postcss": "^8.4.38",
39
- "postcss-import": "^16.1.0",
40
- "tailwindcss": "^3.4.3"
32
+ "postcss-import": "^16.1.0"
41
33
  },
42
34
  "dependencies": {
43
- "@sk-web-gui/theme": "2.2.0",
44
- "mini-svg-data-uri": "^1.4.4"
35
+ "@sk-web-gui/theme": "2.3.0",
36
+ "@tailwindcss/container-queries": "^0.1.1",
37
+ "@tailwindcss/forms": "^0.5.7",
38
+ "mini-svg-data-uri": "^1.4.4",
39
+ "tailwindcss": "^3.4.0"
45
40
  },
46
- "gitHead": "66c4f235ad901d0af7254c32b39eeee0015d3417"
41
+ "gitHead": "b0878887a5416309013dfa39c8acce93825e4e73"
47
42
  }