@crowdstrike/falcon-shoelace 0.2.1 → 0.2.2

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 +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Import the stylesheet:
19
19
 
20
20
  ## Switching Themes
21
21
 
22
- By default all styles are in light mode. To switch to the dark them add the class `theme-dark` to `documentElement`:
22
+ By default all styles are in light mode. To switch to the dark theme add the class `theme-dark` to `documentElement`:
23
23
 
24
24
  ```html
25
25
  <html class="theme-dark"></html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdstrike/falcon-shoelace",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/CrowdStrike/falcon-shoelace.git"