@epam/ai-dial-ui-kit 0.14.0-dev.3 → 0.14.0-dev.5

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.
Files changed (38) hide show
  1. package/README.md +2 -1
  2. package/dist/CHANGELOG.md +14 -0
  3. package/dist/{JsonEditor-0ZT9yNXj.js → JsonEditor-DrC6i27F.js} +1 -1
  4. package/dist/{JsonEditor-EOISr6OE.cjs → JsonEditor-dP4yDdgN.cjs} +1 -1
  5. package/dist/{MarkdownEditor-Csbic0gz.js → MarkdownEditor-BeNDQecT.js} +1 -1
  6. package/dist/{MarkdownEditor-D8p7zjZ1.js → MarkdownEditor-CO-k9xZo.js} +1 -1
  7. package/dist/{MarkdownEditor-vV5rCB3Y.cjs → MarkdownEditor-CSgVi6EZ.cjs} +1 -1
  8. package/dist/{MarkdownEditor-BfeV6-XV.cjs → MarkdownEditor-fskBDR5e.cjs} +1 -1
  9. package/dist/components-manifest.json +461 -13
  10. package/dist/dial-ui-kit.cjs.js +1 -1
  11. package/dist/dial-ui-kit.es.js +199 -195
  12. package/dist/{index-Ho1ZjGNx.cjs → index-DmEajFx0.cjs} +31 -31
  13. package/dist/{index-BVZGIW7V.js → index-jMP1W9V6.js} +10410 -10118
  14. package/dist/index.css +1 -1
  15. package/dist/migration-guides/0.14.0/button-tooltip-2-0.md +111 -0
  16. package/dist/migration-guides/0.14.0/select-multiselect-option-row.md +99 -0
  17. package/dist/migration-guides/README.md +2 -0
  18. package/dist/src/components/New/Button/Button.d.ts +4 -3
  19. package/dist/src/components/New/Checkbox/Checkbox.d.ts +4 -0
  20. package/dist/src/components/New/Checkbox/CheckboxBox.d.ts +30 -0
  21. package/dist/src/components/New/Dropdown/constants.d.ts +2 -0
  22. package/dist/src/components/New/Highlight/Highlight.d.ts +1 -1
  23. package/dist/src/components/New/IconButton/IconButton.d.ts +4 -4
  24. package/dist/src/components/New/Label/Label.d.ts +5 -0
  25. package/dist/src/components/New/Popup/Popup.d.ts +48 -9
  26. package/dist/src/components/New/Popup/constants.d.ts +7 -0
  27. package/dist/src/components/New/RadioGroup/RadioGroup.d.ts +78 -0
  28. package/dist/src/components/New/RadioGroup/constants.d.ts +11 -0
  29. package/dist/src/components/New/RadioGroupPopupField/RadioGroupPopupField.d.ts +93 -0
  30. package/dist/src/components/New/RadioGroupPopupField/constants.d.ts +22 -0
  31. package/dist/src/components/New/Select/constants.d.ts +2 -2
  32. package/dist/src/components/New/Tag/Tag.d.ts +15 -0
  33. package/dist/src/components/New/Tooltip/constants.d.ts +6 -1
  34. package/dist/src/components/New/constants/overlay.d.ts +12 -3
  35. package/dist/src/index.d.ts +7 -0
  36. package/dist/src/models/dropdown.d.ts +10 -0
  37. package/dist/src/types/tag.d.ts +4 -0
  38. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.14.0-dev.3",
3
- "generatedAt": "2026-08-21T20:18:24.708Z",
2
+ "version": "0.14.0-dev.5",
3
+ "generatedAt": "2026-08-24T19:20:52.126Z",
4
4
  "kit": {
5
5
  "name": "@epam/ai-dial-ui-kit",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",
@@ -721,8 +721,9 @@
721
721
  },
722
722
  {
723
723
  "name": "tooltipProps",
724
- "type": "TooltipProps",
725
- "required": false
724
+ "type": "ButtonTooltipProps",
725
+ "required": false,
726
+ "description": "Props of the 2.0 wrapping the button"
726
727
  },
727
728
  {
728
729
  "name": "href",
@@ -783,8 +784,9 @@
783
784
  },
784
785
  {
785
786
  "name": "tooltipProps",
786
- "type": "TooltipProps",
787
- "required": false
787
+ "type": "IconButtonTooltipProps",
788
+ "required": false,
789
+ "description": "Props of the 2.0 wrapping the button"
788
790
  }
789
791
  ],
790
792
  "examples": [
@@ -1319,6 +1321,12 @@
1319
1321
  "required": false,
1320
1322
  "defaultValue": "ElementSize.Small",
1321
1323
  "description": "The size of the label, which can be 'small', 'medium', or 'large'."
1324
+ },
1325
+ {
1326
+ "name": "containerClassName",
1327
+ "type": "string",
1328
+ "required": false,
1329
+ "description": "Additional classes for the wrapper holding the\n`<label>` and its info button. Needed when the label is a flex item that has\nto shrink: a wrapper left at `min-width: auto` cannot, so its text overflows\ninstead of truncating."
1322
1330
  }
1323
1331
  ],
