luaniverse 4.0.43 → 4.1.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.
- package/dist/index.cjs +323 -213
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/index.js +320 -214
- package/dist/index.js.map +1 -1
- package/dist/safelist.js +54 -0
- package/dist/safelist.txt +52 -2
- package/package.json +2 -1
package/dist/safelist.js
CHANGED
|
@@ -229,6 +229,60 @@ export const luaniverseSafelist = [
|
|
|
229
229
|
// select
|
|
230
230
|
'lua:max-h-96',
|
|
231
231
|
'lua:min-w-32',
|
|
232
|
+
|
|
233
|
+
// slider
|
|
234
|
+
'lua:disabled:bg-gray-200',
|
|
235
|
+
'lua:hover:shadow-xl',
|
|
236
|
+
'lua:hover:scale-105',
|
|
237
|
+
'lua:active:scale-95',
|
|
238
|
+
'lua:bg-gradient-to-r',
|
|
239
|
+
'lua:from-blue-600',
|
|
240
|
+
'lua:to-purple-600',
|
|
241
|
+
'lua:bg-purple-600',
|
|
242
|
+
|
|
243
|
+
// input
|
|
244
|
+
'lua:text-gray-600',
|
|
245
|
+
'lua:cursor-not-allowed',
|
|
246
|
+
'lua:mb-2',
|
|
247
|
+
'lua:text-gray-900',
|
|
248
|
+
'lua:left-3',
|
|
249
|
+
'lua:top-1/2',
|
|
250
|
+
'lua:-translate-y-1/2',
|
|
251
|
+
'lua:items-center',
|
|
252
|
+
'lua:pointer-events-none',
|
|
253
|
+
'lua:text-gray-500',
|
|
254
|
+
'lua:h-10',
|
|
255
|
+
'lua:rounded-md',
|
|
256
|
+
'lua:bg-transparent',
|
|
257
|
+
'lua:px-3',
|
|
258
|
+
'lua:py-2',
|
|
259
|
+
'lua:text-base',
|
|
260
|
+
'lua:transition-all',
|
|
261
|
+
'lua:duration-200',
|
|
262
|
+
'file:lua:border-0',
|
|
263
|
+
'file:lua:bg-transparent',
|
|
264
|
+
'file:lua:text-sm',
|
|
265
|
+
'file:lua:font-medium',
|
|
266
|
+
'file:lua:text-gray-900',
|
|
267
|
+
'placeholder:lua:text-gray-500',
|
|
268
|
+
'focus-visible:lua:outline-hidden',
|
|
269
|
+
'focus-visible:lua:ring-2',
|
|
270
|
+
'focus-visible:lua:ring-offset-2',
|
|
271
|
+
'focus-visible:lua:ring-offset-white',
|
|
272
|
+
'lua:border-gray-300',
|
|
273
|
+
'focus-visible:lua:ring-blue-600',
|
|
274
|
+
'lua:border-red-600',
|
|
275
|
+
'focus-visible:lua:ring-red-600',
|
|
276
|
+
'lua:border-green-500',
|
|
277
|
+
'focus-visible:lua:ring-green-500',
|
|
278
|
+
'lua:opacity-50',
|
|
279
|
+
'placeholder:lua:text-gray-400',
|
|
280
|
+
'lua:pr-10',
|
|
281
|
+
'md:lua:text-sm',
|
|
282
|
+
'lua:right-3',
|
|
283
|
+
'lua:mt-2',
|
|
284
|
+
'lua:text-red-600',
|
|
285
|
+
'lua:text-green-600',
|
|
232
286
|
];
|
|
233
287
|
|
|
234
288
|
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: 251
|
|
9
9
|
|
|
10
10
|
left-[50%]
|
|
11
11
|
top-[50%]
|
|
@@ -207,4 +207,54 @@ lua:w-5
|
|
|
207
207
|
lua:h-5
|
|
208
208
|
lua:text-xs
|
|
209
209
|
lua:max-h-96
|
|
210
|
-
lua:min-w-32
|
|
210
|
+
lua:min-w-32
|
|
211
|
+
lua:disabled:bg-gray-200
|
|
212
|
+
lua:hover:shadow-xl
|
|
213
|
+
lua:hover:scale-105
|
|
214
|
+
lua:active:scale-95
|
|
215
|
+
lua:bg-gradient-to-r
|
|
216
|
+
lua:from-blue-600
|
|
217
|
+
lua:to-purple-600
|
|
218
|
+
lua:bg-purple-600
|
|
219
|
+
lua:text-gray-600
|
|
220
|
+
lua:cursor-not-allowed
|
|
221
|
+
lua:mb-2
|
|
222
|
+
lua:text-gray-900
|
|
223
|
+
lua:left-3
|
|
224
|
+
lua:top-1/2
|
|
225
|
+
lua:-translate-y-1/2
|
|
226
|
+
lua:items-center
|
|
227
|
+
lua:pointer-events-none
|
|
228
|
+
lua:text-gray-500
|
|
229
|
+
lua:h-10
|
|
230
|
+
lua:rounded-md
|
|
231
|
+
lua:bg-transparent
|
|
232
|
+
lua:px-3
|
|
233
|
+
lua:py-2
|
|
234
|
+
lua:text-base
|
|
235
|
+
lua:transition-all
|
|
236
|
+
lua:duration-200
|
|
237
|
+
file:lua:border-0
|
|
238
|
+
file:lua:bg-transparent
|
|
239
|
+
file:lua:text-sm
|
|
240
|
+
file:lua:font-medium
|
|
241
|
+
file:lua:text-gray-900
|
|
242
|
+
placeholder:lua:text-gray-500
|
|
243
|
+
focus-visible:lua:outline-hidden
|
|
244
|
+
focus-visible:lua:ring-2
|
|
245
|
+
focus-visible:lua:ring-offset-2
|
|
246
|
+
focus-visible:lua:ring-offset-white
|
|
247
|
+
lua:border-gray-300
|
|
248
|
+
focus-visible:lua:ring-blue-600
|
|
249
|
+
lua:border-red-600
|
|
250
|
+
focus-visible:lua:ring-red-600
|
|
251
|
+
lua:border-green-500
|
|
252
|
+
focus-visible:lua:ring-green-500
|
|
253
|
+
lua:opacity-50
|
|
254
|
+
placeholder:lua:text-gray-400
|
|
255
|
+
lua:pr-10
|
|
256
|
+
md:lua:text-sm
|
|
257
|
+
lua:right-3
|
|
258
|
+
lua:mt-2
|
|
259
|
+
lua:text-red-600
|
|
260
|
+
lua:text-green-600
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "luaniverse",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Lua Design System - A React component library for Lua applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
"@radix-ui/react-label": "^2.1.7",
|
|
66
66
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
67
67
|
"@radix-ui/react-select": "^2.2.5",
|
|
68
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
68
69
|
"@radix-ui/react-slot": "^1.1.0",
|
|
69
70
|
"@radix-ui/react-switch": "^1.2.6",
|
|
70
71
|
"@radix-ui/react-tabs": "^1.1.12",
|