Skip to content

Commit 5901d3a

Browse files
author
Andrey Okonetchnikov
committed
docs: Add descriptions
1 parent eb27b7b commit 5901d3a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/mixins/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@component-driven/mixins",
3+
"description": "UI mixins to use with CSS-in-JS libraries",
34
"version": "1.0.0",
45
"main": "dist/mixins.cjs.js",
56
"module": "dist/mixins.esm.js",

packages/react-focus-within/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@component-driven/react-focus-within",
3+
"description": "The missing JS API of the CSS `:focus-within` for React",
34
"version": "1.0.0",
45
"main": "dist/react-focus-within.cjs.js",
56
"module": "dist/react-focus-within.esm.js",

packages/with-selector/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@component-driven/with-selector",
3+
"description": "Preview components in specific pseudo-state like :hover, :focused, :active.",
34
"version": "1.0.0",
45
"main": "dist/with-selector.cjs.js",
56
"module": "dist/with-selector.esm.js",

0 commit comments

Comments
 (0)