@pantoken/pantoken 0.2.7 → 0.2.8

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/model.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "kind": "component",
5
5
  "className": ".instui-button",
6
6
  "summary": "An accessible action control, styled from the token palette; primary by default.",
7
- "remarks": "The AI variants layer two gradients — a padding-box fill and a border-box stroke — for their frame, and `-color-ai-secondary` can't paint gradient text and a fill at once, so its centre stays transparent at rest and fills on hover or active. Ghost hover and active derive a low-opacity, slightly-darkened brand wash rather than using the raw hover-background tokens, which would print same-colour-on-same-colour text. Also sets its own icon/label `gap` and horizontal `padding`; chaining a `-gap-*`/`-p-*`/`-padding-*` spacing utility modifier overrides those built-in values.",
7
+ "remarks": "The AI variants layer two gradients — a padding-box fill and a border-box stroke — for their frame, and `-color-ai-secondary` can't paint gradient text and a fill at once, so its centre stays transparent at rest and fills on hover or active. `-without-background` hover and active derive a low-opacity, slightly-darkened brand wash rather than using the raw hover-background tokens, which would print same-colour-on-same-colour text. Also sets its own icon/label `gap` and horizontal `padding`; chaining a `-gap-*`/`-p-*`/`-padding-*` spacing utility modifier overrides those built-in values. The optional `.instui-button-group` wrapper maps Figma's `.buttonGroup` and owns adjacent button spacing.",
8
8
  "accessibility": "Drive the `-toggle` variant's pressed state with `aria-pressed`, and mark a disabled button with `aria-disabled` (or the native `disabled`).",
