@leanspec/ui-components 0.2.18 → 0.2.19

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * @leanspec/ui-components
3
3
  *
4
4
  * Framework-agnostic, tree-shakeable UI components for LeanSpec.
5
- * Works with any React setup (Next.js, Vite, etc.)
5
+ * Works with any React setup (Vite, CRA, etc.)
6
6
  */
7
7
  import './styles.css';
8
8
  export * from './components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/ui-components",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "Framework-agnostic, tree-shakeable UI components for LeanSpec",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",