@myissue/vue-website-page-builder 3.4.20 → 3.4.21

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 (89) hide show
  1. package/README.md +22 -24
  2. package/dist/vue-website-page-builder.js +1 -1
  3. package/dist/vue-website-page-builder.umd.cjs +1 -1
  4. package/package.json +2 -3
  5. package/src/App.vue +0 -28
  6. package/src/Components/Homepage/Footer.vue +0 -32
  7. package/src/Components/Homepage/Navbar.vue +0 -25
  8. package/src/Components/Layouts/FullWidthElement.vue +0 -34
  9. package/src/Components/Loaders/GlobalLoader.vue +0 -18
  10. package/src/Components/Modals/BuilderComponents.vue +0 -53
  11. package/src/Components/Modals/DynamicModalBuilder.vue +0 -209
  12. package/src/Components/Modals/MediaLibraryModal.vue +0 -61
  13. package/src/Components/Modals/ModalBuilder.vue +0 -117
  14. package/src/Components/PageBuilder/EditorMenu/Editables/BackgroundColorEditor.vue +0 -121
  15. package/src/Components/PageBuilder/EditorMenu/Editables/BorderRadius.vue +0 -188
  16. package/src/Components/PageBuilder/EditorMenu/Editables/Borders.vue +0 -176
  17. package/src/Components/PageBuilder/EditorMenu/Editables/ClassEditor.vue +0 -112
  18. package/src/Components/PageBuilder/EditorMenu/Editables/ComponentTopMenu.vue +0 -108
  19. package/src/Components/PageBuilder/EditorMenu/Editables/EditGetElement.vue +0 -541
  20. package/src/Components/PageBuilder/EditorMenu/Editables/HTMLEditor.vue +0 -203
  21. package/src/Components/PageBuilder/EditorMenu/Editables/ImageEditor.vue +0 -96
  22. package/src/Components/PageBuilder/EditorMenu/Editables/LinkEditor.vue +0 -315
  23. package/src/Components/PageBuilder/EditorMenu/Editables/ManageBackgroundOpacity.vue +0 -107
  24. package/src/Components/PageBuilder/EditorMenu/Editables/ManageOpacity.vue +0 -106
  25. package/src/Components/PageBuilder/EditorMenu/Editables/Margin.vue +0 -116
  26. package/src/Components/PageBuilder/EditorMenu/Editables/OpacityEditor.vue +0 -19
  27. package/src/Components/PageBuilder/EditorMenu/Editables/Padding.vue +0 -117
  28. package/src/Components/PageBuilder/EditorMenu/Editables/StyleEditor.vue +0 -123
  29. package/src/Components/PageBuilder/EditorMenu/Editables/TextColorEditor.vue +0 -123
  30. package/src/Components/PageBuilder/EditorMenu/Editables/Typography.vue +0 -237
  31. package/src/Components/PageBuilder/EditorMenu/EditorAccordion.vue +0 -46
  32. package/src/Components/PageBuilder/EditorMenu/RightSidebarEditor.vue +0 -368
  33. package/src/Components/PageBuilder/Settings/AdvancedPageBuilderSettings.vue +0 -476
  34. package/src/Components/PageBuilder/Settings/PageBuilderSettings.vue +0 -581
  35. package/src/Components/PageBuilder/ToolbarOption/ToolbarOption.vue +0 -248
  36. package/src/Components/PageBuilder/UndoRedo/UndoRedo.vue +0 -90
  37. package/src/Components/TipTap/TipTap.vue +0 -25
  38. package/src/Components/TipTap/TipTapInput.vue +0 -341
  39. package/src/PageBuilder/PageBuilder.vue +0 -1025
  40. package/src/PageBuilder/Preview.vue +0 -64
  41. package/src/composables/builderInstance.ts +0 -47
  42. package/src/composables/delay.ts +0 -5
  43. package/src/composables/extractCleanHTMLFromPageBuilder.ts +0 -59
  44. package/src/composables/preloadImage.ts +0 -8
  45. package/src/composables/useDebounce.ts +0 -8
  46. package/src/composables/usePageBuilderModal.ts +0 -25
  47. package/src/composables/useTranslations.ts +0 -28
  48. package/src/css/dev-global.css +0 -24
  49. package/src/css/style.css +0 -600
  50. package/src/helpers/isEmptyObject.ts +0 -5
  51. package/src/index.ts +0 -28
  52. package/src/locales/ar.json +0 -170
  53. package/src/locales/de.json +0 -171
  54. package/src/locales/en.json +0 -171
  55. package/src/locales/es.json +0 -171
  56. package/src/locales/fr.json +0 -171
  57. package/src/locales/hi.json +0 -172
  58. package/src/locales/ja.json +0 -171
  59. package/src/locales/pt.json +0 -171
  60. package/src/locales/ru.json +0 -171
  61. package/src/locales/zh-Hans.json +0 -171
  62. package/src/main.ts +0 -14
  63. package/src/plugin.ts +0 -16
  64. package/src/services/LocalStorageManager.ts +0 -25
  65. package/src/services/PageBuilderService.ts +0 -3191
  66. package/src/stores/page-builder-state.ts +0 -498
  67. package/src/stores/shared-store.ts +0 -13
  68. package/src/tailwind-safelist.html +0 -3
  69. package/src/tests/DefaultComponents/DefaultBuilderComponents.vue +0 -284
  70. package/src/tests/DefaultComponents/DefaultMediaLibraryComponent.vue +0 -10
  71. package/src/tests/PageBuilderTest.vue +0 -82
  72. package/src/tests/TestComponents/DemoBuilderComponentsTest.vue +0 -5
  73. package/src/tests/TestComponents/DemoMediaLibraryComponentTest.vue +0 -8
  74. package/src/tests/TestComponents/DemoUnsplash.vue +0 -389
  75. package/src/tests/componentsArray.test.json +0 -62
  76. package/src/tests/pageBuilderService.test.ts +0 -165
  77. package/src/types/global.d.ts +0 -11
  78. package/src/types/index.ts +0 -306
  79. package/src/utils/builder/html-doc-declaration-with-components.ts +0 -7
  80. package/src/utils/builder/tailwaind-colors.ts +0 -503
  81. package/src/utils/builder/tailwind-border-radius.ts +0 -67
  82. package/src/utils/builder/tailwind-border-style-width-color.ts +0 -272
  83. package/src/utils/builder/tailwind-font-sizes.ts +0 -75
  84. package/src/utils/builder/tailwind-font-styles.ts +0 -56
  85. package/src/utils/builder/tailwind-opacities.ts +0 -45
  86. package/src/utils/builder/tailwind-padding-margin.ts +0 -159
  87. package/src/utils/html-elements/component.ts +0 -485
  88. package/src/utils/html-elements/componentHelpers.ts +0 -98
  89. package/src/utils/html-elements/themes.ts +0 -85
