@reactufy/rebootui 1.0.2 → 1.0.4

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 (124) 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/Alert.d.ts +1 -1
  8. package/dist/components/ui/Alert.d.ts.map +1 -1
  9. package/dist/components/ui/Button.d.ts +2 -6
  10. package/dist/components/ui/Button.d.ts.map +1 -1
  11. package/dist/components/ui/Container.d.ts.map +1 -1
  12. package/dist/components/ui/DataTable.d.ts +35 -0
  13. package/dist/components/ui/DataTable.d.ts.map +1 -0
  14. package/dist/components/ui/Figcaption.d.ts +8 -0
  15. package/dist/components/ui/Figcaption.d.ts.map +1 -0
  16. package/dist/components/ui/Figure.d.ts +11 -0
  17. package/dist/components/ui/Figure.d.ts.map +1 -0
  18. package/dist/components/ui/Image.d.ts +9 -0
  19. package/dist/components/ui/Image.d.ts.map +1 -0
  20. package/dist/components/ui/List.d.ts +14 -0
  21. package/dist/components/ui/List.d.ts.map +1 -0
  22. package/dist/components/ui/ListItem.d.ts +296 -0
  23. package/dist/components/ui/ListItem.d.ts.map +1 -0
  24. package/dist/components/ui/Popover.d.ts +2 -2
  25. package/dist/components/ui/Text.d.ts +14 -1
  26. package/dist/components/ui/Text.d.ts.map +1 -1
  27. package/dist/components/ui/card/CardImage.d.ts.map +1 -1
  28. package/dist/components/ui/card/CardTitle.d.ts +2 -2
  29. package/dist/components/ui/card/CardTitle.d.ts.map +1 -1
  30. package/dist/components/ui/dropdown/DropdownItem.d.ts.map +1 -1
  31. package/dist/components/ui/dropdown/DropdownMenu.d.ts.map +1 -1
  32. package/dist/components/ui/form/Form.d.ts +38 -0
  33. package/dist/components/ui/form/Form.d.ts.map +1 -0
  34. package/dist/components/ui/form/FormCheck.d.ts +23 -0
  35. package/dist/components/ui/form/FormCheck.d.ts.map +1 -0
  36. package/dist/components/ui/form/FormControl.d.ts +17 -0
  37. package/dist/components/ui/form/FormControl.d.ts.map +1 -0
  38. package/dist/components/ui/form/FormDatalist.d.ts +865 -0
  39. package/dist/components/ui/form/FormDatalist.d.ts.map +1 -0
  40. package/dist/components/ui/form/FormFeedback.d.ts +16 -0
  41. package/dist/components/ui/form/FormFeedback.d.ts.map +1 -0
  42. package/dist/components/ui/form/FormGroup.d.ts +189 -0
  43. package/dist/components/ui/form/FormGroup.d.ts.map +1 -0
  44. package/dist/components/ui/form/FormLabel.d.ts +18 -0
  45. package/dist/components/ui/form/FormLabel.d.ts.map +1 -0
  46. package/dist/components/ui/form/FormSelect.d.ts +17 -0
  47. package/dist/components/ui/form/FormSelect.d.ts.map +1 -0
  48. package/dist/components/ui/form/FormText.d.ts +15 -0
  49. package/dist/components/ui/form/FormText.d.ts.map +1 -0
  50. package/dist/components/ui/form/InputGroup.d.ts +13 -0
  51. package/dist/components/ui/form/InputGroup.d.ts.map +1 -0
  52. package/dist/components/ui/form/InputGroupText.d.ts +292 -0
  53. package/dist/components/ui/form/InputGroupText.d.ts.map +1 -0
  54. package/dist/components/ui/form/test-exports.d.ts +2096 -0
  55. package/dist/components/ui/form/test-exports.d.ts.map +1 -0
  56. package/dist/components/ui/grid/Column.d.ts.map +1 -1
  57. package/dist/components/ui/grid/Row.d.ts.map +1 -1
  58. package/dist/components/ui/listgroup/ListGroupItem.d.ts +2 -2
  59. package/dist/components/ui/listgroup/ListGroupItem.d.ts.map +1 -1
  60. package/dist/components/ui/navbar/Navbar.d.ts.map +1 -1
  61. package/dist/components/ui/table/Table.d.ts +50 -0
  62. package/dist/components/ui/table/Table.d.ts.map +1 -0
  63. package/dist/components/ui/tabs/TabContent.d.ts.map +1 -1
  64. package/dist/components/ui/tabs/TabPane.d.ts.map +1 -1
  65. package/dist/components/ui/tabs/Tabs.d.ts.map +1 -1
  66. package/dist/index.d.ts +22 -2
  67. package/dist/index.d.ts.map +1 -1
  68. package/dist/index.js +7 -7
  69. package/dist/index.js.map +1 -1
  70. package/dist/index.mjs +2719 -1974
  71. package/dist/index.mjs.map +1 -1
  72. package/dist/rebootui-complete.css +14 -0
  73. package/dist/rebootui-complete.css.map +1 -1
  74. package/dist/rebootui-overrides.css +14 -0
  75. package/dist/rebootui-overrides.css.map +1 -1
  76. package/dist/store/AccordionContext.d.ts +1 -1
  77. package/dist/store/AccordionContext.d.ts.map +1 -1
  78. package/dist/store/DropdownContext.d.ts.map +1 -1
  79. package/dist/store/ListGroupContext.d.ts +1 -2
  80. package/dist/store/ListGroupContext.d.ts.map +1 -1
  81. package/dist/store/NavbarContext.d.ts.map +1 -1
  82. package/dist/types/alert.d.ts +10 -2
  83. package/dist/types/alert.d.ts.map +1 -1
  84. package/dist/types/badge.d.ts +10 -2
  85. package/dist/types/badge.d.ts.map +1 -1
  86. package/dist/types/button.d.ts +23 -15
  87. package/dist/types/button.d.ts.map +1 -1
  88. package/dist/types/card.d.ts +10 -2
  89. package/dist/types/card.d.ts.map +1 -1
  90. package/dist/types/datatable.d.ts +21 -0
  91. package/dist/types/datatable.d.ts.map +1 -0
  92. package/dist/types/dropdown.d.ts.map +1 -1
  93. package/dist/types/form.d.ts +56 -0
  94. package/dist/types/form.d.ts.map +1 -0
  95. package/dist/types/layout.d.ts.map +1 -1
  96. package/dist/types/listgroup.d.ts +10 -2
  97. package/dist/types/listgroup.d.ts.map +1 -1
  98. package/dist/types/modal.d.ts.map +1 -1
  99. package/dist/types/offcanvas.d.ts +13 -3
  100. package/dist/types/offcanvas.d.ts.map +1 -1
  101. package/dist/types/pagination.d.ts +9 -6
  102. package/dist/types/pagination.d.ts.map +1 -1
  103. package/dist/types/popover.d.ts +8 -0
  104. package/dist/types/popover.d.ts.map +1 -0
  105. package/dist/types/progress.d.ts +21 -8
  106. package/dist/types/progress.d.ts.map +1 -1
  107. package/dist/types/row.d.ts +185 -185
  108. package/dist/types/row.d.ts.map +1 -1
  109. package/dist/types/spinner.d.ts +12 -4
  110. package/dist/types/spinner.d.ts.map +1 -1
  111. package/dist/types/stack.d.ts +72 -72
  112. package/dist/types/stack.d.ts.map +1 -1
  113. package/dist/types/table.d.ts +21 -0
  114. package/dist/types/table.d.ts.map +1 -0
  115. package/dist/types/toast.d.ts +10 -2
  116. package/dist/types/toast.d.ts.map +1 -1
  117. package/dist/types/tooltip.d.ts +6 -2
  118. package/dist/types/tooltip.d.ts.map +1 -1
  119. package/package.json +15 -14
  120. package/src/assets/icons/icons.svg +7215 -0
  121. package/dist/components/ui/Table.d.ts +0 -16
  122. package/dist/components/ui/Table.d.ts.map +0 -1
  123. package/dist/types/Base.d.ts +0 -52
  124. package/dist/types/Base.d.ts.map +0 -1
