@progress/kendo-themes-html 6.4.1-dev.1 → 6.5.0-dev.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.
Files changed (55) hide show
  1. package/dist/cjs/button/tests/button-clear.js +5 -77
  2. package/dist/cjs/button/tests/button-flat.js +5 -77
  3. package/dist/cjs/button/tests/button-link.js +5 -77
  4. package/dist/cjs/button/tests/button-outline.js +5 -77
  5. package/dist/cjs/button/tests/button-rtl.js +39 -36
  6. package/dist/cjs/button/tests/button-size.js +8 -80
  7. package/dist/cjs/button/tests/button-solid.js +5 -77
  8. package/dist/cjs/button/tests/button.js +39 -36
  9. package/dist/cjs/gantt/tests/gantt-react.js +47 -47
  10. package/dist/cjs/gantt/tests/gantt-row-reordering.js +58 -58
  11. package/dist/cjs/gantt/tests/gantt.js +59 -59
  12. package/dist/cjs/treelist/tests/treelist-aggregate-react.js +20 -20
  13. package/dist/cjs/treelist/tests/treelist-aggregates.js +34 -34
  14. package/dist/cjs/treelist/tests/treelist-react.js +15 -15
  15. package/dist/cjs/treelist/tests/treelist-row-reordering.js +15 -15
  16. package/dist/cjs/treelist/tests/treelist.js +16 -16
  17. package/dist/esm/button/tests/button-clear.js +5 -77
  18. package/dist/esm/button/tests/button-flat.js +5 -77
  19. package/dist/esm/button/tests/button-link.js +5 -77
  20. package/dist/esm/button/tests/button-outline.js +5 -77
  21. package/dist/esm/button/tests/button-rtl.js +39 -36
  22. package/dist/esm/button/tests/button-size.js +8 -80
  23. package/dist/esm/button/tests/button-solid.js +5 -77
  24. package/dist/esm/button/tests/button.js +39 -36
  25. package/dist/esm/gantt/tests/gantt-react.js +47 -47
  26. package/dist/esm/gantt/tests/gantt-row-reordering.js +58 -58
  27. package/dist/esm/gantt/tests/gantt.js +59 -59
  28. package/dist/esm/treelist/tests/treelist-aggregate-react.js +20 -20
  29. package/dist/esm/treelist/tests/treelist-aggregates.js +34 -34
  30. package/dist/esm/treelist/tests/treelist-react.js +15 -15
  31. package/dist/esm/treelist/tests/treelist-row-reordering.js +15 -15
  32. package/dist/esm/treelist/tests/treelist.js +16 -16
  33. package/dist/types/button/templates/icon-button.d.ts +1 -2
  34. package/dist/types/button/templates/icon-text-button.d.ts +1 -2
  35. package/dist/types/button/templates/text-button.d.ts +1 -2
  36. package/package.json +2 -2
  37. package/src/button/templates/icon-button.tsx +2 -2
  38. package/src/button/templates/icon-text-button.tsx +2 -2
  39. package/src/button/templates/text-button.tsx +2 -2
  40. package/src/button/tests/button-clear.tsx +13 -92
  41. package/src/button/tests/button-flat.tsx +13 -92
  42. package/src/button/tests/button-link.tsx +13 -92
  43. package/src/button/tests/button-outline.tsx +13 -92
  44. package/src/button/tests/button-rtl.tsx +37 -38
  45. package/src/button/tests/button-size.tsx +13 -86
  46. package/src/button/tests/button-solid.tsx +13 -91
  47. package/src/button/tests/button.tsx +37 -40
  48. package/src/gantt/tests/gantt-react.tsx +54 -46
  49. package/src/gantt/tests/gantt-row-reordering.tsx +23 -23
  50. package/src/gantt/tests/gantt.tsx +45 -23
  51. package/src/treelist/tests/treelist-aggregate-react.tsx +31 -10
  52. package/src/treelist/tests/treelist-aggregates.tsx +41 -20
  53. package/src/treelist/tests/treelist-react.tsx +15 -15
  54. package/src/treelist/tests/treelist-row-reordering.tsx +5 -5
  55. package/src/treelist/tests/treelist.tsx +32 -6
@@ -4341,6 +4341,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
4341
4341
 
