@cloudgrid-io/ui 0.22.0 → 0.24.0

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.
@@ -101,5 +101,36 @@ declare function EntityStatus({ status, label, className, ...props }: Omit<React
101
101
  /** Overrides the default word. The word always renders; there is no dot-only form. */
102
102
  label?: React.ReactNode;
103
103
  }): import("react").JSX.Element;
104
- export { EntityStatus };
104
+ /**
105
+ * THE SAME STATE, AS A DOT. No chip, no word on screen (#196).
106
+ *
107
+ * The founder's 2026-09-09 draft puts a 10px dot at the end of an entity card's
108
+ * name row and nothing else: at rest a card carries its picture, its name and
109
+ * its state, and a chip's ground, hairline and word are three more things
110
+ * competing with the picture for a reader's attention.
111
+ *
112
+ * Three things about it.
113
+ *
114
+ * **The word is still there, and it is the whole reason this is a component
115
+ * rather than a `<span className="size-2.5 bg-online" />` in the card.** Colour
116
+ * alone conveys nothing to a screen reader and nothing to a reader who cannot
117
+ * separate the hues, so the state rides along as `sr-only` text. WCAG 1.4.1: a
118
+ * dot is a supplementary indicator, never the only carrier.
119
+ *
120
+ * **The tone table is `EntityStatus`'s, unchanged.** Ten statuses, six tones,
121
+ * one mapping — a second table would be a second vocabulary, and the two would
122
+ * drift the first time a status was added.
123
+ *
124
+ * **An offline state still gets a dot.** The draft draws green and draws nothing
125
+ * else, and this deliberately does not follow it there: the platform's own rule
126
+ * is that state is signalled with an indicator rather than by disappearing, and
127
+ * a card with no dot is indistinguishable from a card whose state nobody
128
+ * passed. Grey is a state; absent is a gap.
129
+ */
130
+ declare function EntityStateDot({ status, label, className, ...props }: Omit<React.ComponentProps<"span">, "children"> & {
131
+ status: EntityStatusName;
132
+ /** Overrides the announced word. There is no visible word to override. */
133
+ label?: React.ReactNode;
134
+ }): import("react").JSX.Element;
135
+ export { EntityStatus, EntityStateDot };
105
136
  //# sourceMappingURL=entity-status.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity-status.d.ts","sourceRoot":"","sources":["../../src/blocks/entity-status.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAEH;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,qHAWtB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEnE,kEAAkE;AAClE,MAAM,MAAM,gBAAgB,GACxB,QAAQ,GACR,WAAW,GACX,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,CAAA;AAEZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,gBAAgB,EAAE,gBAAgB,CAWzE,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAehE,CAAA;AAmBD,iBAAS,YAAY,CAAC,EACpB,MAAM,EACN,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG;IAClD,MAAM,EAAE,gBAAgB,CAAA;IACxB,sFAAsF;IACtF,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACxB,+BAqCA;AAED,OAAO,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"entity-status.d.ts","sourceRoot":"","sources":["../../src/blocks/entity-status.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAEH;;;;;;;;GAQG;AACH,eAAO,MAAM,mBAAmB,qHAWtB,CAAA;AAEV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEnE,kEAAkE;AAClE,MAAM,MAAM,gBAAgB,GACxB,QAAQ,GACR,WAAW,GACX,SAAS,GACT,SAAS,GACT,SAAS,GACT,QAAQ,CAAA;AAEZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,gBAAgB,EAAE,gBAAgB,CAWzE,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,gBAAgB,EAAE,MAAM,CAehE,CAAA;AAmBD,iBAAS,YAAY,CAAC,EACpB,MAAM,EACN,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG;IAClD,MAAM,EAAE,gBAAgB,CAAA;IACxB,sFAAsF;IACtF,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACxB,+BAqCA;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,iBAAS,cAAc,CAAC,EACtB,MAAM,EACN,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,GAAG;IAClD,MAAM,EAAE,gBAAgB,CAAA;IACxB,0EAA0E;IAC1E,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACxB,+BAwBA;AAED,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,CAAA"}
@@ -158,5 +158,39 @@ function EntityStatus({ status, label, className, ...props }) {
158
158
  // not. Same reasoning as AgentPrompt's caret.
159
159
  status === "building" && "motion-safe:animate-pulse") }), label ?? ENTITY_STATUS_LABEL[status]] }));
160
160
  }
