@kopexa/theme 1.4.0 → 1.4.1
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/{chunk-GWY5N4AY.mjs → chunk-GQV7INYX.mjs} +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/page-layout.js +1 -1
- package/dist/components/page-layout.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ var pageLayout = tv({
|
|
|
16
16
|
"data-[position=end]:flex-col-reverse",
|
|
17
17
|
// md+
|
|
18
18
|
"md:w-auto md:mt-0 md:mb-0",
|
|
19
|
-
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-
|
|
19
|
+
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-1rem)]",
|
|
20
20
|
"md:data-[position=end]:flex-row-reverse",
|
|
21
21
|
"md:data-[position=start]:flex-row"
|
|
22
22
|
],
|
package/dist/components/index.js
CHANGED
|
@@ -434,7 +434,7 @@ var pageLayout = (0, import_tailwind_variants5.tv)({
|
|
|
434
434
|
"data-[position=end]:flex-col-reverse",
|
|
435
435
|
// md+
|
|
436
436
|
"md:w-auto md:mt-0 md:mb-0",
|
|
437
|
-
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-
|
|
437
|
+
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-1rem)]",
|
|
438
438
|
"md:data-[position=end]:flex-row-reverse",
|
|
439
439
|
"md:data-[position=start]:flex-row"
|
|
440
440
|
],
|
|
@@ -40,7 +40,7 @@ var pageLayout = (0, import_tailwind_variants.tv)({
|
|
|
40
40
|
"data-[position=end]:flex-col-reverse",
|
|
41
41
|
// md+
|
|
42
42
|
"md:w-auto md:mt-0 md:mb-0",
|
|
43
|
-
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-
|
|
43
|
+
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-1rem)]",
|
|
44
44
|
"md:data-[position=end]:flex-row-reverse",
|
|
45
45
|
"md:data-[position=start]:flex-row"
|
|
46
46
|
],
|
package/dist/index.js
CHANGED
|
@@ -434,7 +434,7 @@ var pageLayout = (0, import_tailwind_variants5.tv)({
|
|
|
434
434
|
"data-[position=end]:flex-col-reverse",
|
|
435
435
|
// md+
|
|
436
436
|
"md:w-auto md:mt-0 md:mb-0",
|
|
437
|
-
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-
|
|
437
|
+
"md:data-[sticky=true]:sticky md:data-[sticky=true]:top-2 md:data-[sticky=true]:max-h-[calc(100dvh-1rem)]",
|
|
438
438
|
"md:data-[position=end]:flex-row-reverse",
|
|
439
439
|
"md:data-[position=start]:flex-row"
|
|
440
440
|
],
|
package/dist/index.mjs
CHANGED