@turtleclub/ui 0.1.0 → 0.1.1

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.
@@ -1,15 +1,20 @@
1
-
2
- $ rm -rf dist && rm -rf types && bun run build:code && bun run build:css
3
- $ vite build
4
- vite v5.4.19 building for production...
5
- transforming (1) src/index.tssrc/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
6
- src/components/ui/toggle.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/toggle.tsx" was ignored.
7
- ✓ 31 modules transformed.
8
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/index.js 57.45 kB │ gzip: 12.00 kB │ map: 115.78 kB
9
- rendering chunks (1)...computing gzip size (1)...dist/index.cjs 39.80 kB │ gzip: 10.15 kB │ map: 108.91 kB
10
- ✓ built in 362ms
11
- $ BUILD_CSS=true vite build
12
- vite v5.4.19 building for production...
13
- transforming (1) src/styles/globals.css✓ 1 modules transformed.
14
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...dist/styles.css 46.31 kB │ gzip: 8.65 kB
15
- ✓ built in 235ms
1
+ $ rm -rf dist && rm -rf types && bun run build:code && bun run build:css
2
+ $ vite build
3
+ vite v5.4.19 building for production...
4
+ transforming...
5
+ src/components/ui/toggle.tsx (1:0): Error when using sourcemap for reporting an error: Can't resolve original location of error.
6
+ src/components/ui/toggle.tsx (1:0): Module level directives cause errors when bundled, "use client" in "src/components/ui/toggle.tsx" was ignored.
7
+ ✓ 31 modules transformed.
8
+ rendering chunks...
9
+ computing gzip size...
10
+ dist/index.js 57.45 kB │ gzip: 12.00 kB │ map: 115.78 kB
11
+ dist/index.cjs 39.80 kB │ gzip: 10.19 kB │ map: 108.91 kB
12
+ ✓ built in 2.29s
13
+ $ BUILD_CSS=true vite build
14
+ vite v5.4.19 building for production...
15
+ transforming...
16
+ ✓ 1 modules transformed.
17
+ rendering chunks...
18
+ computing gzip size...
19
+ dist/styles.css 46.31 kB │ gzip: 8.65 kB
20
+ ✓ built in 958ms
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.1](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.1.1-beta.0...@turtleclub/ui@0.1.1) (2025-07-16)
7
+
8
+ **Note:** Version bump only for package @turtleclub/ui
9
+
10
+ ## [0.1.1-beta.0](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.1.0...@turtleclub/ui@0.1.1-beta.0) (2025-07-16)
11
+
12
+ **Note:** Version bump only for package @turtleclub/ui
13
+
6
14
  # [0.1.0](https://github.com/turtledev/packages/compare/@turtleclub/ui@0.1.0-beta.1...@turtleclub/ui@0.1.0) (2025-07-16)
7
15
 
8
16
  **Note:** Version bump only for package @turtleclub/ui
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @turtledev/ui
2
2
 
3
- A modern, accessible UI component library built with React, Radix UI primitives, and TailwindCSS. This package provides a comprehensive set of reusable components following the shadcn/ui design system.
3
+ A modern, accessible UI component library built with React, Radix UI primitives, and TailwindCSS. This package provides a comprehensive set of reusable components following the shadcn/ui design system.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "shadcn/ui and custom Turtle UI components library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "b72f5b367a04a6022701c8515eea79360219331f"
66
+ "gitHead": "70dd6f0128bae6031c840efc31fde41bf3332a4c"
67
67
  }
package/src/index.ts CHANGED
@@ -1,3 +1,4 @@
1
+ // TODO: delete - prerelease trigger
1
2
  // Re-export components
2
3
  export * from "./components/ui";
3
4
  export * from "./components/molecules";
@@ -1 +0,0 @@
1
- $ tsc --noEmit || true