1324
1332
  "examples": [
@@ -1544,7 +1552,7 @@
1544
1552
  "name": "Popup",
1545
1553
  "category": "Components_2_0",
1546
1554
  "generation": "2.0",
1547
- "description": "An accessible modal dialog using Floating UI.\naliases: Modal|Dialog\nDesign system 2.0\n\nRenders in a portal with a scrim overlay, focus management, a header with the\ntitle and close control, a scrollable body and an optional footer. Sections\nare separated by spacing rather than rules; add your own through\n`headerClassName` or the footer node if a surface needs them.\n\nA string `header` names the dialog automatically. A `header` node cannot —\npass `ariaLabel` in that case, or the dialog opens unnamed.",
1555
+ "description": "An accessible modal dialog using Floating UI.\naliases: Modal|Dialog\nDesign system 2.0\n\nRenders in a portal with a scrim overlay, focus management, a header with the\ntitle and close control, a scrollable body and an optional footer. Sections\nare separated by spacing rather than rules; opt into a rule with\n`headerDivider` / `footerDivider`.\n\nThe header grows from the title alone: `onBack` prepends a back control,\n`headerActions` sits between the title and the close button.\n\nThe footer is declared as data, not markup: `mainButtons` and\n`additionalButtons` take and the popup renders the\ns itself, so spacing, order and the neutral default are the\nsame on every dialog. `additionalButtonsOnLeft` moves the secondary group to\nthe opposite edge. A `footer` node still wins over both, for the rare surface\nthat needs something other than a row of buttons.\n\nA string `header` names the dialog automatically. A `header` node cannot —\npass `ariaLabel` in that case, or the dialog opens unnamed.",
1548
1556
  "props": [
1549
1557
  {
1550
1558
  "name": "open",
@@ -1611,7 +1619,13 @@
1611
1619
  "name": "footer",
1612
1620
  "type": "ReactNode",
1613
1621
  "required": false,
1614
- "description": "Footer area for actions"
1622
+ "description": "Custom footer node; overrides `mainButtons` and `additionalButtons`"
1623
+ },
1624
+ {
1625
+ "name": "footerClassName",
1626
+ "type": "string",
1627
+ "required": false,
1628
+ "description": "Additional CSS classes applied to the built-in footer container"
1615
1629
  },
1616
1630
  {
1617
1631
  "name": "onClose",
@@ -1619,6 +1633,58 @@
1619
1633
  "required": false,
1620
1634
  "description": "Callback fired when the popup requests to close"
1621
1635
  },
1636
+ {
1637
+ "name": "onBack",
1638
+ "type": "(e: MouseEvent<HTMLButtonElement>) => void",
1639
+ "required": false,
1640
+ "description": "Callback for the header back button; the button renders only when set"
1641
+ },
1642
+ {
1643
+ "name": "backAriaLabel",
1644
+ "type": "string",
1645
+ "required": false,
1646
+ "defaultValue": "'Back'",
1647
+ "description": "Accessible name of the back button"
1648
+ },
1649
+ {
1650
+ "name": "headerActions",
1651
+ "type": "ReactNode",
1652
+ "required": false,
1653
+ "description": "Controls rendered between the title and the close button"
1654
+ },
1655
+ {
1656
+ "name": "headerDivider",
1657
+ "type": "boolean",
1658
+ "required": false,
1659
+ "defaultValue": "false",
1660
+ "description": "Whether a rule is drawn under the header"
1661
+ },
1662
+ {
1663
+ "name": "mainButtons",
1664
+ "type": "ButtonProps[]",
1665
+ "required": false,
1666
+ "description": "Primary footer buttons, aligned to the trailing edge; each defaults to `ButtonVariant.Neutral`"
1667
+ },
1668
+ {
1669
+ "name": "additionalButtons",
1670
+ "type": "ButtonProps[]",
1671
+ "required": false,
1672
+ "description": "Secondary footer buttons, next to `mainButtons` unless moved left"
1673
+ },
1674
+ {
1675
+ "name": "additionalButtonsOnLeft",
1676
+ "type": "boolean",
1677
+ "required": false,
1678
+ "defaultValue": "false",
1679
+ "description": "Whether `additionalButtons` sit on the leading edge"
1680
+ },
1681
+ {
1682
+ "name": "footerDivider",
1683
+ "type": "boolean",
1684
+ "required": false,
1685
+ "defaultValue": "false",
1686
+ "description": "Whether a rule is drawn above the footer"
1687
+ },
1622
1688
  {
1623
1689
  "name": "size",
1624
1690
  "type": "PopupSize",
@@ -1656,7 +1722,7 @@
1656
1722
  }
1657
1723
  ],
1658
1724
  "examples": [
1659
- "<Popup\n open\n header=\"Title\"\n size={PopupSize.Md}\n footer={\n <div className=\"flex justify-end gap-2 px-6 py-4\">\n <NeutralButton label=\"Cancel\" />\n <PrimaryButton label=\"Confirm\" />\n </div>\n }\n onClose={() => setOpen(false)}\n>\n <div className=\"px-6 py-4\">Dialog content goes here…</div>\n</Popup>"
1725
+ "<Popup\n open\n header=\"Title\"\n size={PopupSize.Md}\n onBack={() => setStep(step - 1)}\n headerActions={<InfoButton caption=\"What is this?\" />}\n additionalButtonsOnLeft\n additionalButtons={[\n {\n label: 'Back',\n variant: ButtonVariant.Primary,\n appearance: ButtonAppearance.Link,\n iconBefore: <IconArrowLeft />,\n onClick: goBack,\n },\n ]}\n mainButtons={[\n { label: 'Cancel', onClick: () => setOpen(false) },\n { label: 'Confirm', variant: ButtonVariant.Primary, onClick: submit },\n ]}\n onClose={() => setOpen(false)}\n>\n <div className=\"px-6 py-4\">Dialog content goes here…</div>\n</Popup>"
1660
1726
  ],
1661
1727
  "sourceFile": "components/New/Popup/Popup.tsx"
1662
1728
  },
@@ -2167,6 +2233,269 @@
2167
2233
  ],
2168
2234
  "sourceFile": "components/New/Radio/Radio.tsx"
2169
2235
  },
