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/safelist.js
CHANGED
|
@@ -153,6 +153,14 @@ export const luaniverseSafelist = [
|
|
|
153
153
|
'lua:focus-visible:outline-hidden',
|
|
154
154
|
'lua:whitespace-nowrap',
|
|
155
155
|
'lua:gap-2',
|
|
156
|
+
'lua:font-onest',
|
|
157
|
+
'lua:inline-flex',
|
|
158
|
+
'lua:rounded-full',
|
|
159
|
+
'lua:py-1',
|
|
160
|
+
'lua:data-[state=active]:bg-blue-50',
|
|
161
|
+
'lua:data-[state=active]:text-blue-800',
|
|
162
|
+
'lua:data-[state=active]:hover:bg-blue-100',
|
|
163
|
+
'lua:hover:bg-gray-100',
|
|
156
164
|
|
|
157
165
|
// carousel
|
|
158
166
|
'lua:justify-center',
|
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: 255
|
|
9
9
|
|
|
10
10
|
left-[50%]
|
|
11
11
|
top-[50%]
|
|
@@ -140,6 +140,14 @@ lua:disabled:pointer-events-none
|
|
|
140
140
|
lua:focus-visible:outline-hidden
|
|
141
141
|
lua:whitespace-nowrap
|
|
142
142
|
lua:gap-2
|
|
143
|
+
lua:font-onest
|
|
144
|
+
lua:inline-flex
|
|
145
|
+
lua:rounded-full
|
|
146
|
+
lua:py-1
|
|
147
|
+
lua:data-[state=active]:bg-blue-50
|
|
148
|
+
lua:data-[state=active]:text-blue-800
|
|
149
|
+
lua:data-[state=active]:hover:bg-blue-100
|
|
150
|
+
lua:hover:bg-gray-100
|
|
143
151
|
lua:justify-center
|
|
144
152
|
lua:overflow-hidden
|
|
145
153
|
lua:max-w-5xl
|