9
9
  "modifiers": [
10
10
  {
@@ -25,11 +25,19 @@
25
25
  "value": "danger",
26
26
  "description": "A destructive action."
27
27
  },
28
+ {
29
+ "name": "-color-primary",
30
+ "prop": "color",
31
+ "value": "primary",
32
+ "description": "(default) the primary action."
33
+ },
28
34
  {
29
35
  "name": "-color-primary-inverse",
30
36
  "prop": "color",
31
37
  "value": "primary-inverse",
32
- "description": "Primary action for dark backgrounds."
38
+ "deprecated": {
39
+ "canonical": "-on-color"
40
+ }
33
41
  },
34
42
  {
35
43
  "name": "-color-secondary",
@@ -63,7 +71,9 @@
63
71
  {
64
72
  "name": "-ghost",
65
73
  "prop": "ghost",
66
- "description": "Outline (ghost) style: a border in the colour's ghost tokens, no fill."
74
+ "deprecated": {
75
+ "canonical": "-color-tertiary"
76
+ }
67
77
  },
68
78
  {
69
79
  "name": "-icon-*",
@@ -71,6 +81,12 @@
71
81
  "pattern": true,
72
82
  "description": "Render a glyph from the icon set before the label (e.g. `-icon-arrow-right`), painted in the button's text colour; pair with `-shape-square`/`-shape-circle` for an icon-only button."
73
83
  },
84
+ {
85
+ "name": "-on-color",
86
+ "prop": "on",
87
+ "value": "color",
88
+ "description": "For a button placed on a coloured (non-neutral) surface. Composed with `-color-primary` (default) fills white with dark text; composed with `-color-secondary` stays transparent with a white border and text."
89
+ },
74
90
  {
75
91
  "name": "-shape-circle",
76
92
  "prop": "shape",
@@ -95,6 +111,18 @@
95
111
  "value": "lg",
96
112
  "description": "Large."
97
113
  },
114
+ {
115
+ "name": "-size-md",
116
+ "prop": "size",
117
+ "value": "md",
118
+ "description": "(default) medium size."
119
+ },
120
+ {
121
+ "name": "-size-medium",
122
+ "prop": "size",
123
+ "value": "medium",
124
+ "description": "(default) medium size. Long-form alias of `-size-md`."
125
+ },
98
126
  {
99
127
  "name": "-size-sm",
100
128
  "prop": "size",
@@ -211,33 +239,18 @@
211
239
  {
212
240
  "name": "--instui-color-background-interactive-action-primary-base"
213
241
  },
214
- {
215
- "name": "--instui-color-background-interactive-action-primary-disabled"
216
- },
217
242
  {
218
243
  "name": "--instui-color-background-interactive-action-primary-hover"
219
244
  },
220
245
  {
221
246
  "name": "--instui-color-background-interactive-action-secondary-active"
222
247
  },
223
- {
224
- "name": "--instui-color-background-interactive-action-secondary-base"
225
- },
226
- {
227
- "name": "--instui-color-background-interactive-action-secondary-hover"
228
- },
229
248
  {
230
249
  "name": "--instui-color-background-interactive-action-success-base"
231
250
  },
232
251
  {
233
252
  "name": "--instui-color-background-interactive-action-success-hover"
234
253
  },
235
- {
236
- "name": "--instui-color-background-interactive-action-tertiary-active"
237
- },
238
- {
239
- "name": "--instui-color-background-interactive-action-tertiary-hover"
240
- },
241
254
  {
242
255
  "name": "--instui-color-background-muted"
243
256
  },
@@ -260,16 +273,16 @@
260
273
  "name": "--instui-color-stroke-interactive-action-ai-top-gradient-hover"
261
274
  },
262
275
  {
263
- "name": "--instui-color-stroke-interactive-action-secondary-active"
276
+ "name": "--instui-color-stroke-interactive-action-primary-active"
264
277
  },
265
278
  {
266
- "name": "--instui-color-stroke-interactive-action-secondary-base"
279
+ "name": "--instui-color-stroke-interactive-action-primary-base"
267
280
  },
268
281
  {
269
- "name": "--instui-color-stroke-interactive-action-secondary-hover"
282
+ "name": "--instui-color-stroke-interactive-action-primary-hover"
270
283
  },
271
284
  {
272
- "name": "--instui-color-stroke-interactive-action-tertiary-base"
285
+ "name": "--instui-color-stroke-interactive-action-secondary-active"
273
286
  },
274
287
  {
275
288
  "name": "--instui-color-text-interactive-action-ai-active"
@@ -289,9 +302,6 @@
289
302
  {
290
303
  "name": "--instui-color-text-interactive-action-primary-base"
291
304
  },
292
- {
293
- "name": "--instui-color-text-interactive-action-primary-disabled"
294
- },
295
305
  {
296
306
  "name": "--instui-color-text-interactive-action-secondary-base"
297
307
  },
@@ -299,7 +309,13 @@
299
309
  "name": "--instui-color-text-interactive-action-status-base"
300
310
  },
301
311
  {
302
- "name": "--instui-color-text-interactive-action-tertiary-base"
312
+ "name": "--instui-component-base-button-ai-disabled-background-color"
313
+ },
314
+ {
315
+ "name": "--instui-component-base-button-ai-disabled-border-color"
316
+ },
317
+ {
318
+ "name": "--instui-component-base-button-ai-disabled-text-color"
303
319
  },
304
320
  {
305
321
  "name": "--instui-component-base-button-border-radius"
@@ -322,6 +338,18 @@
322
338
  {
323
339
  "name": "--instui-component-base-button-medium-padding-horizontal"
324
340
  },
341
+ {
342
+ "name": "--instui-component-base-button-primary-color"
343
+ },
344
+ {
345
+ "name": "--instui-component-base-button-primary-disabled-background-color"
346
+ },
347
+ {
348
+ "name": "--instui-component-base-button-primary-disabled-border-color"
349
+ },
350
+ {
351
+ "name": "--instui-component-base-button-primary-ghost-active-background"
352
+ },
325
353
  {
326
354
  "name": "--instui-component-base-button-primary-ghost-background"
327
355
  },
@@ -331,6 +359,9 @@
331
359
  {
332
360
  "name": "--instui-component-base-button-primary-ghost-color"
333
361
  },
362
+ {
363
+ "name": "--instui-component-base-button-primary-ghost-hover-background"
364
+ },
334
365
  {
335
366
  "name": "--instui-component-base-button-primary-inverse-active-background"
336
367
  },
@@ -343,23 +374,92 @@
343
374
  {
344
375
  "name": "--instui-component-base-button-primary-inverse-color"
345
376
  },
377
+ {
378
+ "name": "--instui-component-base-button-primary-inverse-ghost-active-background"
379
+ },
380
+ {
381
+ "name": "--instui-component-base-button-primary-inverse-ghost-border-color"
382
+ },
383
+ {
384
+ "name": "--instui-component-base-button-primary-inverse-ghost-color"
385
+ },
386
+ {
387
+ "name": "--instui-component-base-button-primary-inverse-ghost-hover-background"
388
+ },
346
389
  {
347
390
  "name": "--instui-component-base-button-primary-inverse-hover-background"
348
391
  },
349
392
  {
350
393
  "name": "--instui-component-base-button-primary-on-color-active-border-color"
351
394
  },
395
+ {
396
+ "name": "--instui-component-base-button-primary-on-color-active-text-color"
397
+ },
398
+ {
399
+ "name": "--instui-component-base-button-primary-on-color-disabled-background-color"
400
+ },
401
+ {
402
+ "name": "--instui-component-base-button-primary-on-color-disabled-border-color"
403
+ },
404
+ {
405
+ "name": "--instui-component-base-button-primary-on-color-disabled-text-color"
406
+ },
352
407
  {
353
408
  "name": "--instui-component-base-button-primary-on-color-hover-border-color"
354
409
  },
355
410
  {
356
- "name": "--instui-component-base-button-secondary-ghost-background"
411
+ "name": "--instui-component-base-button-primary-on-color-hover-text-color"
412
+ },
413
+ {
414
+ "name": "--instui-component-base-button-secondary-active-background"
415
+ },
416
+ {
417
+ "name": "--instui-component-base-button-secondary-active-border-color"
418
+ },
419
+ {
420
+ "name": "--instui-component-base-button-secondary-active-text-color"
421
+ },
422
+ {
423
+ "name": "--instui-component-base-button-secondary-background"
424
+ },
425
+ {
426
+ "name": "--instui-component-base-button-secondary-border-color"
427
+ },
428
+ {
429
+ "name": "--instui-component-base-button-secondary-color"
430
+ },
431
+ {
432
+ "name": "--instui-component-base-button-secondary-disabled-background-color"
433
+ },
434
+ {
435
+ "name": "--instui-component-base-button-secondary-disabled-border-color"
436
+ },
437
+ {
438
+ "name": "--instui-component-base-button-secondary-disabled-text-color"
439
+ },
440
+ {
441
+ "name": "--instui-component-base-button-secondary-hover-background"
442
+ },
443
+ {
444
+ "name": "--instui-component-base-button-secondary-hover-border-color"
445
+ },
446
+ {
447
+ "name": "--instui-component-base-button-secondary-hover-text-color"
448
+ },
449
+ {
450
+ "name": "--instui-component-base-button-secondary-on-color-active-border-color"
357
451
  },
358
452
  {
359
- "name": "--instui-component-base-button-secondary-ghost-border-color"
453
+ "name": "--instui-component-base-button-secondary-on-color-active-text-color"
360
454
  },
361
455
  {
362
- "name": "--instui-component-base-button-secondary-ghost-color"
456
+ "name": "--instui-component-base-button-secondary-on-color-disabled-border-color"
457
+ },
458
+ {
459
+ "name": "--instui-component-base-button-secondary-on-color-disabled-text-color"
460
+ },
461
+ {
462
+ "name": "--instui-component-base-button-secondary-on-color-hover-text-color"
363
463
  },
364
464
  {
365
465
  "name": "--instui-component-base-button-small-font-size"
@@ -370,6 +470,30 @@
370
470
  {
371
471
  "name": "--instui-component-base-button-small-padding-horizontal"
372
472
  },
473
+ {
474
+ "name": "--instui-component-base-button-tertiary-active-border-color"
475
+ },
476
+ {
477
+ "name": "--instui-component-base-button-tertiary-active-text-color"
478
+ },
479
+ {
480
+ "name": "--instui-component-base-button-tertiary-disabled-border-color"
481
+ },
482
+ {
483
+ "name": "--instui-component-base-button-tertiary-disabled-text-color"
484
+ },
485
+ {
486
+ "name": "--instui-component-base-button-tertiary-hover-border-color"
487
+ },
488
+ {
489
+ "name": "--instui-component-base-button-tertiary-hover-text-color"
490
+ },
491
+ {
492
+ "name": "--instui-component-icon-action-ai-disabled-color"
493
+ },
494
+ {
495
+ "name": "--instui-component-shared-tokens-spacing-gap-buttons"
496
+ },
373
497
  {
374
498
  "name": "--instui-font-family-base"
375
499
  },
@@ -389,8 +513,22 @@
389
513
  "layers": [],
390
514
  "conditions": [],
391
515
  "examples": [
392
- "<button class=\"instui-button\">Primary</button>"
516
+ "```html\n<div class=\"instui-button-group\">\n <button class=\"instui-button\">Primary</button>\n <button class=\"instui-button -color-secondary\">Secondary</button>\n</div>\n```"
517
+ ],
518
+ "structure": [
519
+ {
520
+ "selector": ".instui-button-group",
521
+ "children": [
522
+ {
523
+ "selector": ".instui-button",
524
+ "children": [],
525
+ "cardinality": "one-or-more"
526
+ }
527
+ ],
528
+ "cardinality": "optional"
529
+ }
393
530
  ],
531
+ "structureDescription": "A group wrapper lays out adjacent buttons with the shared button gap.",
394
532
  "demo": "self:button",
395
533
  "see": [],
396
534
  "annotations": [],
@@ -424,7 +562,7 @@
424
562
  "kind": "component",
425
563
  "className": ".instui-alert",
426
564
  "summary": "An inline message with a status colour bar and a masked status glyph from the shared icon set.",
427
- "remarks": "A custom `-icon-<name>` swaps the status glyph but keeps the variant's coloured bar; the bar fill is re-asserted at higher specificity so the shared icon painter doesn't consume it.",
565
+ "remarks": "A custom `-icon-<name>` swaps the status glyph but keeps the variant's coloured bar; the bar fill is re-asserted at higher specificity so the shared icon painter doesn't consume it. A direct close button defaults to small; add a size modifier to override it.",
428
566
  "releaseStage": "stable",
429
567
  "accessibility": "For an important message, add `role=\"alert\"` or an `aria-live` region so assistive tech announces it; the dismiss control is a labelled close button (the `.instui-close-button` in the example carries `aria-label=\"Close\"`).",
430
568
  "modifiers": [
@@ -639,6 +777,9 @@
639
777
  {
640
778
  "name": "--instui-component-base-button-medium-height"
641
779
  },
780
+ {
781
+ "name": "--instui-component-base-button-small-height"
782
+ },
642
783
  {
643
784
  "name": "--instui-elevation-above"
644
785
  },
@@ -689,7 +830,7 @@
689
830
  "layers": [],
690
831
  "conditions": [],
691
832
  "examples": [
692
- "-nocard\n```html\n<div class=\"instui-alert -icon-megaphone --mb-md\">\n An alert with the default <code>info</code> color, and a custom icon.\n</div>\n<div class=\"instui-alert -color-success\">\n Congratulations! You're using the \"success\" color.\n <button class=\"instui-close-button -size-sm\" aria-label=\"Close\"></button>\n</div>\n```"
833
+ "-nocard\n```html\n<div class=\"instui-alert -icon-megaphone --mb-md\">\n An alert with the default <code>info</code> color, and a custom icon.\n</div>\n<div class=\"instui-alert -color-success\">\n Congratulations! You're using the \"success\" color.\n <button class=\"instui-close-button\" aria-label=\"Close\"></button>\n</div>\n```"
693
834
  ],
694
835
  "structure": [
695
836
  {
@@ -732,7 +873,7 @@
732
873
  "profiles": {}
733
874
  },
734
875
  "source": {
735
- "line": 299,
876
+ "line": 574,
736
877
  "column": 1
737
878
  }
738
879
  },
@@ -937,7 +1078,7 @@
937
1078
  "profiles": {}
938
1079
  },
939
1080
  "source": {
940
- "line": 512,
1081
+ "line": 791,
941
1082
  "column": 1
942
1083
  }
943
1084
  },
@@ -1104,7 +1245,7 @@
1104
1245
  "profiles": {}
1105
1246
  },
1106
1247
  "source": {
1107
- "line": 680,
1248
+ "line": 959,
1108
1249
  "column": 1
1109
1250
  }
1110
1251
  },
@@ -1273,7 +1414,7 @@
1273
1414
  "profiles": {}
1274
1415
  },
