@nubase/frontend 0.1.28 → 0.1.31
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.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +17 -4136
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -4139
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +10 -4
- package/package.json +34 -34
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -311,11 +311,17 @@
|
|
|
311
311
|
.inset-y-0 {
|
|
312
312
|
inset-block: calc(var(--spacing) * 0);
|
|
313
313
|
}
|
|
314
|
+
.start {
|
|
315
|
+
inset-inline-start: var(--spacing);
|
|
316
|
+
}
|
|
317
|
+
.end {
|
|
318
|
+
inset-inline-end: var(--spacing);
|
|
319
|
+
}
|
|
314
320
|
.top-0 {
|
|
315
321
|
top: calc(var(--spacing) * 0);
|
|
316
322
|
}
|
|
317
323
|
.top-1\/2 {
|
|
318
|
-
top: calc(1/2 * 100%);
|
|
324
|
+
top: calc(1 / 2 * 100%);
|
|
319
325
|
}
|
|
320
326
|
.top-full {
|
|
321
327
|
top: 100%;
|
|
@@ -815,7 +821,7 @@
|
|
|
815
821
|
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
816
822
|
}
|
|
817
823
|
.-translate-y-1\/2 {
|
|
818
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
824
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
819
825
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
820
826
|
}
|
|
821
827
|
.-translate-y-2 {
|
|
@@ -2740,7 +2746,7 @@
|
|
|
2740
2746
|
}
|
|
2741
2747
|
.\[\&\>\*\]\:basis-1\/4 {
|
|
2742
2748
|
&>* {
|
|
2743
|
-
flex-basis: calc(1/4 * 100%);
|
|
2749
|
+
flex-basis: calc(1 / 4 * 100%);
|
|
2744
2750
|
}
|
|
2745
2751
|
}
|
|
2746
2752
|
.\[\&\>\*\]\:justify-center {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nubase/frontend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.31",
|
|
4
4
|
"description": "React components and utilities for nubase",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,34 +46,34 @@
|
|
|
46
46
|
"dev": "concurrently \"npm:watch:ts\" \"npm:watch:css\" \"npm:storybook\""
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"react": "^19.2.
|
|
49
|
+
"react": "^19.2.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@faker-js/faker": "^
|
|
53
|
-
"@storybook/addon-docs": "^10.
|
|
54
|
-
"@storybook/addon-onboarding": "^10.
|
|
55
|
-
"@storybook/addon-themes": "^10.
|
|
56
|
-
"@storybook/react-vite": "^10.
|
|
57
|
-
"@tailwindcss/cli": "^4.1
|
|
58
|
-
"@tailwindcss/postcss": "^4.1
|
|
52
|
+
"@faker-js/faker": "^10.3.0",
|
|
53
|
+
"@storybook/addon-docs": "^10.2.17",
|
|
54
|
+
"@storybook/addon-onboarding": "^10.2.17",
|
|
55
|
+
"@storybook/addon-themes": "^10.2.17",
|
|
56
|
+
"@storybook/react-vite": "^10.2.17",
|
|
57
|
+
"@tailwindcss/cli": "^4.2.1",
|
|
58
|
+
"@tailwindcss/postcss": "^4.2.1",
|
|
59
59
|
"@types/lodash-es": "^4.17.12",
|
|
60
|
-
"@types/react": "^19.2.
|
|
60
|
+
"@types/react": "^19.2.14",
|
|
61
61
|
"@types/react-grid-layout": "^1.3.6",
|
|
62
62
|
"@types/typo-js": "^1.2.2",
|
|
63
|
-
"@vitejs/plugin-react": "^5.1.
|
|
64
|
-
"autoprefixer": "^10.4.
|
|
65
|
-
"concurrently": "^9.2.
|
|
66
|
-
"postcss": "^8.5.
|
|
67
|
-
"storybook": "^10.
|
|
68
|
-
"tailwindcss": "^4.1
|
|
63
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
64
|
+
"autoprefixer": "^10.4.27",
|
|
65
|
+
"concurrently": "^9.2.1",
|
|
66
|
+
"postcss": "^8.5.8",
|
|
67
|
+
"storybook": "^10.2.17",
|
|
68
|
+
"tailwindcss": "^4.2.1",
|
|
69
69
|
"tsup": "^8.5.1",
|
|
70
70
|
"tw-animate-css": "^1.4.0",
|
|
71
71
|
"typescript": "^5.9.3",
|
|
72
72
|
"vite": "^7.3.1",
|
|
73
|
-
"vitest": "^4.0.
|
|
73
|
+
"vitest": "^4.0.18"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@biomejs/biome": "^2.
|
|
76
|
+
"@biomejs/biome": "^2.4.6",
|
|
77
77
|
"@headlessui/react": "^2.2.9",
|
|
78
78
|
"@monaco-editor/loader": "^1.7.0",
|
|
79
79
|
"@nubase/core": "*",
|
|
@@ -86,29 +86,29 @@
|
|
|
86
86
|
"@radix-ui/react-switch": "^1.2.6",
|
|
87
87
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
88
88
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
89
|
-
"@tailwindcss/cli": "^4.1
|
|
90
|
-
"@tailwindcss/postcss": "^4.1
|
|
91
|
-
"@tanstack/react-form": "^1.
|
|
92
|
-
"@tanstack/react-query": "^5.90.
|
|
93
|
-
"@tanstack/react-router": "^1.
|
|
94
|
-
"@tanstack/react-router-devtools": "^1.
|
|
89
|
+
"@tailwindcss/cli": "^4.2.1",
|
|
90
|
+
"@tailwindcss/postcss": "^4.2.1",
|
|
91
|
+
"@tanstack/react-form": "^1.28.4",
|
|
92
|
+
"@tanstack/react-query": "^5.90.21",
|
|
93
|
+
"@tanstack/react-router": "^1.166.6",
|
|
94
|
+
"@tanstack/react-router-devtools": "^1.166.6",
|
|
95
95
|
"@tanstack/react-table": "^8.21.3",
|
|
96
96
|
"class-variance-authority": "^0.7.1",
|
|
97
97
|
"clsx": "^2.1.1",
|
|
98
|
-
"downshift": "^9.
|
|
98
|
+
"downshift": "^9.3.2",
|
|
99
99
|
"lodash-es": "^4.17.22",
|
|
100
|
-
"lucide-react": "^0.
|
|
101
|
-
"monaco-editor": "^0.
|
|
100
|
+
"lucide-react": "^0.577.0",
|
|
101
|
+
"monaco-editor": "^0.55.1",
|
|
102
102
|
"monaco-spellchecker": "^0.6.0",
|
|
103
|
-
"postcss": "^8.5.
|
|
104
|
-
"react-dom": "^19.2.
|
|
103
|
+
"postcss": "^8.5.8",
|
|
104
|
+
"react-dom": "^19.2.4",
|
|
105
105
|
"react-grid-layout": "^2.2.2",
|
|
106
|
-
"react-hotkeys-hook": "^5.2.
|
|
106
|
+
"react-hotkeys-hook": "^5.2.4",
|
|
107
107
|
"react-monaco-editor": "^0.59.0",
|
|
108
|
-
"recharts": "^3.
|
|
109
|
-
"tailwind-merge": "^3.
|
|
110
|
-
"tailwindcss": "^4.1
|
|
108
|
+
"recharts": "^3.8.0",
|
|
109
|
+
"tailwind-merge": "^3.5.0",
|
|
110
|
+
"tailwindcss": "^4.2.1",
|
|
111
111
|
"typo-js": "^1.3.1",
|
|
112
|
-
"zod
|
|
112
|
+
"zod": "^4.3.6"
|
|
113
113
|
}
|
|
114
114
|
}
|