@@ -218,36 +218,36 @@ export declare const Gap: {
218
218
  readonly Gap3: "gap-3";
219
219
  readonly Gap4: "gap-4";
220
220
  readonly Gap5: "gap-5";
221
- readonly SmGap0: "gap-sm-0";
222
- readonly SmGap1: "gap-sm-1";
223
- readonly SmGap2: "gap-sm-2";
224
- readonly SmGap3: "gap-sm-3";
225
- readonly SmGap4: "gap-sm-4";
226
- readonly SmGap5: "gap-sm-5";
227
- readonly MdGap0: "gap-md-0";
228
- readonly MdGap1: "gap-md-1";
229
- readonly MdGap2: "gap-md-2";
230
- readonly MdGap3: "gap-md-3";
231
- readonly MdGap4: "gap-md-4";
232
- readonly MdGap5: "gap-md-5";
233
- readonly LgGap0: "gap-lg-0";
234
- readonly LgGap1: "gap-lg-1";
235
- readonly LgGap2: "gap-lg-2";
236
- readonly LgGap3: "gap-lg-3";
237
- readonly LgGap4: "gap-lg-4";
238
- readonly LgGap5: "gap-lg-5";
239
- readonly XlGap0: "gap-xl-0";
240
- readonly XlGap1: "gap-xl-1";
241
- readonly XlGap2: "gap-xl-2";
242
- readonly XlGap3: "gap-xl-3";
243
- readonly XlGap4: "gap-xl-4";
244
- readonly XlGap5: "gap-xl-5";
245
- readonly XxlGap0: "gap-xxl-0";
246
- readonly XxlGap1: "gap-xxl-1";
247
- readonly XxlGap2: "gap-xxl-2";
248
- readonly XxlGap3: "gap-xxl-3";
249
- readonly XxlGap4: "gap-xxl-4";
250
- readonly XxlGap5: "gap-xxl-5";
221
+ readonly GapSm0: "gap-sm-0";
222
+ readonly GapSm1: "gap-sm-1";
223
+ readonly GapSm2: "gap-sm-2";
224
+ readonly GapSm3: "gap-sm-3";
225
+ readonly GapSm4: "gap-sm-4";
226
+ readonly GapSm5: "gap-sm-5";
227
+ readonly GapMd0: "gap-md-0";
228
+ readonly GapMd1: "gap-md-1";
229
+ readonly GapMd2: "gap-md-2";
230
+ readonly GapMd3: "gap-md-3";
231
+ readonly GapMd4: "gap-md-4";
232
+ readonly GapMd5: "gap-md-5";
233
+ readonly GapLg0: "gap-lg-0";
234
+ readonly GapLg1: "gap-lg-1";
235
+ readonly GapLg2: "gap-lg-2";
236
+ readonly GapLg3: "gap-lg-3";
237
+ readonly GapLg4: "gap-lg-4";
238
+ readonly GapLg5: "gap-lg-5";
239
+ readonly GapXl0: "gap-xl-0";
240
+ readonly GapXl1: "gap-xl-1";
241
+ readonly GapXl2: "gap-xl-2";
242
+ readonly GapXl3: "gap-xl-3";
243
+ readonly GapXl4: "gap-xl-4";
244
+ readonly GapXl5: "gap-xl-5";
245
+ readonly GapXxl0: "gap-xxl-0";
246
+ readonly GapXxl1: "gap-xxl-1";
247
+ readonly GapXxl2: "gap-xxl-2";
248
+ readonly GapXxl3: "gap-xxl-3";
249
+ readonly GapXxl4: "gap-xxl-4";
250
+ readonly GapXxl5: "gap-xxl-5";
251
251
  };