2236
+ {
2237
+ "name": "RadioGroup",
2238
+ "category": "Components_2_0",
2239
+ "generation": "2.0",
2240
+ "description": "A set of mutually exclusive options with one group label.\naliases: SelectionGroup|OptionGroup|RadioList\nDesign system 2.0",
2241
+ "props": [
2242
+ {
2243
+ "name": "items",
2244
+ "type": "RadioGroupItem[]",
2245
+ "required": true,
2246
+ "description": "Options to render; each needs a unique `value` and may carry a `label`, `caption`, `content` and `disabled` flag"
2247
+ },
2248
+ {
2249
+ "name": "value",
2250
+ "type": "string",
2251
+ "required": false,
2252
+ "description": "The `value` of the selected option"
2253
+ },
2254
+ {
2255
+ "name": "onChange",
2256
+ "type": "(value: string) => void",
2257
+ "required": true,
2258
+ "description": "Callback fired with the newly selected `value`"
2259
+ },
2260
+ {
2261
+ "name": "name",
2262
+ "type": "string",
2263
+ "required": false,
2264
+ "description": "The `name` shared by the underlying radios; defaults to the group id"
2265
+ },
2266
+ {
2267
+ "name": "id",
2268
+ "type": "string",
2269
+ "required": false,
2270
+ "description": "Base id for the group; option ids are derived from it"
2271
+ },
2272
+ {
2273
+ "name": "orientation",
2274
+ "type": "RadioGroupOrientation",
2275
+ "required": false,
2276
+ "defaultValue": "RadioGroupOrientation.Column",
2277
+ "description": "Whether the options stack or sit in a row"
2278
+ },
2279
+ {
2280
+ "name": "labelProps",
2281
+ "type": "LabelProps",
2282
+ "required": false,
2283
+ "description": "Props of the rendered above the options"
2284
+ },
2285
+ {
2286
+ "name": "disabled",
2287
+ "type": "boolean",
2288
+ "required": false,
2289
+ "description": "Disables every option"
2290
+ },
2291
+ {
2292
+ "name": "error",
2293
+ "type": "string",
2294
+ "required": false,
2295
+ "description": "Error message rendered below the options"
2296
+ },
2297
+ {
2298
+ "name": "caption",
2299
+ "type": "string",
2300
+ "required": false,
2301
+ "description": "Helper text rendered below the options when there is no `error`"
2302
+ },
2303
+ {
2304
+ "name": "ariaLabel",
2305
+ "type": "string",
2306
+ "required": false,
2307
+ "description": "Names the group when there is no string `labelProps.label`"
2308
+ },
2309
+ {
2310
+ "name": "className",
2311
+ "type": "string",
2312
+ "required": false,
2313
+ "description": "Additional classes for the outer container"
2314
+ },
2315
+ {
2316
+ "name": "optionsClassName",
2317
+ "type": "string",
2318
+ "required": false,
2319
+ "description": "Additional classes for the options wrapper"
2320
+ },
2321
+ {
2322
+ "name": "radioClassName",
2323
+ "type": "string",
2324
+ "required": false,
2325
+ "description": "Additional classes for every option's control row"
2326
+ },
2327
+ {
2328
+ "name": "contentClassName",
2329
+ "type": "string",
2330
+ "required": false,
2331
+ "description": "Additional classes for the selected option's content"
2332
+ }
2333
+ ],
2334
+ "examples": [
2335
+ "<RadioGroup\n labelProps={{ label: 'Delivery' }}\n value={delivery}\n onChange={setDelivery}\n items={[\n { value: 'pickup', label: 'Pickup', caption: 'Free, ready today' },\n { value: 'courier', label: 'Courier', content: <AddressForm /> },\n ]}\n/>"
2336
+ ],
2337
+ "sourceFile": "components/New/RadioGroup/RadioGroup.tsx"
2338
+ },
2339
+ {
2340
+ "name": "RadioGroupPopupField",
2341
+ "category": "Components_2_0",
2342
+ "generation": "2.0",
2343
+ "description": "A field whose value is picked from a inside a .\naliases: PopupRadio|ChoicePopup|RadioPopupField\nDesign system 2.0",
2344
+ "props": [
2345
+ {
2346
+ "name": "items",
2347
+ "type": "RadioGroupItem[]",
2348
+ "required": true,
2349
+ "description": "Options offered inside the popup"
2350
+ },
2351
+ {
2352
+ "name": "value",
2353
+ "type": "string",
2354
+ "required": false,
2355
+ "description": "The committed value, shown in the collapsed field"
2356
+ },
2357
+ {
2358
+ "name": "customValue",
2359
+ "type": "string",
2360
+ "required": false,
2361
+ "description": "Text shown in the field in place of the selected option's label"
2362
+ },
2363
+ {
2364
+ "name": "header",
2365
+ "type": "ReactNode",
2366
+ "required": true,
2367
+ "description": "Title of the popup"
2368
+ },
2369
+ {
2370
+ "name": "onApply",
2371
+ "type": "(value?: string) => void",
2372
+ "required": true,
2373
+ "description": "Callback fired with the selected value when Apply is clicked"
2374
+ },
2375
+ {
2376
+ "name": "id",
2377
+ "type": "string",
2378
+ "required": false,
2379
+ "description": "Base id for the field; the label and the options derive theirs from it"
2380
+ },
2381
+ {
2382
+ "name": "labelProps",
2383
+ "type": "LabelProps",
2384
+ "required": false,
2385
+ "description": "Props of the rendered above the field"
2386
+ },
2387
+ {
2388
+ "name": "placeholder",
2389
+ "type": "string",
2390
+ "required": false,
2391
+ "description": "Text shown in the field while no value is selected"
2392
+ },
2393
+ {
2394
+ "name": "selectedValue",
2395
+ "type": "string",
2396
+ "required": false,
2397
+ "description": "Controlled draft selection inside the popup"
2398
+ },
2399
+ {
2400
+ "name": "onSelectionChange",
2401
+ "type": "(value: string) => void",
2402
+ "required": false,
2403
+ "description": "Callback fired when the draft selection changes"
2404
+ },
2405
+ {
2406
+ "name": "onCancel",
2407
+ "type": "() => void",
2408
+ "required": false,
2409
+ "description": "Callback fired when Cancel is clicked, before the popup closes"
2410
+ },
2411
+ {
2412
+ "name": "onClose",
2413
+ "type": "() => void",
2414
+ "required": false,
2415
+ "description": "Callback fired whenever the popup closes"
2416
+ },
2417
+ {
2418
+ "name": "isValid",
2419
+ "type": "boolean",
2420
+ "required": false,
2421
+ "defaultValue": "true",
2422
+ "description": "Whether Apply is enabled"
2423
+ },
2424
+ {
2425
+ "name": "applyButtonLabel",
2426
+ "type": "string",
2427
+ "required": false,
2428
+ "defaultValue": "defaultApplyLabel",
2429
+ "description": "Label of the Apply button"
2430
+ },
2431
+ {
2432
+ "name": "cancelButtonLabel",
2433
+ "type": "string",
2434
+ "required": false,
2435
+ "defaultValue": "defaultCancelLabel",
2436
+ "description": "Label of the Cancel button"
2437
+ },
2438
+ {
2439
+ "name": "size",
2440
+ "type": "PopupSize",
2441
+ "required": false,
2442
+ "defaultValue": "PopupSize.Md",
2443
+ "description": "Size of the popup"
2444
+ },
2445
+ {
2446
+ "name": "portalId",
2447
+ "type": "string",
2448
+ "required": false,
2449
+ "description": "Portal container id for the popup"
2450
+ },
2451
+ {
2452
+ "name": "disabled",
2453
+ "type": "boolean",
2454
+ "required": false,
2455
+ "description": "Disables the field, so the popup cannot be opened"
2456
+ },
2457
+ {
2458
+ "name": "invalid",
2459
+ "type": "boolean",
2460
+ "required": false,
2461
+ "description": "Paints the field with the error border"
2462
+ },
2463
+ {
2464
+ "name": "error",
2465
+ "type": "string",
2466
+ "required": false,
2467
+ "description": "Error message rendered below the field"
2468
+ },
2469
+ {
2470
+ "name": "caption",
2471
+ "type": "string",
2472
+ "required": false,
2473
+ "description": "Helper text rendered below the field when there is no `error`"
2474
+ },
2475
+ {
2476
+ "name": "ariaLabel",
2477
+ "type": "string",
2478
+ "required": false,
2479
+ "description": "Names the field when there is no string `labelProps.label`"
2480
+ },
2481
+ {
2482
+ "name": "className",
2483
+ "type": "string",
2484
+ "required": false,
2485
+ "description": "Additional classes for the outer container"
2486
+ },
2487
+ {
2488
+ "name": "fieldClassName",
2489
+ "type": "string",
2490
+ "required": false,
2491
+ "description": "Additional classes for the collapsed field"
2492
+ }
2493
+ ],
2494
+ "examples": [
2495
+ "<RadioGroupPopupField\n labelProps={{ label: 'Status' }}\n header=\"Select status\"\n placeholder=\"None\"\n items={[\n { value: 'draft', label: 'Draft' },\n { value: 'published', label: 'Published' },\n ]}\n value={status}\n onApply={(next) => setStatus(next)}\n/>"
2496
+ ],
2497
+ "sourceFile": "components/New/RadioGroupPopupField/RadioGroupPopupField.tsx"
2498
+ },
2170
2499
  {
2171
2500
  "name": "Checkbox",
2172
2501
  "category": "Components_2_0",
@@ -2217,6 +2546,12 @@
2217
2546
  "type": "string",
2218
2547
  "required": false,
2219
2548
  "description": "Caption text rendered below the label, and described by the checkbox"
2549
+ },
2550
+ {
2551
+ "name": "boxClassName",
2552
+ "type": "string",
2553
+ "required": false,
2554
+ "description": "Additional classes for the box itself. Use it to drop\nthe box's own focus ring where the container already draws one, as a\nmultiselect row does."
2220
2555
  }
