@lunar-js/lunar 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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @lunar-js/lunar
2
2
 
3
+ ## 0.0.3 (2025-11-30)
4
+
5
+ ### Changed
6
+
7
+ - README updates - [`e116830`](https://github.com/lunar-js/lunar/commit/e116830d1d3905588285a209d2ca017c2fc0db43) Thanks
8
+ astronaut [@prests](https://github.com/prests)!
9
+
3
10
  ## 0.0.2 (2025-11-29)
4
11
 
5
12
  ### Added
package/README.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # Lunar
2
2
 
3
- A modern React component library inspired by Radix UI and ShadCN, built with TypeScript and Vanilla Extract for
4
- CSS-in-JS styling.
3
+ > Designing at the frontier
5
4
 
6
- ## Overview
5
+ - 🔒 CSP Safe Components (In progress)
6
+ - 🧱 Highly Composable Components
7
+ - 🎨 Rich Design Systems (or bring your own!)
7
8
 
8
- Lunar provides a comprehensive set of accessible, customizable React components with a powerful theming system. It
9
- combines the accessibility features of Radix UI with a clean design aesthetic and flexible styling approach.
9
+ Lunar, components designed to be out of this world, aims to use the latest web standards for creating modern,
10
+ composable, acessible, and CSP safe components.
10
11
 
11
12
  ## Installation
12
13
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/lunar"
10
10
  },
11
11
  "homepage": "https://github.com/lunar-js/lunar/tree/main/packages/lunar#readme",
12
- "version": "0.0.2",
12
+ "version": "0.0.3",
13
13
  "type": "module",
14
14
  "types": "./dist/index.d.ts",
15
15
  "module": "./dist/index.js",