252
252
  export type Gap = (typeof Gap)[keyof typeof Gap];
253
253
  export declare const Order: {
@@ -257,48 +257,48 @@ export declare const Order: {
257
257
  readonly Order3: "order-3";
258
258
  readonly Order4: "order-4";
259
259
  readonly Order5: "order-5";
260
- readonly First: "order-first";
261
- readonly Last: "order-last";
262
- readonly SmOrder0: "order-sm-0";
263
- readonly SmOrder1: "order-sm-1";
264
- readonly SmOrder2: "order-sm-2";
265
- readonly SmOrder3: "order-sm-3";
266
- readonly SmOrder4: "order-sm-4";
267
- readonly SmOrder5: "order-sm-5";
268
- readonly SmFirst: "order-sm-first";
269
- readonly SmLast: "order-sm-last";
270
- readonly MdOrder0: "order-md-0";
271
- readonly MdOrder1: "order-md-1";
272
- readonly MdOrder2: "order-md-2";
273
- readonly MdOrder3: "order-md-3";
274
- readonly MdOrder4: "order-md-4";
275
- readonly MdOrder5: "order-md-5";
276
- readonly MdFirst: "order-md-first";
277
- readonly MdLast: "order-md-last";
278
- readonly LgOrder0: "order-lg-0";
279
- readonly LgOrder1: "order-lg-1";
280
- readonly LgOrder2: "order-lg-2";
281
- readonly LgOrder3: "order-lg-3";
282
- readonly LgOrder4: "order-lg-4";
283
- readonly LgOrder5: "order-lg-5";
284
- readonly LgFirst: "order-lg-first";
285
- readonly LgLast: "order-lg-last";
286
- readonly XlOrder0: "order-xl-0";
287
- readonly XlOrder1: "order-xl-1";
288
- readonly XlOrder2: "order-xl-2";
289
- readonly XlOrder3: "order-xl-3";
290
- readonly XlOrder4: "order-xl-4";
291
- readonly XlOrder5: "order-xl-5";
292
- readonly XlFirst: "order-xl-first";
293
- readonly XlLast: "order-xl-last";
294
- readonly XxlOrder0: "order-xxl-0";
295
- readonly XxlOrder1: "order-xxl-1";
296
- readonly XxlOrder2: "order-xxl-2";
297
- readonly XxlOrder3: "order-xxl-3";
298
- readonly XxlOrder4: "order-xxl-4";
299
- readonly XxlOrder5: "order-xxl-5";
300
- readonly XxlFirst: "order-xxl-first";
301
- readonly XxlLast: "order-xxl-last";
260
+ readonly OrderFirst: "order-first";
261
+ readonly OrderLast: "order-last";
262
+ readonly OrderSm0: "order-sm-0";
263
+ readonly OrderSm1: "order-sm-1";
264
+ readonly OrderSm2: "order-sm-2";
265
+ readonly OrderSm3: "order-sm-3";
266
+ readonly OrderSm4: "order-sm-4";
267
+ readonly OrderSm5: "order-sm-5";
268
+ readonly OrderSmFirst: "order-sm-first";
269
+ readonly OrderSmLast: "order-sm-last";
270
+ readonly OrderMd0: "order-md-0";
271
+ readonly OrderMd1: "order-md-1";
272
+ readonly OrderMd2: "order-md-2";
273
+ readonly OrderMd3: "order-md-3";
274
+ readonly OrderMd4: "order-md-4";
275
+ readonly OrderMd5: "order-md-5";
276
+ readonly OrderMdFirst: "order-md-first";
277
+ readonly OrderMdLast: "order-md-last";
278
+ readonly OrderLg0: "order-lg-0";
279
+ readonly OrderLg1: "order-lg-1";
280
+ readonly OrderLg2: "order-lg-2";
281
+ readonly OrderLg3: "order-lg-3";
282
+ readonly OrderLg4: "order-lg-4";
283
+ readonly OrderLg5: "order-lg-5";
284
+ readonly OrderLgFirst: "order-lg-first";
285
+ readonly OrderLgLast: "order-lg-last";
286
+ readonly OrderXl0: "order-xl-0";
287
+ readonly OrderXl1: "order-xl-1";
288
+ readonly OrderXl2: "order-xl-2";
289
+ readonly OrderXl3: "order-xl-3";
290
+ readonly OrderXl4: "order-xl-4";
291
+ readonly OrderXl5: "order-xl-5";
292
+ readonly OrderXlFirst: "order-xl-first";
293
+ readonly OrderXlLast: "order-xl-last";
294
+ readonly OrderXxl0: "order-xxl-0";
295
+ readonly OrderXxl1: "order-xxl-1";
296
+ readonly OrderXxl2: "order-xxl-2";
297
+ readonly OrderXxl3: "order-xxl-3";
298
+ readonly OrderXxl4: "order-xxl-4";
299
+ readonly OrderXxl5: "order-xxl-5";
300
+ readonly OrderXxlFirst: "order-xxl-first";
301
+ readonly OrderXxlLast: "order-xxl-last";
302
302
  };
303
303
  export type Order = (typeof Order)[keyof typeof Order];
304
304
  export declare const Grow: {
@@ -1 +1 @@
1
- {"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../src/types/stack.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAehB,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;CA8BjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAElF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAwBZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEtE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAElF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Cf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE5E,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CN,CAAC;AACX,MAAM,MAAM,GAAG,GAAG,CAAC,OAAO,GAAG,CAAC,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;AAEjD,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDR,CAAC;AACX,MAAM,MAAM,KAAK,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,OAAO,KAAK,CAAC,CAAC;AAEvD,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAkBP,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAEpD,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAkBT,CAAC;AACX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AAE1D,eAAO,MAAM,IAAI;;;;;;;CAOP,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC"}
1
+ {"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../src/types/stack.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAehB,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE/E,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;CA8BjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAElF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAwBZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCb,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEtE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CZ,CAAC;AACX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CjB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAElF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Cf,CAAC;AACX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE5E,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CN,CAAC;AACX,MAAM,MAAM,GAAG,GAAG,CAAC,OAAO,GAAG,CAAC,CAAC,MAAM,OAAO,GAAG,CAAC,CAAC;AAEjD,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsDR,CAAC;AACX,MAAM,MAAM,KAAK,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,OAAO,KAAK,CAAC,CAAC;AAEvD,eAAO,MAAM,IAAI;;;;;;;;;;;;;CAaP,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC;AAEpD,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAaT,CAAC;AACX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,OAAO,MAAM,CAAC,CAAC;AAE1D,eAAO,MAAM,IAAI;;;;;;;CAOP,CAAC;AACX,MAAM,MAAM,IAAI,GAAG,CAAC,OAAO,IAAI,CAAC,CAAC,MAAM,OAAO,IAAI,CAAC,CAAC"}
@@ -0,0 +1,21 @@
1
+ export declare const TableSize: {
2
+ readonly Small: "table-sm";
3
+ readonly Default: "";
4
+ };
5
+ export type TableSize = (typeof TableSize)[keyof typeof TableSize];
6
+ export declare const TableColor: {
7
+ readonly Default: "";
8
+ readonly Dark: "table-dark";
9
+ readonly Primary: "table-primary";
10
+ readonly Secondary: "table-secondary";
11
+ readonly Success: "table-success";
12
+ readonly Danger: "table-danger";
13
+ readonly Warning: "table-warning";
14
+ readonly Info: "table-info";
15
+ readonly Light: "table-light";
16
+ };
17
+ export type TableColor = (typeof TableColor)[keyof typeof TableColor];
18
+ export type TableResponsive = boolean | "sm" | "md" | "lg" | "xl" | "xxl";
19
+ /** Native `<table>` attributes allowed on `Table` and forwarded by `DataTable` onto the root element. */
20
+ export type TableHtmlAllowedProp = "id" | "style" | "className" | "children" | "role" | "tabIndex" | "title" | "lang" | "hidden" | "summary" | "width" | "border" | "cellPadding" | "cellSpacing" | "frame" | "rules" | "align" | "bgcolor";
21
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../src/types/table.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;CAGZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAC;AAEnE,eAAO,MAAM,UAAU;;;;;;;;;;CAUb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAEtE,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAE1E,yGAAyG;AACzG,MAAM,MAAM,oBAAoB,GAC1B,IAAI,GACJ,OAAO,GACP,WAAW,GACX,UAAU,GACV,MAAM,GACN,UAAU,GACV,OAAO,GACP,MAAM,GACN,QAAQ,GACR,SAAS,GACT,OAAO,GACP,QAAQ,GACR,aAAa,GACb,aAAa,GACb,OAAO,GACP,OAAO,GACP,OAAO,GACP,SAAS,CAAC"}
@@ -1,5 +1,13 @@
1
- import { BaseColors } from "./Base";
2
- export declare const ToastBg: { [K in keyof typeof BaseColors]: `bg-${(typeof BaseColors)[K]}`; };
1
+ export declare const ToastBg: {
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
+ };
3
11
  export type ToastBg = (typeof ToastBg)[keyof typeof ToastBg];
4
12
  export declare const ToastPlacement: {
5
13
  readonly TopStart: "top-0 start-0";
@@ -1 +1 @@
1
- {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../src/types/toast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,eAAO,MAAM,OAAO,EAEf,GACI,CAAC,IAAI,MAAM,OAAO,UAAU,GAAG,MAAM,CAAA,OAAO,UAAU,EAAC,CAAC,CAAC,EAAE,GAC/D,CAAC;AAEN,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAE7D,eAAO,MAAM,cAAc;;;;;;;;;;CAUjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../src/types/toast.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;CASV,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,OAAO,OAAO,CAAC,CAAC;AAG7D,eAAO,MAAM,cAAc;;;;;;;;;;CAUjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC"}
@@ -1,4 +1,8 @@
1
- import { BasePosition } from "./Base";
2
- export declare const TooltipPlacement: { [K in keyof typeof BasePosition]: `${(typeof BasePosition)[K]}`; };
1
+ export declare const TooltipPlacement: {
2
+ readonly Top: "top";
3
+ readonly Bottom: "bottom";
4
+ readonly Start: "start";
5
+ readonly End: "end";
6
+ };
3
7
  export type TooltipPlacement = (typeof TooltipPlacement)[keyof typeof TooltipPlacement];
4
8
  //# sourceMappingURL=tooltip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../src/types/tooltip.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAEtC,eAAO,MAAM,gBAAgB,EAExB,GACI,CAAC,IAAI,MAAM,OAAO,YAAY,GAAG,GAAG,CAAA,OAAO,YAAY,EAAC,CAAC,CAAC,EAAE,GAChE,CAAC;AAEN,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../src/types/tooltip.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,OAAO,gBAAgB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,25 +1,27 @@
1
1
  {
2
2
  "name": "@reactufy/rebootui",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "A modern React component library built on Bootstrap",
5
5
  "main": "./src/index.ts",
6
6
  "module": "./src/index.ts",
7
7
  "types": "./src/index.ts",
8
8
  "exports": {
9
9
  ".": {
10
+ "types": "./dist/index.d.ts",
10
11
  "development": "./src/index.ts",
11
12
  "import": "./dist/index.mjs",
12
- "require": "./dist/index.js",
13
- "types": "./dist/index.d.ts"
13
+ "require": "./dist/index.js"
14
14
  },
15
15
  "./dist/bootstrap.css": "./dist/bootstrap.css",
16
16
  "./dist/rebootui-overrides.css": "./dist/rebootui-overrides.css",
17
17
  "./dist/rebootui-complete.css": "./dist/rebootui-complete.css",
18
- "./src/styles/*": "./src/styles/*"
18
+ "./src/styles/*": "./src/styles/*",
19
+ "./assets/icons/icons.svg": "./src/assets/icons/icons.svg"
19
20
  },
20
21
  "files": [
21
22
  "dist",
22
- "README.md"
23
+ "README.md",
24
+ "src/assets"
23
25
  ],
24
26
  "keywords": [
25
27
  "react",
@@ -35,17 +37,16 @@
35
37
  "react-dom": "^18.0.0 || ^19.0.0"
36
38
  },
37
39
  "dependencies": {
38
- "bootstrap": "^5.3.7"
40
+ "bootstrap": "^5.3.8"
39
41
  },
40
42
  "devDependencies": {
41
- "@types/node": "^22.10.2",
42
- "@types/react": "^19.1.8",
43
- "@types/react-dom": "^19.1.6",
44
- "@vitejs/plugin-react": "^4.2.1",
45
- "sass": "1.63.2",
46
- "typescript": "^5.2.2",
47
- "vite": "^5.0.8",
48
- "vite-plugin-dts": "^3.7.0"
43
+ "@types/node": "^22.19.0",
44
+ "@types/react": "^19.2.0",
45
+ "@types/react-dom": "^19.2.0",
46
+ "@vitejs/plugin-react": "^4.7.0",
47
+ "sass": "1.78.0",
48
+ "typescript": "^5.9.0",
49
+ "vite": "^6.4.2"
49
50
  },
50
51
  "scripts": {
51
52
  "build:js": "vite build && tsc --project tsconfig.build.json",