2221
2556
  ],
2222
2557
  "examples": [
@@ -2224,6 +2559,56 @@
2224
2559
  ],
2225
2560
  "sourceFile": "components/New/Checkbox/Checkbox.tsx"
2226
2561
  },
2562
+ {
2563
+ "name": "CheckboxBox",
2564
+ "category": "Components_2_0",
2565
+ "generation": "2.0",
2566
+ "description": "The 20px box a checkbox draws — the square, its border, its fill and the\ncheck or dash inside.\nDesign system 2.0\n\nTwo things render it: , where it is the `<label for>` that\ntoggles the input next to it, and rows that only *look* like a checkbox —\na `menuitemcheckbox` in a dropdown, whose state lives on `aria-checked` and\nwhose whole row is the control. Passing `htmlFor` picks the first: the box\nbecomes a label with a pointer target of its own. Without it the box is a\ndecorative `<span>`, hidden from assistive technology, and the row around it\ncarries both the state and the pointer target.",
2567
+ "props": [
2568
+ {
2569
+ "name": "isSelected",
2570
+ "type": "boolean",
2571
+ "required": false,
2572
+ "defaultValue": "false",
2573
+ "description": "Whether the box is filled with a check"
2574
+ },
2575
+ {
2576
+ "name": "isIndeterminate",
2577
+ "type": "boolean",
2578
+ "required": false,
2579
+ "defaultValue": "false",
2580
+ "description": "Whether the box is filled with a dash; takes precedence over `isSelected`"
2581
+ },
2582
+ {
2583
+ "name": "invalid",
2584
+ "type": "boolean",
2585
+ "required": false,
2586
+ "defaultValue": "false",
2587
+ "description": "Paints the box with the error colour"
2588
+ },
2589
+ {
2590
+ "name": "disabled",
2591
+ "type": "boolean",
2592
+ "required": false,
2593
+ "defaultValue": "false",
2594
+ "description": "Greys the box out"
2595
+ },
2596
+ {
2597
+ "name": "htmlFor",
2598
+ "type": "string",
2599
+ "required": false,
2600
+ "description": "Id of the input this box labels; omit for a decorative box"
2601
+ },
2602
+ {
2603
+ "name": "className",
2604
+ "type": "string",
2605
+ "required": false,
2606
+ "description": "Additional classes for the box"
2607
+ }
2608
+ ],
2609
+ "examples": [],
2610
+ "sourceFile": "components/New/Checkbox/CheckboxBox.tsx"
2611
+ },
2227
2612
  {
2228
2613
  "name": "ToggleIconButton",
2229
2614
  "category": "Components_2_0",
@@ -2464,7 +2849,7 @@
2464
2849
  "name": "Tag",
2465
2850
  "category": "Components_2_0",
2466
2851
  "generation": "2.0",
2467
- "description": "A compact label element used for selections, filters, or categories.\naliases: Chip|Pill\nDesign system 2.0\n\nThe label truncates rather than wrapping, and carries a native `title` so the\nfull text stays reachable when it does.\n\nA tag with `onClick` becomes a `role=\"button\"` operable with Enter and Space.\nIts remove control is a real nested `<button>`, so keep the two roles apart in\nthe caller: a clickable tag that is also closable gives a screen reader two\nactions with no way to tell which one it landed on.",
2852
+ "description": "A compact label element used for selections, filters, or categories.\naliases: Chip|Pill\nDesign system 2.0\n\nThe label truncates rather than wrapping, and carries a native `title` so the\nfull text stays reachable when it does.\n\nA tag with `onClick` becomes a `role=\"button\"` operable with Enter and Space.\nIts remove control is a real nested `<button>`, so keep the two roles apart in\nthe caller: a clickable tag that is also closable gives a screen reader two\nactions with no way to tell which one it landed on.\n\n`TagAppearance.Selectable` is the filter chip of the 2.0 design: no rim and no\nfill until it is selected, one hover tint shared by both states, and the state\ncarried on `aria-pressed` rather than by the tint alone. Give it an `onClick` —\na selectable tag that cannot be activated is a colour and nothing else.",
2468
2853
  "props": [
2469
2854
  {
2470
2855
  "name": "label",
@@ -2485,6 +2870,13 @@
2485
2870
  "defaultValue": "ElementSize.Standard",
2486
2871
  "description": "Tag height: standard is 24px, small is 20px."
2487
2872
  },
2873
+ {
2874
+ "name": "appearance",
2875
+ "type": "TagAppearance",
2876
+ "required": false,
2877
+ "defaultValue": "TagAppearance.Outlined",
2878
+ "description": "`outlined` is the bordered chip; `selectable`\nis the borderless filter chip that tints when selected."
2879
+ },
2488
2880
  {
2489
2881
  "name": "selected",
2490
2882
  "type": "boolean",
@@ -2520,7 +2912,7 @@
2520
2912
  }
2521
2913
  ],
2522
2914
  "examples": [
2523
- "<Tag label=\"TypeScript\" />\n<Tag label=\"TypeScript\" closable onRemove={() => remove('TypeScript')} />\n<Tag label=\"Drafts\" selected onClick={() => toggle('Drafts')} />"
2915
+ "<Tag label=\"TypeScript\" />\n<Tag label=\"TypeScript\" closable onRemove={() => remove('TypeScript')} />\n<Tag label=\"Drafts\" selected onClick={() => toggle('Drafts')} />\n<Tag\n label=\"Drafts\"\n appearance={TagAppearance.Selectable}\n selected={isSelected}\n onClick={() => toggle('Drafts')}\n/>"
2524
2916
  ],
2525
2917
  "sourceFile": "components/New/Tag/Tag.tsx"
2526
2918
  },
@@ -3818,7 +4210,8 @@
3818
4210
  "examples": [
3819
4211
  "<DialRadioGroup\n fieldTitle=\"Delivery\"\n elementId=\"delivery\"\n orientation={RadioGroupOrientation.Column}\n activeRadioButton=\"courier\"\n radioButtons={[\n { id: 'pickup', name: 'Pickup', content: <span>Free, ready today</span> },\n { id: 'courier', name: 'Courier', content: <span>Arrives tomorrow</span> },\n ]}\n onChange={(id) => console.log('selected', id)}\n/>"
3820
4212
  ],
