@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.
- package/README.md +3 -3
- package/dist/components/layout/LayoutContent.d.ts +2 -2
- package/dist/components/layout/LayoutContent.d.ts.map +1 -1
- package/dist/components/layout/LayoutFooter.d.ts.map +1 -1
- package/dist/components/layout/LayoutHeader.d.ts.map +1 -1
- package/dist/components/layout/LayoutSidebar.d.ts.map +1 -1
- package/dist/components/ui/Alert.d.ts +1 -1
- package/dist/components/ui/Alert.d.ts.map +1 -1
- package/dist/components/ui/Button.d.ts +2 -6
- package/dist/components/ui/Button.d.ts.map +1 -1
- package/dist/components/ui/Container.d.ts.map +1 -1
- package/dist/components/ui/DataTable.d.ts +35 -0
- package/dist/components/ui/DataTable.d.ts.map +1 -0
- package/dist/components/ui/Figcaption.d.ts +8 -0
- package/dist/components/ui/Figcaption.d.ts.map +1 -0
- package/dist/components/ui/Figure.d.ts +11 -0
- package/dist/components/ui/Figure.d.ts.map +1 -0
- package/dist/components/ui/Image.d.ts +9 -0
- package/dist/components/ui/Image.d.ts.map +1 -0
- package/dist/components/ui/List.d.ts +14 -0
- package/dist/components/ui/List.d.ts.map +1 -0
- package/dist/components/ui/ListItem.d.ts +296 -0
- package/dist/components/ui/ListItem.d.ts.map +1 -0
- package/dist/components/ui/Popover.d.ts +2 -2
- package/dist/components/ui/Text.d.ts +14 -1
- package/dist/components/ui/Text.d.ts.map +1 -1
- package/dist/components/ui/card/CardImage.d.ts.map +1 -1
- package/dist/components/ui/card/CardTitle.d.ts +2 -2
- package/dist/components/ui/card/CardTitle.d.ts.map +1 -1
- package/dist/components/ui/dropdown/DropdownItem.d.ts.map +1 -1
- package/dist/components/ui/dropdown/DropdownMenu.d.ts.map +1 -1
- package/dist/components/ui/form/Form.d.ts +38 -0
- package/dist/components/ui/form/Form.d.ts.map +1 -0
- package/dist/components/ui/form/FormCheck.d.ts +23 -0
- package/dist/components/ui/form/FormCheck.d.ts.map +1 -0
- package/dist/components/ui/form/FormControl.d.ts +17 -0
- package/dist/components/ui/form/FormControl.d.ts.map +1 -0
- package/dist/components/ui/form/FormDatalist.d.ts +865 -0
- package/dist/components/ui/form/FormDatalist.d.ts.map +1 -0
- package/dist/components/ui/form/FormFeedback.d.ts +16 -0
- package/dist/components/ui/form/FormFeedback.d.ts.map +1 -0
- package/dist/components/ui/form/FormGroup.d.ts +189 -0
- package/dist/components/ui/form/FormGroup.d.ts.map +1 -0
- package/dist/components/ui/form/FormLabel.d.ts +18 -0
- package/dist/components/ui/form/FormLabel.d.ts.map +1 -0
- package/dist/components/ui/form/FormSelect.d.ts +17 -0
- package/dist/components/ui/form/FormSelect.d.ts.map +1 -0
- package/dist/components/ui/form/FormText.d.ts +15 -0
- package/dist/components/ui/form/FormText.d.ts.map +1 -0
- package/dist/components/ui/form/InputGroup.d.ts +13 -0
- package/dist/components/ui/form/InputGroup.d.ts.map +1 -0
- package/dist/components/ui/form/InputGroupText.d.ts +292 -0
- package/dist/components/ui/form/InputGroupText.d.ts.map +1 -0
- package/dist/components/ui/form/test-exports.d.ts +2096 -0
- package/dist/components/ui/form/test-exports.d.ts.map +1 -0
- package/dist/components/ui/grid/Column.d.ts.map +1 -1
- package/dist/components/ui/grid/Row.d.ts.map +1 -1
- package/dist/components/ui/listgroup/ListGroupItem.d.ts +2 -2
- package/dist/components/ui/listgroup/ListGroupItem.d.ts.map +1 -1
- package/dist/components/ui/navbar/Navbar.d.ts.map +1 -1
- package/dist/components/ui/table/Table.d.ts +50 -0
- package/dist/components/ui/table/Table.d.ts.map +1 -0
- package/dist/components/ui/tabs/TabContent.d.ts.map +1 -1
- package/dist/components/ui/tabs/TabPane.d.ts.map +1 -1
- package/dist/components/ui/tabs/Tabs.d.ts.map +1 -1
- package/dist/index.d.ts +22 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2719 -1974
- package/dist/index.mjs.map +1 -1
- package/dist/rebootui-complete.css +14 -0
- package/dist/rebootui-complete.css.map +1 -1
- package/dist/rebootui-overrides.css +14 -0
- package/dist/rebootui-overrides.css.map +1 -1
- package/dist/store/AccordionContext.d.ts +1 -1
- package/dist/store/AccordionContext.d.ts.map +1 -1
- package/dist/store/DropdownContext.d.ts.map +1 -1
- package/dist/store/ListGroupContext.d.ts +1 -2
- package/dist/store/ListGroupContext.d.ts.map +1 -1
- package/dist/store/NavbarContext.d.ts.map +1 -1
- package/dist/types/alert.d.ts +10 -2
- package/dist/types/alert.d.ts.map +1 -1
- package/dist/types/badge.d.ts +10 -2
- package/dist/types/badge.d.ts.map +1 -1
- package/dist/types/button.d.ts +23 -15
- package/dist/types/button.d.ts.map +1 -1
- package/dist/types/card.d.ts +10 -2
- package/dist/types/card.d.ts.map +1 -1
- package/dist/types/datatable.d.ts +21 -0
- package/dist/types/datatable.d.ts.map +1 -0
- package/dist/types/dropdown.d.ts.map +1 -1
- package/dist/types/form.d.ts +56 -0
- package/dist/types/form.d.ts.map +1 -0
- package/dist/types/layout.d.ts.map +1 -1
- package/dist/types/listgroup.d.ts +10 -2
- package/dist/types/listgroup.d.ts.map +1 -1
- package/dist/types/modal.d.ts.map +1 -1
- package/dist/types/offcanvas.d.ts +13 -3
- package/dist/types/offcanvas.d.ts.map +1 -1
- package/dist/types/pagination.d.ts +9 -6
- package/dist/types/pagination.d.ts.map +1 -1
- package/dist/types/popover.d.ts +8 -0
- package/dist/types/popover.d.ts.map +1 -0
- package/dist/types/progress.d.ts +21 -8
- package/dist/types/progress.d.ts.map +1 -1
- package/dist/types/row.d.ts +185 -185
- package/dist/types/row.d.ts.map +1 -1
- package/dist/types/spinner.d.ts +12 -4
- package/dist/types/spinner.d.ts.map +1 -1
- package/dist/types/stack.d.ts +72 -72
- package/dist/types/stack.d.ts.map +1 -1
- package/dist/types/table.d.ts +21 -0
- package/dist/types/table.d.ts.map +1 -0
- package/dist/types/toast.d.ts +10 -2
- package/dist/types/toast.d.ts.map +1 -1
- package/dist/types/tooltip.d.ts +6 -2
- package/dist/types/tooltip.d.ts.map +1 -1
- package/package.json +15 -14
- package/src/assets/icons/icons.svg +7215 -0
- package/dist/components/ui/Table.d.ts +0 -16
- package/dist/components/ui/Table.d.ts.map +0 -1
- package/dist/types/Base.d.ts +0 -52
- package/dist/types/Base.d.ts.map +0 -1
package/dist/types/stack.d.ts
CHANGED
|
@@ -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
|
|
222
|
-
readonly
|
|
223
|
-
readonly
|
|
224
|
-
readonly
|
|
225
|
-
readonly
|
|
226
|
-
readonly
|
|
227
|
-
readonly
|
|
228
|
-
readonly
|
|
229
|
-
readonly
|
|
230
|
-
readonly
|
|
231
|
-
readonly
|
|
232
|
-
readonly
|
|
233
|
-
readonly
|
|
234
|
-
readonly
|
|
235
|
-
readonly
|
|
236
|
-
readonly
|
|
237
|
-
readonly
|
|
238
|
-
readonly
|
|
239
|
-
readonly
|
|
240
|
-
readonly
|
|
241
|
-
readonly
|
|
242
|
-
readonly
|
|
243
|
-
readonly
|
|
244
|
-
readonly
|
|
245
|
-
readonly
|
|
246
|
-
readonly
|
|
247
|
-
readonly
|
|
248
|
-
readonly
|
|
249
|
-
readonly
|
|
250
|
-
readonly
|
|
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
|
|
261
|
-
readonly
|
|
262
|
-
readonly
|
|
263
|
-
readonly
|
|
264
|
-
readonly
|
|
265
|
-
readonly
|
|
266
|
-
readonly
|
|
267
|
-
readonly
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
270
|
-
readonly
|
|
271
|
-
readonly
|
|
272
|
-
readonly
|
|
273
|
-
readonly
|
|
274
|
-
readonly
|
|
275
|
-
readonly
|
|
276
|
-
readonly
|
|
277
|
-
readonly
|
|
278
|
-
readonly
|
|
279
|
-
readonly
|
|
280
|
-
readonly
|
|
281
|
-
readonly
|
|
282
|
-
readonly
|
|
283
|
-
readonly
|
|
284
|
-
readonly
|
|
285
|
-
readonly
|
|
286
|
-
readonly
|
|
287
|
-
readonly
|
|
288
|
-
readonly
|
|
289
|
-
readonly
|
|
290
|
-
readonly
|
|
291
|
-
readonly
|
|
292
|
-
readonly
|
|
293
|
-
readonly
|
|
294
|
-
readonly
|
|
295
|
-
readonly
|
|
296
|
-
readonly
|
|
297
|
-
readonly
|
|
298
|
-
readonly
|
|
299
|
-
readonly
|
|
300
|
-
readonly
|
|
301
|
-
readonly
|
|
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;;;;;;;;;;;;;
|
|
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"}
|
package/dist/types/toast.d.ts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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":"
|
|
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"}
|
package/dist/types/tooltip.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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":"
|
|
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.
|
|
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.
|
|
40
|
+
"bootstrap": "^5.3.8"
|
|
39
41
|
},
|
|
40
42
|
"devDependencies": {
|
|
41
|
-
"@types/node": "^22.
|
|
42
|
-
"@types/react": "^19.
|
|
43
|
-
"@types/react-dom": "^19.
|
|
44
|
-
"@vitejs/plugin-react": "^4.
|
|
45
|
-
"sass": "1.
|
|
46
|
-
"typescript": "^5.
|
|
47
|
-
"vite": "^
|
|
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",
|