@oneli8/react 1.0.0-beta.6 → 1.0.0-beta.8
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/README.md +39 -20
- package/ai-context.json +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,33 +1,57 @@
|
|
|
1
1
|
# @oneli8/react
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@oneli8/react)
|
|
4
|
+
[](https://github.com/Akshay007ad/OneLi8-Design-System/blob/main/LICENSE)
|
|
5
|
+
|
|
6
|
+
**OneLi8 means One Light.**
|
|
7
|
+
|
|
8
|
+
A design system created by Akshay Dhore, intended for broad human benefit and
|
|
9
|
+
conceived as service to Guruji Shrii Arnav, whose teachings inspire it. Service,
|
|
10
|
+
clarity, harmony, proportion, restraint and evolution guide its decisions.
|
|
11
|
+
|
|
12
|
+
The practical intention is narrower and easier to check. Most design systems
|
|
13
|
+
hand you components and hope you stay inside them. This one hands you the
|
|
14
|
+
reasoning as well, so when you need something it does not ship, you can build it
|
|
15
|
+
and have it still belong. The rules travel inside this package, not in a wiki
|
|
16
|
+
someone forgets to read.
|
|
4
17
|
|
|
5
18
|
```sh
|
|
6
19
|
npm install @oneli8/react
|
|
7
20
|
```
|
|
8
21
|
|
|
9
22
|
```jsx
|
|
10
|
-
import {
|
|
23
|
+
import { MultiSelectField } from '@oneli8/react';
|
|
11
24
|
import '@oneli8/react/styles.css';
|
|
12
25
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
26
|
+
<MultiSelectField
|
|
27
|
+
label="Skills"
|
|
28
|
+
options={skills}
|
|
29
|
+
values={chosen}
|
|
30
|
+
placeholder="Add skill…"
|
|
31
|
+
onRemoveValue={remove}
|
|
32
|
+
/>
|
|
16
33
|
```
|
|
17
34
|
|
|
18
|
-
|
|
35
|
+
Every component is drawn from a component set in the Figma source rather than
|
|
36
|
+
invented in code, and the two are checked against each other on every build.
|
|
19
37
|
|
|
20
|
-
|
|
21
|
-
|---|---|
|
|
22
|
-
| Atom | `Icon`, `SelectionIndicator`, `NavigationBadge` |
|
|
23
|
-
| Molecule | `Button`, `IconButton`, `Link`, `TextField`, `FormMessage`, `Select`, `ChoiceItem`, `SelectionOption`, `ChoiceChip`, `Token` |
|
|
24
|
-
| Organism | `Tabs`, `TabBar`, `SegmentedControl`, `RadioGroup`, `CheckboxGroup`, `SelectionPopup`, `Combobox`, `MultiSelectField`, `ChoicePicker` |
|
|
25
|
-
| Material | Gem, an attribute adapter rather than a tier |
|
|
38
|
+
## What is included
|
|
26
39
|
|
|
27
40
|
Twenty one components, matching `@oneli8/core` one for one. Both packages are
|
|
28
41
|
checked against each other on every build, so the two cannot answer differently
|
|
29
42
|
about a role, a name, a relationship or a state.
|
|
30
43
|
|
|
44
|
+
**Atoms** · `Icon` · `SelectionIndicator` · `NavigationBadge`
|
|
45
|
+
|
|
46
|
+
**Molecules** · `Button` · `IconButton` · `Link` · `TextField` · `FormMessage`
|
|
47
|
+
· `Select` · `ChoiceItem` · `SelectionOption` · `ChoiceChip` · `Token`
|
|
48
|
+
|
|
49
|
+
**Organisms** · `Tabs` · `TabBar` · `SegmentedControl` · `RadioGroup`
|
|
50
|
+
· `CheckboxGroup` · `SelectionPopup` · `Combobox` · `MultiSelectField`
|
|
51
|
+
· `ChoicePicker`
|
|
52
|
+
|
|
53
|
+
**Material** · Gem, an attribute adapter rather than a tier
|
|
54
|
+
|
|
31
55
|
## The system travels with the package
|
|
32
56
|
|
|
33
57
|
If you need a component OneLi8 does not ship, build it from these foundations
|
|
@@ -54,14 +78,9 @@ Read @oneli8/react/ai-context.json and PRINCIPLES.md before writing any OneLi8 U
|
|
|
54
78
|
|
|
55
79
|
## Why this exists
|
|
56
80
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
decisions. `PRINCIPLES.md` ships inside this package and sets them out in full.
|
|
61
|
-
|
|
62
|
-
The practical intention: most design systems hand you components and hope you
|
|
63
|
-
stay inside them. This one hands you the reasoning too, so when you need
|
|
64
|
-
something it does not ship you can build it and have it still belong.
|
|
81
|
+
`PRINCIPLES.md` ships inside this package and sets out the six values in full,
|
|
82
|
+
along with the three operating laws every component obeys. It is the document to
|
|
83
|
+
read before extending anything.
|
|
65
84
|
|
|
66
85
|
## Naming
|
|
67
86
|
|
package/ai-context.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$comment": "GENERATED by packages/sync/src/build-package-context.mjs — do not edit.",
|
|
3
3
|
"system": "OneLi8",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.8",
|
|
5
5
|
"meaning": "OneLi8 means One Light.",
|
|
6
6
|
"foundations": {
|
|
7
7
|
"package": "@oneli8/tokens",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"color-primary-* is an alias ramp onto color-blue-* — identical values, distinct names. Prefer the semantic role over either.",
|
|
14
14
|
"Dimension scale is 3px-atomic. Even multiples for structural layout; odd multiples are deliberate optical or micro-gap choices.",
|
|
15
15
|
"Elevation ink is cyan-840 rgb(22,63,75) — never default black.",
|
|
16
|
-
"Typography roles are composite.
|
|
16
|
+
"Typography roles are composite. Apply a whole role, all five of --ol8-typography-<role>-{font-family,font-size,font-weight,line-height,letter-spacing}, rather than picking loose font vars. This package ships custom properties and no class names.",
|
|
17
17
|
"shape-radius-full (999px) is reserved for pills and circles. Soft hexagons are component-specific recipes, not a radius token."
|
|
18
18
|
]
|
|
19
19
|
},
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"A literal colour, size or font value anywhere in a component.",
|
|
224
224
|
"A primitive token in a component. Primitives are hidden from the Figma pickers for the same reason.",
|
|
225
225
|
"An invented icon name. Choose from OL8_ICONS.",
|
|
226
|
-
"A per-size icon stroke. The 1.8 stroke is shared, and
|
|
226
|
+
"A per-size icon stroke. The 1.8 stroke is shared, and an Icon Frame instance is an exact scale of the 24px master, so an 18px one carries a 1.35 stroke. The selection masters are the exception: Icon / Selection / Check keeps the same 10.2 x 6.9 artwork at 1.8 in both its 18 and 24 boxes, so it is not scaled.",
|
|
227
227
|
"Mixing a filled treatment with an outlined one across selection controls. Checkbox and Radio share one language."
|
|
228
228
|
]
|
|
229
229
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneli8/react",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.8",
|
|
4
4
|
"description": "OneLi8 Design System for React. Components, design tokens, the Gem material, and the design language they follow.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"NOTICE"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@oneli8/tokens": "1.0.0-beta.
|
|
55
|
+
"@oneli8/tokens": "1.0.0-beta.8"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": ">=18"
|