aura-glass 3.1.0 → 3.1.1
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.
- package/README.md +13 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# AuraGlass by AuraOne 3.1
|
|
1
|
+
# AuraGlass by AuraOne 3.1.1
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/aura-glass)
|
|
4
4
|
[](https://www.npmjs.com/package/aura-glass)
|
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
AuraGlass by AuraOne is a production React and Next.js component system for Liquid Glass interfaces: premium dashboards, AI products, media tools, creator apps, data-heavy workspaces, and polished SaaS surfaces. It packages glass-native components, design tokens, motion, accessibility guardrails, SSR-safe entrypoints, optional 3D/media integrations, and release evidence in one npm library.
|
|
13
13
|
|
|
14
|
+
## 3.1 Package Surface
|
|
15
|
+
|
|
16
|
+
AuraGlass by AuraOne 3.1 ships 804 runtime exports for React and Next.js, including 439 component-like value exports, 317 Glass-prefixed component-like exports, 121 hook exports, 29 provider exports, 10 launch recipes, a scaffolding CLI, 19 functional sub-entrypoints, six token formats, and a complete Liquid Glass stylesheet.
|
|
17
|
+
|
|
18
|
+
These are package-surface counts from the published `aura-glass` tarball and built `dist/` output. Older 356-entry certification reports are retained as historical 3.0 evidence and should not be used as the current 3.1 package export count.
|
|
19
|
+
|
|
14
20
|
```bash
|
|
15
21
|
npm install aura-glass
|
|
16
22
|
```
|
|
@@ -36,6 +42,7 @@ Production links:
|
|
|
36
42
|
- npm package: [npmjs.com/package/aura-glass](https://www.npmjs.com/package/aura-glass)
|
|
37
43
|
- Changelog: [CHANGELOG.md](./CHANGELOG.md)
|
|
38
44
|
- 3.1 release evidence scaffold: [reports/3.1-release](./reports/3.1-release/README.md)
|
|
45
|
+
- 3.1 package surface audit: [reports/3.1-release/package-surface-audit.md](./reports/3.1-release/package-surface-audit.md)
|
|
39
46
|
|
|
40
47
|
## Why AuraGlass
|
|
41
48
|
|
|
@@ -64,7 +71,7 @@ AuraGlass is not trying to be the smallest possible primitive kit. If you want n
|
|
|
64
71
|
|
|
65
72
|
## Flagship Components
|
|
66
73
|
|
|
67
|
-
3.1 highlights a smaller set of flagship surfaces instead of leading with raw inventory count. The broader
|
|
74
|
+
3.1 highlights a smaller set of flagship surfaces instead of leading with raw inventory count. The broader package surface remains available, but these are the components the launch should make easiest to evaluate first.
|
|
68
75
|
|
|
69
76
|
| Product job | Start with |
|
|
70
77
|
| --- | --- |
|
|
@@ -285,7 +292,7 @@ AuraGlass components are expected to preserve:
|
|
|
285
292
|
- reduced-motion behavior for animation, transition, and physics effects
|
|
286
293
|
- desktop and mobile Storybook renderability
|
|
287
294
|
|
|
288
|
-
Current
|
|
295
|
+
Current package-surface evidence for 3.1 records 804 runtime exports, 439 component-like value exports, 121 hook exports, 29 provider exports, 10 launch recipes, and 19 functional sub-entrypoints. The older 356/356 certification inventory remains checked in as historical 3.0 Storybook and audit evidence, but it is not the current 3.1 package export count. The 3.1 package gates have also been rerun for the release candidate, including typecheck, CLI verification, pack/install smoke, npm dry publish, and React 18/19 Next.js integration smokes.
|
|
289
296
|
|
|
290
297
|
Primary evidence sources:
|
|
291
298
|
|
|
@@ -294,6 +301,7 @@ Primary evidence sources:
|
|
|
294
301
|
- [Storybook visual certification report](./reports/glassmorphism-storybook-visual-certification.md)
|
|
295
302
|
- [Storybook exhaustive QA report](./reports/storybook-exhaustive-qa.md)
|
|
296
303
|
- [3.1 accessibility and visual QA baseline](./reports/3.1-release/accessibility-and-visual-qa.md)
|
|
304
|
+
- [3.1 package surface audit](./reports/3.1-release/package-surface-audit.md)
|
|
297
305
|
|
|
298
306
|
## Performance And SSR
|
|
299
307
|
|
|
@@ -357,7 +365,7 @@ Useful scripts:
|
|
|
357
365
|
| `npm run lint:check` | Runs the repository lint check. |
|
|
358
366
|
| `npm run lint:tokens` | Validates token rules. |
|
|
359
367
|
| `npm run lint:styles` | Validates style rules. |
|
|
360
|
-
| `npm run audit:components` | Prints
|
|
368
|
+
| `npm run audit:components` | Prints the historical certification inventory, docs, story, test, accessibility, and certification coverage. |
|
|
361
369
|
| `npm run audit:exports` | Verifies public exports against source and declaration files. |
|
|
362
370
|
| `npm run audit:api` | Reports public API typing, declaration, and ref-forwarding follow-ups. |
|
|
363
371
|
| `npm run audit:runtime` | Reports production-source console, debugger, and TODO/FIXME findings. |
|
|
@@ -409,6 +417,7 @@ git diff --check
|
|
|
409
417
|
|
|
410
418
|
- [Launch evidence index](./reports/3.1-release/README.md)
|
|
411
419
|
- [Package gates](./reports/3.1-release/package-gates.md)
|
|
420
|
+
- [Package surface audit](./reports/3.1-release/package-surface-audit.md)
|
|
412
421
|
- [Flagship components](./reports/3.1-release/flagship-components.md)
|
|
413
422
|
- [Catalog and website evidence](./reports/3.1-release/catalog-and-website-evidence.md)
|
|
414
423
|
- [Accessibility and visual QA](./reports/3.1-release/accessibility-and-visual-qa.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aura-glass",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "React Liquid Glass component library for Next.js, premium dashboards, AI products, media interfaces, and accessible glassmorphism UI.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|