@ship-it-ui/ui 0.0.2 → 0.0.3

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.3",
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.3"
52
53
  },
53
54
  "dependencies": {
54
55
  "@fontsource-variable/geist": "^5.1.0",
@@ -61,6 +62,7 @@
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",
66
68
  "@radix-ui/react-select": "^2.1.2",
@@ -83,7 +85,7 @@
83
85
  "@vitest/coverage-v8": "^2.1.3",
84
86
  "axe-core": "^4.10.2",
85
87
  "esbuild-plugin-preserve-directives": "^0.0.11",
86
- "jsdom": "^25.0.1",
88
+ "jsdom": "^29.1.1",
87
89
  "react": "^18.3.1",
88
90
  "react-dom": "^18.3.1",
89
91
  "tailwindcss": "4.0.0-beta.3",
@@ -91,8 +93,8 @@
91
93
  "typescript": "^5.6.3",
92
94
  "vitest": "^2.1.3",
93
95
  "vitest-axe": "^0.1.0",
94
- "@ship-it-ui/eslint-config": "0.0.1",
95
- "@ship-it-ui/tsconfig": "0.0.1"
96
+ "@ship-it-ui/tsconfig": "0.0.1",
97
+ "@ship-it-ui/eslint-config": "0.0.1"
96
98
  },
97
99
  "scripts": {
98
100
  "build": "tsup",
@@ -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