@tecsinapse/cortex-core 0.3.0-beta.12 → 0.3.0-beta.13
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var tailwindVariants = require('tailwind-variants');
|
|
4
4
|
|
|
5
5
|
const drawerStyles = tailwindVariants.tv({
|
|
6
|
-
base: "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform",
|
|
6
|
+
base: "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform overflow-y-scroll",
|
|
7
7
|
variants: {
|
|
8
8
|
position: {
|
|
9
9
|
left: "left-0 -translate-x-full rounded-r-mili",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { tv } from 'tailwind-variants';
|
|
2
2
|
|
|
3
3
|
const drawerStyles = tv({
|
|
4
|
-
base: "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform",
|
|
4
|
+
base: "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform overflow-y-scroll",
|
|
5
5
|
variants: {
|
|
6
6
|
position: {
|
|
7
7
|
left: "left-0 -translate-x-full rounded-r-mili",
|
|
@@ -8,7 +8,7 @@ declare const drawerStyles: import("tailwind-variants").TVReturnType<{
|
|
|
8
8
|
true: string;
|
|
9
9
|
false: string;
|
|
10
10
|
};
|
|
11
|
-
}, undefined, "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform", import("tailwind-variants/dist/config").TVConfig<{
|
|
11
|
+
}, undefined, "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform overflow-y-scroll", import("tailwind-variants/dist/config").TVConfig<{
|
|
12
12
|
position: {
|
|
13
13
|
left: string;
|
|
14
14
|
right: string;
|
|
@@ -44,7 +44,7 @@ declare const drawerStyles: import("tailwind-variants").TVReturnType<{
|
|
|
44
44
|
true: string;
|
|
45
45
|
false: string;
|
|
46
46
|
};
|
|
47
|
-
}, undefined, "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform", import("tailwind-variants/dist/config").TVConfig<{
|
|
47
|
+
}, undefined, "bg-white fixed top-0 h-full p-deca shadow-lg transition-all duration-500 transform overflow-y-scroll", import("tailwind-variants/dist/config").TVConfig<{
|
|
48
48
|
position: {
|
|
49
49
|
left: string;
|
|
50
50
|
right: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/cortex-core",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Core library for tailwindcss based design",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"tailwindcss": ">=3.3.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "5d3889324ceda81fe63c827bd13075758e065052"
|
|
35
35
|
}
|