@awc-ui/core 1.0.0-beta.12 → 1.0.0-beta.13

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.
@@ -10,8 +10,8 @@
10
10
  "preview": "astro preview"
11
11
  },
12
12
  "dependencies": {
13
- "@awc-ui/core": "1.0.0-beta.12",
14
- "@awc-ui/tokens": "1.0.0-beta.12",
13
+ "@awc-ui/core": "1.0.0-beta.13",
14
+ "@awc-ui/tokens": "1.0.0-beta.13",
15
15
  "astro": "^7.3.1"
16
16
  },
17
17
  "engines": {
@@ -9,12 +9,12 @@
9
9
  reference via var(). Served from jsDelivr (real file path in the package). -->
10
10
  <link
11
11
  rel="stylesheet"
12
- href="https://cdn.jsdelivr.net/npm/@awc-ui/tokens@1.0.0-beta.12/src/tokens.css"
12
+ href="https://cdn.jsdelivr.net/npm/@awc-ui/tokens@1.0.0-beta.13/src/tokens.css"
13
13
  />
14
14
 
15
15
  <!-- The browser entry registers md-* elements and loads sibling chunks
16
16
  directly from the package, preserving their relative asset URLs. -->
17
- <script type="module" src="https://cdn.jsdelivr.net/npm/@awc-ui/core@1.0.0-beta.12/dist/md3/md3.esm.js"></script>
17
+ <script type="module" src="https://cdn.jsdelivr.net/npm/@awc-ui/core@1.0.0-beta.13/dist/md3/md3.esm.js"></script>
18
18
  </head>
19
19
  <body style="margin:0;background:var(--md-sys-color-background);color:var(--md-sys-color-on-background)">
20
20
  <md-app-bar headline="Acme Analytics" subtitle="Overview">
@@ -7,8 +7,8 @@
7
7
  "start": "npx --yes serve ."
8
8
  },
9
9
  "dependencies": {
10
- "@awc-ui/core": "1.0.0-beta.12",
11
- "@awc-ui/tokens": "1.0.0-beta.12"
10
+ "@awc-ui/core": "1.0.0-beta.13",
11
+ "@awc-ui/tokens": "1.0.0-beta.13"
12
12
  },
13
13
  "engines": {
14
14
  "node": ">=20.19.0"
@@ -9,9 +9,9 @@
9
9
  "start": "next start"
10
10
  },
11
11
  "dependencies": {
12
- "@awc-ui/core": "1.0.0-beta.12",
13
- "@awc-ui/react": "1.0.0-beta.12",
14
- "@awc-ui/tokens": "1.0.0-beta.12",
12
+ "@awc-ui/core": "1.0.0-beta.13",
13
+ "@awc-ui/react": "1.0.0-beta.13",
14
+ "@awc-ui/tokens": "1.0.0-beta.13",
15
15
  "next": "^16.3.4",
16
16
  "react": "^19.2.8",
17
17
  "react-dom": "^19.2.8"
@@ -10,8 +10,8 @@
10
10
  "preview": "nuxi preview"
11
11
  },
12
12
  "dependencies": {
13
- "@awc-ui/core": "1.0.0-beta.12",
14
- "@awc-ui/tokens": "1.0.0-beta.12"
13
+ "@awc-ui/core": "1.0.0-beta.13",
14
+ "@awc-ui/tokens": "1.0.0-beta.13"
15
15
  },
16
16
  "devDependencies": {
17
17
  "nuxt": "^3.14.1592",
@@ -10,8 +10,8 @@
10
10
  "preview": "vite preview"
11
11
  },
12
12
  "dependencies": {
13
- "@awc-ui/core": "1.0.0-beta.12",
14
- "@awc-ui/tokens": "1.0.0-beta.12"
13
+ "@awc-ui/core": "1.0.0-beta.13",
14
+ "@awc-ui/tokens": "1.0.0-beta.13"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@sveltejs/adapter-static": "^3.0.8",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awc-ui/core",
3
- "version": "1.0.0-beta.12",
3
+ "version": "1.0.0-beta.13",
4
4
  "description": "Accessible Material Design 3 Web Components for React, Angular, Vue, and Svelte, with SSR, theming, RTL, forms, and custom elements",
5
5
  "keywords": [
6
6
  "material-design",
@@ -175,7 +175,7 @@
175
175
  "puppeteer": "^24.0.0",
176
176
  "size-limit": "^11.1.6",
177
177
  "typescript": "^5.4.0",
178
- "@awc-ui/tokens": "1.0.0-beta.12"
178
+ "@awc-ui/tokens": "1.0.0-beta.13"
179
179
  },
180
180
  "license": "MIT",
181
181
  "author": "AWC UI",