@cascivo/react 0.3.2 → 0.3.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/README.md +3 -1
- package/package.json +2 -2
- package/readme.body.md +3 -1
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ routing break after adding one of these, check that the import resolves to
|
|
|
147
147
|
|
|
148
148
|
## Component index
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
181 components, exported from `@cascivo/react`. Full props, examples, and live demos at [docs.cascivo.com](https://docs.cascivo.com).
|
|
151
151
|
|
|
152
152
|
### Inputs
|
|
153
153
|
|
|
@@ -156,6 +156,7 @@ routing break after adding one of these, check that the import resolves to
|
|
|
156
156
|
- **Calendar** — An accessible standalone month-grid date picker.
|
|
157
157
|
- **Checkbox** — Binary toggle for forms, with indeterminate support
|
|
158
158
|
- **CheckboxCard** — Multi-selectable card backed by a native checkbox. Use multiple independent CheckboxCards for multi-select scenarios.
|
|
159
|
+
- **CodeEditor** — Lightweight code editor — a native textarea overlaid on a syntax-highlighted layer, with line numbers and Tab indent.
|
|
159
160
|
- **ColorPicker** — Interactive color selection widget with saturation/lightness area, hue and alpha sliders
|
|
160
161
|
- **Combobox** — Filterable single-select with an animated custom listbox, built on the dropdown open/close machine
|
|
161
162
|
- **CopyButton** — Icon button that copies a value to the clipboard with copied feedback
|
|
@@ -222,6 +223,7 @@ routing break after adding one of these, check that the import resolves to
|
|
|
222
223
|
- **FlowPanel** — An absolutely-positioned slot for custom flow-canvas UI (legend, toolbar).
|
|
223
224
|
- **FlowStory** — A scripted, sequenced, looping flow animation — walks a graph step by step with fade-in captions.
|
|
224
225
|
- **Heading** — Section heading with semantic level decoupled from visual size
|
|
226
|
+
- **Highlight** — Read-only syntax-highlighted code block — the same owned tokenizer as CodeEditor, without the textarea.
|
|
225
227
|
- **Image** — Image with load state, blur-up placeholder, graceful fallback, and optional zoom
|
|
226
228
|
- **Item** — Generic content row primitive with media, content, and action regions
|
|
227
229
|
- **Kbd** — Displays a keyboard key or shortcut
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cascivo/react",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Prebuilt cascivo design system components — use without copying source",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@cascivo/core": "^0.1.3",
|
|
48
|
-
"@cascivo/i18n": "^0.1.
|
|
48
|
+
"@cascivo/i18n": "^0.1.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@testing-library/jest-dom": "^6.9.1",
|
package/readme.body.md
CHANGED
|
@@ -129,7 +129,7 @@ routing break after adding one of these, check that the import resolves to
|
|
|
129
129
|
|
|
130
130
|
## Component index
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
181 components, exported from `@cascivo/react`. Full props, examples, and live demos at [docs.cascivo.com](https://docs.cascivo.com).
|
|
133
133
|
|
|
134
134
|
### Inputs
|
|
135
135
|
|
|
@@ -138,6 +138,7 @@ routing break after adding one of these, check that the import resolves to
|
|
|
138
138
|
- **Calendar** — An accessible standalone month-grid date picker.
|
|
139
139
|
- **Checkbox** — Binary toggle for forms, with indeterminate support
|
|
140
140
|
- **CheckboxCard** — Multi-selectable card backed by a native checkbox. Use multiple independent CheckboxCards for multi-select scenarios.
|
|
141
|
+
- **CodeEditor** — Lightweight code editor — a native textarea overlaid on a syntax-highlighted layer, with line numbers and Tab indent.
|
|
141
142
|
- **ColorPicker** — Interactive color selection widget with saturation/lightness area, hue and alpha sliders
|
|
142
143
|
- **Combobox** — Filterable single-select with an animated custom listbox, built on the dropdown open/close machine
|
|
143
144
|
- **CopyButton** — Icon button that copies a value to the clipboard with copied feedback
|
|
@@ -204,6 +205,7 @@ routing break after adding one of these, check that the import resolves to
|
|
|
204
205
|
- **FlowPanel** — An absolutely-positioned slot for custom flow-canvas UI (legend, toolbar).
|
|
205
206
|
- **FlowStory** — A scripted, sequenced, looping flow animation — walks a graph step by step with fade-in captions.
|
|
206
207
|
- **Heading** — Section heading with semantic level decoupled from visual size
|
|
208
|
+
- **Highlight** — Read-only syntax-highlighted code block — the same owned tokenizer as CodeEditor, without the textarea.
|
|
207
209
|
- **Image** — Image with load state, blur-up placeholder, graceful fallback, and optional zoom
|
|
208
210
|
- **Item** — Generic content row primitive with media, content, and action regions
|
|
209
211
|
- **Kbd** — Displays a keyboard key or shortcut
|