luaniverse 4.2.2 → 4.2.3
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 +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/safelist.js +8 -0
- package/dist/safelist.txt +9 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6421,6 +6421,14 @@ var luaniverseSafelist = [
|
|
|
6421
6421
|
"lua:focus-visible:outline-hidden",
|
|
6422
6422
|
"lua:whitespace-nowrap",
|
|
6423
6423
|
"lua:gap-2",
|
|
6424
|
+
"lua:font-onest",
|
|
6425
|
+
"lua:inline-flex",
|
|
6426
|
+
"lua:rounded-full",
|
|
6427
|
+
"lua:py-1",
|
|
6428
|
+
"lua:data-[state=active]:bg-blue-50",
|
|
6429
|
+
"lua:data-[state=active]:text-blue-800",
|
|
6430
|
+
"lua:data-[state=active]:hover:bg-blue-100",
|
|
6431
|
+
"lua:hover:bg-gray-100",
|
|
6424
6432
|
// carousel
|
|
6425
6433
|
"lua:justify-center",
|
|
6426
6434
|
"lua:overflow-hidden",
|