luaniverse 4.2.1 → 4.2.2
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.
- package/dist/index.cjs +278 -228
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +277 -229
- package/dist/index.js.map +1 -1
- package/dist/safelist.js +4 -6
- package/dist/safelist.txt +3 -7
- package/package.json +1 -1
package/dist/safelist.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Luaniverse Design System - Tailwind CSS Safelist
|
|
3
|
-
*
|
|
3
|
+
*
|
|
4
4
|
* This file contains all the classes that should be safelisted in consumer applications
|
|
5
5
|
* to ensure they are included in the final CSS build even if not detected by content scanning.
|
|
6
6
|
*/
|
|
@@ -95,7 +95,6 @@ export const luaniverseSafelist = [
|
|
|
95
95
|
'lua:md:table',
|
|
96
96
|
'lua:md:table-header-group',
|
|
97
97
|
'lua:md:table-cell',
|
|
98
|
-
'lua:py-2',
|
|
99
98
|
'lua:[&_tr]:border-none',
|
|
100
99
|
'lua:hidden',
|
|
101
100
|
'lua:shadow-sm',
|
|
@@ -244,7 +243,6 @@ export const luaniverseSafelist = [
|
|
|
244
243
|
'lua:text-gray-600',
|
|
245
244
|
'lua:cursor-not-allowed',
|
|
246
245
|
'lua:mb-2',
|
|
247
|
-
'lua:text-gray-900',
|
|
248
246
|
'lua:left-3',
|
|
249
247
|
'lua:top-1/2',
|
|
250
248
|
'lua:-translate-y-1/2',
|
|
@@ -255,10 +253,7 @@ export const luaniverseSafelist = [
|
|
|
255
253
|
'lua:rounded-md',
|
|
256
254
|
'lua:bg-transparent',
|
|
257
255
|
'lua:px-3',
|
|
258
|
-
'lua:py-2',
|
|
259
256
|
'lua:text-base',
|
|
260
|
-
'lua:transition-all',
|
|
261
|
-
'lua:duration-200',
|
|
262
257
|
'file:lua:border-0',
|
|
263
258
|
'file:lua:bg-transparent',
|
|
264
259
|
'file:lua:text-sm',
|
|
@@ -283,6 +278,9 @@ export const luaniverseSafelist = [
|
|
|
283
278
|
'lua:mt-2',
|
|
284
279
|
'lua:text-red-600',
|
|
285
280
|
'lua:text-green-600',
|
|
281
|
+
|
|
282
|
+
// Tooltip
|
|
283
|
+
'lua:rounded-lg',
|
|
286
284
|
];
|
|
287
285
|
|
|
288
286
|
export default luaniverseSafelist;
|
package/dist/safelist.txt
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Usage in your CSS:
|
|
6
6
|
# @source "./node_modules/@lua-ai-global/luaniverse/dist/safelist.txt";
|
|
7
7
|
#
|
|
8
|
-
# Total classes:
|
|
8
|
+
# Total classes: 247
|
|
9
9
|
|
|
10
10
|
left-[50%]
|
|
11
11
|
top-[50%]
|
|
@@ -87,7 +87,6 @@ lua:md:table-row-group
|
|
|
87
87
|
lua:md:table
|
|
88
88
|
lua:md:table-header-group
|
|
89
89
|
lua:md:table-cell
|
|
90
|
-
lua:py-2
|
|
91
90
|
lua:[&_tr]:border-none
|
|
92
91
|
lua:hidden
|
|
93
92
|
lua:shadow-sm
|
|
@@ -219,7 +218,6 @@ lua:bg-purple-600
|
|
|
219
218
|
lua:text-gray-600
|
|
220
219
|
lua:cursor-not-allowed
|
|
221
220
|
lua:mb-2
|
|
222
|
-
lua:text-gray-900
|
|
223
221
|
lua:left-3
|
|
224
222
|
lua:top-1/2
|
|
225
223
|
lua:-translate-y-1/2
|
|
@@ -230,10 +228,7 @@ lua:h-10
|
|
|
230
228
|
lua:rounded-md
|
|
231
229
|
lua:bg-transparent
|
|
232
230
|
lua:px-3
|
|
233
|
-
lua:py-2
|
|
234
231
|
lua:text-base
|
|
235
|
-
lua:transition-all
|
|
236
|
-
lua:duration-200
|
|
237
232
|
file:lua:border-0
|
|
238
233
|
file:lua:bg-transparent
|
|
239
234
|
file:lua:text-sm
|
|
@@ -257,4 +252,5 @@ md:lua:text-sm
|
|
|
257
252
|
lua:right-3
|
|
258
253
|
lua:mt-2
|
|
259
254
|
lua:text-red-600
|
|
260
|
-
lua:text-green-600
|
|
255
|
+
lua:text-green-600
|
|
256
|
+
lua:rounded-lg
|