1275
1416
  "source": {
1276
- "line": 759,
1417
+ "line": 1038,
1277
1418
  "column": 1
1278
1419
  }
1279
1420
  },
@@ -1687,7 +1828,7 @@
1687
1828
  "profiles": {}
1688
1829
  },
1689
1830
  "source": {
1690
- "line": 857,
1831
+ "line": 1136,
1691
1832
  "column": 1
1692
1833
  }
1693
1834
  },
@@ -1776,7 +1917,7 @@
1776
1917
  "profiles": {}
1777
1918
  },
1778
1919
  "source": {
1779
- "line": 1242,
1920
+ "line": 1521,
1780
1921
  "column": 1
1781
1922
  }
1782
1923
  },
@@ -1890,7 +2031,7 @@
1890
2031
  "profiles": {}
1891
2032
  },
1892
2033
  "source": {
1893
- "line": 1294,
2034
+ "line": 1573,
1894
2035
  "column": 1
1895
2036
  }
1896
2037
  },
@@ -1972,7 +2113,7 @@
1972
2113
  "profiles": {}
1973
2114
  },
1974
2115
  "source": {
1975
- "line": 1388,
2116
+ "line": 1667,
1976
2117
  "column": 1
1977
2118
  }
1978
2119
  },
@@ -2096,7 +2237,7 @@
2096
2237
  "profiles": {}
2097
2238
  },
2098
2239
  "source": {
2099
- "line": 1421,
2240
+ "line": 1700,
2100
2241
  "column": 1
2101
2242
  }
2102
2243
  },
@@ -2274,7 +2415,7 @@
2274
2415
  "profiles": {}
2275
2416
  },
2276
2417
  "source": {
2277
- "line": 1487,
2418
+ "line": 1766,
2278
2419
  "column": 1
2279
2420
  }
2280
2421
  },
@@ -2365,7 +2506,7 @@
2365
2506
  "profiles": {}
2366
2507
  },
2367
2508
  "source": {
2368
- "line": 1589,
2509
+ "line": 1868,
2369
2510
  "column": 1
2370
2511
  }
2371
2512
  },
@@ -2493,7 +2634,7 @@
2493
2634
  "profiles": {}
2494
2635
  },
2495
2636
  "source": {
2496
- "line": 1645,
2637
+ "line": 1924,
2497
2638
  "column": 1
2498
2639
  }
2499
2640
  },
@@ -2544,7 +2685,7 @@
2544
2685
  "profiles": {}
2545
2686
  },
