ds-one 0.1.11-alpha.17 → 0.1.11-alpha.18

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.17 */
1
+ /* version 0.1.11-alpha.18 */
2
2
 
3
3
  input {
4
4
  padding: 0;
package/README.md CHANGED
@@ -6,7 +6,7 @@ Build modern UIs with web components!
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/ds-one/alpha.svg)](https://www.npmjs.com/package/ds-one)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
- [![Version](https://img.shields.io/badge/version-0.1.11--alpha.16-orange.svg)](https://github.com/0001-labs/ds-one)
9
+ [![Version](https://img.shields.io/badge/version-0.1.11--alpha.17-orange.svg)](https://github.com/0001-labs/ds-one)
10
10
 
11
11
  **DS one** is a modern design system that provides a comprehensive set of reusable UI components built with Web Components. Think "Material Design meets Web Standards"—a simple, accessible component library that works with any framework or vanilla JavaScript.
12
12
 
@@ -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.17`. Use `@alpha` tag to install.
30
+ **Note**: Currently published as alpha version `0.1.11-alpha.18`. Use `@alpha` tag to install.
31
31
 
32
32
  ### Basic Usage (CDN)
33
33
 
@@ -87,7 +87,7 @@ Try DS one in your browser: **[dsone.dev](https://dsone.dev)** (documentation sl
87
87
  - **[Internationalization](./docs/i18n.md)** - Language keys and Notion CMS setup
88
88
  - **[Examples](./docs/examples.md)** - Usage examples and patterns
89
89
 
90
- ## Current Status: v0.1.11-alpha.17
90
+ ## Current Status: v0.1.11-alpha.18
91
91
 
92
92
  **⚠️ Alpha Release**: This is an early alpha version. The API may change as we refine the components and architecture.
93
93
 
@@ -184,7 +184,7 @@ bun run build
184
184
 
185
185
  ```bash
186
186
  # Create a new alpha release (recommended for now)
187
- bun run release:pre:alpha # Bumps alpha version (e.g., 0.1.11-alpha.17 → 0.1.11-alpha.17)
187
+ bun run release:pre:alpha # Bumps alpha version (e.g., 0.1.11-alpha.18 → 0.1.11-alpha.18)
188
188
 
189
189
  # Other release commands (for future use)
190
190
  bun run release:patch # For patch releases
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ds-one",
3
- "version": "0.1.11-alpha.17",
3
+ "version": "0.1.11-alpha.18",
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",