@byline/ui 2.2.8 → 2.2.10

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.
@@ -195,8 +195,7 @@
195
195
  padding-top: .25rem;
196
196
  padding-right: 12px;
197
197
  padding-left: var(--spacing-16);
198
- border-left: var(--border-width-thin) var(--border-style-solid)
199
- var(--gray-100);
198
+ border-left: var(--border-width-thin) var(--border-style-solid) var(--gray-100);
200
199
  margin-bottom: 0;
201
200
  position: sticky;
202
201
  top: 95px;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "2.2.8",
6
+ "version": "2.2.10",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -50,24 +50,24 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@base-ui/react": "^1.4.1",
53
+ "@base-ui/react": "^1.5.0",
54
54
  "@dnd-kit/core": "^6.3.1",
55
55
  "@dnd-kit/modifiers": "^9.0.0",
56
56
  "@dnd-kit/sortable": "^10.0.0",
57
57
  "@dnd-kit/utilities": "^3.2.2",
58
58
  "@tanstack/react-form-start": "^1.32.0",
59
59
  "classnames": "^2.5.1",
60
- "date-fns": "^4.1.0",
60
+ "date-fns": "^4.2.1",
61
61
  "lodash-es": "^4.18.1",
62
- "motion": "^12.38.0",
62
+ "motion": "^12.39.0",
63
63
  "npm-run-all": "^4.1.5",
64
- "react-day-picker": "^10.0.0",
64
+ "react-day-picker": "^10.0.1",
65
65
  "react-diff-viewer-continued": "^4.2.2",
66
66
  "zod": "^4.4.3",
67
67
  "zod-form-data": "^3.0.1",
68
- "@byline/core": "2.2.8",
69
- "@byline/client": "2.2.8",
70
- "@byline/admin": "2.2.8"
68
+ "@byline/core": "2.2.10",
69
+ "@byline/admin": "2.2.10",
70
+ "@byline/client": "2.2.10"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^19.0.0",
@@ -76,23 +76,23 @@
76
76
  "devDependencies": {
77
77
  "@biomejs/biome": "2.4.15",
78
78
  "@rsbuild/plugin-react": "^2.0.0",
79
- "@rslib/core": "^0.21.4",
79
+ "@rslib/core": "^0.21.5",
80
80
  "@types/lodash": "^4.17.24",
81
81
  "@types/lodash-es": "^4.17.12",
82
- "@types/node": "^25.6.2",
83
- "@types/react": "19.2.14",
82
+ "@types/node": "^25.9.1",
83
+ "@types/react": "19.2.15",
84
84
  "@types/react-dom": "19.2.3",
85
- "@vitejs/plugin-react": "^6.0.1",
85
+ "@vitejs/plugin-react": "^6.0.2",
86
86
  "chokidar": "^5.0.0",
87
87
  "lightningcss": "^1.32.0",
88
88
  "lightningcss-cli": "^1.32.0",
89
- "react": "^19.2.6",
90
- "react-dom": "^19.2.6",
89
+ "react": "19.2.6",
90
+ "react-dom": "19.2.6",
91
91
  "rimraf": "^6.1.3",
92
92
  "typescript": "6.0.3",
93
93
  "typescript-plugin-css-modules": "^5.2.0",
94
- "vite": "^8.0.12",
95
- "vitest": "^4.1.5"
94
+ "vite": "^8.0.13",
95
+ "vitest": "^4.1.7"
96
96
  },
97
97
  "publishConfig": {
98
98
  "access": "public",
@@ -261,8 +261,7 @@
261
261
  padding-right: 12px;
262
262
  padding-top: 0.25rem;
263
263
  padding-left: var(--spacing-16);
264
- border-left: var(--border-width-thin) var(--border-style-solid)
265
- var(--gray-100);
264
+ border-left: var(--border-width-thin) var(--border-style-solid) var(--gray-100);
266
265
  position: sticky;
267
266
  top: 95px;
268
267
  }