2546
2687
  "source": {
2547
- "line": 1731,
2688
+ "line": 2010,
2548
2689
  "column": 1
2549
2690
  }
2550
2691
  },
@@ -2591,7 +2732,7 @@
2591
2732
  "profiles": {}
2592
2733
  },
2593
2734
  "source": {
2594
- "line": 1761,
2735
+ "line": 2040,
2595
2736
  "column": 1
2596
2737
  }
2597
2738
  },
@@ -2654,7 +2795,7 @@
2654
2795
  "profiles": {}
2655
2796
  },
2656
2797
  "source": {
2657
- "line": 1778,
2798
+ "line": 2057,
2658
2799
  "column": 1
2659
2800
  }
2660
2801
  },
@@ -2724,7 +2865,7 @@
2724
2865
  "profiles": {}
2725
2866
  },
2726
2867
  "source": {
2727
- "line": 1820,
2868
+ "line": 2099,
2728
2869
  "column": 1
2729
2870
  }
2730
2871
  },
@@ -2795,7 +2936,7 @@
2795
2936
  "profiles": {}
2796
2937
  },
2797
2938
  "source": {
2798
- "line": 1862,
2939
+ "line": 2141,
2799
2940
  "column": 1
2800
2941
  }
2801
2942
  },
@@ -2871,7 +3012,7 @@
2871
3012
  "profiles": {}
2872
3013
  },
2873
3014
  "source": {
2874
- "line": 1889,
3015
+ "line": 2168,
2875
3016
  "column": 1
2876
3017
  }
2877
3018
  },
@@ -3073,7 +3214,7 @@
3073
3214
  "profiles": {}
3074
3215
  },
3075
3216
  "source": {
3076
- "line": 1935,
3217
+ "line": 2214,
3077
3218
  "column": 1
3078
3219
  }
3079
3220
  },
@@ -3204,7 +3345,7 @@
3204
3345
  "profiles": {}
3205
3346
  },
3206
3347
  "source": {
3207
- "line": 2042,
3348
+ "line": 2321,
3208
3349
  "column": 1
3209
3350
  }
3210
3351
  },
@@ -3341,7 +3482,7 @@
3341
3482
  "profiles": {}
3342
3483
  },
3343
3484
  "source": {
3344
- "line": 2120,
3485
+ "line": 2399,
3345
3486
  "column": 1
3346
3487
  }
3347
3488
  },
@@ -3401,7 +3542,7 @@
3401
3542
  "profiles": {}
3402
3543
  },
3403
3544
  "source": {
3404
- "line": 2195,
3545
+ "line": 2474,
3405
3546
  "column": 1
3406
3547
  }
3407
3548
  },
@@ -3715,7 +3856,7 @@
3715
3856
  "profiles": {}
3716
3857
  },
3717
3858
  "source": {
3718
- "line": 2223,
3859
+ "line": 2502,
3719
3860
  "column": 1
3720
3861
  }
3721
3862
  },
@@ -3998,7 +4139,7 @@
3998
4139
  "profiles": {}
3999
4140
  },
4000
4141
  "source": {
4001
- "line": 2494,
4142
+ "line": 2773,
4002
4143
  "column": 1
4003
4144
  }
4004
4145
  },
@@ -4125,7 +4266,7 @@
4125
4266
  "profiles": {}
4126
4267
  },
4127
4268
  "source": {
4128
- "line": 2787,
4269
+ "line": 3066,
4129
4270
  "column": 1
4130
4271
  }
4131
4272
  },
@@ -4549,7 +4690,7 @@
4549
4690
  "profiles": {}
4550
4691
  },
4551
4692
  "source": {
4552
- "line": 2870,
4693
+ "line": 3149,
4553
4694
  "column": 1
4554
4695
  }
4555
4696
  },
@@ -4646,7 +4787,7 @@
4646
4787
  "profiles": {}
4647
4788
  },
4648
4789
  "source": {
4649
- "line": 3098,
4790
+ "line": 3377,
4650
4791
  "column": 1
4651
4792
  }
4652
4793
  },
@@ -4766,7 +4907,7 @@
4766
4907
  "profiles": {}
4767
4908
  },
4768
4909
  "source": {
4769
- "line": 3133,
4910
+ "line": 3412,
4770
4911
  "column": 1
4771
4912
  }
4772
4913
  },
@@ -4834,7 +4975,7 @@
4834
4975
  "profiles": {}
4835
4976
  },
4836
4977
  "source": {
4837
- "line": 3200,
4978
+ "line": 3479,
4838
4979
  "column": 1
4839
4980
  }
4840
4981
  },
@@ -4893,7 +5034,7 @@
4893
5034
  "profiles": {}
4894
5035
  },
4895
5036
  "source": {
4896
- "line": 3224,
5037
+ "line": 3503,
4897
5038
  "column": 1
4898
5039
  }
4899
5040
  },
@@ -5083,7 +5224,7 @@
5083
5224
  "profiles": {}
5084
5225
  },
5085
5226
  "source": {
5086
- "line": 3245,
5227
+ "line": 3524,
5087
5228
  "column": 1
5088
5229
  }
5089
5230
  },
@@ -5152,7 +5293,7 @@
5152
5293
  "profiles": {}
5153
5294
  },
5154
5295
  "source": {
5155
- "line": 3366,
5296
+ "line": 3645,
5156
5297
  "column": 1
5157
5298
  }
5158
5299
  },
@@ -5209,7 +5350,7 @@
5209
5350
  "profiles": {}
5210
5351
  },
5211
5352
  "source": {
5212
- "line": 3399,
5353
+ "line": 3678,
5213
5354
  "column": 1
5214
5355
  }
5215
5356
  },
@@ -5281,7 +5422,7 @@
5281
5422
  "profiles": {}
5282
5423
  },
5283
5424
  "source": {
5284
- "line": 3443,
5425
+ "line": 3722,
5285
5426
  "column": 1
5286
5427
  }
5287
5428
  },
@@ -5405,7 +5546,7 @@
5405
5546
  "profiles": {}
5406
5547
  },
5407
5548
  "source": {
5408
- "line": 3478,
5549
+ "line": 3757,
5409
5550
  "column": 1
5410
5551
  }
5411
5552
  },
@@ -5522,7 +5663,7 @@
5522
5663
  "profiles": {}
5523
5664
  },
5524
5665
  "source": {
5525
- "line": 3564,
5666
+ "line": 3843,
5526
5667
  "column": 1
5527
5668
  }
5528
5669
  },
