@trackunit/react-drawer 1.7.13 → 1.7.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/index.cjs.js CHANGED
@@ -259,7 +259,7 @@ const cvaDrawerToggle = cssClassVarianceUtilities.cvaMerge([
259
259
  "cursor-pointer",
260
260
  "items-center",
261
261
  "justify-center",
262
- "border-gray-300",
262
+ "border-neutral-300",
263
263
  "bg-neutral-50",
264
264
  "bg-center",
265
265
  "bg-no-repeat",
@@ -420,7 +420,7 @@ const DrawerPuller = ({ className, ref, ...props }) => {
420
420
  };
421
421
  DrawerPuller.displayName = "DrawerPuller";
422
422
  const cvaPuller = cssClassVarianceUtilities.cvaMerge(["pt-1", "pb-4", "flex", "items-center", "justify-center"]);
423
- const cvaPullerIcon = cssClassVarianceUtilities.cvaMerge(["block", "h-1", "w-8", "rounded-full", "bg-gray-400"]);
423
+ const cvaPullerIcon = cssClassVarianceUtilities.cvaMerge(["block", "h-1", "w-8", "rounded-full", "bg-neutral-400"]);
424
424
 
425
425
  const CLOSING_THRESHOLD = 0.15;
426
426
  const VELOCITY_THRESHOLD = 0.3;
package/index.esm.js CHANGED
@@ -257,7 +257,7 @@ const cvaDrawerToggle = cvaMerge([
257
257
  "cursor-pointer",
258
258
  "items-center",
259
259
  "justify-center",
260
- "border-gray-300",
260
+ "border-neutral-300",
261
261
  "bg-neutral-50",
262
262
  "bg-center",
263
263
  "bg-no-repeat",
@@ -418,7 +418,7 @@ const DrawerPuller = ({ className, ref, ...props }) => {
418
418
  };
419
419
  DrawerPuller.displayName = "DrawerPuller";
420
420
  const cvaPuller = cvaMerge(["pt-1", "pb-4", "flex", "items-center", "justify-center"]);
421
- const cvaPullerIcon = cvaMerge(["block", "h-1", "w-8", "rounded-full", "bg-gray-400"]);
421
+ const cvaPullerIcon = cvaMerge(["block", "h-1", "w-8", "rounded-full", "bg-neutral-400"]);
422
422
 
423
423
  const CLOSING_THRESHOLD = 0.15;
424
424
  const VELOCITY_THRESHOLD = 0.3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-drawer",
3
- "version": "1.7.13",
3
+ "version": "1.7.18",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,11 +9,11 @@
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
11
  "react-swipeable": "^7.0.1",
12
- "@trackunit/react-components": "1.9.13",
13
- "@trackunit/css-class-variance-utilities": "1.7.8",
14
- "@trackunit/ui-icons": "1.7.10",
15
- "@trackunit/i18n-library-translation": "1.7.11",
16
- "@trackunit/react-test-setup": "1.4.8"
12
+ "@trackunit/react-components": "1.9.18",
13
+ "@trackunit/css-class-variance-utilities": "1.7.10",
14
+ "@trackunit/ui-icons": "1.7.12",
15
+ "@trackunit/i18n-library-translation": "1.7.14",
16
+ "@trackunit/react-test-setup": "1.4.10"
17
17
  },
18
18
  "module": "./index.esm.js",
19
19
  "main": "./index.cjs.js",