161
- export { EntityStatus };
161
+ /**
162
+ * THE SAME STATE, AS A DOT. No chip, no word on screen (#196).
163
+ *
164
+ * The founder's 2026-09-09 draft puts a 10px dot at the end of an entity card's
165
+ * name row and nothing else: at rest a card carries its picture, its name and
166
+ * its state, and a chip's ground, hairline and word are three more things
167
+ * competing with the picture for a reader's attention.
168
+ *
169
+ * Three things about it.
170
+ *
171
+ * **The word is still there, and it is the whole reason this is a component
172
+ * rather than a `<span className="size-2.5 bg-online" />` in the card.** Colour
173
+ * alone conveys nothing to a screen reader and nothing to a reader who cannot
174
+ * separate the hues, so the state rides along as `sr-only` text. WCAG 1.4.1: a
175
+ * dot is a supplementary indicator, never the only carrier.
176
+ *
177
+ * **The tone table is `EntityStatus`'s, unchanged.** Ten statuses, six tones,
178
+ * one mapping — a second table would be a second vocabulary, and the two would
179
+ * drift the first time a status was added.
180
+ *
181
+ * **An offline state still gets a dot.** The draft draws green and draws nothing
182
+ * else, and this deliberately does not follow it there: the platform's own rule
183
+ * is that state is signalled with an indicator rather than by disappearing, and
184
+ * a card with no dot is indistinguishable from a card whose state nobody
185
+ * passed. Grey is a state; absent is a gap.
186
+ */
187
+ function EntityStateDot({ status, label, className, ...props }) {
188
+ const tone = ENTITY_STATUS_TONE[status];
189
+ return (_jsx("span", { "data-slot": "entity-state-dot", "data-status": status, "data-tone": tone, className: cn("inline-flex size-2.5 shrink-0 rounded-pill", TONE_STYLE[tone].dot,
190
+ // Progress, drawn rather than only named. `motion-safe:` for the reason
191
+ // the chip's dot carries it: the variant travels with this file into a
192
+ // consumer's repo and a rule in our stylesheet does not.
193
+ status === "building" && "motion-safe:animate-pulse", className), ...props, children: _jsx("span", { className: "sr-only", children: label ?? ENTITY_STATUS_LABEL[status] }) }));
194
+ }
195
+ export { EntityStatus, EntityStateDot };
162
196
  //# sourceMappingURL=entity-status.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity-status.js","sourceRoot":"","sources":["../../src/blocks/entity-status.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,oBAAoB,CAAA;AAEvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+CG;AAEH;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,MAAM;IACN,WAAW;IACX,UAAU;IACV,SAAS;IACT,OAAO;IACP,QAAQ;IACR,SAAS;IACT,UAAU;IACV,SAAS;IACT,OAAO;CACC,CAAA;AAaV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA+C;IAC5E,IAAI,EAAE,QAAQ;IACd,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,SAAS;IACnB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,SAAS;IACnB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,QAAQ;CAChB,CAAA;AAED;;;;GAIG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAqC;IACnE,IAAI,EAAE,MAAM;IACZ,yEAAyE;IACzE,4EAA4E;IAC5E,yEAAyE;IACzE,kBAAkB;IAClB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;CACf,CAAA;AAED;;;;;;GAMG;AACH,MAAM,UAAU,GAA4D;IAC1E,MAAM,EAAE,EAAE,IAAI,EAAE,mCAAmC,EAAE,GAAG,EAAE,WAAW,EAAE;IACvE,SAAS,EAAE,EAAE,IAAI,EAAE,sCAAsC,EAAE,GAAG,EAAE,cAAc,EAAE;IAChF,OAAO,EAAE,EAAE,IAAI,EAAE,oCAAoC,EAAE,GAAG,EAAE,YAAY,EAAE;IAC1E,OAAO,EAAE,EAAE,IAAI,EAAE,oCAAoC,EAAE,GAAG,EAAE,YAAY,EAAE;IAC1E,MAAM,EAAE,EAAE,IAAI,EAAE,mCAAmC,EAAE,GAAG,EAAE,WAAW,EAAE;IACvE,8DAA8D;IAC9D,OAAO,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,GAAG,EAAE,YAAY,EAAE;CAC5D,CAAA;AAED,SAAS,YAAY,CAAC,EACpB,MAAM,EACN,KAAK,EACL,SAAS,EACT,GAAG,KAAK,EAKT;IACC,MAAM,IAAI,GAAG,kBAAkB,CAAC,MAAM,CAAC,CAAA;IACvC,MAAM,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,CAAA;IAE9B,OAAO,CACL,6BACY,eAAe,iBAIZ,MAAM,eACR,IAAI,EACf,SAAS,EAAE,EAAE,CACX,uIAAuI,EACvI,KAAK,CAAC,IAAI,EACV,SAAS,CACV,KACG,KAAK,aAET,8BAGc,MAAM,eACR,mBAAmB,EAC7B,SAAS,EAAE,EAAE,CACX,gCAAgC,EAChC,KAAK,CAAC,GAAG;gBACT,uEAAuE;gBACvE,uEAAuE;gBACvE,qEAAqE;gBACrE,8CAA8C;gBAC9C,MAAM,KAAK,UAAU,IAAI,2BAA2B,CACrD,GACD,EACD,KAAK,IAAI,mBAAmB,CAAC,MAAM,CAAC,IAChC,CACR,CAAA;AACH,CAAC;AAED,OAAO,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"entity-status.js","sourceRoot":"","sources":["../../src/blocks/entity-status.tsx"],"names":[],"mappings":"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"}
@@ -68,52 +68,81 @@
68
68
  *
69
69
  * ## The picks, and why each survives 16px inside a circle
70
70
  *
71
- * The kind marks render at 16px inside a 28px badge on an entity card, so a
71
+ * The kind marks render at 16px inside a 20px badge on an entity card, so a
72
72
  * glyph with fine interior detail turns to mush there. Each was chosen against
73
73
  * that constraint rather than in a 24px rail.
74
74
  *
75
- * KindAgentIcon Phosphor `robot`. A head, two eyes, an antenna: heavy
76
- * shapes, no interior hairlines. The same mark the
77
- * onboarding build question already uses for "AI apps",
78
- * shared rather than inlined twice.
79
- * KindInspirationIcon Phosphor `lightbulb`. Continuity, not invention: it is
80
- * the badge the console shows for an inspiration today,
81
- * so nothing a user already recognises changes meaning.
82
- * KindAppIcon Phosphor `app-window`. A window with a title bar: a
83
- * thing that runs and has a screen, which separates it
84
- * from the agent (no screen) and the inspiration (not
85
- * running yet).
75
+ * All three were REDRAWN to the founder's 2026-09-09 draft (#196), and the
76
+ * names below did not move: the swap is three slugs in the generator's
77
+ * `ICON_MARKS`, which is exactly what that list is for.
78
+ *
79
+ * KindAgentIcon Phosphor `cube`. Was `robot`. A solid object with
80
+ * three faces: heavy shapes, no interior hairlines, and
81
+ * it reads as a thing that was BUILT rather than as a
82
+ * cartoon face. `robot` is still generated and still the
83
+ * onboarding question's "AI apps" answer.
84
+ * KindInspirationIcon Phosphor `lightbulb-filament`. Was `lightbulb`. The
85
+ * same idea with the filament drawn, which is what the
86
+ * draft puts on the badge.
87
+ * KindAppIcon Phosphor `layout`. Was `app-window`. A frame divided
88
+ * into regions: a thing that runs and has a screen,
89
+ * which separates it from the agent (no screen) and the
90
+ * inspiration (not running yet).
86
91
  * OpenLiveIcon Phosphor `arrow-up-right`. Named by the issue. One
87
92
  * stroke, and it means "leaves this surface" everywhere.
88
- * EntityDashboardIcon Phosphor `gauge`. The entity card's second panel
93
+ * EntityDashboardIcon Phosphor `engine`. The entity card's second panel
89
94
  * action, and it is NOT a gear. Founder direction
