@astralui/core 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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # AstralUI
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@astralui/core.svg)](https://www.npmjs.com/package/@astralui/core)
4
+ [![CI](https://github.com/UnboundedTechnologies/AstralUI/actions/workflows/ci.yml/badge.svg)](https://github.com/UnboundedTechnologies/AstralUI/actions/workflows/ci.yml)
5
+ [![license](https://img.shields.io/npm/l/@astralui/core.svg)](./LICENSE)
6
+ [![types](https://img.shields.io/npm/types/@astralui/core.svg)](https://www.npmjs.com/package/@astralui/core)
7
+
3
8
  A self-contained React design system - theme engine, design tokens, and a set of
4
9
  dependency-free UI components. No CSS-in-JS runtime: just CSS variables +
5
10
  `light-dark()` and small, focused components.
package/package.json CHANGED
@@ -1,9 +1,17 @@
1
1
  {
2
2
  "name": "@astralui/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "AstralUI - a self-contained, dependency-free React design system: theme engine (light/dark + per-brand theming), design tokens, and components (Modal, Drawer, Select, Menu, Toast, DateInput, PinInput, Spinner).",
5
5
  "license": "MIT",
6
6
  "author": "Unbounded Technologies",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/UnboundedTechnologies/AstralUI.git"
10
+ },
11
+ "homepage": "https://github.com/UnboundedTechnologies/AstralUI#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/UnboundedTechnologies/AstralUI/issues"
14
+ },
7
15
  "type": "module",
8
16
  "sideEffects": [
9
17
  "**/*.css"