@quoreadmin/ui 0.24.20 → 0.24.21
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.js +2 -1
- package/dist/index.umd.cjs +68 -68
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52739,7 +52739,7 @@ const RU = {
|
|
|
52739
52739
|
closebutton: {
|
|
52740
52740
|
class: [
|
|
52741
52741
|
// Positioning
|
|
52742
|
-
"!absolute top-0 right-0",
|
|
52742
|
+
"!absolute top-0 right-0 z-[1001]",
|
|
52743
52743
|
// Display & Flexbox
|
|
52744
52744
|
"flex justify-center items-center overflow-hidden",
|
|
52745
52745
|
// Spacing
|
|
@@ -52994,6 +52994,7 @@ export {
|
|
|
52994
52994
|
nv as QImageGallery,
|
|
52995
52995
|
tK as QInput,
|
|
52996
52996
|
nK as QList,
|
|
52997
|
+
aM as QMenu,
|
|
52997
52998
|
rK as QModal,
|
|
52998
52999
|
iK as QModalContent,
|
|
52999
53000
|
oK as QPageHeading,
|