@mesalvo/react-ui 0.0.34784 → 0.0.34889
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/dist/{changelog-viewer-XaGaiQKE.js → changelog-viewer-b2DFhkIa.js} +1 -1
- package/dist/{index-ChlDXWVD.js → index-19DvlzrE.js} +51741 -34409
- package/dist/react-ui.js +281 -280
- package/dist/src/components/DrawerArray/DrawerArray.d.ts.map +1 -1
- package/dist/src/components/Dropdown/components/items.d.ts.map +1 -1
- package/dist/src/components/Dropzone/Dropzone.d.ts.map +1 -1
- package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
- package/dist/src/components/Flag/Flag.d.ts.map +1 -1
- package/dist/src/components/FlagsAndText/FlagsAndTextMultiple.d.ts.map +1 -1
- package/dist/src/components/KeyValueInput/KeyValueInput.d.ts.map +1 -1
- package/dist/src/components/KeyValueInput/components/KeyValueRow.d.ts.map +1 -1
- package/dist/src/components/NoData/NoData.d.ts.map +1 -1
- package/dist/src/components/PasswordRenderer/PasswordRenderer.d.ts.map +1 -1
- package/dist/src/components/Popover/Popover.d.ts.map +1 -1
- package/dist/src/components/Radio/Radio.d.ts.map +1 -1
- package/dist/src/components/RichTextarea/RichTextarea.d.ts +86 -0
- package/dist/src/components/RichTextarea/RichTextarea.d.ts.map +1 -0
- package/dist/src/components/Selectors/Selector/Selector.d.ts.map +1 -1
- package/dist/src/components/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/src/components/Table/components/cell/renders/bool-cell-render/boolean.d.ts +4 -2
- package/dist/src/components/Table/components/cell/renders/bool-cell-render/boolean.d.ts.map +1 -1
- package/dist/src/components/Toolbox/Toolbox.d.ts.map +1 -1
- package/dist/src/components/UserButton/tabs/privileges/utils/getIcon.d.ts +1 -1
- package/dist/src/components/UserButton/tabs/privileges/utils/getIcon.d.ts.map +1 -1
- package/dist/src/components/accordion/accordion.d.ts.map +1 -1
- package/dist/src/components/alert/alert.d.ts.map +1 -1
- package/dist/src/components/assistant/ui/message-list.d.ts.map +1 -1
- package/dist/src/components/command/command.d.ts.map +1 -1
- package/dist/src/components/copy-button/copy-button.d.ts.map +1 -1
- package/dist/src/components/date-input/dateInput.d.ts.map +1 -1
- package/dist/src/components/field-assistant/AiFieldAssistantButton.d.ts.map +1 -1
- package/dist/src/components/field-assistant/AiFieldAssistantDialog.d.ts.map +1 -1
- package/dist/src/components/form-assistant/AiFormAssistantButton.d.ts.map +1 -1
- package/dist/src/components/form-assistant/AiFormAssistantDialog.d.ts.map +1 -1
- package/dist/src/components/index.d.ts +11 -1
- package/dist/src/components/index.d.ts.map +1 -1
- package/dist/src/hooks/use-translate/use-translate.d.ts.map +1 -1
- package/dist/src/i18n/translations/de.d.ts.map +1 -1
- package/dist/src/i18n/translations/en.d.ts +11 -0
- package/dist/src/i18n/translations/en.d.ts.map +1 -1
- package/dist/src/i18n/translations/es.d.ts.map +1 -1
- package/dist/src/i18n/translations/translations.d.ts +13 -2
- package/dist/src/i18n/translations/translations.d.ts.map +1 -1
- package/package.json +7 -4
- package/dist/src/components/debounced-input/debounced-input.spec.d.ts +0 -2
- package/dist/src/components/debounced-input/debounced-input.spec.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { u as d, a as p, b as g, T as h,
|
|
2
|
+
import { u as d, a as p, b as g, T as h, l as u, U as f, S as x, c as m, D as y } from "./index-19DvlzrE.js";
|
|
3
3
|
const T = {
|
|
4
4
|
BUMP: "bump",
|
|
5
5
|
CHORE: "chore",
|