@nubase/frontend 0.1.15 → 0.1.17
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 +13 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -4
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +23 -0
- package/package.json +25 -25
package/dist/styles.css
CHANGED
|
@@ -2735,6 +2735,11 @@
|
|
|
2735
2735
|
inherits: false;
|
|
2736
2736
|
initial-value: 1;
|
|
2737
2737
|
}
|
|
2738
|
+
@property --tw-enter-blur {
|
|
2739
|
+
syntax: "*";
|
|
2740
|
+
inherits: false;
|
|
2741
|
+
initial-value: 0;
|
|
2742
|
+
}
|
|
2738
2743
|
@property --tw-enter-opacity {
|
|
2739
2744
|
syntax: "*";
|
|
2740
2745
|
inherits: false;
|
|
@@ -2760,6 +2765,11 @@
|
|
|
2760
2765
|
inherits: false;
|
|
2761
2766
|
initial-value: 0;
|
|
2762
2767
|
}
|
|
2768
|
+
@property --tw-exit-blur {
|
|
2769
|
+
syntax: "*";
|
|
2770
|
+
inherits: false;
|
|
2771
|
+
initial-value: 0;
|
|
2772
|
+
}
|
|
2763
2773
|
@property --tw-exit-opacity {
|
|
2764
2774
|
syntax: "*";
|
|
2765
2775
|
inherits: false;
|
|
@@ -3085,6 +3095,15 @@
|
|
|
3085
3095
|
background: var(--color-primary, var(--primary));
|
|
3086
3096
|
border-radius: var(--radius-lg);
|
|
3087
3097
|
}
|
|
3098
|
+
.react-grid-item {
|
|
3099
|
+
transition: none;
|
|
3100
|
+
}
|
|
3101
|
+
.react-grid-item.react-draggable-dragging {
|
|
3102
|
+
transition: none;
|
|
3103
|
+
}
|
|
3104
|
+
.react-grid-item.resizing {
|
|
3105
|
+
transition: none;
|
|
3106
|
+
}
|
|
3088
3107
|
:root {
|
|
3089
3108
|
--radius: 0.625rem;
|
|
3090
3109
|
}
|
|
@@ -3418,12 +3437,14 @@
|
|
|
3418
3437
|
from {
|
|
3419
3438
|
opacity: var(--tw-enter-opacity,1);
|
|
3420
3439
|
transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
|
|
3440
|
+
filter: blur(var(--tw-enter-blur,0));
|
|
3421
3441
|
}
|
|
3422
3442
|
}
|
|
3423
3443
|
@keyframes exit {
|
|
3424
3444
|
to {
|
|
3425
3445
|
opacity: var(--tw-exit-opacity,1);
|
|
3426
3446
|
transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
|
|
3447
|
+
filter: blur(var(--tw-exit-blur,0));
|
|
3427
3448
|
}
|
|
3428
3449
|
}
|
|
3429
3450
|
@layer properties {
|
|
@@ -3496,11 +3517,13 @@
|
|
|
3496
3517
|
--tw-animation-duration: initial;
|
|
3497
3518
|
--tw-animation-fill-mode: none;
|
|
3498
3519
|
--tw-animation-iteration-count: 1;
|
|
3520
|
+
--tw-enter-blur: 0;
|
|
3499
3521
|
--tw-enter-opacity: 1;
|
|
3500
3522
|
--tw-enter-rotate: 0;
|
|
3501
3523
|
--tw-enter-scale: 1;
|
|
3502
3524
|
--tw-enter-translate-x: 0;
|
|
3503
3525
|
--tw-enter-translate-y: 0;
|
|
3526
|
+
--tw-exit-blur: 0;
|
|
3504
3527
|
--tw-exit-opacity: 1;
|
|
3505
3528
|
--tw-exit-rotate: 0;
|
|
3506
3529
|
--tw-exit-scale: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nubase/frontend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "React components and utilities for nubase",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,36 +46,36 @@
|
|
|
46
46
|
"dev": "concurrently \"npm:watch:ts\" \"npm:watch:css\" \"npm:storybook\""
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"react": "^19.
|
|
49
|
+
"react": "^19.2.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@faker-js/faker": "^9.9.0",
|
|
53
|
-
"@storybook/addon-docs": "^10.1.
|
|
54
|
-
"@storybook/addon-onboarding": "^10.1.
|
|
55
|
-
"@storybook/addon-themes": "^10.1.
|
|
56
|
-
"@storybook/react-vite": "^10.1.
|
|
53
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
54
|
+
"@storybook/addon-onboarding": "^10.1.11",
|
|
55
|
+
"@storybook/addon-themes": "^10.1.11",
|
|
56
|
+
"@storybook/react-vite": "^10.1.11",
|
|
57
57
|
"@tailwindcss/cli": "^4.1.18",
|
|
58
58
|
"@tailwindcss/postcss": "^4.1.18",
|
|
59
59
|
"@types/lodash-es": "^4.17.12",
|
|
60
|
-
"@types/react": "^19.
|
|
60
|
+
"@types/react": "^19.2.8",
|
|
61
61
|
"@types/react-grid-layout": "^1.3.6",
|
|
62
62
|
"@types/typo-js": "^1.2.2",
|
|
63
63
|
"@vitejs/plugin-react": "^5.1.2",
|
|
64
|
-
"autoprefixer": "^10.4.
|
|
64
|
+
"autoprefixer": "^10.4.23",
|
|
65
65
|
"concurrently": "^9.2.0",
|
|
66
66
|
"postcss": "^8.5.3",
|
|
67
|
-
"storybook": "^10.1.
|
|
67
|
+
"storybook": "^10.1.11",
|
|
68
68
|
"tailwindcss": "^4.1.18",
|
|
69
69
|
"tsup": "^8.5.1",
|
|
70
|
-
"tw-animate-css": "^1.
|
|
70
|
+
"tw-animate-css": "^1.4.0",
|
|
71
71
|
"typescript": "^5.9.3",
|
|
72
|
-
"vite": "^7.3.
|
|
73
|
-
"vitest": "^4.0.
|
|
72
|
+
"vite": "^7.3.1",
|
|
73
|
+
"vitest": "^4.0.17"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@biomejs/biome": "^2.
|
|
76
|
+
"@biomejs/biome": "^2.3.11",
|
|
77
77
|
"@headlessui/react": "^2.2.9",
|
|
78
|
-
"@monaco-editor/loader": "^1.
|
|
78
|
+
"@monaco-editor/loader": "^1.7.0",
|
|
79
79
|
"@nubase/core": "*",
|
|
80
80
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
81
81
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -86,27 +86,27 @@
|
|
|
86
86
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
87
87
|
"@tailwindcss/cli": "^4.1.18",
|
|
88
88
|
"@tailwindcss/postcss": "^4.1.18",
|
|
89
|
-
"@tanstack/react-form": "^1.27.
|
|
90
|
-
"@tanstack/react-query": "^5.90.
|
|
91
|
-
"@tanstack/react-router": "^1.
|
|
92
|
-
"@tanstack/react-router-devtools": "^1.
|
|
89
|
+
"@tanstack/react-form": "^1.27.7",
|
|
90
|
+
"@tanstack/react-query": "^5.90.18",
|
|
91
|
+
"@tanstack/react-router": "^1.150.0",
|
|
92
|
+
"@tanstack/react-router-devtools": "^1.150.0",
|
|
93
93
|
"@tanstack/react-table": "^8.21.3",
|
|
94
94
|
"class-variance-authority": "^0.7.1",
|
|
95
95
|
"clsx": "^2.1.1",
|
|
96
|
-
"downshift": "^9.0.
|
|
97
|
-
"lodash-es": "^4.17.
|
|
96
|
+
"downshift": "^9.0.13",
|
|
97
|
+
"lodash-es": "^4.17.22",
|
|
98
98
|
"lucide-react": "^0.539.0",
|
|
99
99
|
"monaco-editor": "^0.52.2",
|
|
100
100
|
"monaco-spellchecker": "^0.6.0",
|
|
101
101
|
"postcss": "^8.5.3",
|
|
102
|
-
"react-dom": "^19.
|
|
103
|
-
"react-grid-layout": "^2.
|
|
104
|
-
"react-hotkeys-hook": "^5.
|
|
102
|
+
"react-dom": "^19.2.3",
|
|
103
|
+
"react-grid-layout": "^2.2.2",
|
|
104
|
+
"react-hotkeys-hook": "^5.2.3",
|
|
105
105
|
"react-monaco-editor": "^0.59.0",
|
|
106
106
|
"recharts": "^3.6.0",
|
|
107
|
-
"tailwind-merge": "^3.
|
|
107
|
+
"tailwind-merge": "^3.4.0",
|
|
108
108
|
"tailwindcss": "^4.1.18",
|
|
109
|
-
"typo-js": "^1.
|
|
109
|
+
"typo-js": "^1.3.1",
|
|
110
110
|
"zod-to-json-schema": "^3.24.6"
|
|
111
111
|
}
|
|
112
112
|
}
|