@pantoken/components 0.5.1 → 0.7.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.
- package/README.md +7 -3
- package/dist/breadcrumb.css +1 -1
- package/dist/breadcrumb.link.css +1 -0
- package/dist/calendar.css +1 -1
- package/dist/calendar.day.css +1 -0
- package/dist/checkbox.css +1 -1
- package/dist/component-icons.css +1 -1
- package/dist/components.css +1 -1
- package/dist/context-view.css +1 -1
- package/dist/index.d.mts +184 -81
- package/dist/index.mjs +1281 -397
- package/dist/list.css +1 -1
- package/dist/list.item.css +1 -0
- package/dist/mask.css +1 -0
- package/dist/menu.css +1 -1
- package/dist/menu.group.css +1 -0
- package/dist/menu.item.css +1 -0
- package/dist/menu.separator.css +1 -0
- package/dist/modal.body.css +1 -0
- package/dist/modal.css +1 -1
- package/dist/modal.footer.css +1 -0
- package/dist/modal.header.css +1 -0
- package/dist/pagination.css +1 -1
- package/dist/pagination.page.css +1 -0
- package/dist/progress-circle.css +1 -1
- package/dist/prose.css +1 -1
- package/dist/side-nav-bar.css +1 -1
- package/dist/side-nav-bar.item.css +1 -0
- package/dist/table.body.css +1 -0
- package/dist/table.cell.css +1 -0
- package/dist/table.col-header.css +1 -0
- package/dist/table.css +1 -1
- package/dist/table.head.css +1 -0
- package/dist/table.row-header.css +1 -0
- package/dist/table.row.css +1 -0
- package/dist/tabs.css +1 -1
- package/dist/tabs.panel.css +1 -0
- package/dist/tabs.tab.css +1 -0
- package/dist/text.css +1 -1
- package/dist/utilities/cursor.css +1 -0
- package/dist/utilities/gap.css +1 -0
- package/dist/utilities/icon.css +1 -0
- package/dist/utilities/layout.css +1 -0
- package/dist/utilities/mask.css +1 -0
- package/dist/utilities/overflow.css +1 -0
- package/dist/utilities/position.css +1 -0
- package/dist/utilities/responsive.css +1 -0
- package/dist/utilities/screen-reader-content.css +1 -0
- package/dist/utilities/spacing.css +1 -0
- package/dist/utilities/stacking.css +1 -0
- package/dist/utilities/transition.css +1 -0
- package/dist/utilities.css +1 -1
- package/dist/view.css +1 -0
- package/package.json +19 -8
- package/dist/truncate.css +0 -1
package/dist/context-view.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.instui-context-view{padding:var(--instui-spacing-space-md);background:var(--instui-color-background-elevated-surface-base);color:var(--instui-color-text-base);border:var(--instui-component-context-view-arrow-border-width) solid var(--instui-component-context-view-arrow-border-color);border-radius:var(--instui-component-context-view-border-radius);box-shadow:var(--instui-elevation-above);display:inline-block;position:relative}.instui-context-view:before,.instui-context-view:after{content:"";border-style:solid;border-color:#0000;position:absolute}.instui-context-view:before{border-
|
|
1
|
+
.instui-context-view{padding:var(--instui-spacing-space-md);background:var(--instui-color-background-elevated-surface-base);color:var(--instui-color-text-base);border:var(--instui-component-context-view-arrow-border-width) solid var(--instui-component-context-view-arrow-border-color);border-radius:var(--instui-component-context-view-border-radius);box-shadow:var(--instui-elevation-above);display:inline-block;position:relative}.instui-context-view:before,.instui-context-view:after{content:"";border-style:solid;border-color:#0000;position:absolute}.instui-context-view:before{border-top-color:var(--instui-component-context-view-arrow-border-color);border-width:calc(var(--instui-component-context-view-arrow-size) + var(--instui-component-context-view-arrow-border-width));top:100%;inset-inline-start:calc(var(--instui-spacing-space-lg) - var(--instui-component-context-view-arrow-border-width))}.instui-context-view:after{border-width:var(--instui-component-context-view-arrow-size);border-top-color:var(--instui-component-context-view-arrow-background-color);top:100%;inset-inline-start:var(--instui-spacing-space-lg)}.instui-context-view.-placement-bottom:before{border-top-color:#0000;border-bottom-color:var(--instui-component-context-view-arrow-border-color);top:auto;bottom:100%}.instui-context-view.-placement-bottom:after{border-top-color:#0000;border-bottom-color:var(--instui-component-context-view-arrow-background-color);top:auto;bottom:100%}.instui-context-view.-placement-start:before,.instui-context-view.-placement-start:after{top:50%;border-top-color:#0000;inset-inline-start:100%;transform:translateY(-50%)}.instui-context-view.-placement-start:before{border-inline-start-color:var(--instui-component-context-view-arrow-border-color)}.instui-context-view.-placement-start:after{border-inline-start-color:var(--instui-component-context-view-arrow-background-color)}.instui-context-view.-placement-end:before,.instui-context-view.-placement-end:after{top:50%;border-top-color:#0000;inset-inline:auto 100%;transform:translateY(-50%)}.instui-context-view.-placement-end:before{border-inline-end-color:var(--instui-component-context-view-arrow-border-color)}.instui-context-view.-placement-end:after{border-inline-end-color:var(--instui-component-context-view-arrow-background-color)}.instui-context-view.-color-inverse{background:var(--instui-color-background-inverse);color:var(--instui-color-text-inverse);border-color:var(--instui-component-context-view-arrow-border-color-inverse)}.instui-context-view.-color-inverse:before{border-top-color:var(--instui-component-context-view-arrow-border-color-inverse)}.instui-context-view.-color-inverse:after{border-top-color:var(--instui-component-context-view-arrow-background-color-inverse)}.instui-context-view.-color-inverse.-placement-bottom:before{border-top-color:#0000;border-bottom-color:var(--instui-component-context-view-arrow-border-color-inverse)}.instui-context-view.-color-inverse.-placement-bottom:after{border-top-color:#0000;border-bottom-color:var(--instui-component-context-view-arrow-background-color-inverse)}.instui-context-view.-color-inverse.-placement-start:before{border-top-color:#0000;border-inline-start-color:var(--instui-component-context-view-arrow-border-color-inverse)}.instui-context-view.-color-inverse.-placement-start:after{border-top-color:#0000;border-inline-start-color:var(--instui-component-context-view-arrow-background-color-inverse)}.instui-context-view.-color-inverse.-placement-end:before{border-top-color:#0000;border-inline-end-color:var(--instui-component-context-view-arrow-border-color-inverse)}.instui-context-view.-color-inverse.-placement-end:after{border-top-color:#0000;border-inline-end-color:var(--instui-component-context-view-arrow-background-color-inverse)}[popover].instui-context-view{margin:0;position:fixed;overflow:visible}[popover].instui-context-view:not(:popover-open){display:none}@supports (position-area:block-end){[popover].instui-context-view{position-anchor:--pantoken-anchor;position-try-fallbacks:flip-block, flip-inline}[popover].instui-context-view.-placement-top{position-area:block-start}[popover].instui-context-view.-placement-bottom{position-area:block-end}[popover].instui-context-view.-placement-start{position-area:inline-start center}[popover].instui-context-view.-placement-end{position-area:inline-end center}}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
import { ELEVATION_NAMES, FOCUSABLE_SELECTOR, elevationDeclarations, focusOutlineDeclarations, focusOutlineRules } from "@pantoken/utils";
|
|
2
2
|
//#region src/lib/helpers.d.ts
|
|
3
|
-
/**
|
|
4
|
-
* Shared primitives for the component builders: the class-prefix namespace helper, the standalone-sheet
|
|
5
|
-
* `wrap` header, the masked-glyph constants, and the spacing scales. These carry no per-record content —
|
|
6
|
-
* every `src/{components,utilities,rules,declarations}` module imports what it needs from here.
|
|
7
|
-
*
|
|
8
|
-
* @module
|
|
9
|
-
*/
|
|
10
3
|
/** The default class prefix (`instui` → `.instui-button`). */
|
|
11
4
|
declare const DEFAULT_PREFIX = "instui";
|
|
12
5
|
/** Theme keys emitted by `@pantoken/tokens`. */
|
|
@@ -42,14 +35,16 @@ interface Definition {
|
|
|
42
35
|
css(this: void, options?: ComponentOptions): string;
|
|
43
36
|
}
|
|
44
37
|
//#endregion
|
|
45
|
-
//#region src/rules/prose.d.ts
|
|
38
|
+
//#region src/rules/prose/index.d.ts
|
|
46
39
|
/** Options for {@link proseCss}. */
|
|
47
40
|
interface ProseOptions {
|
|
48
|
-
/** The content-root selector the rules attach to (default `"
|
|
41
|
+
/** The content-root selector the rules attach to (default `":where(body)"`, applied automatically
|
|
42
|
+
* like `base.css` — pass a class like `".vp-doc"` to scope to a different content root instead). */
|
|
49
43
|
scope?: string;
|
|
50
44
|
}
|
|
51
45
|
/**
|
|
52
|
-
* Build the InstUI-look prose stylesheet, scoped to `options.scope` (default
|
|
46
|
+
* Build the InstUI-look prose stylesheet, scoped to `options.scope` (default `:where(body)`, so it
|
|
47
|
+
* applies automatically without a wrapper class — like `base.css`).
|
|
53
48
|
*
|
|
54
49
|
* @param options - {@link ProseOptions}.
|
|
55
50
|
* @returns The CSS string.
|
|
@@ -58,7 +53,7 @@ interface ProseOptions {
|
|
|
58
53
|
*/
|
|
59
54
|
declare function proseCss(options?: ProseOptions): string;
|
|
60
55
|
//#endregion
|
|
61
|
-
//#region src/declarations/elevation.d.ts
|
|
56
|
+
//#region src/declarations/elevation/index.d.ts
|
|
62
57
|
/**
|
|
63
58
|
* Build the elevation token block: `<selector> { --instui-elevation-*: … }`. Shipped inside
|
|
64
59
|
* `components.css` (so shadows are intrinsic — no plugin, no extra import), and reusable by other
|
|
@@ -80,7 +75,7 @@ declare function elevationCss(options?: {
|
|
|
80
75
|
selector?: string;
|
|
81
76
|
}): string;
|
|
82
77
|
//#endregion
|
|
83
|
-
//#region src/declarations/focus.d.ts
|
|
78
|
+
//#region src/declarations/focus/index.d.ts
|
|
84
79
|
/**
|
|
85
80
|
* Build the focus-outline block: the `--instui-focus-outline-*` token defs plus the ring rules.
|
|
86
81
|
* Baked into `base.css` (so focusables get the ring out of the box), and reusable by other layered
|
|
@@ -97,203 +92,283 @@ declare function focusOutlineCss(options?: {
|
|
|
97
92
|
tokenSelector?: string;
|
|
98
93
|
}): string;
|
|
99
94
|
//#endregion
|
|
100
|
-
//#region src/components/button.d.ts
|
|
95
|
+
//#region src/components/button/index.d.ts
|
|
101
96
|
/** Standalone `button` stylesheet — the prefixed CSS for the action button, ready to ship as a `.css` file. */
|
|
102
97
|
declare const buttonCss: Definition["css"];
|
|
103
98
|
//#endregion
|
|
104
|
-
//#region src/components/alert.d.ts
|
|
99
|
+
//#region src/components/alert/index.d.ts
|
|
105
100
|
/** Standalone `alert` stylesheet — the prefixed CSS for the status message, ready to ship as a `.css` file. */
|
|
106
101
|
declare const alertCss: Definition["css"];
|
|
107
102
|
//#endregion
|
|
108
|
-
//#region src/components/badge.d.ts
|
|
103
|
+
//#region src/components/badge/index.d.ts
|
|
109
104
|
/** Standalone `badge` stylesheet — the prefixed CSS for the count-and-status badge, ready to ship as a `.css` file. */
|
|
110
105
|
declare const badgeCss: Definition["css"];
|
|
111
106
|
//#endregion
|
|
112
|
-
//#region src/components/pill.d.ts
|
|
107
|
+
//#region src/components/pill/index.d.ts
|
|
113
108
|
/** Standalone `pill` stylesheet — the prefixed CSS for the status pill, ready to ship as a `.css` file. */
|
|
114
109
|
declare const pillCss: Definition["css"];
|
|
115
110
|
//#endregion
|
|
116
|
-
//#region src/components/tag.d.ts
|
|
111
|
+
//#region src/components/tag/index.d.ts
|
|
117
112
|
/** Standalone `tag` stylesheet — the prefixed CSS for the chip, ready to ship as a `.css` file. */
|
|
118
113
|
declare const tagCss: Definition["css"];
|
|
119
114
|
//#endregion
|
|
120
|
-
//#region src/components/avatar.d.ts
|
|
115
|
+
//#region src/components/avatar/index.d.ts
|
|
121
116
|
/** Standalone `avatar` stylesheet — the prefixed CSS for the avatar, ready to ship as a `.css` file. */
|
|
122
117
|
declare const avatarCss: Definition["css"];
|
|
123
118
|
//#endregion
|
|
124
|
-
//#region src/components/tabs.d.ts
|
|
119
|
+
//#region src/components/tabs/index.d.ts
|
|
125
120
|
/** Standalone `tabs` stylesheet — the prefixed CSS for the tabbed panels, ready to ship as a `.css` file. */
|
|
126
121
|
declare const tabsCss: Definition["css"];
|
|
127
122
|
//#endregion
|
|
128
|
-
//#region src/components/
|
|
123
|
+
//#region src/components/tabs/members/tab/index.d.ts
|
|
124
|
+
/** Standalone `tabs.tab` stylesheet. */
|
|
125
|
+
declare const tabsTabCss: Definition["css"];
|
|
126
|
+
//#endregion
|
|
127
|
+
//#region src/components/tabs/members/panel/index.d.ts
|
|
128
|
+
/** Standalone `tabs.panel` stylesheet. */
|
|
129
|
+
declare const tabsPanelCss: Definition["css"];
|
|
130
|
+
//#endregion
|
|
131
|
+
//#region src/components/metric/index.d.ts
|
|
129
132
|
/** Standalone `metric` stylesheet — the prefixed CSS for the statistic, ready to ship as a `.css` file. */
|
|
130
133
|
declare const metricCss: Definition["css"];
|
|
131
134
|
//#endregion
|
|
132
|
-
//#region src/components/img.d.ts
|
|
135
|
+
//#region src/components/img/index.d.ts
|
|
133
136
|
/** Standalone `img` stylesheet — the prefixed CSS for the styled image, ready to ship as a `.css` file. */
|
|
134
137
|
declare const imgCss: Definition["css"];
|
|
135
138
|
//#endregion
|
|
136
|
-
//#region src/components/byline.d.ts
|
|
139
|
+
//#region src/components/byline/index.d.ts
|
|
137
140
|
/** Standalone `byline` stylesheet — the prefixed CSS for the media object, ready to ship as a `.css` file. */
|
|
138
141
|
declare const bylineCss: Definition["css"];
|
|
139
142
|
//#endregion
|
|
140
|
-
//#region src/components/table.d.ts
|
|
143
|
+
//#region src/components/table/index.d.ts
|
|
141
144
|
/** Standalone `table` stylesheet — the prefixed CSS for the data table, ready to ship as a `.css` file. */
|
|
142
145
|
declare const tableCss: Definition["css"];
|
|
143
146
|
//#endregion
|
|
144
|
-
//#region src/components/
|
|
147
|
+
//#region src/components/table/members/head/index.d.ts
|
|
148
|
+
/** Standalone `table.head` stylesheet. */
|
|
149
|
+
declare const tableHeadCss: Definition["css"];
|
|
150
|
+
//#endregion
|
|
151
|
+
//#region src/components/table/members/body/index.d.ts
|
|
152
|
+
/** Standalone `table.body` stylesheet. */
|
|
153
|
+
declare const tableBodyCss: Definition["css"];
|
|
154
|
+
//#endregion
|
|
155
|
+
//#region src/components/table/members/row/index.d.ts
|
|
156
|
+
/** Standalone `table.row` stylesheet. */
|
|
157
|
+
declare const tableRowCss: Definition["css"];
|
|
158
|
+
//#endregion
|
|
159
|
+
//#region src/components/table/members/cell/index.d.ts
|
|
160
|
+
/** Standalone `table.cell` stylesheet. */
|
|
161
|
+
declare const tableCellCss: Definition["css"];
|
|
162
|
+
//#endregion
|
|
163
|
+
//#region src/components/table/members/col-header/index.d.ts
|
|
164
|
+
/** Standalone `table.col-header` stylesheet. */
|
|
165
|
+
declare const tableColHeaderCss: Definition["css"];
|
|
166
|
+
//#endregion
|
|
167
|
+
//#region src/components/table/members/row-header/index.d.ts
|
|
168
|
+
/** Standalone `table.row-header` stylesheet. */
|
|
169
|
+
declare const tableRowHeaderCss: Definition["css"];
|
|
170
|
+
//#endregion
|
|
171
|
+
//#region src/components/link/index.d.ts
|
|
145
172
|
/** Standalone `link` stylesheet — the prefixed CSS for the hyperlink, ready to ship as a `.css` file. */
|
|
146
173
|
declare const linkCss: Definition["css"];
|
|
147
174
|
//#endregion
|
|
148
|
-
//#region src/components/list.d.ts
|
|
175
|
+
//#region src/components/list/index.d.ts
|
|
149
176
|
/** Standalone `list` stylesheet — the prefixed CSS for the spaced list, ready to ship as a `.css` file. */
|
|
150
177
|
declare const listCss: Definition["css"];
|
|
151
178
|
//#endregion
|
|
152
|
-
//#region src/components/
|
|
179
|
+
//#region src/components/list/members/item/index.d.ts
|
|
180
|
+
/** Standalone `list.item` stylesheet. */
|
|
181
|
+
declare const listItemCss: Definition["css"];
|
|
182
|
+
//#endregion
|
|
183
|
+
//#region src/components/mask/index.d.ts
|
|
184
|
+
/** The mask component as a standalone, header-wrapped stylesheet. */
|
|
185
|
+
declare const maskCss: Definition["css"];
|
|
186
|
+
//#endregion
|
|
187
|
+
//#region src/components/checkbox/index.d.ts
|
|
153
188
|
/** Standalone `checkbox` stylesheet — the prefixed CSS for the checkbox and switch, ready to ship as a `.css` file. */
|
|
154
189
|
declare const checkboxCss: Definition["css"];
|
|
155
190
|
//#endregion
|
|
156
|
-
//#region src/components/radio.d.ts
|
|
191
|
+
//#region src/components/radio/index.d.ts
|
|
157
192
|
/** Standalone `radio` stylesheet — the prefixed CSS for the radio button, ready to ship as a `.css` file. */
|
|
158
193
|
declare const radioCss: Definition["css"];
|
|
159
194
|
//#endregion
|
|
160
|
-
//#region src/components/spinner.d.ts
|
|
195
|
+
//#region src/components/spinner/index.d.ts
|
|
161
196
|
/** Standalone `spinner` stylesheet — the prefixed CSS for the loading ring, ready to ship as a `.css` file. */
|
|
162
197
|
declare const spinnerCss: Definition["css"];
|
|
163
198
|
//#endregion
|
|
164
|
-
//#region src/components/progress.d.ts
|
|
199
|
+
//#region src/components/progress/index.d.ts
|
|
165
200
|
/** Standalone `progress` stylesheet — the prefixed CSS for the progress bar, ready to ship as a `.css` file. */
|
|
166
201
|
declare const progressCss: Definition["css"];
|
|
167
202
|
//#endregion
|
|
168
|
-
//#region src/components/menu.d.ts
|
|
203
|
+
//#region src/components/menu/index.d.ts
|
|
169
204
|
/** Standalone `menu` stylesheet — the prefixed CSS for the dropdown menu, ready to ship as a `.css` file. */
|
|
170
205
|
declare const menuCss: Definition["css"];
|
|
171
206
|
//#endregion
|
|
172
|
-
//#region src/components/
|
|
207
|
+
//#region src/components/menu/members/item/index.d.ts
|
|
208
|
+
/** Standalone `menu.item` stylesheet — the prefixed CSS for a menu entry, ready to ship as a `.css` file. */
|
|
209
|
+
declare const menuItemCss: Definition["css"];
|
|
210
|
+
//#endregion
|
|
211
|
+
//#region src/components/menu/members/group/index.d.ts
|
|
212
|
+
/** Standalone `menu.group` stylesheet. */
|
|
213
|
+
declare const menuGroupCss: Definition["css"];
|
|
214
|
+
//#endregion
|
|
215
|
+
//#region src/components/menu/members/separator/index.d.ts
|
|
216
|
+
/** Standalone `menu.separator` stylesheet. */
|
|
217
|
+
declare const menuSeparatorCss: Definition["css"];
|
|
218
|
+
//#endregion
|
|
219
|
+
//#region src/components/modal/index.d.ts
|
|
173
220
|
/** Standalone `modal` stylesheet — the prefixed CSS for the dialog surface, ready to ship as a `.css` file. */
|
|
174
221
|
declare const modalCss: Definition["css"];
|
|
175
222
|
//#endregion
|
|
176
|
-
//#region src/components/
|
|
223
|
+
//#region src/components/modal/members/header/index.d.ts
|
|
224
|
+
/** Standalone `modal.header` stylesheet. */
|
|
225
|
+
declare const modalHeaderCss: Definition["css"];
|
|
226
|
+
//#endregion
|
|
227
|
+
//#region src/components/modal/members/body/index.d.ts
|
|
228
|
+
/** Standalone `modal.body` stylesheet. */
|
|
229
|
+
declare const modalBodyCss: Definition["css"];
|
|
230
|
+
//#endregion
|
|
231
|
+
//#region src/components/modal/members/footer/index.d.ts
|
|
232
|
+
/** Standalone `modal.footer` stylesheet. */
|
|
233
|
+
declare const modalFooterCss: Definition["css"];
|
|
234
|
+
//#endregion
|
|
235
|
+
//#region src/components/breadcrumb/index.d.ts
|
|
177
236
|
/** Standalone `breadcrumb` stylesheet — the prefixed CSS for the breadcrumb trail, ready to ship as a `.css` file. */
|
|
178
237
|
declare const breadcrumbCss: Definition["css"];
|
|
179
238
|
//#endregion
|
|
180
|
-
//#region src/components/
|
|
239
|
+
//#region src/components/breadcrumb/members/link/index.d.ts
|
|
240
|
+
/** Standalone `breadcrumb.link` stylesheet. */
|
|
241
|
+
declare const breadcrumbLinkCss: Definition["css"];
|
|
242
|
+
//#endregion
|
|
243
|
+
//#region src/components/billboard/index.d.ts
|
|
181
244
|
/** Standalone `billboard` stylesheet — the prefixed CSS for the empty-state block, ready to ship as a `.css` file. */
|
|
182
245
|
declare const billboardCss: Definition["css"];
|
|
183
246
|
//#endregion
|
|
184
|
-
//#region src/components/rating.d.ts
|
|
247
|
+
//#region src/components/rating/index.d.ts
|
|
185
248
|
/** Standalone `rating` stylesheet — the prefixed CSS for the star rating, ready to ship as a `.css` file. */
|
|
186
249
|
declare const ratingCss: Definition["css"];
|
|
187
250
|
//#endregion
|
|
188
|
-
//#region src/components/toggle-group.d.ts
|
|
251
|
+
//#region src/components/toggle-group/index.d.ts
|
|
189
252
|
/** Standalone `toggleGroup` stylesheet — the prefixed CSS for the bordered disclosure, ready to ship as a `.css` file. */
|
|
190
253
|
declare const toggleGroupCss: Definition["css"];
|
|
191
254
|
//#endregion
|
|
192
|
-
//#region src/components/context-view.d.ts
|
|
255
|
+
//#region src/components/context-view/index.d.ts
|
|
193
256
|
/** Standalone `contextView` stylesheet — the prefixed CSS for the caret callout, ready to ship as a `.css` file. */
|
|
194
257
|
declare const contextViewCss: Definition["css"];
|
|
195
258
|
//#endregion
|
|
196
|
-
//#region src/components/progress-circle.d.ts
|
|
259
|
+
//#region src/components/progress-circle/index.d.ts
|
|
197
260
|
/** Standalone `progressCircle` stylesheet — the prefixed CSS for the progress ring, ready to ship as a `.css` file. */
|
|
198
261
|
declare const progressCircleCss: Definition["css"];
|
|
199
262
|
//#endregion
|
|
200
|
-
//#region src/components/pagination.d.ts
|
|
263
|
+
//#region src/components/pagination/index.d.ts
|
|
201
264
|
/** Standalone `pagination` stylesheet — the prefixed CSS for the page navigation, ready to ship as a `.css` file. */
|
|
202
265
|
declare const paginationCss: Definition["css"];
|
|
203
266
|
//#endregion
|
|
204
|
-
//#region src/components/
|
|
205
|
-
/** Standalone `
|
|
206
|
-
declare const
|
|
267
|
+
//#region src/components/pagination/members/page/index.d.ts
|
|
268
|
+
/** Standalone `pagination.page` stylesheet. */
|
|
269
|
+
declare const paginationPageCss: Definition["css"];
|
|
207
270
|
//#endregion
|
|
208
|
-
//#region src/components/toggle-details.d.ts
|
|
271
|
+
//#region src/components/toggle-details/index.d.ts
|
|
209
272
|
/** Standalone `toggleDetails` stylesheet — the prefixed CSS for the details disclosure, ready to ship as a `.css` file. */
|
|
210
273
|
declare const toggleDetailsCss: Definition["css"];
|
|
211
274
|
//#endregion
|
|
212
|
-
//#region src/components/file-drop.d.ts
|
|
275
|
+
//#region src/components/file-drop/index.d.ts
|
|
213
276
|
/** Standalone `fileDrop` stylesheet — the prefixed CSS for the file dropzone, ready to ship as a `.css` file. */
|
|
214
277
|
declare const fileDropCss: Definition["css"];
|
|
215
278
|
//#endregion
|
|
216
|
-
//#region src/components/side-nav-bar.d.ts
|
|
279
|
+
//#region src/components/side-nav-bar/index.d.ts
|
|
217
280
|
/** Standalone `sideNavBar` stylesheet — the prefixed CSS for the navigation rail, ready to ship as a `.css` file. */
|
|
218
281
|
declare const sideNavBarCss: Definition["css"];
|
|
219
282
|
//#endregion
|
|
220
|
-
//#region src/components/
|
|
283
|
+
//#region src/components/side-nav-bar/members/item/index.d.ts
|
|
284
|
+
/** Standalone `side-nav-bar.item` stylesheet. */
|
|
285
|
+
declare const sideNavBarItemCss: Definition["css"];
|
|
286
|
+
//#endregion
|
|
287
|
+
//#region src/components/tree-browser/index.d.ts
|
|
221
288
|
/** Standalone `treeBrowser` stylesheet — the prefixed CSS for the disclosure tree, ready to ship as a `.css` file. */
|
|
222
289
|
declare const treeBrowserCss: Definition["css"];
|
|
223
290
|
//#endregion
|
|
224
|
-
//#region src/components/calendar.d.ts
|
|
291
|
+
//#region src/components/calendar/index.d.ts
|
|
225
292
|
/** Standalone `calendar` stylesheet — the prefixed CSS for the month grid, ready to ship as a `.css` file. */
|
|
226
293
|
declare const calendarCss: Definition["css"];
|
|
227
294
|
//#endregion
|
|
228
|
-
//#region src/components/
|
|
295
|
+
//#region src/components/calendar/members/day/index.d.ts
|
|
296
|
+
/** Standalone `calendar.day` stylesheet. */
|
|
297
|
+
declare const calendarDayCss: Definition["css"];
|
|
298
|
+
//#endregion
|
|
299
|
+
//#region src/components/popover/index.d.ts
|
|
229
300
|
/** Standalone `popover` stylesheet — the prefixed CSS for the popover surface, ready to ship as a `.css` file. */
|
|
230
301
|
declare const popoverCss: Definition["css"];
|
|
231
302
|
//#endregion
|
|
232
|
-
//#region src/components/tray.d.ts
|
|
303
|
+
//#region src/components/tray/index.d.ts
|
|
233
304
|
/** Standalone `tray` stylesheet — the prefixed CSS for the sliding tray, ready to ship as a `.css` file. */
|
|
234
305
|
declare const trayCss: Definition["css"];
|
|
235
306
|
//#endregion
|
|
236
|
-
//#region src/components/tooltip.d.ts
|
|
307
|
+
//#region src/components/tooltip/index.d.ts
|
|
237
308
|
/** Standalone `tooltip` stylesheet — the prefixed CSS for the tooltip bubble, ready to ship as a `.css` file. */
|
|
238
309
|
declare const tooltipCss: Definition["css"];
|
|
239
310
|
//#endregion
|
|
240
|
-
//#region src/components/range-input.d.ts
|
|
311
|
+
//#region src/components/range-input/index.d.ts
|
|
241
312
|
/** Standalone `rangeInput` stylesheet — the prefixed CSS for the range slider, ready to ship as a `.css` file. */
|
|
242
313
|
declare const rangeInputCss: Definition["css"];
|
|
243
314
|
//#endregion
|
|
244
|
-
//#region src/components/heading.d.ts
|
|
315
|
+
//#region src/components/heading/index.d.ts
|
|
245
316
|
/** Standalone `heading` stylesheet — the prefixed CSS for the heading type, ready to ship as a `.css` file. */
|
|
246
317
|
declare const headingCss: Definition["css"];
|
|
247
318
|
//#endregion
|
|
248
|
-
//#region src/components/text.d.ts
|
|
319
|
+
//#region src/components/text/index.d.ts
|
|
249
320
|
/** Standalone `text` stylesheet — the prefixed CSS for the body typography, ready to ship as a `.css` file. */
|
|
250
321
|
declare const textCss: Definition["css"];
|
|
251
322
|
//#endregion
|
|
252
|
-
//#region src/components/close-button.d.ts
|
|
323
|
+
//#region src/components/close-button/index.d.ts
|
|
253
324
|
/** Standalone `closeButton` stylesheet — the prefixed CSS for the close button, ready to ship as a `.css` file. */
|
|
254
325
|
declare const closeButtonCss: Definition["css"];
|
|
255
326
|
//#endregion
|
|
256
|
-
//#region src/components/text-input.d.ts
|
|
327
|
+
//#region src/components/text-input/index.d.ts
|
|
257
328
|
/** Standalone `textInput` stylesheet — the prefixed CSS for the text input, ready to ship as a `.css` file. */
|
|
258
329
|
declare const textInputCss: Definition["css"];
|
|
259
330
|
//#endregion
|
|
260
|
-
//#region src/components/text-area.d.ts
|
|
331
|
+
//#region src/components/text-area/index.d.ts
|
|
261
332
|
/** Standalone `textArea` stylesheet — the prefixed CSS for the textarea, ready to ship as a `.css` file. */
|
|
262
333
|
declare const textAreaCss: Definition["css"];
|
|
263
334
|
//#endregion
|
|
264
|
-
//#region src/components/simple-select.d.ts
|
|
335
|
+
//#region src/components/simple-select/index.d.ts
|
|
265
336
|
/** Standalone `simpleSelect` stylesheet — the prefixed CSS for the native select, ready to ship as a `.css` file. */
|
|
266
337
|
declare const simpleSelectCss: Definition["css"];
|
|
267
338
|
//#endregion
|
|
268
|
-
//#region src/components/input-group.d.ts
|
|
339
|
+
//#region src/components/input-group/index.d.ts
|
|
269
340
|
/** Standalone `inputGroup` stylesheet — the prefixed CSS for the input group, ready to ship as a `.css` file. */
|
|
270
341
|
declare const inputGroupCss: Definition["css"];
|
|
271
342
|
//#endregion
|
|
272
|
-
//#region src/components/number-input.d.ts
|
|
343
|
+
//#region src/components/number-input/index.d.ts
|
|
273
344
|
/** Standalone `numberInput` stylesheet — the prefixed CSS for the number input, ready to ship as a `.css` file. */
|
|
274
345
|
declare const numberInputCss: Definition["css"];
|
|
275
346
|
//#endregion
|
|
276
|
-
//#region src/components/in-place-edit.d.ts
|
|
347
|
+
//#region src/components/in-place-edit/index.d.ts
|
|
277
348
|
/** Standalone `inPlaceEdit` stylesheet — the prefixed CSS for the in-place editor, ready to ship as a `.css` file. */
|
|
278
349
|
declare const inPlaceEditCss: Definition["css"];
|
|
279
350
|
//#endregion
|
|
280
|
-
//#region src/components/form-field-messages.d.ts
|
|
351
|
+
//#region src/components/form-field-messages/index.d.ts
|
|
281
352
|
/** Standalone `formFieldMessages` stylesheet — the prefixed CSS for the field messages, ready to ship as a `.css` file. */
|
|
282
353
|
declare const formFieldMessagesCss: Definition["css"];
|
|
283
354
|
//#endregion
|
|
284
|
-
//#region src/components/form-field.d.ts
|
|
355
|
+
//#region src/components/form-field/index.d.ts
|
|
285
356
|
/** Standalone `formField` stylesheet — the prefixed CSS for the form-field wrapper, ready to ship as a `.css` file. */
|
|
286
357
|
declare const formFieldCss: Definition["css"];
|
|
287
358
|
//#endregion
|
|
288
|
-
//#region src/components/form-field-group.d.ts
|
|
359
|
+
//#region src/components/form-field-group/index.d.ts
|
|
289
360
|
/** Standalone `formFieldGroup` stylesheet — the prefixed CSS for the fieldset group, ready to ship as a `.css` file. */
|
|
290
361
|
declare const formFieldGroupCss: Definition["css"];
|
|
291
362
|
//#endregion
|
|
292
|
-
//#region src/components/radio-input-group.d.ts
|
|
363
|
+
//#region src/components/radio-input-group/index.d.ts
|
|
293
364
|
/** Standalone `radioInputGroup` stylesheet — the prefixed CSS for the radio group, ready to ship as a `.css` file. */
|
|
294
365
|
declare const radioInputGroupCss: Definition["css"];
|
|
295
366
|
//#endregion
|
|
296
|
-
//#region src/components/
|
|
367
|
+
//#region src/components/view/index.d.ts
|
|
368
|
+
/** The View component as a standalone, header-wrapped stylesheet. */
|
|
369
|
+
declare const viewCss: Definition["css"];
|
|
370
|
+
//#endregion
|
|
371
|
+
//#region src/components/select/index.d.ts
|
|
297
372
|
/**
|
|
298
373
|
* The **experimental** customizable-select enhancement for `.<prefix>-simple-select`. Everything is
|
|
299
374
|
* gated behind `@supports (appearance: base-select)` (the CSS Customizable Select model — Chrome 135+,
|
|
@@ -318,35 +393,63 @@ declare const radioInputGroupCss: Definition["css"];
|
|
|
318
393
|
*/
|
|
319
394
|
declare function selectCss(options?: ComponentOptions): string;
|
|
320
395
|
//#endregion
|
|
321
|
-
//#region src/utilities/
|
|
322
|
-
/** The View utility as a standalone, header-wrapped stylesheet. */
|
|
323
|
-
declare const viewCss: Definition["css"];
|
|
324
|
-
//#endregion
|
|
325
|
-
//#region src/utilities/spacing.d.ts
|
|
396
|
+
//#region src/utilities/spacing/index.d.ts
|
|
326
397
|
/** The spacing utilities as a standalone, header-wrapped stylesheet. */
|
|
327
398
|
declare const spacingUtilitiesCss: Definition["css"];
|
|
328
399
|
//#endregion
|
|
329
|
-
//#region src/utilities/
|
|
400
|
+
//#region src/utilities/gap/index.d.ts
|
|
401
|
+
/** The gap utility as a standalone, header-wrapped stylesheet. */
|
|
402
|
+
declare const gapCss: Definition["css"];
|
|
403
|
+
//#endregion
|
|
404
|
+
//#region src/utilities/layout/index.d.ts
|
|
330
405
|
/** The layout utilities as a standalone, header-wrapped stylesheet. */
|
|
331
406
|
declare const layoutUtilitiesCss: Definition["css"];
|
|
332
407
|
//#endregion
|
|
333
|
-
//#region src/utilities/responsive.d.ts
|
|
408
|
+
//#region src/utilities/responsive/index.d.ts
|
|
334
409
|
/** The responsive-visibility utilities as a standalone, header-wrapped stylesheet. */
|
|
335
410
|
declare const responsiveUtilitiesCss: Definition["css"];
|
|
336
411
|
//#endregion
|
|
337
|
-
//#region src/utilities/
|
|
338
|
-
/** The
|
|
339
|
-
declare const
|
|
412
|
+
//#region src/utilities/position/index.d.ts
|
|
413
|
+
/** The position utility as a standalone, header-wrapped stylesheet. */
|
|
414
|
+
declare const positionUtilitiesCss: Definition["css"];
|
|
415
|
+
//#endregion
|
|
416
|
+
//#region src/utilities/overflow/index.d.ts
|
|
417
|
+
/** The overflow utility as a standalone, header-wrapped stylesheet. */
|
|
418
|
+
declare const overflowUtilitiesCss: Definition["css"];
|
|
340
419
|
//#endregion
|
|
341
|
-
//#region src/utilities/
|
|
420
|
+
//#region src/utilities/cursor/index.d.ts
|
|
421
|
+
/** The cursor utility as a standalone, header-wrapped stylesheet. */
|
|
422
|
+
declare const cursorUtilitiesCss: Definition["css"];
|
|
423
|
+
//#endregion
|
|
424
|
+
//#region src/utilities/stacking/index.d.ts
|
|
425
|
+
/** The stacking utility as a standalone, header-wrapped stylesheet. */
|
|
426
|
+
declare const stackingUtilityCss: Definition["css"];
|
|
427
|
+
//#endregion
|
|
428
|
+
//#region src/utilities/mask/index.d.ts
|
|
342
429
|
/** The mask utility as a standalone, header-wrapped stylesheet. */
|
|
343
|
-
declare const
|
|
430
|
+
declare const maskUtilityCss: Definition["css"];
|
|
431
|
+
//#endregion
|
|
432
|
+
//#region src/utilities/transition/index.d.ts
|
|
433
|
+
/** The transition utility as a standalone, header-wrapped stylesheet. */
|
|
434
|
+
declare const transitionCss: Definition["css"];
|
|
435
|
+
//#endregion
|
|
436
|
+
//#region src/utilities/truncate/index.d.ts
|
|
437
|
+
/** The truncate utility as a standalone, header-wrapped stylesheet. */
|
|
438
|
+
declare const truncateCss: Definition["css"];
|
|
344
439
|
//#endregion
|
|
345
|
-
//#region src/utilities/
|
|
440
|
+
//#region src/utilities/icon/index.d.ts
|
|
441
|
+
/** The icon utility as a standalone, header-wrapped stylesheet. */
|
|
442
|
+
declare const iconCss: Definition["css"];
|
|
443
|
+
//#endregion
|
|
444
|
+
//#region src/utilities/screen-reader-content/index.d.ts
|
|
346
445
|
/** The screen-reader-content utility as a standalone, header-wrapped stylesheet. */
|
|
347
446
|
declare const screenReaderContentCss: Definition["css"];
|
|
348
447
|
//#endregion
|
|
349
|
-
//#region src/utilities/
|
|
448
|
+
//#region src/utilities/visual-debug/index.d.ts
|
|
449
|
+
/** The visual-debug utility as a standalone, header-wrapped stylesheet. */
|
|
450
|
+
declare const visualDebugCss: Definition["css"];
|
|
451
|
+
//#endregion
|
|
452
|
+
//#region src/utilities/icon-glyphs/index.d.ts
|
|
350
453
|
/** Options for {@link iconGlyphsCss}. */
|
|
351
454
|
interface IconGlyphsOptions extends ComponentOptions {
|
|
352
455
|
/**
|
|
@@ -394,8 +497,8 @@ declare function iconGlyphsCss(names: readonly string[], options?: IconGlyphsOpt
|
|
|
394
497
|
declare function baseCss(): string;
|
|
395
498
|
/**
|
|
396
499
|
* Build the aggregated component stylesheet: every component's rules in the `COMPONENTS` concat order.
|
|
397
|
-
* The size-alias and
|
|
398
|
-
*
|
|
500
|
+
* The size-alias and alias twins are appended PER COMPONENT (within its own chunk) so each alias
|
|
501
|
+
* documents on its own page — the aliases are discovered from each record's `@alias {@link -x}` or
|
|
399
502
|
* `@deprecated {@link -x}` metadata (see `withAliases`), not a central hand-kept list. The
|
|
400
503
|
* `--instui-elevation-*` shadow scale the components reference is defined in the token sheet
|
|
401
504
|
* (`@pantoken/css`), so it's no longer inlined here.
|
|
@@ -405,4 +508,4 @@ declare function baseCss(): string;
|
|
|
405
508
|
*/
|
|
406
509
|
declare function componentsCss(options?: ComponentOptions): string;
|
|
407
510
|
//#endregion
|
|
408
|
-
export { type ComponentOptions, DEFAULT_PREFIX, ELEVATION_NAMES, FOCUSABLE_SELECTOR, type IconGlyphsOptions, type ProseOptions, alertCss, avatarCss, badgeCss, baseCss, billboardCss, breadcrumbCss, buttonCss, bylineCss, calendarCss, checkboxCss, closeButtonCss, componentsCss, contextViewCss, elevationCss, elevationDeclarations, fileDropCss, focusOutlineCss, focusOutlineDeclarations, focusOutlineRules, formFieldCss, formFieldGroupCss, formFieldMessagesCss, headingCss, iconCss, iconGlyphsCss, imgCss, inPlaceEditCss, inputGroupCss, layoutUtilitiesCss, linkCss, listCss, maskCss, menuCss, metricCss, modalCss, numberInputCss, paginationCss, pillCss, popoverCss, progressCircleCss, progressCss, proseCss, radioCss, radioInputGroupCss, rangeInputCss, ratingCss, responsiveUtilitiesCss, screenReaderContentCss, selectCss, sideNavBarCss, simpleSelectCss, spacingUtilitiesCss, spinnerCss, tableCss, tabsCss, tagCss, textAreaCss, textCss, textInputCss, toggleDetailsCss, toggleGroupCss, tooltipCss, trayCss, treeBrowserCss, truncateCss, viewCss };
|
|
511
|
+
export { type ComponentOptions, DEFAULT_PREFIX, ELEVATION_NAMES, FOCUSABLE_SELECTOR, type IconGlyphsOptions, type ProseOptions, alertCss, avatarCss, badgeCss, baseCss, billboardCss, breadcrumbCss, breadcrumbLinkCss, buttonCss, bylineCss, calendarCss, calendarDayCss, checkboxCss, closeButtonCss, componentsCss, contextViewCss, cursorUtilitiesCss, elevationCss, elevationDeclarations, fileDropCss, focusOutlineCss, focusOutlineDeclarations, focusOutlineRules, formFieldCss, formFieldGroupCss, formFieldMessagesCss, gapCss, headingCss, iconCss, iconGlyphsCss, imgCss, inPlaceEditCss, inputGroupCss, layoutUtilitiesCss, linkCss, listCss, listItemCss, maskCss, maskUtilityCss, menuCss, menuGroupCss, menuItemCss, menuSeparatorCss, metricCss, modalBodyCss, modalCss, modalFooterCss, modalHeaderCss, numberInputCss, overflowUtilitiesCss, paginationCss, paginationPageCss, pillCss, popoverCss, positionUtilitiesCss, progressCircleCss, progressCss, proseCss, radioCss, radioInputGroupCss, rangeInputCss, ratingCss, responsiveUtilitiesCss, screenReaderContentCss, selectCss, sideNavBarCss, sideNavBarItemCss, simpleSelectCss, spacingUtilitiesCss, spinnerCss, stackingUtilityCss, tableBodyCss, tableCellCss, tableColHeaderCss, tableCss, tableHeadCss, tableRowCss, tableRowHeaderCss, tabsCss, tabsPanelCss, tabsTabCss, tagCss, textAreaCss, textCss, textInputCss, toggleDetailsCss, toggleGroupCss, tooltipCss, transitionCss, trayCss, treeBrowserCss, truncateCss, viewCss, visualDebugCss };
|