4342
4342
  // src/button/templates/text-button.tsx
4343
4343
  var import_jsx_runtime7 = require("react/jsx-runtime");
4344
+ var TextButton = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Button, { children: "Button", ...props });
4344
4345
 
4345
4346
  // src/button/tests/button-clear.tsx
4346
4347
  var import_jsx_runtime8 = require("react/jsx-runtime");
@@ -4359,82 +4360,9 @@ var button_clear_default = () => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(i
4359
4360
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Active" }),
4360
4361
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Selected" }),
4361
4362
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Disabled" }),
4362
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "base" }),
4363
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", children: "Normal" }) }),
4364
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", hover: true, children: "Hover" }) }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", focus: true, children: "Focus" }) }),
4366
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", active: true, children: "Active" }) }),
4367
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", selected: true, children: "Selected" }) }),
4368
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", disabled: true, children: "Disabled" }) }),
4369
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "primary" }),
4370
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "primary", children: "Normal" }) }),
4371
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "primary", hover: true, children: "Hover" }) }),
4372
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "primary", focus: true, children: "Focus" }) }),
4373
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "primary", active: true, children: "Active" }) }),
4374
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "primary", selected: true, children: "Selected" }) }),
4375
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "primary", disabled: true, children: "Disabled" }) }),
4376
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "secondary" }),
4377
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "secondary", children: "Normal" }) }),
4378
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "secondary", hover: true, children: "Hover" }) }),
4379
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "secondary", focus: true, children: "Focus" }) }),
4380
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "secondary", active: true, children: "Active" }) }),
4381
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "secondary", selected: true, children: "Selected" }) }),
4382
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "secondary", disabled: true, children: "Disabled" }) }),
4383
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "tertiary" }),
4384
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "tertiary", children: "Normal" }) }),
4385
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "tertiary", hover: true, children: "Hover" }) }),
4386
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "tertiary", focus: true, children: "Focus" }) }),
4387
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "tertiary", active: true, children: "Active" }) }),
4388
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "tertiary", selected: true, children: "Selected" }) }),
4389
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "tertiary", disabled: true, children: "Disabled" }) }),
4390
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "info" }),
4391
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "info", children: "Normal" }) }),
4392
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "info", hover: true, children: "Hover" }) }),
4393
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "info", focus: true, children: "Focus" }) }),
4394
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "info", active: true, children: "Active" }) }),
4395
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "info", selected: true, children: "Selected" }) }),
4396
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "info", disabled: true, children: "Disabled" }) }),
4397
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "success" }),
4398
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "success", children: "Normal" }) }),
4399
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "success", hover: true, children: "Hover" }) }),
4400
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "success", focus: true, children: "Focus" }) }),
4401
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "success", active: true, children: "Active" }) }),
4402
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "success", selected: true, children: "Selected" }) }),
4403
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "success", disabled: true, children: "Disabled" }) }),
4404
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "warning" }),
4405
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "warning", children: "Normal" }) }),
4406
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "warning", hover: true, children: "Hover" }) }),
4407
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "warning", focus: true, children: "Focus" }) }),
4408
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "warning", active: true, children: "Active" }) }),
4409
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "warning", selected: true, children: "Selected" }) }),
4410
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "warning", disabled: true, children: "Disabled" }) }),
4411
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "error" }),
4412
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "error", children: "Normal" }) }),
4413
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "error", hover: true, children: "Hover" }) }),
4414
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "error", focus: true, children: "Focus" }) }),
4415
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "error", active: true, children: "Active" }) }),
4416
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "error", selected: true, children: "Selected" }) }),
4417
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "error", disabled: true, children: "Disabled" }) }),
4418
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "dark" }),
4419
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "dark", children: "Normal" }) }),
4420
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "dark", hover: true, children: "Hover" }) }),
4421
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "dark", focus: true, children: "Focus" }) }),
4422
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "dark", active: true, children: "Active" }) }),
4423
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "dark", selected: true, children: "Selected" }) }),
4424
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "dark", disabled: true, children: "Disabled" }) }),
4425
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "light" }),
4426
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "light", children: "Normal" }) }),
4427
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "light", hover: true, children: "Hover" }) }),
4428
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "light", focus: true, children: "Focus" }) }),
4429
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "light", active: true, children: "Active" }) }),
4430
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "light", selected: true, children: "Selected" }) }),
4431
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "light", disabled: true, children: "Disabled" }) }),
4432
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "inverse" }),
4433
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "inverse", children: "Normal" }) }),
4434
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "inverse", hover: true, children: "Hover" }) }),
4435
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "inverse", focus: true, children: "Focus" }) }),
4436
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "inverse", active: true, children: "Active" }) }),
4437
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "inverse", selected: true, children: "Selected" }) }),
4438
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "clear", themeColor: "inverse", disabled: true, children: "Disabled" }) })
4363
+ [...Button.options.themeColor].map((themeColor) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
4364
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: themeColor }),
4365
+ ["normal", ...Button.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_jsx_runtime8.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TextButton, { fillMode: "clear", themeColor, ...{ [state]: true }, children: state }) }) }))
4366
+ ] }))
4439
4367
  ] })
