@nubase/frontend 0.1.16 → 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.
Files changed (2) hide show
  1. package/dist/styles.css +14 -0
  2. 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;
@@ -3427,12 +3437,14 @@
3427
3437
  from {
3428
3438
  opacity: var(--tw-enter-opacity,1);
3429
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));
3430
3441
  }
3431
3442
  }
3432
3443
  @keyframes exit {
3433
3444
  to {
3434
3445
  opacity: var(--tw-exit-opacity,1);
3435
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));
3436
3448
  }
3437
3449
  }
3438
3450
  @layer properties {
@@ -3505,11 +3517,13 @@
3505
3517
  --tw-animation-duration: initial;
3506
3518
  --tw-animation-fill-mode: none;
3507
3519
  --tw-animation-iteration-count: 1;
3520
+ --tw-enter-blur: 0;
3508
3521
  --tw-enter-opacity: 1;
3509
3522
  --tw-enter-rotate: 0;
3510
3523
  --tw-enter-scale: 1;
3511
3524
  --tw-enter-translate-x: 0;
3512
3525
  --tw-enter-translate-y: 0;
3526
+ --tw-exit-blur: 0;
3513
3527
  --tw-exit-opacity: 1;
3514
3528
  --tw-exit-rotate: 0;
3515
3529
  --tw-exit-scale: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubase/frontend",
3
- "version": "0.1.16",
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.1.1"
49
+ "react": "^19.2.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@faker-js/faker": "^9.9.0",
53
- "@storybook/addon-docs": "^10.1.10",
54
- "@storybook/addon-onboarding": "^10.1.10",
55
- "@storybook/addon-themes": "^10.1.10",
56
- "@storybook/react-vite": "^10.1.10",
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.0.12",
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.20",
64
+ "autoprefixer": "^10.4.23",
65
65
  "concurrently": "^9.2.0",
66
66
  "postcss": "^8.5.3",
67
- "storybook": "^10.1.10",
67
+ "storybook": "^10.1.11",
68
68
  "tailwindcss": "^4.1.18",
69
69
  "tsup": "^8.5.1",
70
- "tw-animate-css": "^1.3.6",
70
+ "tw-animate-css": "^1.4.0",
71
71
  "typescript": "^5.9.3",
72
- "vite": "^7.3.0",
73
- "vitest": "^4.0.16"
72
+ "vite": "^7.3.1",
73
+ "vitest": "^4.0.17"
74
74
  },
75
75
  "dependencies": {
76
- "@biomejs/biome": "^2.2.0",
76
+ "@biomejs/biome": "^2.3.11",
77
77
  "@headlessui/react": "^2.2.9",
78
- "@monaco-editor/loader": "^1.5.0",
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.5",
90
- "@tanstack/react-query": "^5.90.12",
91
- "@tanstack/react-router": "^1.141.8",
92
- "@tanstack/react-router-devtools": "^1.141.8",
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.10",
97
- "lodash-es": "^4.17.21",
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.1.1",
103
- "react-grid-layout": "^2.1.1",
104
- "react-hotkeys-hook": "^5.1.0",
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.3.1",
107
+ "tailwind-merge": "^3.4.0",
108
108
  "tailwindcss": "^4.1.18",
109
- "typo-js": "^1.2.5",
109
+ "typo-js": "^1.3.1",
110
110
  "zod-to-json-schema": "^3.24.6"
111
111
  }
112
112
  }