@seahax/elemental 0.5.9 → 0.5.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -306,6 +306,8 @@ h(parent, items.map((item) => {
306
306
  ## Combine Conditional Classes
307
307
 
308
308
  ```ts
309
+ import { classes } from '@seahax/elemental';
310
+
309
311
  // Using a dictionary of boolean values.
310
312
  const classNames = classes({
311
313
  'my-class-0': true,
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
- "version": "0.5.9"
24
+ "version": "0.5.10"
25
25
  }