@@ -1,503 +0,0 @@
1
- interface TailwindColors {
2
- backgroundColorVariables: string[]
3
- textColorVariables: string[]
4
- }
5
-
6
- const tailwindColors: TailwindColors = {
7
- backgroundColorVariables: [
8
- 'none',
9
- 'pbx-bg-white',
10
- 'pbx-bg-black',
11
-
12
- 'pbx-bg-slate-50',
13
- 'pbx-bg-slate-100',
14
- 'pbx-bg-slate-200',
15
- 'pbx-bg-slate-300',
16
- 'pbx-bg-slate-400',
17
- 'pbx-bg-slate-500',
18
- 'pbx-bg-slate-600',
19
- 'pbx-bg-slate-700',
20
- 'pbx-bg-slate-800',
21
- 'pbx-bg-slate-900',
22
-
23
- 'pbx-bg-gray-50',
24
- 'pbx-bg-gray-100',
25
- 'pbx-bg-gray-200',
26
- 'pbx-bg-gray-300',
27
- 'pbx-bg-gray-400',
28
- 'pbx-bg-gray-500',
29
- 'pbx-bg-gray-600',
30
- 'pbx-bg-gray-700',
31
- 'pbx-bg-gray-800',
32
- 'pbx-bg-gray-900',
33
-
34
- 'pbx-bg-zinc-50',
35
- 'pbx-bg-zinc-100',
36
- 'pbx-bg-zinc-200',
37
- 'pbx-bg-zinc-300',
38
- 'pbx-bg-zinc-400',
39
- 'pbx-bg-zinc-500',
40
- 'pbx-bg-zinc-600',
41
- 'pbx-bg-zinc-700',
42
- 'pbx-bg-zinc-800',
43
- 'pbx-bg-zinc-900',
44
-
45
- 'pbx-bg-neutral-50',
46
- 'pbx-bg-neutral-100',
47
- 'pbx-bg-neutral-200',
48
- 'pbx-bg-neutral-300',
49
- 'pbx-bg-neutral-400',
50
- 'pbx-bg-neutral-500',
51
- 'pbx-bg-neutral-600',
52
- 'pbx-bg-neutral-700',
53
- 'pbx-bg-neutral-800',
54
- 'pbx-bg-neutral-900',
55
-
56
- 'pbx-bg-stone-50',
57
- 'pbx-bg-stone-100',
58
- 'pbx-bg-stone-200',
59
- 'pbx-bg-stone-300',
60
- 'pbx-bg-stone-400',
61
- 'pbx-bg-stone-500',
62
- 'pbx-bg-stone-600',
63
- 'pbx-bg-stone-700',
64
- 'pbx-bg-stone-800',
65
- 'pbx-bg-stone-900',
66
-
67
- 'pbx-bg-red-50',
68
- 'pbx-bg-red-100',
69
- 'pbx-bg-red-200',
70
- 'pbx-bg-red-300',
71
- 'pbx-bg-red-400',
72
- 'pbx-bg-red-500',
73
- 'pbx-bg-red-600',
74
- 'pbx-bg-red-700',
75
- 'pbx-bg-red-800',
76
- 'pbx-bg-red-900',
77
-
78
- 'pbx-bg-orange-50',
79
- 'pbx-bg-orange-100',
80
- 'pbx-bg-orange-200',
81
- 'pbx-bg-orange-300',
82
- 'pbx-bg-orange-400',
83
- 'pbx-bg-orange-500',
84
- 'pbx-bg-orange-600',
85
- 'pbx-bg-orange-700',
86
- 'pbx-bg-orange-800',
87
- 'pbx-bg-orange-900',
88
-
89
- 'pbx-bg-amber-50',
90
- 'pbx-bg-amber-100',
91
- 'pbx-bg-amber-200',
92
- 'pbx-bg-amber-300',
93
- 'pbx-bg-amber-400',
94
- 'pbx-bg-amber-500',
95
- 'pbx-bg-amber-600',
96
- 'pbx-bg-amber-700',
97
- 'pbx-bg-amber-800',
98
- 'pbx-bg-amber-900',
99
-
100
- 'pbx-bg-yellow-50',
101
- 'pbx-bg-yellow-100',
102
- 'pbx-bg-yellow-200',
103
- 'pbx-bg-yellow-300',
104
- 'pbx-bg-yellow-400',
105
- 'pbx-bg-yellow-500',
106
- 'pbx-bg-yellow-600',
107
- 'pbx-bg-yellow-700',
108
- 'pbx-bg-yellow-800',
109
- 'pbx-bg-yellow-900',
110
-
111
- 'pbx-bg-lime-50',
112
- 'pbx-bg-lime-100',
113
- 'pbx-bg-lime-200',
114
- 'pbx-bg-lime-300',
115
- 'pbx-bg-lime-400',
116
- 'pbx-bg-lime-500',
117
- 'pbx-bg-lime-600',
118
- 'pbx-bg-lime-700',
119
- 'pbx-bg-lime-800',
120
- 'pbx-bg-lime-900',
121
-
122
- 'pbx-bg-green-50',
123
- 'pbx-bg-green-100',
124
- 'pbx-bg-green-200',
125
- 'pbx-bg-green-300',
126
- 'pbx-bg-green-400',
127
- 'pbx-bg-green-500',
128
- 'pbx-bg-green-600',
129
- 'pbx-bg-green-700',
130
- 'pbx-bg-green-800',
131
- 'pbx-bg-green-900',
132
-
133
- 'pbx-bg-emerald-50',
134
- 'pbx-bg-emerald-100',
135
- 'pbx-bg-emerald-200',
136
- 'pbx-bg-emerald-300',
137
- 'pbx-bg-emerald-400',
138
- 'pbx-bg-emerald-500',
139
- 'pbx-bg-emerald-600',
140
- 'pbx-bg-emerald-700',
141
- 'pbx-bg-emerald-800',
142
- 'pbx-bg-emerald-900',
143
-
144
- 'pbx-bg-teal-50',
145
- 'pbx-bg-teal-100',
146
- 'pbx-bg-teal-200',
147
- 'pbx-bg-teal-300',
148
- 'pbx-bg-teal-400',
149
- 'pbx-bg-teal-500',
150
- 'pbx-bg-teal-600',
151
- 'pbx-bg-teal-700',
152
- 'pbx-bg-teal-800',
153
- 'pbx-bg-teal-900',
154
-
155
- 'pbx-bg-cyan-50',
156
- 'pbx-bg-cyan-100',
157
- 'pbx-bg-cyan-200',
158
- 'pbx-bg-cyan-300',
159
- 'pbx-bg-cyan-400',
160
- 'pbx-bg-cyan-500',
161
- 'pbx-bg-cyan-600',
162
- 'pbx-bg-cyan-700',
163
- 'pbx-bg-cyan-800',
164
- 'pbx-bg-cyan-900',
165
-
166
- 'pbx-bg-sky-50',
167
- 'pbx-bg-sky-100',
168
- 'pbx-bg-sky-200',
169
- 'pbx-bg-sky-300',
170
- 'pbx-bg-sky-400',
171
- 'pbx-bg-sky-500',
172
- 'pbx-bg-sky-600',
173
- 'pbx-bg-sky-700',
174
- 'pbx-bg-sky-800',
175
- 'pbx-bg-sky-900',
176
-
177
- 'pbx-bg-blue-50',
178
- 'pbx-bg-blue-100',
179
- 'pbx-bg-blue-200',
180
- 'pbx-bg-blue-300',
181
- 'pbx-bg-blue-400',
182
- 'pbx-bg-blue-500',
183
- 'pbx-bg-blue-600',
184
- 'pbx-bg-blue-700',
185
- 'pbx-bg-blue-800',
186
- 'pbx-bg-blue-900',
187
-
188
- 'pbx-bg-indigo-50',
189
- 'pbx-bg-indigo-100',
190
- 'pbx-bg-indigo-200',
191
- 'pbx-bg-indigo-300',
192
- 'pbx-bg-indigo-400',
193
- 'pbx-bg-indigo-500',
194
- 'pbx-bg-indigo-600',
195
- 'pbx-bg-indigo-700',
196
- 'pbx-bg-indigo-800',
197
- 'pbx-bg-indigo-900',
198
-
199
- 'pbx-bg-violet-50',
200
- 'pbx-bg-violet-100',
201
- 'pbx-bg-violet-200',
202
- 'pbx-bg-violet-300',
203
- 'pbx-bg-violet-400',
204
- 'pbx-bg-violet-500',
205
- 'pbx-bg-violet-600',
206
- 'pbx-bg-violet-700',
207
- 'pbx-bg-violet-800',
208
- 'pbx-bg-violet-900',
209
-
210
- 'pbx-bg-purple-50',
211
- 'pbx-bg-purple-100',
212
- 'pbx-bg-purple-200',
213
- 'pbx-bg-purple-300',
214
- 'pbx-bg-purple-400',
215
- 'pbx-bg-purple-500',
216
- 'pbx-bg-purple-600',
217
- 'pbx-bg-purple-700',
218
- 'pbx-bg-purple-800',
219
- 'pbx-bg-purple-900',
220
-
221
- 'pbx-bg-fuchsia-50',
222
- 'pbx-bg-fuchsia-100',
223
- 'pbx-bg-fuchsia-200',
224
- 'pbx-bg-fuchsia-300',
225
- 'pbx-bg-fuchsia-400',
226
- 'pbx-bg-fuchsia-500',
227
- 'pbx-bg-fuchsia-600',
228
- 'pbx-bg-fuchsia-700',
229
- 'pbx-bg-fuchsia-800',
230
- 'pbx-bg-fuchsia-900',
231
-
232
- 'pbx-bg-pink-50',
233
- 'pbx-bg-pink-100',
234
- 'pbx-bg-pink-200',
235
- 'pbx-bg-pink-300',
236
- 'pbx-bg-pink-400',
237
- 'pbx-bg-pink-500',
238
- 'pbx-bg-pink-600',
239
- 'pbx-bg-pink-700',
240
- 'pbx-bg-pink-800',
241
- 'pbx-bg-pink-900',
242
-
243
- 'pbx-bg-rose-50',
244
- 'pbx-bg-rose-100',
245
- 'pbx-bg-rose-200',
246
- 'pbx-bg-rose-300',
247
- 'pbx-bg-rose-400',
248
- 'pbx-bg-rose-500',
249
- 'pbx-bg-rose-600',
250
- 'pbx-bg-rose-700',
251
- 'pbx-bg-rose-800',
252
- 'pbx-bg-rose-900',
253
- ],
254
- textColorVariables: [
255
- 'none',
256
- 'pbx-text-white',
257
- 'pbx-text-black',
258
-
259
- 'pbx-text-slate-50',
260
- 'pbx-text-slate-100',
261
- 'pbx-text-slate-200',
262
- 'pbx-text-slate-300',
263
- 'pbx-text-slate-400',
264
- 'pbx-text-slate-500',
265
- 'pbx-text-slate-600',
266
- 'pbx-text-slate-700',
267
- 'pbx-text-slate-800',
268
- 'pbx-text-slate-900',
269
-
270
- 'pbx-text-gray-50',
271
- 'pbx-text-gray-100',
272
- 'pbx-text-gray-200',
273
- 'pbx-text-gray-300',
274
- 'pbx-text-gray-400',
275
- 'pbx-text-gray-500',
276
- 'pbx-text-gray-600',
277
- 'pbx-text-gray-700',
278
- 'pbx-text-gray-800',
279
- 'pbx-text-gray-900',
280
-
281
- 'pbx-text-zinc-50',
282
- 'pbx-text-zinc-100',
283
- 'pbx-text-zinc-200',
284
- 'pbx-text-zinc-300',
285
- 'pbx-text-zinc-400',
286
- 'pbx-text-zinc-500',
287
- 'pbx-text-zinc-600',
288
- 'pbx-text-zinc-700',
289
- 'pbx-text-zinc-800',
290
- 'pbx-text-zinc-900',
291
-
292
- 'pbx-text-neutral-50',
293
- 'pbx-text-neutral-100',
294
- 'pbx-text-neutral-200',
295
- 'pbx-text-neutral-300',
296
- 'pbx-text-neutral-400',
297
- 'pbx-text-neutral-500',
298
- 'pbx-text-neutral-600',
299
- 'pbx-text-neutral-700',
300
- 'pbx-text-neutral-800',
301
- 'pbx-text-neutral-900',
302
-
303
- 'pbx-text-stone-50',
304
- 'pbx-text-stone-100',
305
- 'pbx-text-stone-200',
306
- 'pbx-text-stone-300',
307
- 'pbx-text-stone-400',
308
- 'pbx-text-stone-500',
309
- 'pbx-text-stone-600',
310
- 'pbx-text-stone-700',
311
- 'pbx-text-stone-800',
312
- 'pbx-text-stone-900',
313
-
314
- 'pbx-text-red-50',
315
- 'pbx-text-red-100',
316
- 'pbx-text-red-200',
317
- 'pbx-text-red-300',
318
- 'pbx-text-red-400',
319
- 'pbx-text-red-500',
320
- 'pbx-text-red-600',
321
- 'pbx-text-red-700',
322
- 'pbx-text-red-800',
323
- 'pbx-text-red-900',
324
-
325
- 'pbx-text-orange-50',
326
- 'pbx-text-orange-100',
327
- 'pbx-text-orange-200',
328
- 'pbx-text-orange-300',
329
- 'pbx-text-orange-400',
330
- 'pbx-text-orange-500',
331
- 'pbx-text-orange-600',
332
- 'pbx-text-orange-700',
333
- 'pbx-text-orange-800',
334
- 'pbx-text-orange-900',
335
-
336
- 'pbx-text-amber-50',
337
- 'pbx-text-amber-100',
338
- 'pbx-text-amber-200',
339
- 'pbx-text-amber-300',
340
- 'pbx-text-amber-400',
341
- 'pbx-text-amber-500',
342
- 'pbx-text-amber-600',
343
- 'pbx-text-amber-700',
344
- 'pbx-text-amber-800',
345
- 'pbx-text-amber-900',
346
-
347
- 'pbx-text-yellow-50',
348
- 'pbx-text-yellow-100',
349
- 'pbx-text-yellow-200',
350
- 'pbx-text-yellow-300',
351
- 'pbx-text-yellow-400',
352
- 'pbx-text-yellow-500',
353
- 'pbx-text-yellow-600',
354
- 'pbx-text-yellow-700',
355
- 'pbx-text-yellow-800',
356
- 'pbx-text-yellow-900',
357
-
358
- 'pbx-text-lime-50',
359
- 'pbx-text-lime-100',
360
- 'pbx-text-lime-200',
361
- 'pbx-text-lime-300',
362
- 'pbx-text-lime-400',
363
- 'pbx-text-lime-500',
364
- 'pbx-text-lime-600',
365
- 'pbx-text-lime-700',
366
- 'pbx-text-lime-800',
367
- 'pbx-text-lime-900',
368
-
369
- 'pbx-text-green-50',
370
- 'pbx-text-green-100',
371
- 'pbx-text-green-200',
372
- 'pbx-text-green-300',
373
- 'pbx-text-green-400',
374
- 'pbx-text-green-500',
375
- 'pbx-text-green-600',
376
- 'pbx-text-green-700',
377
- 'pbx-text-green-800',
378
- 'pbx-text-green-900',
379
-
380
- 'pbx-text-emerald-50',
381
- 'pbx-text-emerald-100',
382
- 'pbx-text-emerald-200',
383
- 'pbx-text-emerald-300',
384
- 'pbx-text-emerald-400',
385
- 'pbx-text-emerald-500',
386
- 'pbx-text-emerald-600',
387
- 'pbx-text-emerald-700',
388
- 'pbx-text-emerald-800',
389
- 'pbx-text-emerald-900',
390
-
391
- 'pbx-text-teal-50',
392
- 'pbx-text-teal-100',
393
- 'pbx-text-teal-200',
394
- 'pbx-text-teal-300',
395
- 'pbx-text-teal-400',
396
- 'pbx-text-teal-500',
397
- 'pbx-text-teal-600',
398
- 'pbx-text-teal-700',
399
- 'pbx-text-teal-800',
400
- 'pbx-text-teal-900',
401
-
402
- 'pbx-text-cyan-50',
403
- 'pbx-text-cyan-100',
404
- 'pbx-text-cyan-200',
405
- 'pbx-text-cyan-300',
406
- 'pbx-text-cyan-400',
407
- 'pbx-text-cyan-500',
408
- 'pbx-text-cyan-600',
409
- 'pbx-text-cyan-700',
410
- 'pbx-text-cyan-800',
411
- 'pbx-text-cyan-900',
412
-
413
- 'pbx-text-sky-50',
414
- 'pbx-text-sky-100',
415
- 'pbx-text-sky-200',
416
- 'pbx-text-sky-300',
417
- 'pbx-text-sky-400',
418
- 'pbx-text-sky-500',
419
- 'pbx-text-sky-600',
420
- 'pbx-text-sky-700',
421
- 'pbx-text-sky-800',
422
- 'pbx-text-sky-900',
423
-
424
- 'pbx-text-blue-50',
425
- 'pbx-text-blue-100',
426
- 'pbx-text-blue-200',
427
- 'pbx-text-blue-300',
428
- 'pbx-text-blue-400',
429
- 'pbx-text-blue-500',
430
- 'pbx-text-blue-600',
431
- 'pbx-text-blue-700',
432
- 'pbx-text-blue-800',
433
- 'pbx-text-blue-900',
434
-
435
- 'pbx-text-indigo-50',
436
- 'pbx-text-indigo-100',
437
- 'pbx-text-indigo-200',
438
- 'pbx-text-indigo-300',
439
- 'pbx-text-indigo-400',
440
- 'pbx-text-indigo-500',
441
- 'pbx-text-indigo-600',
442
- 'pbx-text-indigo-700',
443
- 'pbx-text-indigo-800',
444
- 'pbx-text-indigo-900',
445
-
446
- 'pbx-text-violet-50',
447
- 'pbx-text-violet-100',
448
- 'pbx-text-violet-200',
449
- 'pbx-text-violet-300',
450
- 'pbx-text-violet-400',
451
- 'pbx-text-violet-500',
452
- 'pbx-text-violet-600',
453
- 'pbx-text-violet-700',
454
- 'pbx-text-violet-800',
455
- 'pbx-text-violet-900',
456
-
457
- 'pbx-text-purple-50',
458
- 'pbx-text-purple-100',
459
- 'pbx-text-purple-200',
460
- 'pbx-text-purple-300',
461
- 'pbx-text-purple-400',
462
- 'pbx-text-purple-500',
463
- 'pbx-text-purple-600',
464
- 'pbx-text-purple-700',
465
- 'pbx-text-purple-800',
466
- 'pbx-text-purple-900',
467
-
468
- 'pbx-text-fuchsia-50',
469
- 'pbx-text-fuchsia-100',
470
- 'pbx-text-fuchsia-200',
471
- 'pbx-text-fuchsia-300',
472
- 'pbx-text-fuchsia-400',
473
- 'pbx-text-fuchsia-500',
474
- 'pbx-text-fuchsia-600',
475
- 'pbx-text-fuchsia-700',
476
- 'pbx-text-fuchsia-800',
477
- 'pbx-text-fuchsia-900',
478
-
479
- 'pbx-text-pink-50',
480
- 'pbx-text-pink-100',
481
- 'pbx-text-pink-200',
482
- 'pbx-text-pink-300',
483
- 'pbx-text-pink-400',
484
- 'pbx-text-pink-500',
485
- 'pbx-text-pink-600',
486
- 'pbx-text-pink-700',
487
- 'pbx-text-pink-800',
488
- 'pbx-text-pink-900',
489
-
490
- 'pbx-text-rose-50',
491
- 'pbx-text-rose-100',
492
- 'pbx-text-rose-200',
493
- 'pbx-text-rose-300',
494
- 'pbx-text-rose-400',
495
- 'pbx-text-rose-500',
496
- 'pbx-text-rose-600',
497
- 'pbx-text-rose-700',
498
- 'pbx-text-rose-800',
499
- 'pbx-text-rose-900',
500
- ],
501
- }
502
-
503
- export default tailwindColors
@@ -1,67 +0,0 @@
1
- interface TailwindBorderRadius {
2
- roundedGlobal: string[]
3
- roundedTopLeft: string[]
4
- roundedTopRight: string[]
5
- roundedBottomLeft: string[]
6
- roundedBottomRight: string[]
7
- }
8
-
9
- const tailwindBorderRadius: TailwindBorderRadius = {
10
- roundedGlobal: [
11
- 'none',
12
- 'pbx-rounded-sm',
13
- 'pbx-rounded',
14
- 'pbx-rounded-md',
15
- 'pbx-rounded-lg',
16
- 'pbx-rounded-xl',
17
- 'pbx-rounded-2xl',
18
- 'pbx-rounded-3xl',
19
- 'pbx-rounded-full',
20
- ],
21
- roundedTopLeft: [
22
- 'none',
23
- 'pbx-rounded-tl-sm',
24
- 'pbx-rounded-tl',
25
- 'pbx-rounded-tl-md',
26
- 'pbx-rounded-tl-lg',
27
- 'pbx-rounded-tl-xl',
28
- 'pbx-rounded-tl-2xl',
29
- 'pbx-rounded-tl-3xl',
30
- 'pbx-rounded-tl-full',
31
- ],
32
- roundedTopRight: [
33
- 'none',
34
- 'pbx-rounded-tr-sm',
35
- 'pbx-rounded-tr',
36
- 'pbx-rounded-tr-md',
37
- 'pbx-rounded-tr-lg',
38
- 'pbx-rounded-tr-xl',
39
- 'pbx-rounded-tr-2xl',
40
- 'pbx-rounded-tr-3xl',
41
- 'pbx-rounded-tr-full',
42
- ],
43
- roundedBottomLeft: [
44
- 'none',
45
- 'pbx-rounded-bl-sm',
46
- 'pbx-rounded-bl',
47
- 'pbx-rounded-bl-md',
48
- 'pbx-rounded-bl-lg',
49
- 'pbx-rounded-bl-xl',
50
- 'pbx-rounded-bl-2xl',
51
- 'pbx-rounded-bl-3xl',
52
- 'pbx-rounded-bl-full',
53
- ],
54
- roundedBottomRight: [
55
- 'none',
56
- 'pbx-rounded-br-sm',
57
- 'pbx-rounded-br',
58
- 'pbx-rounded-br-md',
59
- 'pbx-rounded-br-lg',
60
- 'pbx-rounded-br-xl',
61
- 'pbx-rounded-br-2xl',
62
- 'pbx-rounded-br-3xl',
63
- 'pbx-rounded-br-full',
64
- ],
65
- }
66
-
67
- export default tailwindBorderRadius