90
95
  * 2026-09-08 (#182): that door opens the entity's page in
91
96
  * the console, which shows analytics and what runs under
92
97
  * the hood, so it means "look inside". A gear means
93
98
  * "change how this is configured", which is a different
94
- * page and a different promise. A needle on a dial says
95
- * readings at 14px without needing any interior detail.
99
+ * page and a different promise.
100
+ * Was `gauge`, and the live walk on 2026-09-10 (#200)
101
+ * found out why that was wrong: a dial is a READING, so
102
+ * it says "how fast is it going" and never "what is in
103
+ * there". `engine` is the metaphor drawn literally.
104
+ * `circuitry` and `cpu` were the alternates.
96
105
  * SettingsIcon Phosphor `gear-six`. Still here, still exported, for
97
106
  * the surfaces that really are settings. The six-tooth
98
107
  * gear reads cleaner at 14px than the eight-tooth `gear`
99
108
  * the build question uses.
100
109
  * ViewsIcon Phosphor `eye`, for a count in a card's stat row.
101
110
  * CommentsIcon Phosphor `chat-circle`, for the count beside it.
102
- * SaveIcon Phosphor `bookmark-simple`, for the entity card's
103
- * header actions (#176). The simple ribbon rather than
104
- * `bookmark`: the notched one turns to a smudge at 16px,
105
- * which is the size a row control actually renders at.
111
+ * SaveIcon Phosphor `push-pin`, for the entity card's header
112
+ * actions (#176). Was `bookmark-simple`; founder ruling
113
+ * 2026-09-10 (#200) is that the gesture is PINNING, so
114
+ * the pin is the honest picture and the ribbon was a
115
+ * second vocabulary for the same act.
106
116
  * MoreActionsIcon Phosphor `dots-three-vertical`. The vertical kebab, not
107
117
  * the horizontal three: a row's overflow menu is vertical
108
118
  * everywhere a user has already seen one, and the
109
119
  * horizontal form is spoken for by "and more" in prose.
110
120
  *
111
121
  * Both of the last two are ROLES, not shapes. `SaveIcon` is the mark for the
112
- * save action whether or not the thing is saved — a filled or crossed state is
113
- * the caller's, because "saved" is product state and this library holds none.
122
+ * pin action whether or not the thing is pinned — a filled or crossed state is
123
+ * the caller's, because "pinned" is product state and this library holds none.
114
124
  * `SaveFilledIcon` (#189) is the second SHAPE that caller can reach for; it is
115
125
  * still not a state, and the library still does not know whether anything is
116
- * saved.
126
+ * pinned.
127
+ *
128
+ * ## `SaveIcon` and `PinIcon` are now the same artwork, and both stay (#200)
129
+ *
130
+ * `PinIcon` has been `push-pin` since #189, for a row's "pinned — exempt from
131
+ * the expiry" action. #200 re-pointed `SaveIcon` at the same slug, so two names
132
+ * on this surface draw one glyph.
133
+ *
134
+ * That is recorded rather than resolved, deliberately, and neither name is
135
+ * removed. They are two ROLES that happen to have converged on one picture: the
136
+ * card's header control is the gesture a person performs, and `PinIcon` is the
137
+ * badge a row wears for a state the retention sweeper reads. A surface that
138
+ * shows both at once is showing an action and a status, and a rename would make
139
+ * one of those call sites read as the other. Collapsing them is also the one
140
+ * change that cannot be undone cheaply — a deleted export is a breaking change
141
+ * in every consumer at once, while a duplicate is a line of prose.
142
+ *
143
+ * The product-side rename of the console's "Saved" section to "Pinned" is NOT
144
+ * this library's call and is tracked separately. When it lands, `SaveIcon` and
145
+ * `SaveFilledIcon` become the names worth revisiting — in a major, together.
117
146
  *
118
147
  * ## The console's twenty-six (#189)
119
148
  *
@@ -153,11 +182,11 @@
153
182
  * PersonBoldIcon reads by colour alone, which is the one thing a state
154
183
  * must never be carried by. Four tabs, four marks. The
155
184
  * centre plug button has no active state and no bold twin.
156
- * SaveFilledIcon Phosphor `bookmark-simple` in `fill` — the solid
157
- * silhouette, not a heavier stroke. `SaveToggle`'s
158
- * icon-only variant said "saved" with lucide's
159
- * `fill="currentColor"`; a mark takes no `fill` prop, so
160
- * the shape has to be its own export.
185
+ * SaveFilledIcon Phosphor `push-pin` in `fill` — the solid silhouette,
186
+ * not a heavier stroke. `SaveToggle`'s icon-only variant
187
+ * said "saved" with lucide's `fill="currentColor"`; a
188
+ * mark takes no `fill` prop, so the shape has to be its
189
+ * own export. `bookmark-simple` in fill until #200.
161
190
  *
162
191
  * A bold twin is a SECOND export, never a prop. A `weight` prop would put a
163
192
  * branch inside every mark and inline both sets of path data for every glyph
@@ -194,7 +223,7 @@
194
223
  * collision test reads exported names with a regex that splits the braces on
195
224
  * commas, so a sentence in there is parsed as an export name.
196
225
  */
197
- export { RobotMark as KindAgentIcon, LightbulbMark as KindInspirationIcon, AppWindowMark as KindAppIcon, ArrowUpRightMark as OpenLiveIcon, GaugeMark as EntityDashboardIcon, GearSixMark as SettingsIcon, EyeMark as ViewsIcon, ChatCircleMark as CommentsIcon, BookmarkSimpleMark as SaveIcon, DotsThreeVerticalMark as MoreActionsIcon, } from "./phosphor-marks.js";
226
+ export { CubeMark as KindAgentIcon, LightbulbFilamentMark as KindInspirationIcon, LayoutMark as KindAppIcon, ArrowUpRightMark as OpenLiveIcon, EngineMark as EntityDashboardIcon, GearSixMark as SettingsIcon, EyeMark as ViewsIcon, ChatCircleMark as CommentsIcon, PushPinMark as SaveIcon, DotsThreeVerticalMark as MoreActionsIcon, } from "./phosphor-marks.js";
198
227
  /** Control affordances: the glyphs a primitive draws to work at all. */
199
228
  export { CaretDownMark as ChevronDownIcon, CaretUpMark as ChevronUpIcon, CaretRightMark as ChevronRightIcon, CaretLeftMark as ChevronLeftIcon, CheckMark as CheckIcon, CheckBoldMark as CheckBoldIcon, XMark as CloseIcon, CopyMark as CopyIcon, MinusMark as MinusIcon, PlusMark as PlusIcon, ArrowDownMark as ArrowDownIcon, } from "./phosphor-marks.js";
200
229
  /** Status: how a surface reports what happened. */
@@ -212,7 +241,7 @@ export { LockSimpleMark as PrivateIcon, ShieldMark as GovernedIcon, UserPlusMark
212
241
  /** Reactions: what a person can say about an entity without writing anything. */
213
242
  export { FireMark as ReactionResonatedIcon, HeartMark as ReactionLoveIcon, WrenchMark as ReactionUsefulIcon, SquaresFourMark as ReactionBuildOnIcon, StarMark as ReactionImpressiveIcon, } from "./phosphor-marks.js";
214
243
  /** The weight departures, each replacing a numeric prop lucide used to carry. */
215
- export { PulseBoldMark as ActivityBoldIcon, CompassBoldMark as DiscoverBoldIcon, StackBoldMark as LayersBoldIcon, UserBoldMark as PersonBoldIcon, BookmarkSimpleFillMark as SaveFilledIcon, } from "./phosphor-marks.js";
244
+ export { PulseBoldMark as ActivityBoldIcon, CompassBoldMark as DiscoverBoldIcon, StackBoldMark as LayersBoldIcon, UserBoldMark as PersonBoldIcon, PushPinFillMark as SaveFilledIcon, } from "./phosphor-marks.js";
216
245
  /**
217
246
  * The props every icon above takes, and all it takes.
218
247
  *
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../src/blocks/icons.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../src/blocks/icons.tsx"],"names":[],"mappings":"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"}
@@ -68,52 +68,81 @@
68
68
  *
69
69
  * ## The picks, and why each survives 16px inside a circle
70
70
  *
71
- * The kind marks render at 16px inside a 28px badge on an entity card, so a
71
+ * The kind marks render at 16px inside a 20px badge on an entity card, so a
72
72
  * glyph with fine interior detail turns to mush there. Each was chosen against
73
73
  * that constraint rather than in a 24px rail.
74
74
  *
75
- * KindAgentIcon Phosphor `robot`. A head, two eyes, an antenna: heavy
76
- * shapes, no interior hairlines. The same mark the
77
- * onboarding build question already uses for "AI apps",
78
- * shared rather than inlined twice.
79
- * KindInspirationIcon Phosphor `lightbulb`. Continuity, not invention: it is
80
- * the badge the console shows for an inspiration today,
81
- * so nothing a user already recognises changes meaning.
82
- * KindAppIcon Phosphor `app-window`. A window with a title bar: a
83
- * thing that runs and has a screen, which separates it
84
- * from the agent (no screen) and the inspiration (not
85
- * running yet).
75
+ * All three were REDRAWN to the founder's 2026-09-09 draft (#196), and the
76
+ * names below did not move: the swap is three slugs in the generator's
77
+ * `ICON_MARKS`, which is exactly what that list is for.
78
+ *
79
+ * KindAgentIcon Phosphor `cube`. Was `robot`. A solid object with
80
+ * three faces: heavy shapes, no interior hairlines, and
81
+ * it reads as a thing that was BUILT rather than as a
82
+ * cartoon face. `robot` is still generated and still the
83
+ * onboarding question's "AI apps" answer.
84
+ * KindInspirationIcon Phosphor `lightbulb-filament`. Was `lightbulb`. The
85
+ * same idea with the filament drawn, which is what the
86
+ * draft puts on the badge.
87
+ * KindAppIcon Phosphor `layout`. Was `app-window`. A frame divided
88
+ * into regions: a thing that runs and has a screen,
89
+ * which separates it from the agent (no screen) and the
90
+ * inspiration (not running yet).
86
91
  * OpenLiveIcon Phosphor `arrow-up-right`. Named by the issue. One
87
92
  * stroke, and it means "leaves this surface" everywhere.
88
- * EntityDashboardIcon Phosphor `gauge`. The entity card's second panel
93
+ * EntityDashboardIcon Phosphor `engine`. The entity card's second panel
89
94
  * action, and it is NOT a gear. Founder direction
90
95
  * 2026-09-08 (#182): that door opens the entity's page in
91
96
  * the console, which shows analytics and what runs under
92
97
  * the hood, so it means "look inside". A gear means
93
98
  * "change how this is configured", which is a different
94
- * page and a different promise. A needle on a dial says
95
- * readings at 14px without needing any interior detail.
99
+ * page and a different promise.
100
+ * Was `gauge`, and the live walk on 2026-09-10 (#200)
101
+ * found out why that was wrong: a dial is a READING, so
102
+ * it says "how fast is it going" and never "what is in
103
+ * there". `engine` is the metaphor drawn literally.
104
+ * `circuitry` and `cpu` were the alternates.
96
105
  * SettingsIcon Phosphor `gear-six`. Still here, still exported, for
97
106
  * the surfaces that really are settings. The six-tooth
98
107
  * gear reads cleaner at 14px than the eight-tooth `gear`
99
108
  * the build question uses.
100
109
  * ViewsIcon Phosphor `eye`, for a count in a card's stat row.
101
110
  * CommentsIcon Phosphor `chat-circle`, for the count beside it.
102
- * SaveIcon Phosphor `bookmark-simple`, for the entity card's
103
- * header actions (#176). The simple ribbon rather than
104
- * `bookmark`: the notched one turns to a smudge at 16px,
105
- * which is the size a row control actually renders at.
111
+ * SaveIcon Phosphor `push-pin`, for the entity card's header
112
+ * actions (#176). Was `bookmark-simple`; founder ruling
113
+ * 2026-09-10 (#200) is that the gesture is PINNING, so
114
+ * the pin is the honest picture and the ribbon was a
115
+ * second vocabulary for the same act.
106
116
  * MoreActionsIcon Phosphor `dots-three-vertical`. The vertical kebab, not
107
117
  * the horizontal three: a row's overflow menu is vertical
108
118
  * everywhere a user has already seen one, and the
109
119
  * horizontal form is spoken for by "and more" in prose.
110
120
  *
111
121
  * Both of the last two are ROLES, not shapes. `SaveIcon` is the mark for the
112
- * save action whether or not the thing is saved — a filled or crossed state is
113
- * the caller's, because "saved" is product state and this library holds none.
122
+ * pin action whether or not the thing is pinned — a filled or crossed state is
123
+ * the caller's, because "pinned" is product state and this library holds none.
114
124
  * `SaveFilledIcon` (#189) is the second SHAPE that caller can reach for; it is
115
125
  * still not a state, and the library still does not know whether anything is
116
- * saved.
126
+ * pinned.
127
+ *
128
+ * ## `SaveIcon` and `PinIcon` are now the same artwork, and both stay (#200)
129
+ *
130
+ * `PinIcon` has been `push-pin` since #189, for a row's "pinned — exempt from
131
+ * the expiry" action. #200 re-pointed `SaveIcon` at the same slug, so two names
132
+ * on this surface draw one glyph.
133
+ *
134
+ * That is recorded rather than resolved, deliberately, and neither name is
135
+ * removed. They are two ROLES that happen to have converged on one picture: the
136
+ * card's header control is the gesture a person performs, and `PinIcon` is the
137
+ * badge a row wears for a state the retention sweeper reads. A surface that
138
+ * shows both at once is showing an action and a status, and a rename would make
139
+ * one of those call sites read as the other. Collapsing them is also the one
140
+ * change that cannot be undone cheaply — a deleted export is a breaking change
141
+ * in every consumer at once, while a duplicate is a line of prose.
142
+ *
143
+ * The product-side rename of the console's "Saved" section to "Pinned" is NOT
144
+ * this library's call and is tracked separately. When it lands, `SaveIcon` and
145
+ * `SaveFilledIcon` become the names worth revisiting — in a major, together.
117
146
  *
118
147
  * ## The console's twenty-six (#189)
119
148
  *
@@ -153,11 +182,11 @@
153
182
  * PersonBoldIcon reads by colour alone, which is the one thing a state
154
183
  * must never be carried by. Four tabs, four marks. The
155
184
  * centre plug button has no active state and no bold twin.
156
- * SaveFilledIcon Phosphor `bookmark-simple` in `fill` — the solid
157
- * silhouette, not a heavier stroke. `SaveToggle`'s
158
- * icon-only variant said "saved" with lucide's
159
- * `fill="currentColor"`; a mark takes no `fill` prop, so
160
- * the shape has to be its own export.
185
+ * SaveFilledIcon Phosphor `push-pin` in `fill` — the solid silhouette,
186
+ * not a heavier stroke. `SaveToggle`'s icon-only variant
187
+ * said "saved" with lucide's `fill="currentColor"`; a
188
+ * mark takes no `fill` prop, so the shape has to be its
189
+ * own export. `bookmark-simple` in fill until #200.
161
190
  *
162
191
  * A bold twin is a SECOND export, never a prop. A `weight` prop would put a
163
192
  * branch inside every mark and inline both sets of path data for every glyph
@@ -194,7 +223,7 @@
194
223
  * collision test reads exported names with a regex that splits the braces on
195
224
  * commas, so a sentence in there is parsed as an export name.
196
225
  */
197
- export { RobotMark as KindAgentIcon, LightbulbMark as KindInspirationIcon, AppWindowMark as KindAppIcon, ArrowUpRightMark as OpenLiveIcon, GaugeMark as EntityDashboardIcon, GearSixMark as SettingsIcon, EyeMark as ViewsIcon, ChatCircleMark as CommentsIcon, BookmarkSimpleMark as SaveIcon, DotsThreeVerticalMark as MoreActionsIcon, } from "./phosphor-marks.js";
226
+ export { CubeMark as KindAgentIcon, LightbulbFilamentMark as KindInspirationIcon, LayoutMark as KindAppIcon, ArrowUpRightMark as OpenLiveIcon, EngineMark as EntityDashboardIcon, GearSixMark as SettingsIcon, EyeMark as ViewsIcon, ChatCircleMark as CommentsIcon, PushPinMark as SaveIcon, DotsThreeVerticalMark as MoreActionsIcon, } from "./phosphor-marks.js";
198
227
  /** Control affordances: the glyphs a primitive draws to work at all. */
199
228
  export { CaretDownMark as ChevronDownIcon, CaretUpMark as ChevronUpIcon, CaretRightMark as ChevronRightIcon, CaretLeftMark as ChevronLeftIcon, CheckMark as CheckIcon, CheckBoldMark as CheckBoldIcon, XMark as CloseIcon, CopyMark as CopyIcon, MinusMark as MinusIcon, PlusMark as PlusIcon, ArrowDownMark as ArrowDownIcon, } from "./phosphor-marks.js";
200
229
  /** Status: how a surface reports what happened. */
@@ -212,5 +241,5 @@ export { LockSimpleMark as PrivateIcon, ShieldMark as GovernedIcon, UserPlusMark
212
241
  /** Reactions: what a person can say about an entity without writing anything. */
213
242
  export { FireMark as ReactionResonatedIcon, HeartMark as ReactionLoveIcon, WrenchMark as ReactionUsefulIcon, SquaresFourMark as ReactionBuildOnIcon, StarMark as ReactionImpressiveIcon, } from "./phosphor-marks.js";
214
243
  /** The weight departures, each replacing a numeric prop lucide used to carry. */
215
- export { PulseBoldMark as ActivityBoldIcon, CompassBoldMark as DiscoverBoldIcon, StackBoldMark as LayersBoldIcon, UserBoldMark as PersonBoldIcon, BookmarkSimpleFillMark as SaveFilledIcon, } from "./phosphor-marks.js";
244
+ export { PulseBoldMark as ActivityBoldIcon, CompassBoldMark as DiscoverBoldIcon, StackBoldMark as LayersBoldIcon, UserBoldMark as PersonBoldIcon, PushPinFillMark as SaveFilledIcon, } from "./phosphor-marks.js";
216
245
  //# sourceMappingURL=icons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../src/blocks/icons.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmMG;AAEH,OAAO,EACL,SAAS,IAAI,aAAa,EAC1B,aAAa,IAAI,mBAAmB,EACpC,aAAa,IAAI,WAAW,EAC5B,gBAAgB,IAAI,YAAY,EAChC,SAAS,IAAI,mBAAmB,EAChC,WAAW,IAAI,YAAY,EAC3B,OAAO,IAAI,SAAS,EACpB,cAAc,IAAI,YAAY,EAC9B,kBAAkB,IAAI,QAAQ,EAC9B,qBAAqB,IAAI,eAAe,GACzC,MAAM,8BAA8B,CAAA;AAErC,wEAAwE;AACxE,OAAO,EACL,aAAa,IAAI,eAAe,EAChC,WAAW,IAAI,aAAa,EAC5B,cAAc,IAAI,gBAAgB,EAClC,aAAa,IAAI,eAAe,EAChC,SAAS,IAAI,SAAS,EACtB,aAAa,IAAI,aAAa,EAC9B,KAAK,IAAI,SAAS,EAClB,QAAQ,IAAI,QAAQ,EACpB,SAAS,IAAI,SAAS,EACtB,QAAQ,IAAI,QAAQ,EACpB,aAAa,IAAI,aAAa,GAC/B,MAAM,8BAA8B,CAAA;AAErC,mDAAmD;AACnD,OAAO,EACL,eAAe,IAAI,WAAW,EAC9B,QAAQ,IAAI,QAAQ,EACpB,WAAW,IAAI,WAAW,EAC1B,kBAAkB,IAAI,SAAS,EAC/B,eAAe,IAAI,WAAW,EAC9B,eAAe,IAAI,YAAY,EAC/B,WAAW,IAAI,eAAe,GAC/B,MAAM,8BAA8B,CAAA;AAErC,qDAAqD;AACrD,OAAO,EACL,WAAW,IAAI,MAAM,EACrB,YAAY,IAAI,YAAY,EAC5B,aAAa,IAAI,WAAW,EAC5B,SAAS,IAAI,UAAU,EACvB,SAAS,IAAI,OAAO,EACpB,OAAO,IAAI,UAAU,EACrB,SAAS,IAAI,YAAY,EACzB,SAAS,IAAI,UAAU,EACvB,aAAa,IAAI,QAAQ,EACzB,QAAQ,IAAI,QAAQ,GACrB,MAAM,8BAA8B,CAAA;AAErC,+EAA+E;AAC/E,OAAO,EACL,QAAQ,IAAI,UAAU,EACtB,YAAY,IAAI,SAAS,EACzB,mBAAmB,IAAI,UAAU,EACjC,mBAAmB,IAAI,MAAM,EAC7B,SAAS,IAAI,UAAU,EACvB,iBAAiB,IAAI,aAAa,GACnC,MAAM,8BAA8B,CAAA;AAErC,4EAA4E;AAC5E,OAAO,EACL,SAAS,IAAI,YAAY,EACzB,WAAW,IAAI,YAAY,EAC3B,mBAAmB,IAAI,cAAc,EACrC,cAAc,IAAI,SAAS,EAC3B,QAAQ,IAAI,QAAQ,EACpB,iBAAiB,IAAI,iBAAiB,EACtC,QAAQ,IAAI,iBAAiB,EAC7B,WAAW,IAAI,WAAW,EAC1B,aAAa,IAAI,QAAQ,EACzB,cAAc,IAAI,WAAW,GAC9B,MAAM,8BAA8B,CAAA;AAErC,6DAA6D;AAC7D,OAAO,EACL,gBAAgB,IAAI,QAAQ,EAC5B,SAAS,IAAI,UAAU,EACvB,WAAW,IAAI,OAAO,EACtB,mBAAmB,IAAI,WAAW,EAClC,kBAAkB,IAAI,YAAY,EAClC,YAAY,IAAI,YAAY,EAC5B,WAAW,IAAI,iBAAiB,EAChC,aAAa,IAAI,kBAAkB,GACpC,MAAM,8BAA8B,CAAA;AAErC,0CAA0C;AAC1C,OAAO,EACL,cAAc,IAAI,WAAW,EAC7B,UAAU,IAAI,YAAY,EAC1B,YAAY,IAAI,gBAAgB,EAChC,aAAa,IAAI,kBAAkB,GACpC,MAAM,8BAA8B,CAAA;AAErC,iFAAiF;AACjF,OAAO,EACL,QAAQ,IAAI,qBAAqB,EACjC,SAAS,IAAI,gBAAgB,EAC7B,UAAU,IAAI,kBAAkB,EAChC,eAAe,IAAI,mBAAmB,EACtC,QAAQ,IAAI,sBAAsB,GACnC,MAAM,8BAA8B,CAAA;AAErC,iFAAiF;AACjF,OAAO,EACL,aAAa,IAAI,gBAAgB,EACjC,eAAe,IAAI,gBAAgB,EACnC,aAAa,IAAI,cAAc,EAC/B,YAAY,IAAI,cAAc,EAC9B,sBAAsB,IAAI,cAAc,GACzC,MAAM,8BAA8B,CAAA"}
1
+ {"version":3,"file":"icons.js","sourceRoot":"","sources":["../../src/blocks/icons.tsx"],"names":[],"mappings":"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"}
@@ -45,14 +45,16 @@ export declare const DatabaseMark: ({ className }: PhosphorMarkProps) => React.J
45
45
  export declare const GearMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
46
46
  /** AI apps. Phosphor `robot`, regular. */
47
47
  export declare const RobotMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
48
- /** An inspiration. Phosphor `lightbulb`, regular. */
49
- export declare const LightbulbMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
50
- /** A runnable app. Phosphor `app-window`, regular. */
51
- export declare const AppWindowMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
48
+ /** An inspiration. Phosphor `lightbulb-filament`, regular. */
49
+ export declare const LightbulbFilamentMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
50
+ /** A runnable app. Phosphor `layout`, regular. */
51
+ export declare const LayoutMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
52
+ /** An agent. Phosphor `cube`, regular. */
53
+ export declare const CubeMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
52
54
  /** Open it live. Phosphor `arrow-up-right`, regular. */
53
55
  export declare const ArrowUpRightMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
54
- /** Look inside — the dashboard. Phosphor `gauge`, regular. */
55
- export declare const GaugeMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
56
+ /** Look inside — the dashboard. Phosphor `engine`, regular. */
57
+ export declare const EngineMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
56
58
  /** Settings. Phosphor `gear-six`, regular. */
57
59
  export declare const GearSixMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
58
60
  /** Views. Phosphor `eye`, regular. */
@@ -117,8 +119,6 @@ export declare const MagnifyingGlassMark: ({ className }: PhosphorMarkProps) =>
117
119
  export declare const MegaphoneSimpleMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
118
120
  /** Layers, internal tools. Phosphor `stack`, regular. */
119
121
  export declare const StackMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
120
- /** Save it. Phosphor `bookmark-simple`, regular. */
121
- export declare const BookmarkSimpleMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
122
122
  /** More actions. Phosphor `dots-three-vertical`, regular. */
123
123
  export declare const DotsThreeVerticalMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
124
124
  /** Live readings — the grid's activity. Phosphor `pulse`, regular. */
@@ -181,8 +181,8 @@ export declare const CompassBoldMark: ({ className }: PhosphorMarkProps) => Reac
181
181
  export declare const StackBoldMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
182
182
  /** A person, on the active tab. Phosphor `user`, bold. */
183
183
  export declare const UserBoldMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
184
- /** Saved — the filled ribbon. Phosphor `bookmark-simple`, fill. */
185
- export declare const BookmarkSimpleFillMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
184
+ /** Pinned — the solid pin. Phosphor `push-pin`, fill. */
185
+ export declare const PushPinFillMark: ({ className }: PhosphorMarkProps) => React.JSX.Element;
186
186
  /** Keyed by the label a caller shows, the same shape as TOOL_MARKS. */
187
187
  export declare const PHOSPHOR_MARKS: {
188
188
  readonly "A friend": ({ className }: PhosphorMarkProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"phosphor-marks.d.ts","sourceRoot":"","sources":["../../src/blocks/phosphor-marks.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"phosphor-marks.d.ts","sourceRoot":"","sources":["../../src/blocks/phosphor-marks.tsx"],"names":[],"mappings":"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"}
@@ -81,14 +81,16 @@ export const RobotMark = mark("M200,48H136V16a8,8,0,0,0-16,0V48H56A32,32,0,0,0,2
81
81
  // these under stable CloudGrid names, and RobotMark, UserMark, DatabaseMark and
82
82
  // ChartPieSliceMark above serve the icon surface too rather than being inlined a
83
83
  // second time.
84
- /** An inspiration. Phosphor `lightbulb`, regular. */
85
- export const LightbulbMark = mark("M176,232a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,232Zm40-128a87.55,87.55,0,0,1-33.64,69.21A16.24,16.24,0,0,0,176,186v6a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-6a16,16,0,0,0-6.23-12.66A87.59,87.59,0,0,1,40,104.49C39.74,56.83,78.26,17.14,125.88,16A88,88,0,0,1,216,104Zm-16,0a72,72,0,0,0-73.74-72c-39,.92-70.47,33.39-70.26,72.39a71.65,71.65,0,0,0,27.64,56.3A32,32,0,0,1,96,186v6h64v-6a32.15,32.15,0,0,1,12.47-25.35A71.65,71.65,0,0,0,200,104Zm-16.11-9.34a57.6,57.6,0,0,0-46.56-46.55,8,8,0,0,0-2.66,15.78c16.57,2.79,30.63,16.85,33.44,33.45A8,8,0,0,0,176,104a9,9,0,0,0,1.35-.11A8,8,0,0,0,183.89,94.66Z");
86
- /** A runnable app. Phosphor `app-window`, regular. */
87
- export const AppWindowMark = mark("M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM80,84A12,12,0,1,1,68,72,12,12,0,0,1,80,84Zm40,0a12,12,0,1,1-12-12A12,12,0,0,1,120,84Z");
84
+ /** An inspiration. Phosphor `lightbulb-filament`, regular. */
85
+ export const LightbulbFilamentMark = mark("M176,232a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,232Zm40-128a87.55,87.55,0,0,1-33.64,69.21A16.24,16.24,0,0,0,176,186v6a16,16,0,0,1-16,16H96a16,16,0,0,1-16-16v-6a16,16,0,0,0-6.23-12.66A87.59,87.59,0,0,1,40,104.5C39.74,56.83,78.26,17.15,125.88,16A88,88,0,0,1,216,104Zm-16,0a72,72,0,0,0-73.74-72c-39,.92-70.47,33.39-70.26,72.39a71.64,71.64,0,0,0,27.64,56.3h0A32,32,0,0,1,96,186v6h24V147.31L90.34,117.66a8,8,0,0,1,11.32-11.32L128,132.69l26.34-26.35a8,8,0,0,1,11.32,11.32L136,147.31V192h24v-6a32.12,32.12,0,0,1,12.47-25.35A71.65,71.65,0,0,0,200,104Z");
86
+ /** A runnable app. Phosphor `layout`, regular. */
87
+ export const LayoutMark = mark("M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V96H40V56ZM40,112H96v88H40Zm176,88H112V112H216v88Z");
88
+ /** An agent. Phosphor `cube`, regular. */
89
+ export const CubeMark = mark("M223.68,66.15,135.68,18h0a15.88,15.88,0,0,0-15.36,0l-88,48.17a16,16,0,0,0-8.32,14v95.64a16,16,0,0,0,8.32,14l88,48.17a15.88,15.88,0,0,0,15.36,0l88-48.17a16,16,0,0,0,8.32-14V80.18A16,16,0,0,0,223.68,66.15ZM128,32h0l80.34,44L128,120,47.66,76ZM40,90l80,43.78v85.79L40,175.82Zm96,129.57V133.82L216,90v85.78Z");
88
90
  /** Open it live. Phosphor `arrow-up-right`, regular. */
89
91
  export const ArrowUpRightMark = mark("M200,64V168a8,8,0,0,1-16,0V83.31L69.66,197.66a8,8,0,0,1-11.32-11.32L172.69,72H88a8,8,0,0,1,0-16H192A8,8,0,0,1,200,64Z");
90
- /** Look inside — the dashboard. Phosphor `gauge`, regular. */
91
- export const GaugeMark = mark("M207.06,72.67A111.24,111.24,0,0,0,128,40h-.4C66.07,40.21,16,91,16,153.13V176a16,16,0,0,0,16,16H224a16,16,0,0,0,16-16V152A111.25,111.25,0,0,0,207.06,72.67ZM224,176H119.71l54.76-75.3a8,8,0,0,0-12.94-9.42L99.92,176H32V153.13c0-3.08.15-6.12.43-9.13H56a8,8,0,0,0,0-16H35.27c10.32-38.86,44-68.24,84.73-71.66V80a8,8,0,0,0,16,0V56.33A96.14,96.14,0,0,1,221,128H200a8,8,0,0,0,0,16h23.67c.21,2.65.33,5.31.33,8Z");
92
+ /** Look inside — the dashboard. Phosphor `engine`, regular. */
93
+ export const EngineMark = mark("M240,104H227.31L192,68.69A15.86,15.86,0,0,0,180.69,64H140V40h24a8,8,0,0,0,0-16H100a8,8,0,0,0,0,16h24V64H64A16,16,0,0,0,48,80v52H24V108a8,8,0,0,0-16,0v64a8,8,0,0,0,16,0V148H48v20.69A15.86,15.86,0,0,0,52.69,180L92,219.31A15.86,15.86,0,0,0,103.31,224h77.38A15.86,15.86,0,0,0,192,219.31L227.31,184H240a16,16,0,0,0,16-16V120A16,16,0,0,0,240,104Zm0,64H224a8,8,0,0,0-5.66,2.34L180.69,208H103.31L64,168.69V80H180.69l37.65,37.66A8,8,0,0,0,224,120h16Z");
92
94
  /** Settings. Phosphor `gear-six`, regular. */
93
95
  export const GearSixMark = mark("M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm109.94-52.79a8,8,0,0,0-3.89-5.4l-29.83-17-.12-33.62a8,8,0,0,0-2.83-6.08,111.91,111.91,0,0,0-36.72-20.67,8,8,0,0,0-6.46.59L128,41.85,97.88,25a8,8,0,0,0-6.47-.6A112.1,112.1,0,0,0,54.73,45.15a8,8,0,0,0-2.83,6.07l-.15,33.65-29.83,17a8,8,0,0,0-3.89,5.4,106.47,106.47,0,0,0,0,41.56,8,8,0,0,0,3.89,5.4l29.83,17,.12,33.62a8,8,0,0,0,2.83,6.08,111.91,111.91,0,0,0,36.72,20.67,8,8,0,0,0,6.46-.59L128,214.15,158.12,231a7.91,7.91,0,0,0,3.9,1,8.09,8.09,0,0,0,2.57-.42,112.1,112.1,0,0,0,36.68-20.73,8,8,0,0,0,2.83-6.07l.15-33.65,29.83-17a8,8,0,0,0,3.89-5.4A106.47,106.47,0,0,0,237.94,107.21Zm-15,34.91-28.57,16.25a8,8,0,0,0-3,3c-.58,1-1.19,2.06-1.81,3.06a7.94,7.94,0,0,0-1.22,4.21l-.15,32.25a95.89,95.89,0,0,1-25.37,14.3L134,199.13a8,8,0,0,0-3.91-1h-.19c-1.21,0-2.43,0-3.64,0a8.08,8.08,0,0,0-4.1,1l-28.84,16.1A96,96,0,0,1,67.88,201l-.11-32.2a8,8,0,0,0-1.22-4.22c-.62-1-1.23-2-1.8-3.06a8.09,8.09,0,0,0-3-3.06l-28.6-16.29a90.49,90.49,0,0,1,0-28.26L61.67,97.63a8,8,0,0,0,3-3c.58-1,1.19-2.06,1.81-3.06a7.94,7.94,0,0,0,1.22-4.21l.15-32.25a95.89,95.89,0,0,1,25.37-14.3L122,56.87a8,8,0,0,0,4.1,1c1.21,0,2.43,0,3.64,0a8.08,8.08,0,0,0,4.1-1l28.84-16.1A96,96,0,0,1,188.12,55l.11,32.2a8,8,0,0,0,1.22,4.22c.62,1,1.23,2,1.8,3.06a8.09,8.09,0,0,0,3,3.06l28.6,16.29A90.49,90.49,0,0,1,222.9,142.12Z");
94
96
  /** Views. Phosphor `eye`, regular. */
@@ -153,8 +155,6 @@ export const MagnifyingGlassMark = mark("M229.66,218.34l-50.07-50.06a88.11,88.11
153
155
  export const MegaphoneSimpleMark = mark("M228.54,86.66l-176.06-54A16,16,0,0,0,32,48V192a16,16,0,0,0,16,16,16,16,0,0,0,4.52-.65L136,181.73V192a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16v-29.9l28.54-8.75A16.09,16.09,0,0,0,240,138V102A16.09,16.09,0,0,0,228.54,86.66ZM136,165,48,192V48l88,27Zm48,27H152V176.82L184,167Zm40-54-.11,0L152,160.08V79.92l71.89,22,.11,0v36Z");
154
156
  /** Layers, internal tools. Phosphor `stack`, regular. */
155
157
  export const StackMark = mark("M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z");
156
- /** Save it. Phosphor `bookmark-simple`, regular. */
157
- export const BookmarkSimpleMark = mark("M184,32H72A16,16,0,0,0,56,48V224a8,8,0,0,0,12.24,6.78L128,193.43l59.77,37.35A8,8,0,0,0,200,224V48A16,16,0,0,0,184,32Zm0,177.57-51.77-32.35a8,8,0,0,0-8.48,0L72,209.57V48H184Z");
158
158
  /** More actions. Phosphor `dots-three-vertical`, regular. */
159
159
  export const DotsThreeVerticalMark = mark("M140,128a12,12,0,1,1-12-12A12,12,0,0,1,140,128ZM128,72a12,12,0,1,0-12-12A12,12,0,0,0,128,72Zm0,112a12,12,0,1,0,12,12A12,12,0,0,0,128,184Z");
160
160
  /** Live readings — the grid's activity. Phosphor `pulse`, regular. */
@@ -217,8 +217,8 @@ export const CompassBoldMark = mark("M128,20A108,108,0,1,0,236,128,108.12,108.12
217
217
  export const StackBoldMark = mark("M234.36,170A12,12,0,0,1,230,186.37l-96,56a12,12,0,0,1-12.1,0l-96-56a12,12,0,0,1,12.09-20.74l90,52.48L218,165.63A12,12,0,0,1,234.36,170ZM218,117.63,128,170.11,38.05,117.63A12,12,0,0,0,26,138.37l96,56a12,12,0,0,0,12.1,0l96-56A12,12,0,0,0,218,117.63ZM20,80a12,12,0,0,1,6-10.37l96-56a12.06,12.06,0,0,1,12.1,0l96,56a12,12,0,0,1,0,20.74l-96,56a12,12,0,0,1-12.1,0l-96-56A12,12,0,0,1,20,80Zm35.82,0L128,122.11,200.18,80,128,37.89Z");
218
218
  /** A person, on the active tab. Phosphor `user`, bold. */
219
219
  export const UserBoldMark = mark("M234.38,210a123.36,123.36,0,0,0-60.78-53.23,76,76,0,1,0-91.2,0A123.36,123.36,0,0,0,21.62,210a12,12,0,1,0,20.77,12c18.12-31.32,50.12-50,85.61-50s67.49,18.69,85.61,50a12,12,0,0,0,20.77-12ZM76,96a52,52,0,1,1,52,52A52.06,52.06,0,0,1,76,96Z");
220
- /** Saved — the filled ribbon. Phosphor `bookmark-simple`, fill. */
221
- export const BookmarkSimpleFillMark = mark("M184,32H72A16,16,0,0,0,56,48V224a8,8,0,0,0,12.24,6.78L128,193.43l59.77,37.35A8,8,0,0,0,200,224V48A16,16,0,0,0,184,32Z");
220
+ /** Pinned — the solid pin. Phosphor `push-pin`, fill. */
221
+ export const PushPinFillMark = mark("M235.33,104l-53.47,53.65c4.56,12.67,6.45,33.89-13.19,60A15.93,15.93,0,0,1,157,224c-.38,0-.75,0-1.13,0a16,16,0,0,1-11.32-4.69L96.29,171,53.66,213.66a8,8,0,0,1-11.32-11.32L85,159.71l-48.3-48.3A16,16,0,0,1,38,87.63c25.42-20.51,49.75-16.48,60.4-13.14L152,20.7a16,16,0,0,1,22.63,0l60.69,60.68A16,16,0,0,1,235.33,104Z");
222
222
  /** Keyed by the label a caller shows, the same shape as TOOL_MARKS. */
223
223
  export const PHOSPHOR_MARKS = {
224
224
  "A friend": UserMark,
@@ -264,10 +264,11 @@ export const PHOSPHOR_MARK_SOURCES = {
264
264
  DatabaseMark: { slug: "database", weight: "regular" },
265
265
  GearMark: { slug: "gear", weight: "regular" },
266
266
  RobotMark: { slug: "robot", weight: "regular" },
267
- LightbulbMark: { slug: "lightbulb", weight: "regular" },
268
- AppWindowMark: { slug: "app-window", weight: "regular" },
267
+ LightbulbFilamentMark: { slug: "lightbulb-filament", weight: "regular" },
268
+ LayoutMark: { slug: "layout", weight: "regular" },
269
+ CubeMark: { slug: "cube", weight: "regular" },
269
270
  ArrowUpRightMark: { slug: "arrow-up-right", weight: "regular" },
270
- GaugeMark: { slug: "gauge", weight: "regular" },
271
+ EngineMark: { slug: "engine", weight: "regular" },
271
272
  GearSixMark: { slug: "gear-six", weight: "regular" },
272
273
  EyeMark: { slug: "eye", weight: "regular" },
273
274
  ChatCircleMark: { slug: "chat-circle", weight: "regular" },
@@ -300,7 +301,6 @@ export const PHOSPHOR_MARK_SOURCES = {
300
301
  MagnifyingGlassMark: { slug: "magnifying-glass", weight: "regular" },
301
302
  MegaphoneSimpleMark: { slug: "megaphone-simple", weight: "regular" },
302
303
  StackMark: { slug: "stack", weight: "regular" },
303
- BookmarkSimpleMark: { slug: "bookmark-simple", weight: "regular" },
304
304
  DotsThreeVerticalMark: { slug: "dots-three-vertical", weight: "regular" },
305
305
  PulseMark: { slug: "pulse", weight: "regular" },
306
306
  CompassMark: { slug: "compass", weight: "regular" },
@@ -332,6 +332,6 @@ export const PHOSPHOR_MARK_SOURCES = {
332
332
  CompassBoldMark: { slug: "compass", weight: "bold" },
333
333
  StackBoldMark: { slug: "stack", weight: "bold" },
334
334
  UserBoldMark: { slug: "user", weight: "bold" },
335
- BookmarkSimpleFillMark: { slug: "bookmark-simple", weight: "fill" },
335
+ PushPinFillMark: { slug: "push-pin", weight: "fill" },
336
336
  };
337
337
  //# sourceMappingURL=phosphor-marks.js.map