@nubase/frontend 0.1.16 → 0.1.18

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/styles.css CHANGED
@@ -2388,12 +2388,6 @@
2388
2388
  padding-left: calc(var(--spacing) * 2.5);
2389
2389
  }
2390
2390
  }
2391
- .md\:text-sm {
2392
- @media (width >= 48rem) {
2393
- font-size: var(--text-sm);
2394
- line-height: var(--tw-leading, var(--text-sm--line-height));
2395
- }
2396
- }
2397
2391
  .dark\:bg-destructive\/60 {
2398
2392
  @media (prefers-color-scheme: dark) {
2399
2393
  background-color: var(--color-destructive);
@@ -2735,6 +2729,11 @@
2735
2729
  inherits: false;
2736
2730
  initial-value: 1;
2737
2731
  }
2732
+ @property --tw-enter-blur {
2733
+ syntax: "*";
2734
+ inherits: false;
2735
+ initial-value: 0;
2736
+ }
2738
2737
  @property --tw-enter-opacity {
2739
2738
  syntax: "*";
2740
2739
  inherits: false;
@@ -2760,6 +2759,11 @@
2760
2759
  inherits: false;
2761
2760
  initial-value: 0;
2762
2761
  }
2762
+ @property --tw-exit-blur {
2763
+ syntax: "*";
2764
+ inherits: false;
2765
+ initial-value: 0;
2766
+ }
2763
2767
  @property --tw-exit-opacity {
2764
2768
  syntax: "*";
2765
2769
  inherits: false;
@@ -3427,12 +3431,14 @@
3427
3431
  from {
3428
3432
  opacity: var(--tw-enter-opacity,1);
3429
3433
  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));
3434
+ filter: blur(var(--tw-enter-blur,0));
3430
3435
  }
3431
3436
  }
3432
3437
  @keyframes exit {
3433
3438
  to {
3434
3439
  opacity: var(--tw-exit-opacity,1);
3435
3440
  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));
3441
+ filter: blur(var(--tw-exit-blur,0));
3436
3442
  }
3437
3443
  }
3438
3444
  @layer properties {
@@ -3505,11 +3511,13 @@
3505
3511
  --tw-animation-duration: initial;
3506
3512
  --tw-animation-fill-mode: none;
3507
3513
  --tw-animation-iteration-count: 1;
3514
+ --tw-enter-blur: 0;
3508
3515
  --tw-enter-opacity: 1;
3509
3516
  --tw-enter-rotate: 0;
3510
3517
  --tw-enter-scale: 1;
3511
3518
  --tw-enter-translate-x: 0;
3512
3519
  --tw-enter-translate-y: 0;
3520
+ --tw-exit-blur: 0;
3513
3521
  --tw-exit-opacity: 1;
3514
3522
  --tw-exit-rotate: 0;
3515
3523
  --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.18",
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
  }