@ship-it-ui/ui 0.0.2 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ship-it-ui/ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "React component library for the Ship-It design system. Tailwind v4 + Radix UI primitives, themed via @ship-it-ui/tokens.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://ship-it-ops.github.io/ship-it-design/",
@@ -31,7 +31,8 @@
31
31
  "import": "./dist/index.js",
32
32
  "require": "./dist/index.cjs"
33
33
  },
34
- "./styles/globals.css": "./src/styles/globals.css"
34
+ "./styles/globals.css": "./src/styles/globals.css",
35
+ "./package.json": "./package.json"
35
36
  },
36
37
  "files": [
37
38
  "dist",
@@ -48,7 +49,7 @@
48
49
  "peerDependencies": {
49
50
  "react": "^18.0.0 || ^19.0.0",
50
51
  "react-dom": "^18.0.0 || ^19.0.0",
51
- "@ship-it-ui/tokens": "0.0.2"
52
+ "@ship-it-ui/tokens": "0.0.4"
52
53
  },
53
54
  "dependencies": {
54
55
  "@fontsource-variable/geist": "^5.1.0",
@@ -61,8 +62,10 @@
61
62
  "@radix-ui/react-dropdown-menu": "^2.1.2",
62
63
  "@radix-ui/react-hover-card": "^1.1.2",
63
64
  "@radix-ui/react-menubar": "^1.1.16",
65
+ "@radix-ui/react-navigation-menu": "^1.2.2",
64
66
  "@radix-ui/react-popover": "^1.1.2",
65
67
  "@radix-ui/react-radio-group": "^1.2.1",
68
+ "@radix-ui/react-scroll-area": "^1.2.1",
66
69
  "@radix-ui/react-select": "^2.1.2",
67
70
  "@radix-ui/react-slider": "^1.2.1",
68
71
  "@radix-ui/react-slot": "^1.1.0",
@@ -83,7 +86,7 @@
83
86
  "@vitest/coverage-v8": "^2.1.3",
84
87
  "axe-core": "^4.10.2",
85
88
  "esbuild-plugin-preserve-directives": "^0.0.11",
86
- "jsdom": "^25.0.1",
89
+ "jsdom": "^29.1.1",
87
90
  "react": "^18.3.1",
88
91
  "react-dom": "^18.3.1",
89
92
  "tailwindcss": "4.0.0-beta.3",
@@ -98,6 +101,7 @@
98
101
  "build": "tsup",
99
102
  "dev": "tsup --watch",
100
103
  "lint": "eslint src",
104
+ "lint:fix": "eslint src --fix",
101
105
  "test": "vitest run --coverage",
102
106
  "test:watch": "vitest",
103
107
  "typecheck": "tsc --noEmit",
@@ -28,13 +28,13 @@
28
28
  * utility classes used in components actually get compiled.
29
29
  *
30
30
  * Paths are resolved relative to this CSS file:
31
- * ../** = packages/ui/src/**
32
- * ../../../shipit/src/** = packages/shipit/src/**
33
- * ../../../../apps/docs/** = apps/docs/**
31
+ * ../** = packages/ui/src/**
32
+ * ../../../shipit/src/** = packages/shipit/src/**
33
+ * ../../../../apps/docs-site/** = apps/docs-site/**
34
34
  */
35
35
  @source '../**/*.{ts,tsx,mdx}';
36
36
  @source '../../../shipit/src/**/*.{ts,tsx,mdx}';
37
- @source '../../../../apps/docs/**/*.{ts,tsx,mdx}';
37
+ @source '../../../../apps/docs-site/**/*.{ts,tsx,mdx}';
38
38
 
39
39
  /*
40
40
  * `@theme inline` tells Tailwind to read these variables for utility-class