fui-material 0.2.70 → 0.2.72
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 +1 -15
- package/dist/cjs/index.js +4 -14
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/function-elements/fAlert/fAlert.stories.d.ts +9 -0
- package/dist/cjs/types/function-elements/fConfirm/fConfirm.stories.d.ts +9 -0
- package/dist/cjs/types/function-elements/fPrompt/fPrompt.d.ts +0 -1
- package/dist/cjs/types/function-elements/fPrompt/fPrompt.stories.d.ts +9 -0
- package/dist/cjs/types/icons/FArrowIcon/FArrowIcon.stories.d.ts +12 -0
- package/dist/cjs/types/icons/FCheckIcon/FCheckIcon.stories.d.ts +11 -0
- package/dist/cjs/types/icons/FCloseIcon/FCloseIcon.d.ts +6 -7
- package/dist/cjs/types/icons/FCloseIcon/FCloseIcon.stories.d.ts +10 -0
- package/dist/cjs/types/icons/FCopyAddIcon/FCopyAdd.stories.d.ts +11 -0
- package/dist/cjs/types/icons/FDownloadIcon/FDownloadIcon.stories.d.ts +11 -0
- package/dist/cjs/types/icons/FFilterIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/cjs/types/icons/FListIcon/FListIcon.stories.d.ts +11 -0
- package/dist/cjs/types/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
- package/dist/cjs/types/icons/FPenIcon/FPenIcon.stories.d.ts +11 -0
- package/dist/cjs/types/icons/FPlusIcon/FPlusIcon.stories.d.ts +11 -0
- package/dist/cjs/types/icons/FTrashIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/cjs/types/icons/FUnlinkIcon/FUnlinkIcon.stories.d.ts +11 -0
- package/dist/cjs/types/material/Dialog/FDialog.stories.d.ts +10 -0
- package/dist/cjs/types/material/Dropdown/FDropdown/FDropdown.stories.d.ts +10 -0
- package/dist/cjs/types/material/Dropdown/FDropdownItem/FDropdownItem.stories.d.ts +10 -0
- package/dist/cjs/types/material/FAccordion/FAccordion.stories.d.ts +10 -0
- package/dist/cjs/types/material/FAlert/FAlert.stories.d.ts +24 -0
- package/dist/cjs/types/material/FButton/FButton.stories.d.ts +17 -0
- package/dist/cjs/types/material/FButton/FButton.test.d.ts +1 -0
- package/dist/cjs/types/material/FButtonFile/FButtonFile.d.ts +1 -1
- package/dist/cjs/types/material/FButtonFile/FButtonFile.stories.d.ts +17 -0
- package/dist/cjs/types/material/FCheckbox/FCheckbox.stories.d.ts +10 -0
- package/dist/cjs/types/material/FContainer/FContainer.stories.d.ts +16 -0
- package/dist/cjs/types/material/FFile/FFile.stories.d.ts +10 -0
- package/dist/cjs/types/material/FFullDateField/FFullDateField.stories.d.ts +16 -0
- package/dist/cjs/types/material/FGrid/FGrid.stories.d.ts +12 -0
- package/dist/cjs/types/material/FInputFileForm/FInputFileForm.stories.d.ts +10 -0
- package/dist/cjs/types/material/FNative/FNative.stories.d.ts +17 -0
- package/dist/cjs/types/material/FOpenImgFull/FOpenImgFull.stories.d.ts +10 -0
- package/dist/cjs/types/material/FPagination/FPagination.stories.d.ts +11 -0
- package/dist/cjs/types/material/FPaper/FPaper.stories.d.ts +12 -0
- package/dist/cjs/types/material/FPreloader/FPreloader.stories.d.ts +10 -0
- package/dist/cjs/types/material/FProgress/FProgress.stories.d.ts +10 -0
- package/dist/cjs/types/material/FRadioButton/FRadioButton.stories.d.ts +9 -0
- package/dist/cjs/types/material/FSearchBox/FSearchBox.stories.d.ts +26 -0
- package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +15 -0
- package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
- package/dist/cjs/types/material/FStack/FStack.stories.d.ts +16 -0
- package/dist/cjs/types/material/FTextArea/FTextArea.stories.d.ts +16 -0
- package/dist/cjs/types/material/FTextField/FTextField.stories.d.ts +23 -0
- package/dist/cjs/types/material/FTimelineComponents/FTimeline.stories.d.ts +10 -0
- package/dist/cjs/types/material/SelectComponents/FSelect.stories.d.ts +21 -0
- package/dist/cjs/types/material/TableComponents/FTable.stories.d.ts +21 -0
- package/dist/cjs/types/material/Tabs/FTabs.stories.d.ts +10 -0
- package/dist/cjs/types/stories/Button.d.ts +28 -0
- package/dist/cjs/types/stories/Header.d.ts +12 -0
- package/dist/cjs/types/stories/Page.d.ts +3 -0
- package/dist/cjs/types/stories/Page.stories.d.ts +13 -0
- package/dist/esm/index.js +4 -14
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/function-elements/fAlert/fAlert.stories.d.ts +9 -0
- package/dist/esm/types/function-elements/fConfirm/fConfirm.stories.d.ts +9 -0
- package/dist/esm/types/function-elements/fPrompt/fPrompt.d.ts +0 -1
- package/dist/esm/types/function-elements/fPrompt/fPrompt.stories.d.ts +9 -0
- package/dist/esm/types/icons/FArrowIcon/FArrowIcon.stories.d.ts +12 -0
- package/dist/esm/types/icons/FCheckIcon/FCheckIcon.stories.d.ts +11 -0
- package/dist/esm/types/icons/FCloseIcon/FCloseIcon.d.ts +6 -7
- package/dist/esm/types/icons/FCloseIcon/FCloseIcon.stories.d.ts +10 -0
- package/dist/esm/types/icons/FCopyAddIcon/FCopyAdd.stories.d.ts +11 -0
- package/dist/esm/types/icons/FDownloadIcon/FDownloadIcon.stories.d.ts +11 -0
- package/dist/esm/types/icons/FFilterIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/esm/types/icons/FListIcon/FListIcon.stories.d.ts +11 -0
- package/dist/esm/types/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
- package/dist/esm/types/icons/FPenIcon/FPenIcon.stories.d.ts +11 -0
- package/dist/esm/types/icons/FPlusIcon/FPlusIcon.stories.d.ts +11 -0
- package/dist/esm/types/icons/FTrashIcon/FTrashIcon.stories.d.ts +16 -0
- package/dist/esm/types/icons/FUnlinkIcon/FUnlinkIcon.stories.d.ts +11 -0
- package/dist/esm/types/material/Dialog/FDialog.stories.d.ts +10 -0
- package/dist/esm/types/material/Dropdown/FDropdown/FDropdown.stories.d.ts +10 -0
- package/dist/esm/types/material/Dropdown/FDropdownItem/FDropdownItem.stories.d.ts +10 -0
- package/dist/esm/types/material/FAccordion/FAccordion.stories.d.ts +10 -0
- package/dist/esm/types/material/FAlert/FAlert.stories.d.ts +24 -0
- package/dist/esm/types/material/FButton/FButton.stories.d.ts +17 -0
- package/dist/esm/types/material/FButton/FButton.test.d.ts +1 -0
- package/dist/esm/types/material/FButtonFile/FButtonFile.d.ts +1 -1
- package/dist/esm/types/material/FButtonFile/FButtonFile.stories.d.ts +17 -0
- package/dist/esm/types/material/FCheckbox/FCheckbox.stories.d.ts +10 -0
- package/dist/esm/types/material/FContainer/FContainer.stories.d.ts +16 -0
- package/dist/esm/types/material/FFile/FFile.stories.d.ts +10 -0
- package/dist/esm/types/material/FFullDateField/FFullDateField.stories.d.ts +16 -0
- package/dist/esm/types/material/FGrid/FGrid.stories.d.ts +12 -0
- package/dist/esm/types/material/FInputFileForm/FInputFileForm.stories.d.ts +10 -0
- package/dist/esm/types/material/FNative/FNative.stories.d.ts +17 -0
- package/dist/esm/types/material/FOpenImgFull/FOpenImgFull.stories.d.ts +10 -0
- package/dist/esm/types/material/FPagination/FPagination.stories.d.ts +11 -0
- package/dist/esm/types/material/FPaper/FPaper.stories.d.ts +12 -0
- package/dist/esm/types/material/FPreloader/FPreloader.stories.d.ts +10 -0
- package/dist/esm/types/material/FProgress/FProgress.stories.d.ts +10 -0
- package/dist/esm/types/material/FRadioButton/FRadioButton.stories.d.ts +9 -0
- package/dist/esm/types/material/FSearchBox/FSearchBox.stories.d.ts +26 -0
- package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +15 -0
- package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
- package/dist/esm/types/material/FStack/FStack.stories.d.ts +16 -0
- package/dist/esm/types/material/FTextArea/FTextArea.stories.d.ts +16 -0
- package/dist/esm/types/material/FTextField/FTextField.stories.d.ts +23 -0
- package/dist/esm/types/material/FTimelineComponents/FTimeline.stories.d.ts +10 -0
- package/dist/esm/types/material/SelectComponents/FSelect.stories.d.ts +21 -0
- package/dist/esm/types/material/TableComponents/FTable.stories.d.ts +21 -0
- package/dist/esm/types/material/Tabs/FTabs.stories.d.ts +10 -0
- package/dist/esm/types/stories/Button.d.ts +28 -0
- package/dist/esm/types/stories/Header.d.ts +12 -0
- package/dist/esm/types/stories/Page.d.ts +3 -0
- package/dist/esm/types/stories/Page.stories.d.ts +13 -0
- package/dist/index.d.ts +4 -5
- package/package.json +71 -28
package/README.md
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
To install dependencies:
|
|
4
|
-
|
|
5
|
-
```bash
|
|
6
|
-
bun install
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
To run:
|
|
10
|
-
|
|
11
|
-
```bash
|
|
12
|
-
bun run index.ts
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
This project was created using `bun init` in bun v1.0.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
|
1
|
+
https://allorion.github.io/fui
|