@signal9/era-ui 16.0.0 → 16.0.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/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
- package/skill/SKILL.md +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* import * as Select from '@signal9/era-ui/select';
|
|
24
24
|
* import { Swarm } from '@signal9/era-ui/ai/swarm';
|
|
25
25
|
* import { Desktop } from '@signal9/era-ui/os';
|
|
26
|
-
* import { Notes } from '@signal9/era-ui/apps/notes';
|
|
27
26
|
* import { runAudit } from '@signal9/era-ui/audit';
|
|
28
27
|
*
|
|
29
28
|
* The `./*` wildcard in package.json means a new component is importable the
|
package/dist/index.js
CHANGED
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* import * as Select from '@signal9/era-ui/select';
|
|
24
24
|
* import { Swarm } from '@signal9/era-ui/ai/swarm';
|
|
25
25
|
* import { Desktop } from '@signal9/era-ui/os';
|
|
26
|
-
* import { Notes } from '@signal9/era-ui/apps/notes';
|
|
27
26
|
* import { runAudit } from '@signal9/era-ui/audit';
|
|
28
27
|
*
|
|
29
28
|
* The `./*` wildcard in package.json means a new component is importable the
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -110,7 +110,7 @@ is the #1 way concentricity breaks.
|
|
|
110
110
|
- Panels: resting fill `bg-well` (pairs with `shadow-well`), raised fill
|
|
111
111
|
`bg-elevated` (pairs with `shadow-lg` + `glass-blur` on floating panels),
|
|
112
112
|
modal scrim `bg-overlay`. Menu panels pad with `p-menu` and their rows take
|
|
113
|
-
`rounded-item` so the row highlight stays concentric inside the frame.
|
|
113
|
+
`rounded-menu-item` so the row highlight stays concentric inside the frame.
|
|
114
114
|
|
|
115
115
|
## Motion
|
|
116
116
|
|