fui-material 0.2.71 → 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.
Files changed (113) hide show
  1. package/README.md +1 -15
  2. package/dist/cjs/index.js +4 -14
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/function-elements/fAlert/fAlert.stories.d.ts +9 -0
  5. package/dist/cjs/types/function-elements/fConfirm/fConfirm.stories.d.ts +9 -0
  6. package/dist/cjs/types/function-elements/fPrompt/fPrompt.d.ts +0 -1
  7. package/dist/cjs/types/function-elements/fPrompt/fPrompt.stories.d.ts +9 -0
  8. package/dist/cjs/types/icons/FArrowIcon/FArrowIcon.stories.d.ts +12 -0
  9. package/dist/cjs/types/icons/FCheckIcon/FCheckIcon.stories.d.ts +11 -0
  10. package/dist/cjs/types/icons/FCloseIcon/FCloseIcon.d.ts +6 -7
  11. package/dist/cjs/types/icons/FCloseIcon/FCloseIcon.stories.d.ts +10 -0
  12. package/dist/cjs/types/icons/FCopyAddIcon/FCopyAdd.stories.d.ts +11 -0
  13. package/dist/cjs/types/icons/FDownloadIcon/FDownloadIcon.stories.d.ts +11 -0
  14. package/dist/cjs/types/icons/FFilterIcon/FTrashIcon.stories.d.ts +16 -0
  15. package/dist/cjs/types/icons/FListIcon/FListIcon.stories.d.ts +11 -0
  16. package/dist/cjs/types/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
  17. package/dist/cjs/types/icons/FPenIcon/FPenIcon.stories.d.ts +11 -0
  18. package/dist/cjs/types/icons/FPlusIcon/FPlusIcon.stories.d.ts +11 -0
  19. package/dist/cjs/types/icons/FTrashIcon/FTrashIcon.stories.d.ts +16 -0
  20. package/dist/cjs/types/icons/FUnlinkIcon/FUnlinkIcon.stories.d.ts +11 -0
  21. package/dist/cjs/types/material/Dialog/FDialog.stories.d.ts +10 -0
  22. package/dist/cjs/types/material/Dropdown/FDropdown/FDropdown.stories.d.ts +10 -0
  23. package/dist/cjs/types/material/Dropdown/FDropdownItem/FDropdownItem.stories.d.ts +10 -0
  24. package/dist/cjs/types/material/FAccordion/FAccordion.stories.d.ts +10 -0
  25. package/dist/cjs/types/material/FAlert/FAlert.stories.d.ts +24 -0
  26. package/dist/cjs/types/material/FButton/FButton.stories.d.ts +17 -0
  27. package/dist/cjs/types/material/FButton/FButton.test.d.ts +1 -0
  28. package/dist/cjs/types/material/FButtonFile/FButtonFile.d.ts +1 -1
  29. package/dist/cjs/types/material/FButtonFile/FButtonFile.stories.d.ts +17 -0
  30. package/dist/cjs/types/material/FCheckbox/FCheckbox.stories.d.ts +10 -0
  31. package/dist/cjs/types/material/FContainer/FContainer.stories.d.ts +16 -0
  32. package/dist/cjs/types/material/FFile/FFile.stories.d.ts +10 -0
  33. package/dist/cjs/types/material/FFullDateField/FFullDateField.stories.d.ts +16 -0
  34. package/dist/cjs/types/material/FGrid/FGrid.stories.d.ts +12 -0
  35. package/dist/cjs/types/material/FInputFileForm/FInputFileForm.stories.d.ts +10 -0
  36. package/dist/cjs/types/material/FNative/FNative.stories.d.ts +17 -0
  37. package/dist/cjs/types/material/FOpenImgFull/FOpenImgFull.stories.d.ts +10 -0
  38. package/dist/cjs/types/material/FPagination/FPagination.stories.d.ts +11 -0
  39. package/dist/cjs/types/material/FPaper/FPaper.stories.d.ts +12 -0
  40. package/dist/cjs/types/material/FPreloader/FPreloader.stories.d.ts +10 -0
  41. package/dist/cjs/types/material/FProgress/FProgress.stories.d.ts +10 -0
  42. package/dist/cjs/types/material/FRadioButton/FRadioButton.stories.d.ts +9 -0
  43. package/dist/cjs/types/material/FSearchBox/FSearchBox.stories.d.ts +26 -0
  44. package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +15 -0
  45. package/dist/cjs/types/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
  46. package/dist/cjs/types/material/FStack/FStack.stories.d.ts +16 -0
  47. package/dist/cjs/types/material/FTextArea/FTextArea.stories.d.ts +16 -0
  48. package/dist/cjs/types/material/FTextField/FTextField.stories.d.ts +23 -0
  49. package/dist/cjs/types/material/FTimelineComponents/FTimeline.stories.d.ts +10 -0
  50. package/dist/cjs/types/material/SelectComponents/FSelect.stories.d.ts +21 -0
  51. package/dist/cjs/types/material/TableComponents/FTable.stories.d.ts +21 -0
  52. package/dist/cjs/types/material/Tabs/FTabs.stories.d.ts +10 -0
  53. package/dist/cjs/types/stories/Button.d.ts +28 -0
  54. package/dist/cjs/types/stories/Header.d.ts +12 -0
  55. package/dist/cjs/types/stories/Page.d.ts +3 -0
  56. package/dist/cjs/types/stories/Page.stories.d.ts +13 -0
  57. package/dist/esm/index.js +4 -14
  58. package/dist/esm/index.js.map +1 -1
  59. package/dist/esm/types/function-elements/fAlert/fAlert.stories.d.ts +9 -0
  60. package/dist/esm/types/function-elements/fConfirm/fConfirm.stories.d.ts +9 -0
  61. package/dist/esm/types/function-elements/fPrompt/fPrompt.d.ts +0 -1
  62. package/dist/esm/types/function-elements/fPrompt/fPrompt.stories.d.ts +9 -0
  63. package/dist/esm/types/icons/FArrowIcon/FArrowIcon.stories.d.ts +12 -0
  64. package/dist/esm/types/icons/FCheckIcon/FCheckIcon.stories.d.ts +11 -0
  65. package/dist/esm/types/icons/FCloseIcon/FCloseIcon.d.ts +6 -7
  66. package/dist/esm/types/icons/FCloseIcon/FCloseIcon.stories.d.ts +10 -0
  67. package/dist/esm/types/icons/FCopyAddIcon/FCopyAdd.stories.d.ts +11 -0
  68. package/dist/esm/types/icons/FDownloadIcon/FDownloadIcon.stories.d.ts +11 -0
  69. package/dist/esm/types/icons/FFilterIcon/FTrashIcon.stories.d.ts +16 -0
  70. package/dist/esm/types/icons/FListIcon/FListIcon.stories.d.ts +11 -0
  71. package/dist/esm/types/icons/FLoadIcon/FLoadIcon.stories.d.ts +16 -0
  72. package/dist/esm/types/icons/FPenIcon/FPenIcon.stories.d.ts +11 -0
  73. package/dist/esm/types/icons/FPlusIcon/FPlusIcon.stories.d.ts +11 -0
  74. package/dist/esm/types/icons/FTrashIcon/FTrashIcon.stories.d.ts +16 -0
  75. package/dist/esm/types/icons/FUnlinkIcon/FUnlinkIcon.stories.d.ts +11 -0
  76. package/dist/esm/types/material/Dialog/FDialog.stories.d.ts +10 -0
  77. package/dist/esm/types/material/Dropdown/FDropdown/FDropdown.stories.d.ts +10 -0
  78. package/dist/esm/types/material/Dropdown/FDropdownItem/FDropdownItem.stories.d.ts +10 -0
  79. package/dist/esm/types/material/FAccordion/FAccordion.stories.d.ts +10 -0
  80. package/dist/esm/types/material/FAlert/FAlert.stories.d.ts +24 -0
  81. package/dist/esm/types/material/FButton/FButton.stories.d.ts +17 -0
  82. package/dist/esm/types/material/FButton/FButton.test.d.ts +1 -0
  83. package/dist/esm/types/material/FButtonFile/FButtonFile.d.ts +1 -1
  84. package/dist/esm/types/material/FButtonFile/FButtonFile.stories.d.ts +17 -0
  85. package/dist/esm/types/material/FCheckbox/FCheckbox.stories.d.ts +10 -0
  86. package/dist/esm/types/material/FContainer/FContainer.stories.d.ts +16 -0
  87. package/dist/esm/types/material/FFile/FFile.stories.d.ts +10 -0
  88. package/dist/esm/types/material/FFullDateField/FFullDateField.stories.d.ts +16 -0
  89. package/dist/esm/types/material/FGrid/FGrid.stories.d.ts +12 -0
  90. package/dist/esm/types/material/FInputFileForm/FInputFileForm.stories.d.ts +10 -0
  91. package/dist/esm/types/material/FNative/FNative.stories.d.ts +17 -0
  92. package/dist/esm/types/material/FOpenImgFull/FOpenImgFull.stories.d.ts +10 -0
  93. package/dist/esm/types/material/FPagination/FPagination.stories.d.ts +11 -0
  94. package/dist/esm/types/material/FPaper/FPaper.stories.d.ts +12 -0
  95. package/dist/esm/types/material/FPreloader/FPreloader.stories.d.ts +10 -0
  96. package/dist/esm/types/material/FProgress/FProgress.stories.d.ts +10 -0
  97. package/dist/esm/types/material/FRadioButton/FRadioButton.stories.d.ts +9 -0
  98. package/dist/esm/types/material/FSearchBox/FSearchBox.stories.d.ts +26 -0
  99. package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDb.stories.d.ts +15 -0
  100. package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDbLegacy.d.ts +1 -0
  101. package/dist/esm/types/material/FStack/FStack.stories.d.ts +16 -0
  102. package/dist/esm/types/material/FTextArea/FTextArea.stories.d.ts +16 -0
  103. package/dist/esm/types/material/FTextField/FTextField.stories.d.ts +23 -0
  104. package/dist/esm/types/material/FTimelineComponents/FTimeline.stories.d.ts +10 -0
  105. package/dist/esm/types/material/SelectComponents/FSelect.stories.d.ts +21 -0
  106. package/dist/esm/types/material/TableComponents/FTable.stories.d.ts +21 -0
  107. package/dist/esm/types/material/Tabs/FTabs.stories.d.ts +10 -0
  108. package/dist/esm/types/stories/Button.d.ts +28 -0
  109. package/dist/esm/types/stories/Header.d.ts +12 -0
  110. package/dist/esm/types/stories/Page.d.ts +3 -0
  111. package/dist/esm/types/stories/Page.stories.d.ts +13 -0
  112. package/dist/index.d.ts +4 -5
  113. package/package.json +71 -28
package/README.md CHANGED
@@ -1,15 +1 @@
1
- # fui
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