@@ -5730,7 +5871,7 @@
5730
5871
  "profiles": {}
5731
5872
  },
5732
5873
  "source": {
5733
- "line": 3681,
5874
+ "line": 3960,
5734
5875
  "column": 1
5735
5876
  }
5736
5877
  },
@@ -5854,7 +5995,7 @@
5854
5995
  "profiles": {}
5855
5996
  },
5856
5997
  "source": {
5857
- "line": 3947,
5998
+ "line": 4226,
5858
5999
  "column": 1
5859
6000
  }
5860
6001
  },
@@ -6008,7 +6149,7 @@
6008
6149
  "profiles": {}
6009
6150
  },
6010
6151
  "source": {
6011
- "line": 4010,
6152
+ "line": 4289,
6012
6153
  "column": 1
6013
6154
  }
6014
6155
  },
@@ -6156,7 +6297,7 @@
6156
6297
  "profiles": {}
6157
6298
  },
6158
6299
  "source": {
6159
- "line": 4117,
6300
+ "line": 4396,
6160
6301
  "column": 1
6161
6302
  }
6162
6303
  },
@@ -6266,7 +6407,7 @@
6266
6407
  "profiles": {}
6267
6408
  },
6268
6409
  "source": {
6269
- "line": 4318,
6410
+ "line": 4597,
6270
6411
  "column": 1
6271
6412
  }
6272
6413
  },
@@ -6384,7 +6525,7 @@
6384
6525
  "profiles": {}
6385
6526
  },
6386
6527
  "source": {
6387
- "line": 4379,
6528
+ "line": 4658,
6388
6529
  "column": 1
6389
6530
  }
6390
6531
  },
@@ -6468,7 +6609,7 @@
6468
6609
  "profiles": {}
6469
6610
  },
6470
6611
  "source": {
6471
- "line": 4469,
6612
+ "line": 4748,
6472
6613
  "column": 1
6473
6614
  }
6474
6615
  },
@@ -6909,7 +7050,7 @@
6909
7050
  "profiles": {}
6910
7051
  },
6911
7052
  "source": {
6912
- "line": 4516,
7053
+ "line": 4795,
6913
7054
  "column": 1
6914
7055
  }
6915
7056
  },
@@ -7063,7 +7204,7 @@
7063
7204
  "profiles": {}
7064
7205
  },
7065
7206
  "source": {
7066
- "line": 4780,
7207
+ "line": 5059,
7067
7208
  "column": 1
7068
7209
  }
7069
7210
  },
@@ -7154,7 +7295,7 @@
7154
7295
  "profiles": {}
7155
7296
  },
7156
7297
  "source": {
7157
- "line": 4885,
7298
+ "line": 5164,
7158
7299
  "column": 1
7159
7300
  }
7160
7301
  },
@@ -7307,7 +7448,7 @@
7307
7448
  "profiles": {}
7308
7449
  },
7309
7450
  "source": {
7310
- "line": 4939,
7451
+ "line": 5218,
7311
7452
  "column": 1
7312
7453
  }
7313
7454
  },
@@ -7434,7 +7575,7 @@
7434
7575
  "profiles": {}
7435
7576
  },
7436
7577
  "source": {
7437
- "line": 5050,
7578
+ "line": 5329,
7438
7579
  "column": 1
7439
7580
  }
7440
7581
  },
@@ -7527,7 +7668,7 @@
7527
7668
  "profiles": {}
7528
7669
  },
7529
7670
  "source": {
7530
- "line": 5107,
7671
+ "line": 5386,
7531
7672
  "column": 1
7532
7673
  }
7533
7674
  },
@@ -7625,7 +7766,7 @@
7625
7766
  "profiles": {}
7626
7767
  },
7627
7768
  "source": {
7628
- "line": 5166,
7769
+ "line": 5445,
7629
7770
  "column": 1
7630
7771
  }
7631
7772
  },
@@ -7818,7 +7959,7 @@
7818
7959
  "profiles": {}
7819
7960
  },
7820
7961
  "source": {
7821
- "line": 5217,
7962
+ "line": 5496,
7822
7963
  "column": 1
7823
7964
  }
7824
7965
  },
@@ -7944,7 +8085,7 @@
7944
8085
  "profiles": {}
7945
8086
  },
7946
8087
  "source": {
7947
- "line": 5366,
8088
+ "line": 5645,
7948
8089
  "column": 1
7949
8090
  }
7950
8091
  },
@@ -8044,7 +8185,7 @@
8044
8185
  "profiles": {}
8045
8186
  },
8046
8187
  "source": {
8047
- "line": 5467,
8188
+ "line": 5746,
8048
8189
  "column": 1
8049
8190
  }
8050
8191
  },
@@ -8175,7 +8316,7 @@
8175
8316
  "profiles": {}
8176
8317
  },
8177
8318
  "source": {
8178
- "line": 5512,
8319
+ "line": 5791,
8179
8320
  "column": 1
8180
8321
  }
8181
8322
  },
@@ -8386,7 +8527,7 @@
8386
8527
  "profiles": {}
8387
8528
  },
8388
8529
  "source": {
8389
- "line": 5604,
8530
+ "line": 5883,
8390
8531
  "column": 1
8391
8532
  }
8392
8533
  },
@@ -8493,7 +8634,7 @@
8493
8634
  "profiles": {}
8494
8635
  },
8495
8636
  "source": {
8496
- "line": 5780,
8637
+ "line": 6059,
8497
8638
  "column": 1
8498
8639
  }
8499
8640
  },
@@ -8640,7 +8781,7 @@
8640
8781
  "profiles": {}
8641
8782
  },
8642
8783
  "source": {
8643
- "line": 5865,
8784
+ "line": 6144,
8644
8785
  "column": 1
8645
8786
  }
8646
8787
  },
@@ -8698,7 +8839,7 @@
8698
8839
  "profiles": {}
8699
8840
  },
8700
8841
  "source": {
8701
- "line": 6014,
8842
+ "line": 6293,
8702
8843
  "column": 1
8703
8844
  }
8704
8845
  },
@@ -8742,7 +8883,7 @@
8742
8883
  "profiles": {}
8743
8884
  },
8744
8885
  "source": {
8745
- "line": 6050,
8886
+ "line": 6329,
8746
8887
  "column": 1
8747
8888
  }
8748
8889
  },
@@ -8772,6 +8913,12 @@
8772
8913
  "value": "ai",
8773
8914
  "description": "AI-accent colour."
8774
8915
  },
