@reactufy/rebootui 1.0.2 → 1.0.3

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 (109) hide show
  1. package/README.md +3 -3
  2. package/dist/components/layout/LayoutContent.d.ts +2 -2
  3. package/dist/components/layout/LayoutContent.d.ts.map +1 -1
  4. package/dist/components/layout/LayoutFooter.d.ts.map +1 -1
  5. package/dist/components/layout/LayoutHeader.d.ts.map +1 -1
  6. package/dist/components/layout/LayoutSidebar.d.ts.map +1 -1
  7. package/dist/components/ui/Button.d.ts +2 -6
  8. package/dist/components/ui/Button.d.ts.map +1 -1
  9. package/dist/components/ui/Container.d.ts.map +1 -1
  10. package/dist/components/ui/Figcaption.d.ts +8 -0
  11. package/dist/components/ui/Figcaption.d.ts.map +1 -0
  12. package/dist/components/ui/Figure.d.ts +11 -0
  13. package/dist/components/ui/Figure.d.ts.map +1 -0
  14. package/dist/components/ui/Image.d.ts +9 -0
  15. package/dist/components/ui/Image.d.ts.map +1 -0
  16. package/dist/components/ui/List.d.ts +14 -0
  17. package/dist/components/ui/List.d.ts.map +1 -0
  18. package/dist/components/ui/ListItem.d.ts +296 -0
  19. package/dist/components/ui/ListItem.d.ts.map +1 -0
  20. package/dist/components/ui/Popover.d.ts +2 -2
  21. package/dist/components/ui/Table.d.ts +33 -2
  22. package/dist/components/ui/Table.d.ts.map +1 -1
  23. package/dist/components/ui/Text.d.ts +14 -1
  24. package/dist/components/ui/Text.d.ts.map +1 -1
  25. package/dist/components/ui/card/CardImage.d.ts.map +1 -1
  26. package/dist/components/ui/card/CardTitle.d.ts +2 -2
  27. package/dist/components/ui/card/CardTitle.d.ts.map +1 -1
  28. package/dist/components/ui/dropdown/DropdownItem.d.ts.map +1 -1
  29. package/dist/components/ui/dropdown/DropdownMenu.d.ts.map +1 -1
  30. package/dist/components/ui/form/Form.d.ts +38 -0
  31. package/dist/components/ui/form/Form.d.ts.map +1 -0
  32. package/dist/components/ui/form/FormCheck.d.ts +23 -0
  33. package/dist/components/ui/form/FormCheck.d.ts.map +1 -0
  34. package/dist/components/ui/form/FormControl.d.ts +17 -0
  35. package/dist/components/ui/form/FormControl.d.ts.map +1 -0
  36. package/dist/components/ui/form/FormDatalist.d.ts +865 -0
  37. package/dist/components/ui/form/FormDatalist.d.ts.map +1 -0
  38. package/dist/components/ui/form/FormFeedback.d.ts +16 -0
  39. package/dist/components/ui/form/FormFeedback.d.ts.map +1 -0
  40. package/dist/components/ui/form/FormGroup.d.ts +189 -0
  41. package/dist/components/ui/form/FormGroup.d.ts.map +1 -0
  42. package/dist/components/ui/form/FormLabel.d.ts +18 -0
  43. package/dist/components/ui/form/FormLabel.d.ts.map +1 -0
  44. package/dist/components/ui/form/FormSelect.d.ts +17 -0
  45. package/dist/components/ui/form/FormSelect.d.ts.map +1 -0
  46. package/dist/components/ui/form/FormText.d.ts +15 -0
  47. package/dist/components/ui/form/FormText.d.ts.map +1 -0
  48. package/dist/components/ui/form/InputGroup.d.ts +13 -0
  49. package/dist/components/ui/form/InputGroup.d.ts.map +1 -0
  50. package/dist/components/ui/form/InputGroupText.d.ts +292 -0
  51. package/dist/components/ui/form/InputGroupText.d.ts.map +1 -0
  52. package/dist/components/ui/form/test-exports.d.ts +2096 -0
  53. package/dist/components/ui/form/test-exports.d.ts.map +1 -0
  54. package/dist/components/ui/grid/Column.d.ts.map +1 -1
  55. package/dist/components/ui/grid/Row.d.ts.map +1 -1
  56. package/dist/components/ui/listgroup/ListGroupItem.d.ts +2 -2
  57. package/dist/components/ui/listgroup/ListGroupItem.d.ts.map +1 -1
  58. package/dist/components/ui/navbar/Navbar.d.ts.map +1 -1
  59. package/dist/components/ui/tabs/TabContent.d.ts.map +1 -1
  60. package/dist/components/ui/tabs/TabPane.d.ts.map +1 -1
  61. package/dist/components/ui/tabs/Tabs.d.ts.map +1 -1
  62. package/dist/index.d.ts +19 -2
  63. package/dist/index.d.ts.map +1 -1
  64. package/dist/index.js +4 -4
  65. package/dist/index.js.map +1 -1
  66. package/dist/index.mjs +2447 -1958
  67. package/dist/index.mjs.map +1 -1
  68. package/dist/store/AccordionContext.d.ts +1 -1
  69. package/dist/store/AccordionContext.d.ts.map +1 -1
  70. package/dist/store/DropdownContext.d.ts.map +1 -1
  71. package/dist/store/ListGroupContext.d.ts +1 -2
  72. package/dist/store/ListGroupContext.d.ts.map +1 -1
  73. package/dist/store/NavbarContext.d.ts.map +1 -1
  74. package/dist/types/alert.d.ts +10 -2
  75. package/dist/types/alert.d.ts.map +1 -1
  76. package/dist/types/badge.d.ts +10 -2
  77. package/dist/types/badge.d.ts.map +1 -1
  78. package/dist/types/button.d.ts +23 -15
  79. package/dist/types/button.d.ts.map +1 -1
  80. package/dist/types/card.d.ts +10 -2
  81. package/dist/types/card.d.ts.map +1 -1
  82. package/dist/types/dropdown.d.ts.map +1 -1
  83. package/dist/types/form.d.ts +56 -0
  84. package/dist/types/form.d.ts.map +1 -0
  85. package/dist/types/layout.d.ts.map +1 -1
  86. package/dist/types/listgroup.d.ts +10 -2
  87. package/dist/types/listgroup.d.ts.map +1 -1
  88. package/dist/types/modal.d.ts.map +1 -1
  89. package/dist/types/offcanvas.d.ts +13 -3
  90. package/dist/types/offcanvas.d.ts.map +1 -1
  91. package/dist/types/pagination.d.ts +9 -6
  92. package/dist/types/pagination.d.ts.map +1 -1
  93. package/dist/types/popover.d.ts +8 -0
  94. package/dist/types/popover.d.ts.map +1 -0
  95. package/dist/types/progress.d.ts +21 -8
  96. package/dist/types/progress.d.ts.map +1 -1
  97. package/dist/types/row.d.ts +185 -185
  98. package/dist/types/row.d.ts.map +1 -1
  99. package/dist/types/spinner.d.ts +12 -4
  100. package/dist/types/spinner.d.ts.map +1 -1
  101. package/dist/types/stack.d.ts +72 -72
  102. package/dist/types/stack.d.ts.map +1 -1
  103. package/dist/types/toast.d.ts +10 -2
  104. package/dist/types/toast.d.ts.map +1 -1
  105. package/dist/types/tooltip.d.ts +6 -2
  106. package/dist/types/tooltip.d.ts.map +1 -1
  107. package/package.json +1 -1
  108. package/dist/types/Base.d.ts +0 -52
  109. package/dist/types/Base.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { type ReactNode } from 'react';
