ds-one 0.1.11-alpha.5 → 0.1.11-alpha.7

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.
@@ -1,4 +1,4 @@
1
- /* version 0.1.11-alpha.4 */
1
+ /* version 0.1.11-alpha.7 */
2
2
 
3
3
  input {
4
4
  padding: 0;
package/README.md CHANGED
@@ -27,7 +27,7 @@ npm install ds-one@alpha
27
27
  yarn add ds-one@alpha
28
28
  ```
29
29
 
30
- **Note**: Currently published as alpha version `0.1.11-alpha.5`. Use `@alpha` tag to install.
30
+ **Note**: Currently published as alpha version `0.1.11-alpha.7`. Use `@alpha` tag to install.
31
31
 
32
32
  ### Basic Usage
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ds-one",
3
- "version": "0.1.11-alpha.5",
3
+ "version": "0.1.11-alpha.7",
4
4
  "description": "a plug and play design system built with TypeScript and Lit",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",