8916
+ {
8917
+ "name": "-color-primary",
8918
+ "prop": "color",
8919
+ "value": "primary",
8920
+ "description": "(default) Primary colour."
8921
+ },
8775
8922
  {
8776
8923
  "name": "-color-primary-inverse",
8777
8924
  "prop": "color",
@@ -8998,7 +9145,7 @@
8998
9145
  "profiles": {}
8999
9146
  },
9000
9147
  "source": {
9001
- "line": 6076,
9148
+ "line": 6355,
9002
9149
  "column": 1
9003
9150
  }
9004
9151
  },
@@ -9379,7 +9526,7 @@
9379
9526
  "profiles": {}
9380
9527
  },
9381
9528
  "source": {
9382
- "line": 6141,
9529
+ "line": 6491,
9383
9530
  "column": 1
9384
9531
  }
9385
9532
  },
@@ -9387,15 +9534,23 @@
9387
9534
  "name": "close-button",
9388
9535
  "kind": "component",
9389
9536
  "className": ".instui-close-button",
9390
- "summary": "A transparent icon button that draws its own × glyph, in three sizes plus an inverse variant.",
9537
+ "summary": "A transparent icon button that draws its own × glyph, in three sizes plus an on-color variant.",
9391
9538
  "remarks": "Always renders as an icon-only control with no visible label, so an `aria-label` is required, not optional; compare to `button`'s `-without-background` ghost variant, which keeps a text label.",
9392
- "accessibility": "Give the icon-only button an `aria-label` (e.g. \"Close\").",
9539
+ "accessibility": "Give the icon-only button an `aria-label` (e.g. \"Close\"), and mark a disabled button with `aria-disabled` (or the native `disabled`).",
9393
9540
  "modifiers": [
9394
9541
  {
9395
9542
  "name": "-color-inverse",
9396
9543
  "prop": "color",
9397
9544
  "value": "inverse",
9398
- "description": "For dark backgrounds."
9545
+ "deprecated": {
9546
+ "canonical": "-on-color"
9547
+ }
9548
+ },
9549
+ {
9550
+ "name": "-on-color",
9551
+ "prop": "on",
9552
+ "value": "color",
9553
+ "description": "For a close button placed on a coloured (non-neutral) surface."
9399
9554
  },
9400
9555
  {
9401
9556
  "name": "-size-large",
@@ -9409,6 +9564,18 @@
9409
9564
  "value": "lg",
9410
9565
  "description": "Large."
9411
9566
  },
9567
+ {
9568
+ "name": "-size-md",
9569
+ "prop": "size",
9570
+ "value": "md",
9571
+ "description": "(default) medium size."
9572
+ },
9573
+ {
9574
+ "name": "-size-medium",
9575
+ "prop": "size",
9576
+ "value": "medium",
9577
+ "description": "(default) medium size. Long-form alias of `-size-md`."
9578
+ },
9412
9579
  {
9413
9580
  "name": "-size-sm",
9414
9581
  "prop": "size",
@@ -9430,34 +9597,56 @@
9430
9597
  "description": "The × glyph, masked in `currentColor`."
9431
9598
  }
9432
9599
  ],
9433
- "states": [],
9600
+ "states": [
9601
+ {
9602
+ "name": "aria-disabled=true",
9603
+ "kind": "attribute",
9604
+ "selector": "[aria-disabled=\"true\"]"
9605
+ },
9606
+ {
9607
+ "name": "disabled",
9608
+ "kind": "pseudo-class"
9609
+ }
9610
+ ],
9434
9611
  "slots": [],
9435
9612
  "todos": [],
9436
9613
  "cssPropertiesConsumed": [
9437
9614
  {
9438
- "name": "--instui-color-background-interactive-action-tertiary-active"
9615
+ "name": "--instui-component-base-button-border-radius"
9439
9616
  },
9440
9617
  {
9441
- "name": "--instui-color-background-interactive-action-tertiary-hover"
9618
+ "name": "--instui-component-base-button-large-height"
9442
9619
  },
9443
9620
  {
9444
- "name": "--instui-color-text-interactive-action-secondary-base"
9621
+ "name": "--instui-component-base-button-medium-height"
9445
9622
  },
9446
9623
  {
9447
- "name": "--instui-component-base-button-border-radius"
9624
+ "name": "--instui-component-base-button-primary-ghost-active-background"
9448
9625
  },
9449
9626
  {
9450
- "name": "--instui-component-base-button-large-height"
9627
+ "name": "--instui-component-base-button-primary-ghost-hover-background"
9451
9628
  },
9452
9629
  {
9453
- "name": "--instui-component-base-button-medium-height"
9630
+ "name": "--instui-component-base-button-primary-inverse-ghost-active-background"
9454
9631
  },
9455
9632
  {
9456
- "name": "--instui-component-base-button-primary-inverse-ghost-color"
9633
+ "name": "--instui-component-base-button-primary-inverse-ghost-hover-background"
9457
9634
  },
9458
9635
  {
9459
9636
  "name": "--instui-component-base-button-small-height"
9460
9637
  },
9638
+ {
9639
+ "name": "--instui-component-icon-base-color"
9640
+ },
9641
+ {
9642
+ "name": "--instui-component-icon-disabled-base-color"
9643
+ },
9644
+ {
9645
+ "name": "--instui-component-icon-disabled-on-color"
9646
+ },
9647
+ {
9648
+ "name": "--instui-component-icon-on-color"
9649
+ },
9461
9650
  {
9462
9651
  "name": "--instui-icon-x"
9463
9652
  },
@@ -9496,7 +9685,7 @@
9496
9685
  "profiles": {}
9497
9686
  },
9498
9687
  "source": {
9499
- "line": 6341,
9688
+ "line": 6691,
9500
9689
  "column": 1
9501
9690
  }
9502
9691
  },
@@ -9675,7 +9864,7 @@
9675
9864
  "profiles": {}
9676
9865
  },
9677
9866
  "source": {
9678
- "line": 6410,
9867
+ "line": 6795,
9679
9868
  "column": 1
9680
9869
  }
9681
9870
  },
@@ -9884,7 +10073,7 @@
9884
10073
  "profiles": {}
9885
10074
  },
9886
10075
  "source": {
9887
- "line": 6538,
10076
+ "line": 6923,
9888
10077
  "column": 1
9889
10078
  }
9890
10079
  },
@@ -10015,7 +10204,7 @@
10015
10204
  "profiles": {}
10016
10205
  },