1
+ import { ReactNode } from "react";
2
2
  type AccordionState = {
3
3
  openItems: string[];
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AccordionContext.d.ts","sourceRoot":"","sources":["../../src/store/AccordionContext.tsx"],"names":[],"mappings":"AAAA,OAAc,EAIV,KAAK,SAAS,EACjB,MAAM,OAAO,CAAC;AAGf,KAAK,cAAc,GAAG;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAMF,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG;IAChD,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAC;CACrB,CAAC;AAiCF,eAAO,MAAM,mBAAmB,4BAM/B,CAAC;AAGF,KAAK,sBAAsB,GAAG;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAGF,eAAO,MAAM,iBAAiB,GAAI,wBAA+B,sBAAsB,4CAmBtF,CAAC"}
1
+ {"version":3,"file":"AccordionContext.d.ts","sourceRoot":"","sources":["../../src/store/AccordionContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIH,SAAS,EACZ,MAAM,OAAO,CAAC;AAGf,KAAK,cAAc,GAAG;IAClB,SAAS,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAMF,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG;IAChD,UAAU,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAC;CACrB,CAAC;AAiCF,eAAO,MAAM,mBAAmB,4BAM/B,CAAC;AAGF,KAAK,sBAAsB,GAAG;IAC1B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAGF,eAAO,MAAM,iBAAiB,GAAI,wBAA+B,sBAAsB,4CAmBtF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownContext.d.ts","sourceRoot":"","sources":["../../src/store/DropdownContext.tsx"],"names":[],"mappings":"AACA,OAAc,EAAyC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEzC,KAAK,aAAa,GAAG;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,iBAAiB,CAAC;CAChC,CAAC;AAOF,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAC9C,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,YAAY,EAAE,CAAC,SAAS,EAAE,iBAAiB,KAAK,IAAI,CAAC;CACxD,CAAC;AAuBF,eAAO,MAAM,kBAAkB,2BAM9B,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,iCAG1B;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;CACxC,4CAqBA,CAAC"}
1
+ {"version":3,"file":"DropdownContext.d.ts","sourceRoot":"","sources":["../../src/store/DropdownContext.tsx"],"names":[],"mappings":"AACA,OAAO,EAAyC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,MAAM,CAAC;AAEzC,KAAK,aAAa,GAAG;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,iBAAiB,CAAC;CAChC,CAAC;AAOF,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAC9C,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,YAAY,EAAE,CAAC,SAAS,EAAE,iBAAiB,KAAK,IAAI,CAAC;CACxD,CAAC;AAuBF,eAAO,MAAM,kBAAkB,2BAM9B,CAAC;AAGF,eAAO,MAAM,gBAAgB,GAAI,iCAG9B;IACC,QAAQ,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;CACxC,4CAqBA,CAAC"}
@@ -1,9 +1,8 @@
1
- import React from "react";
2
1
  export type ListGroupTag = "ul" | "ol" | "div";
3
2
  interface ListGroupContextValue<TParent extends string> {
4
3
  parentTag: TParent;
5
4
  }
6
5
  export declare const useListGroupContext: () => ListGroupContextValue<any>;
7
- export declare const ListGroupProvider: React.Provider<ListGroupContextValue<any>>;
6
+ export declare const ListGroupProvider: import("react").Provider<ListGroupContextValue<any>>;
8
7
  export {};
9
8
  //# sourceMappingURL=ListGroupContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListGroupContext.d.ts","sourceRoot":"","sources":["../../src/store/ListGroupContext.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAEzD,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAE/C,UAAU,qBAAqB,CAAC,OAAO,SAAS,MAAM;IAClD,SAAS,EAAE,OAAO,CAAC;CACtB;AAID,eAAO,MAAM,mBAAmB,kCAI/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,4CAA4B,CAAC"}
1
+ {"version":3,"file":"ListGroupContext.d.ts","sourceRoot":"","sources":["../../src/store/ListGroupContext.tsx"],"names":[],"mappings":"AAGA,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAE/C,UAAU,qBAAqB,CAAC,OAAO,SAAS,MAAM;IAClD,SAAS,EAAE,OAAO,CAAC;CACtB;AAID,eAAO,MAAM,mBAAmB,kCAI/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,sDAA4B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NavbarContext.d.ts","sourceRoot":"","sources":["../../src/store/NavbarContext.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAuC,SAAS,EAAE,MAAM,OAAO,CAAC;AAE9E,KAAK,iBAAiB,GAAG;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAIF,eAAO,MAAM,SAAS,yBAMrB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,+BAAuC,mBAAmB,4CAUxF,CAAC"}
1
+ {"version":3,"file":"NavbarContext.d.ts","sourceRoot":"","sources":["../../src/store/NavbarContext.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuC,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvE,KAAK,iBAAiB,GAAG;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAIF,eAAO,MAAM,SAAS,yBAMrB,CAAC;AAEF,KAAK,mBAAmB,GAAG;IACvB,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,+BAAuC,mBAAmB,4CAUxF,CAAC"}
@@ -1,4 +1,12 @@
1
- import { BaseColors } from "./Base";
2
- export declare const AlertColor: { [K in keyof typeof BaseColors]: `alert-${(typeof BaseColors)[K]}`; };
1
+ export declare const AlertColor: {
2
+ readonly Primary: "alert-primary";
3
+ readonly Secondary: "alert-secondary";
4
+ readonly Success: "alert-success";
5
+ readonly Danger: "alert-danger";
6
+ readonly Warning: "alert-warning";
7
+ readonly Info: "alert-info";
8
+ readonly Light: "alert-light";
9
+ readonly Dark: "alert-dark";
10
+ };
3
11
  export type AlertColor = (typeof AlertColor)[keyof typeof AlertColor];
4
12
  //# sourceMappingURL=alert.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/types/alert.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,UAAU,EAElB,GACA,CAAC,IAAI,MAAM,OAAO,UAAU,GAAG,SAAS,CAAA,OAAO,UAAU,EAAC,CAAC,CAAC,EAAE,GAClE,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/types/alert.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU;;;;;;;;;CASb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC"}
@@ -1,5 +1,13 @@
1
- import { BaseColors } from "./Base";
2
- export declare const BadgeColor: { [K in keyof typeof BaseColors]: `text-bg-${(typeof BaseColors)[K]}`; };
1
+ export declare const BadgeColor: {
2
+ readonly Primary: "text-bg-primary";
3
+ readonly Secondary: "text-bg-secondary";
4
+ readonly Success: "text-bg-success";
5
+ readonly Danger: "text-bg-danger";
6
+ readonly Warning: "text-bg-warning";
7
+ readonly Info: "text-bg-info";
8
+ readonly Light: "text-bg-light";
9
+ readonly Dark: "text-bg-dark";
10
+ };
3
11
  export type BadgeColor = (typeof BadgeColor)[keyof typeof BadgeColor];
4
12
  export declare const BadgeRounded: {
5
13
  readonly None: "rounded-0";
@@ -1 +1 @@
1
- {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/types/badge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAEnC,eAAO,MAAM,UAAU,EAElB,GACA,CAAC,IAAI,MAAM,OAAO,UAAU,GAAG,WAAW,CAAA,OAAO,UAAU,EAAC,CAAC,CAAC,EAAE,GACpE,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEtE,eAAO,MAAM,YAAY;;;;CAIf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE5E,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,eAAO,MAAM,cAAc;;;;;;;;;;CAUjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../src/types/badge.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU;;;;;;;;;CASb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGtE,eAAO,MAAM,YAAY;;;;CAIf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAG5E,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAG/E,eAAO,MAAM,cAAc;;;;;;;;;;CAUjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC"}
@@ -1,30 +1,38 @@
1
- import { BaseSize } from "./Base";
1
+ export declare const ButtonType: {
2
+ readonly Button: "button";
3
+ readonly Submit: "submit";
4
+ readonly Reset: "reset";
5
+ };
6
+ export type ButtonType = (typeof ButtonType)[keyof typeof ButtonType];
7
+ export type ButtonTag = "button" | "a";
2
8
  export declare const ButtonColor: {
3
9
  readonly Primary: "btn-primary";
10
+ readonly OutlinePrimary: "btn-outline-primary";
4
11
  readonly Secondary: "btn-secondary";
12
+ readonly OutlineSecondary: "btn-outline-secondary";
5
13
  readonly Success: "btn-success";
14
+ readonly OutlineSuccess: "btn-outline-success";
6
15
  readonly Danger: "btn-danger";
16
+ readonly OutlineDanger: "btn-outline-danger";
7
17
  readonly Warning: "btn-warning";
18
+ readonly OutlineWarning: "btn-outline-warning";
8
19
  readonly Info: "btn-info";
20
+ readonly OutlineInfo: "btn-outline-info";
9
21
  readonly Light: "btn-light";
22
+ readonly OutlineLight: "btn-outline-light";
10
23
  readonly Dark: "btn-dark";
11
- } & {
12
- readonly PrimaryOutline: "btn-outline-primary";
13
- readonly SecondaryOutline: "btn-outline-secondary";
14
- readonly SuccessOutline: "btn-outline-success";
15
- readonly DangerOutline: "btn-outline-danger";
16
- readonly WarningOutline: "btn-outline-warning";
17
- readonly InfoOutline: "btn-outline-info";
18
- readonly LightOutline: "btn-outline-light";
19
- readonly DarkOutline: "btn-outline-dark";
20
- } & {
24
+ readonly OutlineDark: "btn-outline-dark";
21
25
  readonly Link: "btn-link";
22
26
  };
23
27
  export type ButtonColor = (typeof ButtonColor)[keyof typeof ButtonColor];
24
- declare const allowedSizeKeys: readonly ["Sm", "Lg"];
25
- export declare const ButtonSize: { [K in (typeof allowedSizeKeys)[number]]: `btn-${(typeof BaseSize)[K]}`; };
28
+ export declare const ButtonSize: {
29
+ readonly Sm: "btn-sm";
30
+ readonly Lg: "btn-lg";
31
+ };
26
32
  export type ButtonSize = (typeof ButtonSize)[keyof typeof ButtonSize];
27
- export declare const ButtonGroupSize: { [K in (typeof allowedSizeKeys)[number]]: `btn-group-${(typeof BaseSize)[K]}`; };
33
+ export declare const ButtonGroupSize: {
34
+ readonly Sm: "btn-group-sm";
35
+ readonly Lg: "btn-group-lg";
36
+ };
28
37
  export type ButtonGroupSize = (typeof ButtonGroupSize)[keyof typeof ButtonGroupSize];
29
- export {};
30
38
  //# sourceMappingURL=button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/types/button.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAkBlC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AAC1D,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAEzE,QAAA,MAAM,eAAe,uBAAwB,CAAC;AAC9C,eAAO,MAAM,UAAU,EAElB,GACA,CAAC,IAAI,CAAA,OAAO,eAAe,EAAC,MAAM,CAAC,GAAG,OAAO,CAAA,OAAO,QAAQ,EAAC,CAAC,CAAC,EAAE,GACrE,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEtE,eAAO,MAAM,eAAe,EAEvB,GACA,CAAC,IAAI,CAAA,OAAO,eAAe,EAAC,MAAM,CAAC,GAAG,aAAa,CAAA,OAAO,QAAQ,EAAC,CAAC,CAAC,EAAE,GAC3E,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../src/types/button.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,UAAU;;;;CAIb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AACtE,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,GAAG,CAAC;AAGvC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;AAGzE,eAAO,MAAM,UAAU;;;CAGb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGtE,eAAO,MAAM,eAAe;;;CAGlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
@@ -1,5 +1,13 @@
1
- import { BaseColors } from "./Base";
2
- export declare const CardColor: { [K in keyof typeof BaseColors]: `text-bg-${(typeof BaseColors)[K]}`; };
1
+ export declare const CardColor: {
2
+ readonly Primary: "text-bg-primary";
3
+ readonly Secondary: "text-bg-secondary";
4
+ readonly Success: "text-bg-success";
5
+ readonly Danger: "text-bg-danger";
6
+ readonly Warning: "text-bg-warning";
7
+ readonly Info: "text-bg-info";
8
+ readonly Light: "text-bg-light";
9
+ readonly Dark: "text-bg-dark";
10
+ };
3
11
  export type CardColor = (typeof CardColor)[keyof typeof CardColor];
4
12
  export declare const CardImagePlacement: {
5
13
  readonly Top: "card-image-top";
@@ -1 +1 @@
1
- {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/types/card.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,QAAQ,CAAC;AAGlC,eAAO,MAAM,SAAS,EAEjB,GACA,CAAC,IAAI,MAAM,OAAO,UAAU,GAAG,WAAW,CAAA,OAAO,UAAU,EAAC,CAAC,CAAC,EAAE,GACpE,CAAC;AACF,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAGnE,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../src/types/card.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,SAAS;;;;;;;;;CASZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAGnE,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../src/types/dropdown.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB;;;;;;;;;CASpB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC"}
1
+ {"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../src/types/dropdown.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;CASpB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC"}
@@ -0,0 +1,56 @@
1
+ /**
2
+ * Form Component Types
3
+ */
4
+ export declare const FormControlType: {
5
+ readonly Text: "text";
6
+ readonly Email: "email";
7
+ readonly Password: "password";
8
+ readonly Number: "number";
9
+ readonly Tel: "tel";
10
+ readonly Url: "url";
11
+ readonly Search: "search";
12
+ readonly Date: "date";
13
+ readonly Time: "time";
14
+ readonly DatetimeLocal: "datetime-local";
15
+ readonly Month: "month";
16
+ readonly Week: "week";
17
+ readonly Color: "color";
18
+ readonly File: "file";
19
+ readonly Hidden: "hidden";
20
+ readonly Range: "range";
21
+ };
22
+ export type FormControlType = (typeof FormControlType)[keyof typeof FormControlType];
23
+ export declare const FormControlSize: {
24
+ readonly Small: "form-control-sm";
25
+ readonly Large: "form-control-lg";
26
+ };
27
+ export type FormControlSize = (typeof FormControlSize)[keyof typeof FormControlSize];
28
+ export declare const InputGroupSize: {
29
+ readonly Small: "input-group-sm";
30
+ readonly Large: "input-group-lg";
31
+ };
32
+ export type InputGroupSize = (typeof InputGroupSize)[keyof typeof InputGroupSize];
33
+ export declare const FormSelectSize: {
34
+ readonly Small: "form-select-sm";
35
+ readonly Large: "form-select-lg";
36
+ };
37
+ export type FormSelectSize = (typeof FormSelectSize)[keyof typeof FormSelectSize];
38
+ export declare const FeedbackType: {
39
+ readonly Valid: "valid-feedback";
40
+ readonly Invalid: "invalid-feedback";
41
+ readonly ValidTooltip: "valid-tooltip";
42
+ readonly InvalidTooltip: "invalid-tooltip";
43
+ };
44
+ export type FeedbackType = (typeof FeedbackType)[keyof typeof FeedbackType];
45
+ export declare const FormTextVariant: {
46
+ readonly Muted: "text-muted";
47
+ };
48
+ export type FormTextVariant = (typeof FormTextVariant)[keyof typeof FormTextVariant];
49
+ export type FormTag = 'form';
50
+ export type FormControlTag = 'input' | 'textarea';
51
+ export type FormLabelTag = 'label';
52
+ export type FormSelectTag = 'select';
53
+ export type FormCheckTag = 'input';
54
+ export type FormFeedbackTag = 'div';
55
+ export type FormTextTag = 'small' | 'div';
56
+ //# sourceMappingURL=form.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/types/form.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;CAiBlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAGrF,eAAO,MAAM,eAAe;;;CAGlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAGrF,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAGlF,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAGlF,eAAO,MAAM,YAAY;;;;;CAKf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAG5E,eAAO,MAAM,eAAe;;CAElB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC;AAGrF,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC;AAC7B,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,UAAU,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;AACnC,MAAM,MAAM,aAAa,GAAG,QAAQ,CAAC;AACrC,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC;AACnC,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC;AACpC,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,KAAK,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/types/layout.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAIb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../src/types/layout.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAIb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC"}
@@ -1,4 +1,12 @@
1
- import { BaseColors } from "./Base";
2
- export declare const ListGroupItemColor: { [K in keyof typeof BaseColors]: `list-group-item-${(typeof BaseColors)[K]}`; };
1
+ export declare const ListGroupItemColor: {
2
+ readonly Primary: "list-group-item-primary";
3
+ readonly Secondary: "list-group-item-secondary";
4
+ readonly Success: "list-group-item-success";
5
+ readonly Danger: "list-group-item-danger";
6
+ readonly Warning: "list-group-item-warning";
7
+ readonly Info: "list-group-item-info";
8
+ readonly Light: "list-group-item-light";
9
+ readonly Dark: "list-group-item-dark";
10
+ };
3
11
  export type ListGroupItemColor = (typeof ListGroupItemColor)[keyof typeof ListGroupItemColor];
4
12
  //# sourceMappingURL=listgroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"listgroup.d.ts","sourceRoot":"","sources":["../../src/types/listgroup.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,kBAAkB,EAE1B,GACA,CAAC,IAAI,MAAM,OAAO,UAAU,GAAG,mBAAmB,CAAA,OAAO,UAAU,EAAC,CAAC,CAAC,EAAE,GAC5E,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
1
+ {"version":3,"file":"listgroup.d.ts","sourceRoot":"","sources":["../../src/types/listgroup.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;;;;CASrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/types/modal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;CAIZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAGnE,eAAO,MAAM,eAAe;;;;;;;CAOlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/types/modal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;CAIZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,eAAe;;;;;;;CAOlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
@@ -1,6 +1,16 @@
1
- import { BasePosition, BaseSize } from "./Base";
2
- export declare const OffcanvasPlacement: { [K in keyof typeof BasePosition]: `offcanvas-${(typeof BasePosition)[K]}`; };
1
+ export declare const OffcanvasPlacement: {
2
+ readonly Top: "offcanvas-top";
3
+ readonly Bottom: "offcanvas-bottom";
4
+ readonly Start: "offcanvas-start";
5
+ readonly End: "offcanvas-end";
6
+ };
3
7
  export type OffcanvasPlacement = (typeof OffcanvasPlacement)[keyof typeof OffcanvasPlacement];
4
- export declare const OffcanvasResponsive: { [K in keyof typeof BaseSize]: `offcanvas-${(typeof BaseSize)[K]}`; };
8
+ export declare const OffcanvasResponsive: {
9
+ readonly Sm: "offcanvas-sm";
10
+ readonly Md: "offcanvas-md";
11
+ readonly Lg: "offcanvas-lg";
12
+ readonly Xl: "offcanvas-xl";
13
+ readonly Xxl: "offcanvas-xxl";
14
+ };
5
15
  export type OffcanvasResponsive = (typeof OffcanvasResponsive)[keyof typeof OffcanvasResponsive];
6
16
  //# sourceMappingURL=offcanvas.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"offcanvas.d.ts","sourceRoot":"","sources":["../../src/types/offcanvas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAE,QAAQ,EAAC,MAAM,QAAQ,CAAC;AAE9C,eAAO,MAAM,kBAAkB,EAE1B,GACA,CAAC,IAAI,MAAM,OAAO,YAAY,GAAG,aAAa,CAAA,OAAO,YAAY,EAAC,CAAC,CAAC,EAAE,GAC1E,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAE9F,eAAO,MAAM,mBAAmB,EAE3B,GACA,CAAC,IAAI,MAAM,OAAO,QAAQ,GAAG,aAAa,CAAA,OAAO,QAAQ,EAAC,CAAC,CAAC,EAAE,GAClE,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"offcanvas.d.ts","sourceRoot":"","sources":["../../src/types/offcanvas.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,kBAAkB;;;;;CAKrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAC1B,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAGjE,eAAO,MAAM,mBAAmB;;;;;;CAMtB,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAC3B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
@@ -1,9 +1,12 @@
1
- import { BaseAlignment, BaseSize } from "./Base";
2
- declare const allowedSizeKeys: readonly ["Sm", "Lg"];
3
- export declare const PaginationSize: { [K in (typeof allowedSizeKeys)[number]]: `pagination-${(typeof BaseSize)[K]}`; };
1
+ export declare const PaginationSize: {
2
+ readonly Sm: "pagination-sm";
3
+ readonly Lg: "pagination-lg";
4
+ };
4
5
  export type PaginationSize = (typeof PaginationSize)[keyof typeof PaginationSize];
5
- declare const allowedPlacementKeys: readonly ["Start", "End", "Center"];
6
- export declare const PaginationAlignment: { [K in (typeof allowedPlacementKeys)[number]]: `justify-content-${(typeof BaseAlignment)[K]}`; };
6
+ export declare const PaginationAlignment: {
7
+ readonly Start: "justify-content-start";
8
+ readonly End: "justify-content-end";
9
+ readonly Center: "justify-content-center";
10
+ };
7
11
  export type PaginationAlignment = (typeof PaginationAlignment)[keyof typeof PaginationAlignment];
8
- export {};
9
12
  //# sourceMappingURL=pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/types/pagination.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAE,QAAQ,EAAC,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,eAAe,uBAAwB,CAAC;AAC9C,eAAO,MAAM,cAAc,EAEtB,GACA,CAAC,IAAI,CAAA,OAAO,eAAe,EAAC,MAAM,CAAC,GAAG,cAAc,CAAA,OAAO,QAAQ,EAAC,CAAC,CAAC,EAAE,GAC5E,CAAC;AACF,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAElF,QAAA,MAAM,oBAAoB,qCAAsC,CAAC;AACjE,eAAO,MAAM,mBAAmB,EAE3B,GACA,CAAC,IAAI,CAAA,OAAO,oBAAoB,EAAC,MAAM,CAAC,GAAG,mBAAmB,CAAA,OAAO,aAAa,EAAC,CAAC,CAAC,EAAE,GAC3F,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../src/types/pagination.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc;;;CAGjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAGlF,eAAO,MAAM,mBAAmB;;;;CAItB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC"}
@@ -0,0 +1,8 @@
1
+ export declare const PopoverPlacement: {
2
+ readonly Top: "top";
3
+ readonly Bottom: "bottom";
4
+ readonly Start: "start";
5
+ readonly End: "end";
6
+ };
7
+ export type PopoverPlacement = (typeof PopoverPlacement)[keyof typeof PopoverPlacement];
8
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../src/types/popover.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
@@ -1,12 +1,25 @@
1
- import { BaseColors, BaseWidth } from "./Base";
2
- import { BaseOverflow } from "./Base";
3
- export declare const ProgressColor: { [K in keyof typeof BaseColors]: `bg-${(typeof BaseColors)[K]}`; };
1
+ export declare const ProgressColor: {
2
+ readonly Primary: "bg-primary";
3
+ readonly Secondary: "bg-secondary";
4
+ readonly Success: "bg-success";
5
+ readonly Danger: "bg-danger";
6
+ readonly Warning: "bg-warning";
7
+ readonly Info: "bg-info";
8
+ readonly Light: "bg-light";
9
+ readonly Dark: "bg-dark";
10
+ };
4
11
  export type ProgressColor = (typeof ProgressColor)[keyof typeof ProgressColor];
5
- declare const allowedWidthKeys: readonly ["W0", "W25", "W50", "W75", "W100"];
6
- export declare const ProgressWidth: { [K in (typeof allowedWidthKeys)[number]]: `w-${(typeof BaseWidth)[K]}`; };
12
+ export declare const ProgressWidth: {
13
+ readonly W0: "w-0";
14
+ readonly W25: "w-25";
15
+ readonly W50: "w-50";
16
+ readonly W75: "w-75";
17
+ readonly W100: "w-100";
18
+ };
7
19
  export type ProgressWidth = (typeof ProgressWidth)[keyof typeof ProgressWidth];
8
- declare const allowedOverflowKeys: readonly ["OverflowVisible", "OverflowHidden"];
9
- export declare const LabelOverflow: { [K in (typeof allowedOverflowKeys)[number]]: `overflow-${(typeof BaseOverflow)[K]}`; };
20
+ export declare const LabelOverflow: {
21
+ readonly Visible: "overflow-visible";
22
+ readonly Hidden: "overflow-hidden";
23
+ };
10
24
  export type LabelOverflow = (typeof LabelOverflow)[keyof typeof LabelOverflow];
11
- export {};
12
25
  //# sourceMappingURL=progress.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/types/progress.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,SAAS,EAAC,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAC,YAAY,EAAC,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,aAAa,EAErB,GACA,CAAC,IAAI,MAAM,OAAO,UAAU,GAAG,MAAM,CAAA,OAAO,UAAU,EAAC,CAAC,CAAC,EAAE,GAC/D,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAG/E,QAAA,MAAM,gBAAgB,8CAA+C,CAAC;AAEtE,eAAO,MAAM,aAAa,EAErB,GACA,CAAC,IAAI,CAAA,OAAO,gBAAgB,EAAC,MAAM,CAAC,GAAG,KAAK,CAAA,OAAO,SAAS,EAAC,CAAC,CAAC,EAAE,GACrE,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAG/E,QAAA,MAAM,mBAAmB,gDAAiD,CAAC;AAE3E,eAAO,MAAM,aAAa,EAErB,GACA,CAAC,IAAI,CAAA,OAAO,mBAAmB,EAAC,MAAM,CAAC,GAAG,YAAY,CAAA,OAAO,YAAY,EAAC,CAAC,CAAC,EAAE,GAClF,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/types/progress.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;CAShB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,eAAO,MAAM,aAAa;;;;;;CAMhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}