3821
- "sourceFile": "components/RadioGroup/RadioGroup.tsx"
4213
+ "sourceFile": "components/RadioGroup/RadioGroup.tsx",
4214
+ "supersededBy": "RadioGroup"
3822
4215
  },
3823
4216
  {
3824
4217
  "name": "DialSlider",
@@ -5817,7 +6210,8 @@
5817
6210
  "examples": [
5818
6211
  "<DialRadioGroupPopupField\n fieldTitle=\"Status\"\n htmlFor=\"status\"\n header=\"Select status\"\n emptyValueText=\"None\"\n radioButtons={[\n { id: 'draft', name: 'Draft' },\n { id: 'review', name: 'In Review' },\n { id: 'published', name: 'Published' },\n ]}\n selectedValue=\"draft\"\n selectedRadioValue=\"draft\"\n onChangeRadioField={(id) => console.log('radio changed', id)}\n id=\"status-group\"\n isValid={true}\n onApply={() => console.log('applied')}\n/>"
5819
6212
  ],
5820
- "sourceFile": "components/RadioGroupPopupField/RadioGroupPopupField.tsx"
6213
+ "sourceFile": "components/RadioGroupPopupField/RadioGroupPopupField.tsx",
6214
+ "supersededBy": "RadioGroupPopupField"
5821
6215
  },
5822
6216
  {
5823
6217
  "name": "DialFormPopup",
@@ -8543,6 +8937,14 @@
8543
8937
  "name": "danger?",
8544
8938
  "value": "boolean"
8545
8939
  },
8940
+ {
8941
+ "name": "selectable?",
8942
+ "value": "boolean"
8943
+ },
8944
+ {
8945
+ "name": "checked?",
8946
+ "value": "boolean"
8947
+ },
8546
8948
  {
8547
8949
  "name": "type?",
8548
8950
  "value": "DropdownItemType"
@@ -9113,6 +9515,37 @@
9113
9515
  "sourceFile": "components/New/Calendar/Calendar.tsx",
9114
9516
  "typeBody": "Date | string | null"
9115
9517
  },
9518
+ {
9519
+ "name": "RadioGroupItem",
9520
+ "kind": "interface",
9521
+ "members": [
9522
+ {
9523
+ "name": "value",
9524
+ "value": "string"
9525
+ },
9526
+ {
9527
+ "name": "label?",
9528
+ "value": "ReactNode"
9529
+ },
9530
+ {
9531
+ "name": "caption?",
9532
+ "value": "string"
9533
+ },
9534
+ {
9535
+ "name": "content?",
9536
+ "value": "ReactNode"
9537
+ },
9538
+ {
9539
+ "name": "disabled?",
9540
+ "value": "boolean"
9541
+ },
9542
+ {
9543
+ "name": "'aria-label'?",
9544
+ "value": "string"
9545
+ }
9546
+ ],
9547
+ "sourceFile": "components/New/RadioGroup/RadioGroup.tsx"
9548
+ },
9116
9549
  {
9117
9550
  "name": "SegmentedControlItem",
9118
9551
  "kind": "interface",
@@ -9164,6 +9597,21 @@
9164
9597
  "sourceFile": "components/New/Tabs/Tabs.tsx",
9165
9598
  "description": "A single tab entry rendered by ."
9166
9599
  },