4440
4368
  ] });
@@ -4341,6 +4341,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
4341
4341
 
4342
4342
  // src/button/templates/text-button.tsx
4343
4343
  var import_jsx_runtime7 = require("react/jsx-runtime");
4344
+ var TextButton = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Button, { children: "Button", ...props });
4344
4345
 
4345
4346
  // src/button/tests/button-flat.tsx
4346
4347
  var import_jsx_runtime8 = require("react/jsx-runtime");
@@ -4359,82 +4360,9 @@ var button_flat_default = () => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(im
4359
4360
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Active" }),
4360
4361
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Selected" }),
4361
4362
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Disabled" }),
4362
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "base" }),
4363
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", children: "Normal" }) }),
4364
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", hover: true, children: "Hover" }) }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", focus: true, children: "Focus" }) }),
4366
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", active: true, children: "Active" }) }),
4367
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", selected: true, children: "Selected" }) }),
4368
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", disabled: true, children: "Disabled" }) }),
4369
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "primary" }),
4370
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "primary", children: "Normal" }) }),
4371
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "primary", hover: true, children: "Hover" }) }),
4372
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "primary", focus: true, children: "Focus" }) }),
4373
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "primary", active: true, children: "Active" }) }),
4374
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "primary", selected: true, children: "Selected" }) }),
4375
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "primary", disabled: true, children: "Disabled" }) }),
4376
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "secondary" }),
4377
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "secondary", children: "Normal" }) }),
4378
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "secondary", hover: true, children: "Hover" }) }),
4379
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "secondary", focus: true, children: "Focus" }) }),
4380
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "secondary", active: true, children: "Active" }) }),
4381
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "secondary", selected: true, children: "Selected" }) }),
4382
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "secondary", disabled: true, children: "Disabled" }) }),
4383
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "tertiary" }),
4384
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "tertiary", children: "Normal" }) }),
4385
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "tertiary", hover: true, children: "Hover" }) }),
4386
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "tertiary", focus: true, children: "Focus" }) }),
4387
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "tertiary", active: true, children: "Active" }) }),
4388
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "tertiary", selected: true, children: "Selected" }) }),
4389
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "tertiary", disabled: true, children: "Disabled" }) }),
4390
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "info" }),
4391
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "info", children: "Normal" }) }),
4392
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "info", hover: true, children: "Hover" }) }),
4393
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "info", focus: true, children: "Focus" }) }),
4394
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "info", active: true, children: "Active" }) }),
4395
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "info", selected: true, children: "Selected" }) }),
4396
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "info", disabled: true, children: "Disabled" }) }),
4397
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "success" }),
4398
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "success", children: "Normal" }) }),
4399
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "success", hover: true, children: "Hover" }) }),
4400
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "success", focus: true, children: "Focus" }) }),
4401
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "success", active: true, children: "Active" }) }),
4402
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "success", selected: true, children: "Selected" }) }),
4403
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "success", disabled: true, children: "Disabled" }) }),
4404
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "warning" }),
4405
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "warning", children: "Normal" }) }),
4406
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "warning", hover: true, children: "Hover" }) }),
4407
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "warning", focus: true, children: "Focus" }) }),
4408
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "warning", active: true, children: "Active" }) }),
4409
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "warning", selected: true, children: "Selected" }) }),
4410
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "warning", disabled: true, children: "Disabled" }) }),
4411
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "error" }),
4412
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "error", children: "Normal" }) }),
4413
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "error", hover: true, children: "Hover" }) }),
4414
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "error", focus: true, children: "Focus" }) }),
4415
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "error", active: true, children: "Active" }) }),
4416
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "error", selected: true, children: "Selected" }) }),
4417
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "error", disabled: true, children: "Disabled" }) }),
4418
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "dark" }),
4419
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "dark", children: "Normal" }) }),
4420
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "dark", hover: true, children: "Hover" }) }),
4421
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "dark", focus: true, children: "Focus" }) }),
4422
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "dark", active: true, children: "Active" }) }),
4423
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "dark", selected: true, children: "Selected" }) }),
4424
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "dark", disabled: true, children: "Disabled" }) }),
4425
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "light" }),
4426
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "light", children: "Normal" }) }),
4427
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "light", hover: true, children: "Hover" }) }),
4428
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "light", focus: true, children: "Focus" }) }),
4429
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "light", active: true, children: "Active" }) }),
4430
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "light", selected: true, children: "Selected" }) }),
4431
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "light", disabled: true, children: "Disabled" }) }),
4432
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "inverse" }),
4433
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "inverse", children: "Normal" }) }),
4434
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "inverse", hover: true, children: "Hover" }) }),
4435
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "inverse", focus: true, children: "Focus" }) }),
4436
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "inverse", active: true, children: "Active" }) }),
4437
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "inverse", selected: true, children: "Selected" }) }),
4438
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "flat", themeColor: "inverse", disabled: true, children: "Disabled" }) })
4363
+ [...Button.options.themeColor].map((themeColor) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
4364
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: themeColor }),
4365
+ ["normal", ...Button.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_jsx_runtime8.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TextButton, { fillMode: "flat", themeColor, ...{ [state]: true }, children: state }) }) }))
4366
+ ] }))
4439
4367
  ] })
