@behold/widget 0.1.97 → 0.1.98

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@behold/widget",
3
- "version": "0.1.97",
3
+ "version": "0.1.98",
4
4
  "author": "Griffin Johnston",
5
5
  "license": "UNLICENSED",
6
6
  "keywords": [
package/readme.md CHANGED
@@ -7,7 +7,7 @@ This is the official Behold widget JS package. It is built using [web components
7
7
 
8
8
  1. It can be used with any JS framework (React, Svelte, Vue, Angular, Solid... you name it), or just dropped into an HTML document.
9
9
  2. It uses no framework and requires no external packages, so it's very lightweight, and won't cause dependency bloat.
10
- 3. It uses the Shadow DOM, which provides style encapsulation. That just means that your CSS won't mess with this widget, and its CSS won't mess anything on your page.
10
+ 3. It uses the Shadow DOM, which provides style encapsulation.
11
11
 
12
12
  ## Documentation
13
13