9600
+ {
9601
+ "name": "TagAppearance",
9602
+ "kind": "enum",
9603
+ "members": [
9604
+ {
9605
+ "name": "Outlined",
9606
+ "value": "'outlined'"
9607
+ },
9608
+ {
9609
+ "name": "Selectable",
9610
+ "value": "'selectable'"
9611
+ }
9612
+ ],
9613
+ "sourceFile": "types/tag.ts"
9614
+ },
9167
9615
  {
9168
9616
  "name": "TooltipContainerOptions",
9169
9617
  "kind": "interface",
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-Ho1ZjGNx.cjs");exports.Accordion=a.Accordion;exports.AnalyticsCardVariant=a.AnalyticsCardVariant;exports.BASE_ICON_PROPS=a.BASE_ICON_PROPS;exports.BASE_ICON_SIZE=a.BASE_ICON_SIZE;exports.Button=a.Button;exports.ButtonAppearance=a.ButtonAppearance;exports.ButtonDropdown=a.ButtonDropdown;exports.ButtonVariant=a.ButtonVariant;exports.Calendar=a.Calendar;exports.CalendarMode=a.CalendarMode;exports.CaptionText=a.CaptionText;exports.CardShell=a.CardShell;exports.Checkbox=a.Checkbox;exports.CloseButton=a.CloseButton;exports.ConfirmationPopup=a.ConfirmationPopup;exports.ConfirmationPopupVariant=a.ConfirmationPopupVariant;exports.DEFAULT_ANALYTICS_BAR_COLOR_MAP=a.DEFAULT_ANALYTICS_BAR_COLOR_MAP;exports.DEFAULT_GRID_DATE_FORMAT_OPTIONS=a.DEFAULT_DATE_FORMAT_OPTIONS;exports.DEFAULT_GRID_DATE_LOCALE=a.DEFAULT_LOCALE;exports.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;exports.DangerButton=a.DangerButton;exports.DangerIconButton=a.DangerIconButton;exports.DialAccordion=a.DialAccordion;exports.DialAnalyticsBar=a.DialAnalyticsBar;exports.DialAnalyticsBarGroup=a.DialAnalyticsBarGroup;exports.DialAnalyticsCard=a.DialAnalyticsCard;exports.DialAnalyticsErrorTag=a.DialAnalyticsErrorTag;exports.DialAnalyticsHistogram=a.DialAnalyticsHistogram;exports.DialAutocompleteInputValue=a.DialAutocompleteInputValue;exports.DialBreadcrumb=a.DialBreadcrumb;exports.DialBreadcrumbItem=a.DialBreadcrumbItem;exports.DialButton=a.DialButton;exports.DialButtonDropdown=a.DialButtonDropdown;exports.DialCaptionText=a.DialCaptionText;exports.DialCheckbox=a.DialCheckbox;exports.DialCloseButton=a.DialCloseButton;exports.DialCollapsibleSidebar=a.DialCollapsibleSidebar;exports.DialConditionalResizableContainer=a.DialConditionalResizableContainer;exports.DialConfirmationPopup=a.DialConfirmationPopup;exports.DialDangerButton=a.DialDangerButton;exports.DialDangerIconButton=a.DialDangerIconButton;exports.DialDateCellRenderer=a.DialDateCellRenderer;exports.DialDestinationFolderPopup=a.DialDestinationFolderPopup;exports.DialDraggableItem=a.DialDraggableItem;exports.DialDropdown=a.DialDropdown;exports.DialDropdownIcon=a.DialDropdownIcon;exports.DialEllipsisTooltip=a.DialEllipsisTooltip;exports.DialErrorText=a.DialErrorText;exports.DialFileIcon=a.DialFileIcon;exports.DialFileManager=a.DialFileManager;exports.DialFileManagerActions=a.DialFileManagerActions;exports.DialFileManagerTabs=a.DialFileManagerTabs;exports.DialFileName=a.DialFileName;exports.DialFileNodeType=a.DialFileNodeType;exports.DialFilePermission=a.DialFilePermission;exports.DialFileResourceType=a.DialFileResourceType;exports.DialFolderName=a.DialFolderName;exports.DialFoldersTree=a.DialFoldersTree;exports.DialFormItem=a.DialFormItem;exports.DialFormPopup=a.DialFormPopup;exports.DialGhostButton=a.DialGhostButton;exports.DialGhostIconButton=a.DialGhostIconButton;exports.DialGrid=a.DialGrid;exports.DialIcon=a.DialIcon;exports.DialIconButton=a.DialIconButton;exports.DialInput=a.DialInput;exports.DialInputPopup=a.DialInputPopup;exports.DialItemType=a.DialItemType;exports.DialLabel=a.DialLabel;exports.DialLabelledText=a.DialLabelledText;exports.DialLinkButton=a.DialLinkButton;exports.DialLoadFileArea=a.DialLoadFileArea;exports.DialLoadFileAreaField=a.DialLoadFileAreaField;exports.DialLoader=a.DialLoader;exports.DialNeutralButton=a.DialNeutralButton;exports.DialNeutralIconButton=a.DialNeutralIconButton;exports.DialNoDataContent=a.DialNoDataContent;exports.DialNotification=a.DialNotification;exports.DialNumberInput=a.DialNumberInput;exports.DialPagination=a.DialPagination;exports.DialPasswordInput=a.DialPasswordInput;exports.DialPopup=a.DialPopup;exports.DialPrimaryButton=a.DialPrimaryButton;exports.DialPrimaryIconButton=a.DialPrimaryIconButton;exports.DialRadioButton=a.DialRadioButton;exports.DialRadioGroup=a.DialRadioGroup;exports.DialRadioGroupPopupField=a.DialRadioGroupPopupField;exports.DialRemoveButton=a.DialRemoveButton;exports.DialResizableContainer=a.DialResizableContainer;exports.DialSchemaRenderer=a.DialSchemaRenderer;exports.DialSearch=a.DialSearch;exports.DialSecondaryIconButton=a.DialSecondaryIconButton;exports.DialSegmentedControl=a.DialSegmentedControl;exports.DialSelect=a.DialSelect;exports.DialSelectField=a.DialSelectField;exports.DialSharedEntityIndicator=a.DialSharedEntityIndicator;exports.DialSlider=a.DialSlider;exports.DialSteps=a.DialSteps;exports.DialSuccessIconButton=a.DialSuccessIconButton;exports.DialSwitch=a.DialSwitch;exports.DialTabs=a.DialTabs;exports.DialTag=a.DialTag;exports.DialTagInput=a.DialTagInput;exports.DialTertiaryIconButton=a.DialTertiaryIconButton;exports.DialTextarea=a.DialTextarea;exports.DialTooltip=a.DialTooltip;exports.DialTooltipContainer=a.DialTooltipContainer;exports.DialTooltipContent=a.DialTooltipContent;exports.DialTooltipTrigger=a.DialTooltipTrigger;exports.Dropdown=a.Dropdown;exports.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;exports.EDITABLE_CONTAINER_ATTRIBUTE=a.EDITABLE_CONTAINER_ATTRIBUTE;exports.EditorThemes=a.EditorThemes;exports.ElementSize=a.ElementSize;exports.EllipsisTooltip=a.EllipsisTooltip;exports.ErrorMessageNotification=a.ErrorMessageNotification;exports.ErrorText=a.ErrorText;exports.ErrorToastNotification=a.ErrorToastNotification;exports.FabButton=a.FabButton;exports.FileDropzone=a.FileDropzone;exports.FileManagerColumnKey=a.FileManagerColumnKey;exports.FileManagerProvider=a.FileManagerProvider;exports.FlexibleActionsDirection=a.FlexibleActionsDirection;exports.FolderPath=a.FolderPath;exports.FormItemOrientation=a.FormItemOrientation;exports.GeneralMessageNotification=a.GeneralMessageNotification;exports.GeneralToastNotification=a.GeneralToastNotification;exports.GhostButton=a.GhostButton;exports.GhostIconButton=a.GhostIconButton;exports.GridSelectionMode=a.GridSelectionMode;exports.Highlight=a.Highlight;exports.IconButton=a.IconButton;exports.InfoButton=a.InfoButton;exports.InfoMessageNotification=a.InfoMessageNotification;exports.InfoToastNotification=a.InfoToastNotification;exports.InlineSelect=a.InlineSelect;exports.InlineSelectTrigger=a.InlineSelectTrigger;exports.Input=a.Input;exports.JsonSchemaType=a.JsonSchemaType;exports.Label=a.Label;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;exports.LazyMarkdownEditor=a.LazyMarkdownEditor;exports.LinkButton=a.LinkButton;exports.LoadingMessageNotification=a.LoadingMessageNotification;exports.LoadingToastNotification=a.LoadingToastNotification;exports.MultiSelectTags=a.MultiSelectTags;exports.NAME_COLUMN=a.NAME_COLUMN;exports.NOT_ALLOWED_SPACES=a.NOT_ALLOWED_SPACES;exports.NOT_ALLOWED_SPACES_REGEXP=a.NOT_ALLOWED_SPACES_REGEXP;exports.NOT_ALLOWED_SYMBOLS=a.NOT_ALLOWED_SYMBOLS;exports.NOT_ALLOWED_SYMBOLS_REGEXP=a.NOT_ALLOWED_SYMBOLS_REGEXP;exports.NeutralButton=a.NeutralButton;exports.NeutralIconButton=a.NeutralIconButton;exports.Notification=a.Notification;exports.NotificationType=a.NotificationType;exports.NotificationVariant=a.NotificationVariant;exports.NumberInput=a.NumberInput;exports.OutlinedButton=a.OutlinedButton;exports.PasswordInput=a.PasswordInput;exports.Popup=a.Popup;exports.PopupSize=a.PopupSize;exports.PrimaryButton=a.PrimaryButton;exports.PrimaryIconButton=a.PrimaryIconButton;exports.ProgressBar=a.ProgressBar;exports.Radio=a.Radio;exports.RadioGroupOrientation=a.RadioGroupOrientation;exports.ResizableContainerSide=a.ResizableContainerSide;exports.SIZE_COLUMN=a.SIZE_COLUMN;exports.SchemaDisplayMode=a.SchemaDisplayMode;exports.SchemaOrientation=a.SchemaOrientation;exports.SchemaRendererVariant=a.SchemaRendererVariant;exports.ScreenResolution=a.ScreenResolution;exports.Search=a.Search;exports.SegmentedControl=a.SegmentedControl;exports.Select=a.Select;exports.SelectSize=a.SelectSize;exports.SelectVariant=a.SelectVariant;exports.Skeleton=a.Skeleton;exports.SkeletonAvatarShape=a.SkeletonAvatarShape;exports.SkeletonAvatarSize=a.SkeletonAvatarSize;exports.SkeletonVariant=a.SkeletonVariant;exports.Spinner=a.Spinner;exports.StaticIconButton=a.StaticIconButton;exports.StepStatus=a.StepStatus;exports.SuccessMessageNotification=a.SuccessMessageNotification;exports.SuccessToastNotification=a.SuccessToastNotification;exports.Switch=a.Switch;exports.TabOrientation=a.TabOrientation;exports.TabView=a.TabView;exports.Tabs=a.Tabs;exports.Tag=a.Tag;exports.TagInput=a.TagInput;exports.Textarea=a.Textarea;exports.ToggleIconButton=a.ToggleIconButton;exports.Tooltip=a.Tooltip;exports.TooltipContainer=a.TooltipContainer;exports.TooltipContent=a.TooltipContent;exports.TooltipPlacement=a.TooltipPlacement;exports.TooltipTrigger=a.TooltipTrigger;exports.UPDATED_AT_COLUMN=a.UPDATED_AT_COLUMN;exports.WarningMessageNotification=a.WarningMessageNotification;exports.WarningToastNotification=a.WarningToastNotification;exports.convertGridDateToDate=a.convertToDate;exports.editableContainerProps=a.editableContainerProps;exports.matchesAccept=a.matchesAccept;exports.mergeClasses=a.mergeClasses;exports.useDialFileManagerTabs=a.useDialFileManagerTabs;exports.useEditableItem=a.useEditableItem;exports.useFileManagerContext=a.useFileManagerContext;exports.wrapInRootFolder=a.wrapInRootFolder;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-DmEajFx0.cjs");exports.Accordion=a.Accordion;exports.AnalyticsCardVariant=a.AnalyticsCardVariant;exports.BASE_ICON_PROPS=a.BASE_ICON_PROPS;exports.BASE_ICON_SIZE=a.BASE_ICON_SIZE;exports.Button=a.Button;exports.ButtonAppearance=a.ButtonAppearance;exports.ButtonDropdown=a.ButtonDropdown;exports.ButtonVariant=a.ButtonVariant;exports.Calendar=a.Calendar;exports.CalendarMode=a.CalendarMode;exports.CaptionText=a.CaptionText;exports.CardShell=a.CardShell;exports.Checkbox=a.Checkbox;exports.CheckboxBox=a.CheckboxBox;exports.CloseButton=a.CloseButton;exports.ConfirmationPopup=a.ConfirmationPopup;exports.ConfirmationPopupVariant=a.ConfirmationPopupVariant;exports.DEFAULT_ANALYTICS_BAR_COLOR_MAP=a.DEFAULT_ANALYTICS_BAR_COLOR_MAP;exports.DEFAULT_GRID_DATE_FORMAT_OPTIONS=a.DEFAULT_DATE_FORMAT_OPTIONS;exports.DEFAULT_GRID_DATE_LOCALE=a.DEFAULT_LOCALE;exports.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;exports.DangerButton=a.DangerButton;exports.DangerIconButton=a.DangerIconButton;exports.DialAccordion=a.DialAccordion;exports.DialAnalyticsBar=a.DialAnalyticsBar;exports.DialAnalyticsBarGroup=a.DialAnalyticsBarGroup;exports.DialAnalyticsCard=a.DialAnalyticsCard;exports.DialAnalyticsErrorTag=a.DialAnalyticsErrorTag;exports.DialAnalyticsHistogram=a.DialAnalyticsHistogram;exports.DialAutocompleteInputValue=a.DialAutocompleteInputValue;exports.DialBreadcrumb=a.DialBreadcrumb;exports.DialBreadcrumbItem=a.DialBreadcrumbItem;exports.DialButton=a.DialButton;exports.DialButtonDropdown=a.DialButtonDropdown;exports.DialCaptionText=a.DialCaptionText;exports.DialCheckbox=a.DialCheckbox;exports.DialCloseButton=a.DialCloseButton;exports.DialCollapsibleSidebar=a.DialCollapsibleSidebar;exports.DialConditionalResizableContainer=a.DialConditionalResizableContainer;exports.DialConfirmationPopup=a.DialConfirmationPopup;exports.DialDangerButton=a.DialDangerButton;exports.DialDangerIconButton=a.DialDangerIconButton;exports.DialDateCellRenderer=a.DialDateCellRenderer;exports.DialDestinationFolderPopup=a.DialDestinationFolderPopup;exports.DialDraggableItem=a.DialDraggableItem;exports.DialDropdown=a.DialDropdown;exports.DialDropdownIcon=a.DialDropdownIcon;exports.DialEllipsisTooltip=a.DialEllipsisTooltip;exports.DialErrorText=a.DialErrorText;exports.DialFileIcon=a.DialFileIcon;exports.DialFileManager=a.DialFileManager;exports.DialFileManagerActions=a.DialFileManagerActions;exports.DialFileManagerTabs=a.DialFileManagerTabs;exports.DialFileName=a.DialFileName;exports.DialFileNodeType=a.DialFileNodeType;exports.DialFilePermission=a.DialFilePermission;exports.DialFileResourceType=a.DialFileResourceType;exports.DialFolderName=a.DialFolderName;exports.DialFoldersTree=a.DialFoldersTree;exports.DialFormItem=a.DialFormItem;exports.DialFormPopup=a.DialFormPopup;exports.DialGhostButton=a.DialGhostButton;exports.DialGhostIconButton=a.DialGhostIconButton;exports.DialGrid=a.DialGrid;exports.DialIcon=a.DialIcon;exports.DialIconButton=a.DialIconButton;exports.DialInput=a.DialInput;exports.DialInputPopup=a.DialInputPopup;exports.DialItemType=a.DialItemType;exports.DialLabel=a.DialLabel;exports.DialLabelledText=a.DialLabelledText;exports.DialLinkButton=a.DialLinkButton;exports.DialLoadFileArea=a.DialLoadFileArea;exports.DialLoadFileAreaField=a.DialLoadFileAreaField;exports.DialLoader=a.DialLoader;exports.DialNeutralButton=a.DialNeutralButton;exports.DialNeutralIconButton=a.DialNeutralIconButton;exports.DialNoDataContent=a.DialNoDataContent;exports.DialNotification=a.DialNotification;exports.DialNumberInput=a.DialNumberInput;exports.DialPagination=a.DialPagination;exports.DialPasswordInput=a.DialPasswordInput;exports.DialPopup=a.DialPopup;exports.DialPrimaryButton=a.DialPrimaryButton;exports.DialPrimaryIconButton=a.DialPrimaryIconButton;exports.DialRadioButton=a.DialRadioButton;exports.DialRadioGroup=a.DialRadioGroup;exports.DialRadioGroupPopupField=a.DialRadioGroupPopupField;exports.DialRemoveButton=a.DialRemoveButton;exports.DialResizableContainer=a.DialResizableContainer;exports.DialSchemaRenderer=a.DialSchemaRenderer;exports.DialSearch=a.DialSearch;exports.DialSecondaryIconButton=a.DialSecondaryIconButton;exports.DialSegmentedControl=a.DialSegmentedControl;exports.DialSelect=a.DialSelect;exports.DialSelectField=a.DialSelectField;exports.DialSharedEntityIndicator=a.DialSharedEntityIndicator;exports.DialSlider=a.DialSlider;exports.DialSteps=a.DialSteps;exports.DialSuccessIconButton=a.DialSuccessIconButton;exports.DialSwitch=a.DialSwitch;exports.DialTabs=a.DialTabs;exports.DialTag=a.DialTag;exports.DialTagInput=a.DialTagInput;exports.DialTertiaryIconButton=a.DialTertiaryIconButton;exports.DialTextarea=a.DialTextarea;exports.DialTooltip=a.DialTooltip;exports.DialTooltipContainer=a.DialTooltipContainer;exports.DialTooltipContent=a.DialTooltipContent;exports.DialTooltipTrigger=a.DialTooltipTrigger;exports.Dropdown=a.Dropdown;exports.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;exports.EDITABLE_CONTAINER_ATTRIBUTE=a.EDITABLE_CONTAINER_ATTRIBUTE;exports.EditorThemes=a.EditorThemes;exports.ElementSize=a.ElementSize;exports.EllipsisTooltip=a.EllipsisTooltip;exports.ErrorMessageNotification=a.ErrorMessageNotification;exports.ErrorText=a.ErrorText;exports.ErrorToastNotification=a.ErrorToastNotification;exports.FabButton=a.FabButton;exports.FileDropzone=a.FileDropzone;exports.FileManagerColumnKey=a.FileManagerColumnKey;exports.FileManagerProvider=a.FileManagerProvider;exports.FlexibleActionsDirection=a.FlexibleActionsDirection;exports.FolderPath=a.FolderPath;exports.FormItemOrientation=a.FormItemOrientation;exports.GeneralMessageNotification=a.GeneralMessageNotification;exports.GeneralToastNotification=a.GeneralToastNotification;exports.GhostButton=a.GhostButton;exports.GhostIconButton=a.GhostIconButton;exports.GridSelectionMode=a.GridSelectionMode;exports.Highlight=a.Highlight;exports.IconButton=a.IconButton;exports.InfoButton=a.InfoButton;exports.InfoMessageNotification=a.InfoMessageNotification;exports.InfoToastNotification=a.InfoToastNotification;exports.InlineSelect=a.InlineSelect;exports.InlineSelectTrigger=a.InlineSelectTrigger;exports.Input=a.Input;exports.JsonSchemaType=a.JsonSchemaType;exports.Label=a.Label;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;exports.LazyMarkdownEditor=a.LazyMarkdownEditor;exports.LinkButton=a.LinkButton;exports.LoadingMessageNotification=a.LoadingMessageNotification;exports.LoadingToastNotification=a.LoadingToastNotification;exports.MultiSelectTags=a.MultiSelectTags;exports.NAME_COLUMN=a.NAME_COLUMN;exports.NOT_ALLOWED_SPACES=a.NOT_ALLOWED_SPACES;exports.NOT_ALLOWED_SPACES_REGEXP=a.NOT_ALLOWED_SPACES_REGEXP;exports.NOT_ALLOWED_SYMBOLS=a.NOT_ALLOWED_SYMBOLS;exports.NOT_ALLOWED_SYMBOLS_REGEXP=a.NOT_ALLOWED_SYMBOLS_REGEXP;exports.NeutralButton=a.NeutralButton;exports.NeutralIconButton=a.NeutralIconButton;exports.Notification=a.Notification;exports.NotificationType=a.NotificationType;exports.NotificationVariant=a.NotificationVariant;exports.NumberInput=a.NumberInput;exports.OutlinedButton=a.OutlinedButton;exports.PasswordInput=a.PasswordInput;exports.Popup=a.Popup;exports.PopupSize=a.PopupSize;exports.PrimaryButton=a.PrimaryButton;exports.PrimaryIconButton=a.PrimaryIconButton;exports.ProgressBar=a.ProgressBar;exports.Radio=a.Radio;exports.RadioGroup=a.RadioGroup;exports.RadioGroupOrientation=a.RadioGroupOrientation;exports.RadioGroupPopupField=a.RadioGroupPopupField;exports.ResizableContainerSide=a.ResizableContainerSide;exports.SIZE_COLUMN=a.SIZE_COLUMN;exports.SchemaDisplayMode=a.SchemaDisplayMode;exports.SchemaOrientation=a.SchemaOrientation;exports.SchemaRendererVariant=a.SchemaRendererVariant;exports.ScreenResolution=a.ScreenResolution;exports.Search=a.Search;exports.SegmentedControl=a.SegmentedControl;exports.Select=a.Select;exports.SelectSize=a.SelectSize;exports.SelectVariant=a.SelectVariant;exports.Skeleton=a.Skeleton;exports.SkeletonAvatarShape=a.SkeletonAvatarShape;exports.SkeletonAvatarSize=a.SkeletonAvatarSize;exports.SkeletonVariant=a.SkeletonVariant;exports.Spinner=a.Spinner;exports.StaticIconButton=a.StaticIconButton;exports.StepStatus=a.StepStatus;exports.SuccessMessageNotification=a.SuccessMessageNotification;exports.SuccessToastNotification=a.SuccessToastNotification;exports.Switch=a.Switch;exports.TabOrientation=a.TabOrientation;exports.TabView=a.TabView;exports.Tabs=a.Tabs;exports.Tag=a.Tag;exports.TagAppearance=a.TagAppearance;exports.TagInput=a.TagInput;exports.Textarea=a.Textarea;exports.ToggleIconButton=a.ToggleIconButton;exports.Tooltip=a.Tooltip;exports.TooltipContainer=a.TooltipContainer;exports.TooltipContent=a.TooltipContent;exports.TooltipPlacement=a.TooltipPlacement;exports.TooltipTrigger=a.TooltipTrigger;exports.UPDATED_AT_COLUMN=a.UPDATED_AT_COLUMN;exports.WarningMessageNotification=a.WarningMessageNotification;exports.WarningToastNotification=a.WarningToastNotification;exports.convertGridDateToDate=a.convertToDate;exports.editableContainerProps=a.editableContainerProps;exports.matchesAccept=a.matchesAccept;exports.mergeClasses=a.mergeClasses;exports.useDialFileManagerTabs=a.useDialFileManagerTabs;exports.useEditableItem=a.useEditableItem;exports.useFileManagerContext=a.useFileManagerContext;exports.wrapInRootFolder=a.wrapInRootFolder;