@ds-mo/ui 0.2.1 → 0.2.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 +27 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -41,21 +41,44 @@ import { Button, Text, Surface, Card } from '@ds-mo/ui';
41
41
  - **Input** — text input field
42
42
  - **Slider** — range slider
43
43
  - **Field** — label + input wrapper
44
+ - **LabelWrap** — label + content wrapper with layout variants
45
+ - **Divider** — horizontal or vertical rule
44
46
 
45
- ### Components
47
+ ### Actions
46
48
  - **Button** — primary/secondary/tertiary with intents, sizes, icon support
47
- - **Tag** — labels with intents, contrasts, removable
48
- - **Badge** — numeric count indicator
49
+ - **ButtonGroup** — grouped button row with shared borders
50
+ - **ToggleButton** — two-state selectable button
51
+ - **ToggleButtonGroup** — radio-style group of toggle buttons
52
+
53
+ ### Controls
49
54
  - **Toggle** — on/off switch
50
55
  - **Checkbox** — with label and indeterminate state
56
+ - **Radio** — single-select radio input
57
+
58
+ ### Data display
59
+ - **Tag** — labels with intents, contrasts, removable
60
+ - **Badge** — numeric count indicator
61
+ - **Table** — sortable, paginated data table
62
+ - **Accordion** — collapsible content sections
63
+ - **Pagination** — page navigation control
64
+
65
+ ### Overlays
51
66
  - **Modal** — dialog with title, subtitle, footer slots
52
67
  - **Menu** — dropdown with sections, selection, positioning
53
68
  - **Tooltip** — hover tooltip with shortcut key support
54
69
  - **Select** — dropdown select
70
+ - **Toast** — transient notification
55
71
  - **Banner** — notification bar with intents, toast mode
72
+
73
+ ### Navigation
56
74
  - **Tab** — tab button with selection state
57
- - **Table** — sortable, paginated data table
75
+ - **TabGroup** — grouped tabs with shared selection
76
+ - **Breadcrumb** — path navigation
77
+
78
+ ### Status
58
79
  - **EmptyState** — placeholder states
80
+ - **Loader** — loading indicator
81
+ - **Skeleton** — content placeholder
59
82
 
60
83
  ### Layout
61
84
  - **Header** — page header with left/center/right slots
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CompoMo — composable React UI components styled with TokoMo design tokens",
5
5
  "keywords": [
6
6
  "react",
@@ -11,7 +11,7 @@
11
11
  "css-modules",
12
12
  "typescript"
13
13
  ],
14
- "homepage": "https://github.com/zainadeel/compomo#readme",
14
+ "homepage": "https://zainadeel.github.io/compomo/",
15
15
  "bugs": "https://github.com/zainadeel/compomo/issues",
16
16
  "repository": {
17
17
  "type": "git",