10017
10206
  "source": {
10018
- "line": 6695,
10207
+ "line": 7080,
10019
10208
  "column": 1
10020
10209
  }
10021
10210
  },
@@ -10126,7 +10315,7 @@
10126
10315
  "profiles": {}
10127
10316
  },
10128
10317
  "source": {
10129
- "line": 6793,
10318
+ "line": 7178,
10130
10319
  "column": 1
10131
10320
  }
10132
10321
  },
@@ -10135,7 +10324,7 @@
10135
10324
  "kind": "component",
10136
10325
  "className": ".instui-text-input",
10137
10326
  "summary": "A styled native `<input>` — including `date`, `time`, and `datetime-local`, where the browser supplies the picker — with validation states and sizes.",
10138
- "remarks": "Shares its border, background, and state chrome with `text-area`, `simple-select`, `number-input`, and `input-group` via `fieldControlBase`; for `date`/`time`/`datetime-local` types the browser supplies its own picker UI, which this stylesheet doesn't style.",
10327
+ "remarks": "Shares its border, background, and state chrome with `text-area`, `simple-select`, `number-input`, and `input-group`; for `date`/`time`/`datetime-local` types the browser supplies its own picker UI, which this stylesheet doesn't style.",
10139
10328
  "modifiers": [
10140
10329
  {
10141
10330
  "name": "-disabled",
@@ -10164,6 +10353,18 @@
10164
10353
  "value": "lg",
10165
10354
  "description": "Large."
10166
10355
  },
10356
+ {
10357
+ "name": "-size-md",
10358
+ "prop": "size",
10359
+ "value": "md",
10360
+ "description": "(default) Medium."
10361
+ },
10362
+ {
10363
+ "name": "-size-medium",
10364
+ "prop": "size",
10365
+ "value": "medium",
10366
+ "description": "(default) Medium. Long-form alias of `-size-md`."
10367
+ },
10167
10368
  {
10168
10369
  "name": "-size-sm",
10169
10370
  "prop": "size",
@@ -10296,7 +10497,7 @@
10296
10497
  "layers": [],
10297
10498
  "conditions": [],
10298
10499
  "examples": [
10299
- "<input class=\"instui-text-input\" placeholder=\"Default\">"
10500
+ "```html\n<input class=\"instui-text-input\" placeholder=\"Default\">\n```"
10300
10501
  ],
10301
10502
  "see": [],
10302
10503
  "annotations": [],
@@ -10333,7 +10534,7 @@
10333
10534
  "profiles": {}
10334
10535
  },
10335
10536
  "source": {
10336
- "line": 6879,
10537
+ "line": 7264,
10337
10538
  "column": 1
10338
10539
  }
10339
10540
  },
@@ -10342,7 +10543,7 @@
10342
10543
  "kind": "component",
10343
10544
  "className": ".instui-text-area",
10344
10545
  "summary": "A styled, resizable native `<textarea>` with the same states and sizes as the text input.",
10345
- "remarks": "Shares `fieldControlBase` with `text-input` and `simple-select`, so it renders the same border, background, and focus states; only `resize: vertical` and the taller minimum height are unique to it.",
10546
+ "remarks": "Shares its border, background, and focus states with `text-input` and `simple-select`; only `resize: vertical` and the taller minimum height are unique to it.",
10346
10547
  "modifiers": [
10347
10548
  {
10348
10549
  "name": "-disabled",
@@ -10371,6 +10572,18 @@
10371
10572
  "value": "lg",
10372
10573
  "description": "Large."
10373
10574
  },
10575
+ {
10576
+ "name": "-size-md",
10577
+ "prop": "size",
10578
+ "value": "md",
10579
+ "description": "(default) Medium."
10580
+ },
10581
+ {
10582
+ "name": "-size-medium",
10583
+ "prop": "size",
10584
+ "value": "medium",
10585
+ "description": "(default) Medium. Long-form alias of `-size-md`."
10586
+ },
10374
10587
  {
10375
10588
  "name": "-size-sm",
10376
10589
  "prop": "size",
@@ -10513,7 +10726,7 @@
10513
10726
  "profiles": {}
10514
10727
  },
10515
10728
  "source": {
10516
- "line": 6947,
10729
+ "line": 7388,
10517
10730
  "column": 1
10518
10731
  }
10519
10732
  },
@@ -10522,7 +10735,7 @@
10522
10735
  "kind": "component",
10523
10736
  "className": ".instui-simple-select",
10524
10737
  "summary": "A styled native `<select>` with a caret, matching the text-input states and sizes.",
10525
- "remarks": "Wraps a plain native `<select>` with no custom dropdown/menu markup, so browser-native option rendering and keyboard behavior apply as-is; it shares its field chrome with `text-input` via `fieldControlBase`.",
10738
+ "remarks": "Wraps a plain native `<select>` with no custom dropdown/menu markup, so browser-native option rendering and keyboard behavior apply as-is; it shares its field chrome with `text-input`.",
10526
10739
  "modifiers": [
10527
10740
  {
10528
10741
  "name": "-disabled",
@@ -10551,6 +10764,18 @@
10551
10764
  "value": "lg",
10552
10765
  "description": "Large."
10553
10766
  },
10767
+ {
10768
+ "name": "-size-md",
10769
+ "prop": "size",
10770
+ "value": "md",
10771
+ "description": "(default) Medium."
10772
+ },
10773
+ {
10774
+ "name": "-size-medium",
10775
+ "prop": "size",
10776
+ "value": "medium",
10777
+ "description": "(default) Medium. Long-form alias of `-size-md`."
10778
+ },
10554
10779
  {
10555
10780
  "name": "-size-sm",
10556
10781
  "prop": "size",
@@ -10723,7 +10948,7 @@
10723
10948
  "profiles": {}
10724
10949
  },
10725
10950
  "source": {
10726
- "line": 7014,
10951
+ "line": 7497,
10727
10952
  "column": 1
10728
10953
  }
10729
10954
  },
@@ -10767,6 +10992,18 @@
10767
10992
  "value": "lg",
10768
10993
  "description": "Large."
10769
10994
  },
10995
+ {
10996
+ "name": "-size-md",
10997
+ "prop": "size",
10998
+ "value": "md",
10999
+ "description": "Medium."
11000
+ },
11001
+ {
11002
+ "name": "-size-medium",
11003
+ "prop": "size",
11004
+ "value": "medium",
11005
+ "description": "Medium. Long-form alias of `-size-md`."
11006
+ },
10770
11007
  {
10771
11008
  "name": "-size-sm",
10772
11009
  "prop": "size",
@@ -10785,7 +11022,16 @@
10785
11022
  "description": "Success (valid) state."
10786
11023
  }