4440
4368
  ] });
@@ -4341,6 +4341,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
4341
4341
 
4342
4342
  // src/button/templates/text-button.tsx
4343
4343
  var import_jsx_runtime7 = require("react/jsx-runtime");
4344
+ var TextButton = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Button, { children: "Button", ...props });
4344
4345
 
4345
4346
  // src/button/tests/button-link.tsx
4346
4347
  var import_jsx_runtime8 = require("react/jsx-runtime");
@@ -4359,82 +4360,9 @@ var button_link_default = () => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(im
4359
4360
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Active" }),
4360
4361
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Selected" }),
4361
4362
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Disabled" }),
4362
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "base" }),
4363
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", children: "Normal" }) }),
4364
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", hover: true, children: "Hover" }) }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", focus: true, children: "Focus" }) }),
4366
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", active: true, children: "Active" }) }),
4367
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", selected: true, children: "Selected" }) }),
4368
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", disabled: true, children: "Disabled" }) }),
4369
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "primary" }),
4370
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "primary", children: "Normal" }) }),
4371
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "primary", hover: true, children: "Hover" }) }),
4372
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "primary", focus: true, children: "Focus" }) }),
4373
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "primary", active: true, children: "Active" }) }),
4374
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "primary", selected: true, children: "Selected" }) }),
4375
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "primary", disabled: true, children: "Disabled" }) }),
4376
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "secondary" }),
4377
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "secondary", children: "Normal" }) }),
4378
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "secondary", hover: true, children: "Hover" }) }),
4379
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "secondary", focus: true, children: "Focus" }) }),
4380
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "secondary", active: true, children: "Active" }) }),
4381
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "secondary", selected: true, children: "Selected" }) }),
4382
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "secondary", disabled: true, children: "Disabled" }) }),
4383
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "tertiary" }),
4384
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "tertiary", children: "Normal" }) }),
4385
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "tertiary", hover: true, children: "Hover" }) }),
4386
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "tertiary", focus: true, children: "Focus" }) }),
4387
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "tertiary", active: true, children: "Active" }) }),
4388
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "tertiary", selected: true, children: "Selected" }) }),
4389
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "tertiary", disabled: true, children: "Disabled" }) }),
4390
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "info" }),
4391
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "info", children: "Normal" }) }),
4392
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "info", hover: true, children: "Hover" }) }),
4393
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "info", focus: true, children: "Focus" }) }),
4394
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "info", active: true, children: "Active" }) }),
4395
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "info", selected: true, children: "Selected" }) }),
4396
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "info", disabled: true, children: "Disabled" }) }),
4397
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "success" }),
4398
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "success", children: "Normal" }) }),
4399
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "success", hover: true, children: "Hover" }) }),
4400
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "success", focus: true, children: "Focus" }) }),
4401
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "success", active: true, children: "Active" }) }),
4402
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "success", selected: true, children: "Selected" }) }),
4403
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "success", disabled: true, children: "Disabled" }) }),
4404
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "warning" }),
4405
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "warning", children: "Normal" }) }),
4406
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "warning", hover: true, children: "Hover" }) }),
4407
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "warning", focus: true, children: "Focus" }) }),
4408
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "warning", active: true, children: "Active" }) }),
4409
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "warning", selected: true, children: "Selected" }) }),
4410
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "warning", disabled: true, children: "Disabled" }) }),
4411
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "error" }),
4412
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "error", children: "Normal" }) }),
4413
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "error", hover: true, children: "Hover" }) }),
4414
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "error", focus: true, children: "Focus" }) }),
4415
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "error", active: true, children: "Active" }) }),
4416
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "error", selected: true, children: "Selected" }) }),
4417
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "error", disabled: true, children: "Disabled" }) }),
4418
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "dark" }),
4419
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "dark", children: "Normal" }) }),
4420
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "dark", hover: true, children: "Hover" }) }),
4421
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "dark", focus: true, children: "Focus" }) }),
4422
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "dark", active: true, children: "Active" }) }),
4423
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "dark", selected: true, children: "Selected" }) }),
4424
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "dark", disabled: true, children: "Disabled" }) }),
4425
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "light" }),
4426
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "light", children: "Normal" }) }),
4427
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "light", hover: true, children: "Hover" }) }),
4428
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "light", focus: true, children: "Focus" }) }),
4429
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "light", active: true, children: "Active" }) }),
4430
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "light", selected: true, children: "Selected" }) }),
4431
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "light", disabled: true, children: "Disabled" }) }),
4432
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "inverse" }),
4433
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "inverse", children: "Normal" }) }),
4434
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "inverse", hover: true, children: "Hover" }) }),
4435
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "inverse", focus: true, children: "Focus" }) }),
4436
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "inverse", active: true, children: "Active" }) }),
4437
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "inverse", selected: true, children: "Selected" }) }),
4438
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "link", themeColor: "inverse", disabled: true, children: "Disabled" }) })
4363
+ [...Button.options.themeColor].map((themeColor) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
4364
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: themeColor }),
4365
+ ["normal", ...Button.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_jsx_runtime8.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TextButton, { fillMode: "link", themeColor, ...{ [state]: true }, children: state }) }) }))
4366
+ ] }))
4439
4367
  ] })
