@llui/components 0.0.9 → 0.0.10

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @llui/components
2
2
 
3
- 54 headless UI components for [LLui](../../README.md). Pure state machines with no DOM opinions — you own the markup and styling via `data-scope` / `data-part` attributes.
3
+ 58 headless UI components for [LLui](../../README.md). Pure state machines with no DOM opinions — you own the markup and styling via `data-scope` / `data-part` attributes.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llui/components",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -463,7 +463,7 @@
463
463
  "test": "vitest run"
464
464
  },
465
465
  "peerDependencies": {
466
- "@llui/dom": "^0.0.9"
466
+ "@llui/dom": "^0.0.10"
467
467
  },
468
468
  "devDependencies": {
469
469
  "@llui/dom": "workspace:*",
@@ -478,7 +478,7 @@
478
478
  "@floating-ui/dom": "^1.7.6",
479
479
  "@standard-schema/spec": "^1.0.0"
480
480
  },
481
- "description": "54 headless UI components for LLui — accordion, dialog, tabs, select, tree-view, timer, tour, and more",
481
+ "description": "58 headless UI components for LLui — accordion, dialog, tabs, select, tree-view, timer, tour, and more",
482
482
  "keywords": [
483
483
  "llui",
484
484
  "components",