10787
11024
  ],
10788
- "parts": [],
11025
+ "parts": [
11026
+ {
11027
+ "name": "after",
11028
+ "description": "The trailing content slot."
11029
+ },
11030
+ {
11031
+ "name": "before",
11032
+ "description": "The leading content slot."
11033
+ }
11034
+ ],
10789
11035
  "shadowParts": [],
10790
11036
  "pseudoElements": [
10791
11037
  {
@@ -10936,7 +11182,7 @@
10936
11182
  "profiles": {}
10937
11183
  },
10938
11184
  "source": {
10939
- "line": 7096,
11185
+ "line": 7639,
10940
11186
  "column": 1
10941
11187
  }
10942
11188
  },
@@ -10975,6 +11221,18 @@
10975
11221
  "value": "lg",
10976
11222
  "description": "Large."
10977
11223
  },
11224
+ {
11225
+ "name": "-size-md",
11226
+ "prop": "size",
11227
+ "value": "md",
11228
+ "description": "(default) Medium."
11229
+ },
11230
+ {
11231
+ "name": "-size-medium",
11232
+ "prop": "size",
11233
+ "value": "medium",
11234
+ "description": "(default) Medium. Long-form alias of `-size-md`."
11235
+ },
10978
11236
  {
10979
11237
  "name": "-size-sm",
10980
11238
  "prop": "size",
@@ -11206,7 +11464,7 @@
11206
11464
  "profiles": {}
11207
11465
  },
11208
11466
  "source": {
11209
- "line": 7181,
11467
+ "line": 7794,
11210
11468
  "column": 1
11211
11469
  }
11212
11470
  },
@@ -11300,7 +11558,7 @@
11300
11558
  "profiles": {}
11301
11559
  },
11302
11560
  "source": {
11303
- "line": 7321,
11561
+ "line": 8021,
11304
11562
  "column": 1
11305
11563
  }
11306
11564
  },
@@ -11736,7 +11994,7 @@
11736
11994
  "layers": [],
11737
11995
  "conditions": [],
11738
11996
  "examples": [
11739
- "<div class=\"instui-view -background-secondary -border-radius-medium -shadow-resting\">A card-like surface.</div>"
11997
+ "```html\n<div class=\"instui-view -background-secondary -border-radius-medium -shadow-resting\">\n A card-like surface.\n</div>\n```"
11740
11998
  ],
11741
11999
  "see": [],
11742
12000
  "annotations": [],
@@ -11756,7 +12014,7 @@
11756
12014
  "profiles": {}
11757
12015
  },
11758
12016
  "source": {
11759
- "line": 7372,
12017
+ "line": 8072,
11760
12018
  "column": 1
11761
12019
  }
11762
12020
  },
@@ -11819,7 +12077,7 @@
11819
12077
  },
11820
12078
  "global": true,
11821
12079
  "source": {
11822
- "line": 7493,
12080
+ "line": 8204,
11823
12081
  "column": 1
11824
12082
  }
11825
12083
  },
@@ -13048,7 +13306,7 @@
13048
13306
  },
13049
13307
  "global": true,
13050
13308
  "source": {
13051
- "line": 7519,
13309
+ "line": 8230,
13052
13310
  "column": 1
13053
13311
  }
13054
13312
  },
@@ -13123,7 +13381,7 @@
13123
13381
  },
13124
13382
  "global": true,
13125
13383
  "source": {
13126
- "line": 7774,
13384
+ "line": 8485,
13127
13385
  "column": 1
13128
13386
  }
13129
13387
  },
@@ -13228,7 +13486,7 @@
13228
13486
  },
13229
13487
  "global": true,
13230
13488
  "source": {
13231
- "line": 7794,
13489
+ "line": 8505,
13232
13490
  "column": 1
13233
13491
  }
13234
13492
  },
@@ -13321,7 +13579,7 @@
13321
13579
  },
13322
13580
  "global": true,
13323
13581
  "source": {
13324
- "line": 7824,
13582
+ "line": 8535,
13325
13583
  "column": 1
13326
13584
  }
13327
13585
  },
@@ -13403,7 +13661,7 @@
13403
13661
  },
13404
13662
  "global": true,
13405
13663
  "source": {
13406
- "line": 7850,
13664
+ "line": 8561,
13407
13665
  "column": 1
13408
13666
  }
13409
13667
  },
@@ -13470,7 +13728,7 @@
13470
13728
  },
13471
13729
  "global": true,
13472
13730
  "source": {
13473
- "line": 7868,
13731
+ "line": 8579,
13474
13732
  "column": 1
13475
13733
  }
13476
13734
  },
@@ -13663,7 +13921,7 @@
13663
13921
  },
13664
13922
  "global": true,
13665
13923
  "source": {
13666
- "line": 7884,
13924
+ "line": 8595,
13667
13925
  "column": 1
13668
13926
  }
13669
13927
  },
@@ -13827,7 +14085,7 @@
13827
14085
  },
13828
14086
  "global": true,
13829
14087
  "source": {
13830
- "line": 7977,
14088
+ "line": 8688,
13831
14089
  "column": 1
13832
14090
  }
13833
14091
  },
@@ -13880,7 +14138,7 @@
13880
14138
  },
13881
14139
  "global": true,
13882
14140
  "source": {
13883
- "line": 8048,
14141
+ "line": 8759,
13884
14142
  "column": 1
13885
14143
  }
13886
14144
  },
@@ -13969,7 +14227,7 @@
13969
14227
  },
13970
14228
  "global": true,
13971
14229
  "source": {
13972
- "line": 8068,
14230
+ "line": 8779,
13973
14231
  "column": 1
13974
14232
  }
13975
14233
  },
@@ -14052,7 +14310,7 @@
14052
14310
  },
14053
14311
  "global": true,
14054
14312
  "source": {
14055
- "line": 8467,
14313
+ "line": 9178,
14056
14314
  "column": 1
14057
14315
  }
14058
14316
  },
@@ -14638,7 +14896,7 @@
14638
14896
  },
14639
14897
  "global": true,
14640
14898
  "source": {
14641
- "line": 8498,
14899
+ "line": 9209,
14642
14900
  "column": 1
14643
14901
  }
14644
14902
  }