@jixic/react-ui 0.1.1 → 0.1.2

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,13 +13,13 @@ Use `@jixic/react-ui` when you want a small, typed, accessible component library
13
13
 
14
14
  ## Platform Support
15
15
 
16
- | Platform | Status | Notes |
17
- | ------------ | --------- | ---------------------------------------------------------------------------- |
18
- | React web | Supported | Uses DOM elements and the compiled stylesheet. |
19
- | Next.js | Supported | Import `@jixic/react-ui/styles.css` once in the root layout or app shell. |
20
- | React Native | Roadmap | Planned as a separate native package that can share tokens and API patterns. |
16
+ | Platform | Status | Notes |
17
+ | ------------ | ---------------- | ---------------------------------------------------------------------------------------- |
18
+ | React web | Supported | Uses DOM elements and the compiled stylesheet. |
19
+ | Next.js | Supported | Import `@jixic/react-ui/styles.css` once in the root layout or app shell. |
20
+ | React Native | Separate package | Use `@jixic/react-native-ui`, built with React Native primitives and shared token ideas. |
21
21
 
22
- This package is not currently a React Native package because it ships DOM components and CSS. React Native UI support should live in a sibling package such as `@jixic/react-native-ui`.
22
+ This package is not a React Native package because it ships DOM components and CSS. React Native UI support lives in the sibling package `@jixic/react-native-ui`.
23
23
 
24
24
  ## Install
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jixic/react-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Accessible React UI components, TypeScript primitives, design tokens, and CSS themes for React and Next.js web applications.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/virendrapsamrat/-jixic-react-ui#readme",