anentrypoint-design 0.0.348 → 0.0.350
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/247420.css +5 -4
- package/dist/247420.js +13 -13
- package/package.json +37 -34
- package/scripts/lint-css.mjs +73 -0
- package/scripts/lint-glyphs.mjs +2 -14
- package/scripts/lint-null-children.mjs +3 -11
- package/scripts/lint-shared.mjs +46 -0
- package/src/components/agent-chat.js +1 -1
- package/src/components/chat.js +2 -2
- package/src/kits/os/app-panes.css +0 -66
- package/src/kits/os/index.js +0 -1
- package/src/kits/os/validator-app.js +0 -55
package/dist/247420.css
CHANGED
|
@@ -9852,8 +9852,9 @@
|
|
|
9852
9852
|
Relationship to community.css: this is NOT a fork of community.css's content
|
|
9853
9853
|
-- it is a small (~150-line), genuinely distinct app-shell WRAPPER around the
|
|
9854
9854
|
canonical, complete community surface. community.css (~1650 lines) owns every
|
|
9855
|
-
.cm
|
|
9856
|
-
voice PTT/VAD/webcam, thread panel, forum, page view) and is the canonical,
|
|
9855
|
+
.cm-* / .vx-* component (server rail, channel sidebar, chat header, member list,
|
|
9856
|
+
voice PTT/VAD/webcam, thread panel, forum, page view) and is the canonical,
|
|
9857
|
+
actively-referenced stylesheet -- it is the one listed in package.json's
|
|
9857
9858
|
`exports`/`files`, the one scripts/build.mjs and scripts/lint-tokens.mjs treat
|
|
9858
9859
|
as a first-class component sheet on its own, and the one THEME.md/
|
|
9859
9860
|
COMPONENT_API.md document as the load-order anchor
|
|
@@ -9862,11 +9863,11 @@
|
|
|
9862
9863
|
loads strictly AFTER community.css (see ui_kits/community-app/index.html) and
|
|
9863
9864
|
only adds the .ca-* composition shell + category-color tokens that
|
|
9864
9865
|
community.css deliberately has no opinion about -- it never redefines a
|
|
9865
|
-
.cm
|
|
9866
|
+
.cm-* / .vx-* rule community.css already owns. Canonical tokens/rules live in
|
|
9866
9867
|
community.css; only overrides/additions specific to mountCommunityApp's own
|
|
9867
9868
|
composition live here. */
|
|
9868
9869
|
|
|
9869
|
-
|
|
9870
|
+
.ds-247420.ds-247420 .ca-app {
|
|
9870
9871
|
display: flex;
|
|
9871
9872
|
flex-direction: column;
|
|
9872
9873
|
height: 100vh;
|