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.js
CHANGED
|
@@ -6384,6 +6384,14 @@ var luaniverseSafelist = [
|
|
|
6384
6384
|
"lua:focus-visible:outline-hidden",
|
|
6385
6385
|
"lua:whitespace-nowrap",
|
|
6386
6386
|
"lua:gap-2",
|
|
6387
|
+
"lua:font-onest",
|
|
6388
|
+
"lua:inline-flex",
|
|
6389
|
+
"lua:rounded-full",
|
|
6390
|
+
"lua:py-1",
|
|
6391
|
+
"lua:data-[state=active]:bg-blue-50",
|
|
6392
|
+
"lua:data-[state=active]:text-blue-800",
|
|
6393
|
+
"lua:data-[state=active]:hover:bg-blue-100",
|
|
6394
|
+
"lua:hover:bg-gray-100",
|
|
6387
6395
|
// carousel
|
|
6388
6396
|
"lua:justify-center",
|
|
6389
6397
|
"lua:overflow-hidden",
|