4440
4368
  ] });
@@ -4341,6 +4341,7 @@ var import_jsx_runtime6 = require("react/jsx-runtime");
4341
4341
 
4342
4342
  // src/button/templates/text-button.tsx
4343
4343
  var import_jsx_runtime7 = require("react/jsx-runtime");
4344
+ var TextButton = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Button, { children: "Button", ...props });
4344
4345
 
4345
4346
  // src/button/tests/button-outline.tsx
4346
4347
  var import_jsx_runtime8 = require("react/jsx-runtime");
@@ -4359,82 +4360,9 @@ var button_outline_default = () => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)
4359
4360
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Active" }),
4360
4361
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Selected" }),
4361
4362
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Disabled" }),
4362
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "base" }),
4363
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", children: "Normal" }) }),
4364
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", hover: true, children: "Hover" }) }),
4365
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", focus: true, children: "Focus" }) }),
4366
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", active: true, children: "Active" }) }),
4367
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", selected: true, children: "Selected" }) }),
4368
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", disabled: true, children: "Disabled" }) }),
4369
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "primary" }),
4370
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "primary", children: "Normal" }) }),
4371
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "primary", hover: true, children: "Hover" }) }),
4372
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "primary", focus: true, children: "Focus" }) }),
4373
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "primary", active: true, children: "Active" }) }),
4374
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "primary", selected: true, children: "Selected" }) }),
4375
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "primary", disabled: true, children: "Disabled" }) }),
4376
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "secondary" }),
4377
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "secondary", children: "Normal" }) }),
4378
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "secondary", hover: true, children: "Hover" }) }),
4379
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "secondary", focus: true, children: "Focus" }) }),
4380
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "secondary", active: true, children: "Active" }) }),
4381
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "secondary", selected: true, children: "Selected" }) }),
4382
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "secondary", disabled: true, children: "Disabled" }) }),
4383
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "tertiary" }),
4384
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "tertiary", children: "Normal" }) }),
4385
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "tertiary", hover: true, children: "Hover" }) }),
4386
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "tertiary", focus: true, children: "Focus" }) }),
4387
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "tertiary", active: true, children: "Active" }) }),
4388
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "tertiary", selected: true, children: "Selected" }) }),
4389
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "tertiary", disabled: true, children: "Disabled" }) }),
4390
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "info" }),
4391
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "info", children: "Normal" }) }),
4392
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "info", hover: true, children: "Hover" }) }),
4393
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "info", focus: true, children: "Focus" }) }),
4394
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "info", active: true, children: "Active" }) }),
4395
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "info", selected: true, children: "Selected" }) }),
4396
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "info", disabled: true, children: "Disabled" }) }),
4397
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "success" }),
4398
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "success", children: "Normal" }) }),
4399
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "success", hover: true, children: "Hover" }) }),
4400
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "success", focus: true, children: "Focus" }) }),
4401
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "success", active: true, children: "Active" }) }),
4402
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "success", selected: true, children: "Selected" }) }),
4403
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "success", disabled: true, children: "Disabled" }) }),
4404
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "warning" }),
4405
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "warning", children: "Normal" }) }),
4406
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "warning", hover: true, children: "Hover" }) }),
4407
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "warning", focus: true, children: "Focus" }) }),
4408
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "warning", active: true, children: "Active" }) }),
4409
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "warning", selected: true, children: "Selected" }) }),
4410
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "warning", disabled: true, children: "Disabled" }) }),
4411
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "error" }),
4412
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "error", children: "Normal" }) }),
4413
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "error", hover: true, children: "Hover" }) }),
4414
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "error", focus: true, children: "Focus" }) }),
4415
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "error", active: true, children: "Active" }) }),
4416
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "error", selected: true, children: "Selected" }) }),
4417
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "error", disabled: true, children: "Disabled" }) }),
4418
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "dark" }),
4419
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "dark", children: "Normal" }) }),
4420
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "dark", hover: true, children: "Hover" }) }),
4421
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "dark", focus: true, children: "Focus" }) }),
4422
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "dark", active: true, children: "Active" }) }),
4423
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "dark", selected: true, children: "Selected" }) }),
4424
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "dark", disabled: true, children: "Disabled" }) }),
4425
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "light" }),
4426
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "light", children: "Normal" }) }),
4427
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "light", hover: true, children: "Hover" }) }),
4428
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "light", focus: true, children: "Focus" }) }),
4429
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "light", active: true, children: "Active" }) }),
4430
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "light", selected: true, children: "Selected" }) }),
4431
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "light", disabled: true, children: "Disabled" }) }),
4432
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "inverse" }),
4433
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "inverse", children: "Normal" }) }),
4434
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "inverse", hover: true, children: "Hover" }) }),
4435
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "inverse", focus: true, children: "Focus" }) }),
4436
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "inverse", active: true, children: "Active" }) }),
4437
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "inverse", selected: true, children: "Selected" }) }),
4438
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Button, { fillMode: "outline", themeColor: "inverse", disabled: true, children: "Disabled" }) })
4363
+ [...Button.options.themeColor].map((themeColor) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
4364
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: themeColor }),
4365
+ ["normal", ...Button.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_jsx_runtime8.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(TextButton, { fillMode: "outline", themeColor, ...{ [state]: true }, children: state }) }) }))
4366
+ ] }))
4439
4367
  ] })
4440
4368
  ] });