@plumile/ui 0.1.55 → 0.1.56
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/lib/atomic/atoms/button/Button.d.ts.map +1 -1
- package/lib/atomic/atoms/button/Button.js +5 -2
- package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
- package/lib/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
- package/lib/atomic/atoms/formatted-date/FormattedDate.js +29 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
- package/lib/atomic/atoms/icon-button/IconMenuButton.js +10 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +16 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +42 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +37 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +221 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
- package/lib/atomic/molecules/breadcrumb_navigation/types.js +2 -0
- package/lib/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
- package/lib/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/atomic/molecules/dropdown/Dropdown.js +271 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
- package/lib/atomic/molecules/dropdown/dropdown.css.js +30 -0
- package/lib/atomic/molecules/form-actions/FormActions.d.ts +16 -0
- package/lib/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
- package/lib/atomic/molecules/form-actions/FormActions.js +27 -0
- package/lib/atomic/molecules/toast/ToastProvider.d.ts +19 -0
- package/lib/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/ToastProvider.js +113 -0
- package/lib/atomic/molecules/toast/ToastViewport.d.ts +24 -0
- package/lib/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/ToastViewport.js +40 -0
- package/lib/atomic/molecules/toast/constants.d.ts +2 -0
- package/lib/atomic/molecules/toast/constants.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/constants.js +2 -0
- package/lib/atomic/molecules/toast/toast.css.d.ts +25 -0
- package/lib/atomic/molecules/toast/toast.css.d.ts.map +1 -0
- package/lib/atomic/molecules/toast/toast.css.js +106 -0
- package/lib/components/data-table/DataTable.css.d.ts +61 -0
- package/lib/components/data-table/DataTable.css.d.ts.map +1 -0
- package/lib/components/data-table/DataTable.css.js +285 -0
- package/lib/components/data-table/DataTable.d.ts +32 -0
- package/lib/components/data-table/DataTable.d.ts.map +1 -0
- package/lib/components/data-table/DataTable.js +95 -0
- package/lib/components/data-table/TableCell.css.d.ts +26 -0
- package/lib/components/data-table/TableCell.css.d.ts.map +1 -0
- package/lib/components/data-table/TableCell.css.js +45 -0
- package/lib/components/data-table/TableCell.d.ts +46 -0
- package/lib/components/data-table/TableCell.d.ts.map +1 -0
- package/lib/components/data-table/TableCell.js +72 -0
- package/lib/components/data-table/TableCellBase.d.ts +13 -0
- package/lib/components/data-table/TableCellBase.d.ts.map +1 -0
- package/lib/components/data-table/TableCellBase.js +11 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
- package/lib/components/data-table/VirtualizedConnectionTable.css.js +18 -0
- package/lib/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
- package/lib/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
- package/lib/components/data-table/VirtualizedConnectionTable.js +304 -0
- package/lib/components/data-table/tableBreakpoints.d.ts +9 -0
- package/lib/components/data-table/tableBreakpoints.d.ts.map +1 -0
- package/lib/components/data-table/tableBreakpoints.js +34 -0
- package/lib/components/select/SimpleSelect.css.d.ts +23 -0
- package/lib/components/select/SimpleSelect.css.d.ts.map +1 -0
- package/lib/components/select/SimpleSelect.css.js +175 -0
- package/lib/components/select/SimpleSelect.d.ts +22 -0
- package/lib/components/select/SimpleSelect.d.ts.map +1 -0
- package/lib/components/select/SimpleSelect.js +218 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
- package/lib/components/subscriptions/RefetchNeededBanner.css.js +32 -0
- package/lib/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
- package/lib/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
- package/lib/components/subscriptions/RefetchNeededBanner.js +17 -0
- package/lib/esm/atomic/atoms/button/Button.js +35 -33
- package/lib/esm/atomic/atoms/button/Button.js.map +1 -1
- package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js +32 -0
- package/lib/esm/atomic/atoms/formatted-date/FormattedDate.js.map +1 -0
- package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js +26 -0
- package/lib/esm/atomic/atoms/icon-button/IconMenuButton.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js +55 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js +61 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js +64 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js +30 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.js.map +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.ts.vanilla-Bhz61Foa.css +1 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/types.js +2 -0
- package/lib/esm/atomic/molecules/breadcrumb_navigation/types.js.map +1 -0
- package/lib/esm/atomic/molecules/dropdown/Dropdown.js +178 -0
- package/lib/esm/atomic/molecules/dropdown/Dropdown.js.map +1 -0
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js +13 -0
- package/lib/esm/atomic/molecules/dropdown/dropdown.css.js.map +1 -0
- package/lib/esm/atomic/molecules/form-actions/FormActions.js +57 -0
- package/lib/esm/atomic/molecules/form-actions/FormActions.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/ToastProvider.js +78 -0
- package/lib/esm/atomic/molecules/toast/ToastProvider.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/ToastViewport.js +71 -0
- package/lib/esm/atomic/molecules/toast/ToastViewport.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/constants.js +5 -0
- package/lib/esm/atomic/molecules/toast/constants.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/toast.css.js +17 -0
- package/lib/esm/atomic/molecules/toast/toast.css.js.map +1 -0
- package/lib/esm/atomic/molecules/toast/toast.css.ts.vanilla-2GtcGJsi.css +1 -0
- package/lib/esm/components/data-table/DataTable.css.js +24 -0
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -0
- package/lib/esm/components/data-table/DataTable.css.ts.vanilla-BLE98fwj.css +1 -0
- package/lib/esm/components/data-table/DataTable.js +141 -0
- package/lib/esm/components/data-table/DataTable.js.map +1 -0
- package/lib/esm/components/data-table/TableCell.css.js +15 -0
- package/lib/esm/components/data-table/TableCell.css.js.map +1 -0
- package/lib/esm/components/data-table/TableCell.css.ts.vanilla-i5QJvdbl.css +1 -0
- package/lib/esm/components/data-table/TableCell.js +74 -0
- package/lib/esm/components/data-table/TableCell.js.map +1 -0
- package/lib/esm/components/data-table/TableCellBase.js +16 -0
- package/lib/esm/components/data-table/TableCellBase.js.map +1 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +10 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +249 -0
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -0
- package/lib/esm/components/data-table/tableBreakpoints.js +37 -0
- package/lib/esm/components/data-table/tableBreakpoints.js.map +1 -0
- package/lib/esm/components/select/SimpleSelect.css.js +22 -0
- package/lib/esm/components/select/SimpleSelect.css.js.map +1 -0
- package/lib/esm/components/select/SimpleSelect.css.ts.vanilla-Bil1v8q6.css +1 -0
- package/lib/esm/components/select/SimpleSelect.js +185 -0
- package/lib/esm/components/select/SimpleSelect.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +10 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js +24 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -0
- package/lib/esm/i18n/useUiTranslation.js +8 -0
- package/lib/esm/i18n/useUiTranslation.js.map +1 -0
- package/lib/esm/index.js +68 -47
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/styles/slots.js +2 -0
- package/lib/esm/styles/slots.js.map +1 -0
- package/lib/i18n/useUiTranslation.d.ts +3 -0
- package/lib/i18n/useUiTranslation.d.ts.map +1 -0
- package/lib/i18n/useUiTranslation.js +5 -0
- package/lib/index.d.ts +10 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +11 -1
- package/lib/styles/slots.d.ts +2 -0
- package/lib/styles/slots.d.ts.map +1 -0
- package/lib/styles/slots.js +2 -0
- package/lib/types/atomic/atoms/button/Button.d.ts.map +1 -1
- package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts +14 -0
- package/lib/types/atomic/atoms/formatted-date/FormattedDate.d.ts.map +1 -0
- package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts +8 -0
- package/lib/types/atomic/atoms/icon-button/IconMenuButton.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts +14 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuDropdown.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts +13 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbMenuPopover.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts +13 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts +25 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/breadcrumbNavigation.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts +15 -0
- package/lib/types/atomic/molecules/breadcrumb_navigation/types.d.ts.map +1 -0
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts +26 -0
- package/lib/types/atomic/molecules/dropdown/Dropdown.d.ts.map +1 -0
- package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts +8 -0
- package/lib/types/atomic/molecules/dropdown/dropdown.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form-actions/FormActions.d.ts +16 -0
- package/lib/types/atomic/molecules/form-actions/FormActions.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/ToastProvider.d.ts +19 -0
- package/lib/types/atomic/molecules/toast/ToastProvider.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts +24 -0
- package/lib/types/atomic/molecules/toast/ToastViewport.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/constants.d.ts +2 -0
- package/lib/types/atomic/molecules/toast/constants.d.ts.map +1 -0
- package/lib/types/atomic/molecules/toast/toast.css.d.ts +25 -0
- package/lib/types/atomic/molecules/toast/toast.css.d.ts.map +1 -0
- package/lib/types/components/data-table/DataTable.css.d.ts +61 -0
- package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -0
- package/lib/types/components/data-table/DataTable.d.ts +32 -0
- package/lib/types/components/data-table/DataTable.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCell.css.d.ts +26 -0
- package/lib/types/components/data-table/TableCell.css.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCell.d.ts +46 -0
- package/lib/types/components/data-table/TableCell.d.ts.map +1 -0
- package/lib/types/components/data-table/TableCellBase.d.ts +13 -0
- package/lib/types/components/data-table/TableCellBase.d.ts.map +1 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts +5 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +32 -0
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -0
- package/lib/types/components/data-table/tableBreakpoints.d.ts +9 -0
- package/lib/types/components/data-table/tableBreakpoints.d.ts.map +1 -0
- package/lib/types/components/select/SimpleSelect.css.d.ts +23 -0
- package/lib/types/components/select/SimpleSelect.css.d.ts.map +1 -0
- package/lib/types/components/select/SimpleSelect.d.ts +22 -0
- package/lib/types/components/select/SimpleSelect.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts +5 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts +9 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -0
- package/lib/types/i18n/useUiTranslation.d.ts +3 -0
- package/lib/types/i18n/useUiTranslation.d.ts.map +1 -0
- package/lib/types/index.d.ts +10 -0
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/styles/slots.d.ts +2 -0
- package/lib/types/styles/slots.d.ts.map +1 -0
- package/package.json +10 -3
- package/src/i18n/locales/en/ui.json +53 -0
- package/src/i18n/locales/fr/ui.json +53 -0
- package/src/i18n/useUiTranslation.ts +6 -0
- /package/lib/esm/components/layout/{TabsContentLayout.css.ts.vanilla-tn0RQdqM.css → ContentLayout.css.ts.vanilla-tn0RQdqM.css} +0 -0
package/lib/types/index.d.ts
CHANGED
|
@@ -3,14 +3,24 @@ export { Badge } from './atomic/atoms/badge/Badge.js';
|
|
|
3
3
|
export { Button } from './atomic/atoms/button/Button.js';
|
|
4
4
|
export { LinkButton } from './atomic/atoms/button/LinkButton.js';
|
|
5
5
|
export { Checkbox } from './atomic/atoms/checkbox/Checkbox.js';
|
|
6
|
+
export { FormattedDate } from './atomic/atoms/formatted-date/FormattedDate.js';
|
|
7
|
+
export { IconMenuButton } from './atomic/atoms/icon-button/IconMenuButton.js';
|
|
6
8
|
export { Input } from './atomic/atoms/input/Input.js';
|
|
7
9
|
export { Label } from './atomic/atoms/label/Label.js';
|
|
8
10
|
export { Textarea } from './atomic/atoms/textarea/Textarea.js';
|
|
9
11
|
export { Card } from './atomic/molecules/card/Card.js';
|
|
12
|
+
export { BreadcrumbNavigation, type BreadcrumbMenuConfig, type BreadcrumbMenuItem, type BreadcrumbNode, } from './atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js';
|
|
13
|
+
export { FormActions, type FormActionsProps, } from './atomic/molecules/form-actions/FormActions.js';
|
|
10
14
|
export { Tabs, type TabItem, type TabsProps, } from './atomic/molecules/tabs/Tabs.js';
|
|
15
|
+
export { ToastProvider, type ToastApi, useToast, } from './atomic/molecules/toast/ToastProvider.js';
|
|
16
|
+
export { ToastViewport, type ToastAction, type ToastItem, type ToastKind, type ToastViewportProps, } from './atomic/molecules/toast/ToastViewport.js';
|
|
11
17
|
export { BillingUsageLineChart, type BillingUsageLineChartPoint, type BillingUsageLineChartProps, type BillingUsageLineChartSerie, } from './components/charts/BillingUsageLineChart.js';
|
|
18
|
+
export { DataTable, type DataTableColumn, type DataTableKind, type DataTableProps, type GetRowId, } from './components/data-table/DataTable.js';
|
|
12
19
|
export { ContentLayout, type ContentLayoutProps, } from './components/layout/ContentLayout.js';
|
|
20
|
+
export { SimpleSelect, type SimpleSelectOption, } from './components/select/SimpleSelect.js';
|
|
21
|
+
export { RefetchNeededBanner } from './components/subscriptions/RefetchNeededBanner.js';
|
|
13
22
|
export { TabsContentLayout, type TabsContentLayoutProps, } from './components/layout/TabsContentLayout.js';
|
|
14
23
|
export { InfoTile, type InfoTileProps } from './components/tile/InfoTile.js';
|
|
24
|
+
export { VirtualizedConnectionTable, type InfiniteScrollConfig, type VirtualizationConfig, type VirtualizedConnectionTableProps, } from './components/data-table/VirtualizedConnectionTable.js';
|
|
15
25
|
export { ChevronDownIcon } from './svg/ChevronDownIcon.js';
|
|
16
26
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EACL,IAAI,EACJ,KAAK,OAAO,EACZ,KAAK,SAAS,GACf,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,GACxB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC;AAC/E,OAAO,EAAE,cAAc,EAAE,MAAM,8CAA8C,CAAC;AAC9E,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,+BAA+B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EACL,oBAAoB,EACpB,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,cAAc,GACpB,MAAM,kEAAkE,CAAC;AAC1E,OAAO,EACL,WAAW,EACX,KAAK,gBAAgB,GACtB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EACL,IAAI,EACJ,KAAK,OAAO,EACZ,KAAK,SAAS,GACf,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,aAAa,EACb,KAAK,QAAQ,EACb,QAAQ,GACT,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,aAAa,EACb,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,kBAAkB,GACxB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EACL,qBAAqB,EACrB,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,EAC/B,KAAK,0BAA0B,GAChC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,SAAS,EACT,KAAK,eAAe,EACpB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,QAAQ,GACd,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,aAAa,EACb,KAAK,kBAAkB,GACxB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,YAAY,EACZ,KAAK,kBAAkB,GACxB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AACxF,OAAO,EACL,iBAAiB,EACjB,KAAK,sBAAsB,GAC5B,MAAM,0CAA0C,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EACL,0BAA0B,EAC1B,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,+BAA+B,GACrC,MAAM,uDAAuD,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../../src/styles/slots.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,WAAW,CAAC,KAAK,SAAS,MAAM,IAAI,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.56",
|
|
4
4
|
"description": "Shared React UI primitives and theme for Plumile applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"import": "./lib/esm/icons/*.js",
|
|
30
30
|
"default": "./lib/esm/icons/*.js"
|
|
31
31
|
},
|
|
32
|
+
"./i18n/*": "./src/i18n/*",
|
|
32
33
|
"./svg/*": {
|
|
33
34
|
"types": "./lib/types/svg/*.d.ts",
|
|
34
35
|
"import": "./lib/esm/svg/*.js",
|
|
@@ -73,26 +74,32 @@
|
|
|
73
74
|
},
|
|
74
75
|
"dependencies": {
|
|
75
76
|
"@nivo/line": "0.99.0",
|
|
76
|
-
"@plumile/router": "^0.1.
|
|
77
|
+
"@plumile/router": "^0.1.56",
|
|
77
78
|
"@vanilla-extract/css": "^1.18.0",
|
|
78
79
|
"@vanilla-extract/recipes": "^0.5.7",
|
|
79
80
|
"@vanilla-extract/sprinkles": "^1.6.5",
|
|
81
|
+
"react-i18next": "16.5.8",
|
|
80
82
|
"tslib": "^2.8.1"
|
|
81
83
|
},
|
|
82
84
|
"devDependencies": {
|
|
83
85
|
"@types/react": "19.2.14",
|
|
84
86
|
"@types/react-dom": "19.2.3",
|
|
87
|
+
"i18next": "25.8.18",
|
|
85
88
|
"react": "19.2.4",
|
|
86
89
|
"react-dom": "19.2.4",
|
|
90
|
+
"react-i18next": "16.5.8",
|
|
87
91
|
"rimraf": "6.1.3",
|
|
88
92
|
"typescript": "5.9.3"
|
|
89
93
|
},
|
|
90
94
|
"peerDependencies": {
|
|
95
|
+
"i18next": "^25.8.18",
|
|
91
96
|
"react": "^19.2.4",
|
|
92
|
-
"react-dom": "^19.2.4"
|
|
97
|
+
"react-dom": "^19.2.4",
|
|
98
|
+
"react-i18next": "^16.5.8"
|
|
93
99
|
},
|
|
94
100
|
"files": [
|
|
95
101
|
"lib",
|
|
102
|
+
"src/i18n",
|
|
96
103
|
"README.md"
|
|
97
104
|
],
|
|
98
105
|
"publishConfig": {
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"cancel": "Cancel",
|
|
5
|
+
"save": "Save",
|
|
6
|
+
"saving": "Saving..."
|
|
7
|
+
},
|
|
8
|
+
"loading": "Loading...",
|
|
9
|
+
"menu": {
|
|
10
|
+
"open": "Open menu"
|
|
11
|
+
},
|
|
12
|
+
"notAvailable": "N/A",
|
|
13
|
+
"select": {
|
|
14
|
+
"placeholder": "Select an option"
|
|
15
|
+
},
|
|
16
|
+
"table": {
|
|
17
|
+
"empty": "No entries found."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"navigation": {
|
|
21
|
+
"breadcrumb": {
|
|
22
|
+
"empty": {
|
|
23
|
+
"groups": "No groups",
|
|
24
|
+
"matches": "No matches",
|
|
25
|
+
"projects": "No projects"
|
|
26
|
+
},
|
|
27
|
+
"menu": {
|
|
28
|
+
"group": "Group menu",
|
|
29
|
+
"project": "Project menu"
|
|
30
|
+
},
|
|
31
|
+
"search": {
|
|
32
|
+
"groups": "Search groups",
|
|
33
|
+
"projects": "Search projects"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"subscriptions": {
|
|
38
|
+
"refetchNeeded": {
|
|
39
|
+
"actions": {
|
|
40
|
+
"reload": "Refresh"
|
|
41
|
+
},
|
|
42
|
+
"messages": {
|
|
43
|
+
"bufferOverflow": "Live updates were interrupted (too many events). Refresh to load the latest data.",
|
|
44
|
+
"cursorReplayUnavailable": "Live updates were interrupted (reconnect unavailable). Refresh to load the latest data.",
|
|
45
|
+
"default": "Live updates were interrupted. Refresh to load the latest data."
|
|
46
|
+
},
|
|
47
|
+
"title": "Live updates interrupted"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"toast": {
|
|
51
|
+
"dismissAriaLabel": "Dismiss notification"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"actions": {
|
|
4
|
+
"cancel": "Annuler",
|
|
5
|
+
"save": "Enregistrer",
|
|
6
|
+
"saving": "Enregistrement..."
|
|
7
|
+
},
|
|
8
|
+
"loading": "Chargement...",
|
|
9
|
+
"menu": {
|
|
10
|
+
"open": "Ouvrir le menu"
|
|
11
|
+
},
|
|
12
|
+
"notAvailable": "N/A",
|
|
13
|
+
"select": {
|
|
14
|
+
"placeholder": "Sélectionner une option"
|
|
15
|
+
},
|
|
16
|
+
"table": {
|
|
17
|
+
"empty": "Aucune entrée trouvée."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"navigation": {
|
|
21
|
+
"breadcrumb": {
|
|
22
|
+
"empty": {
|
|
23
|
+
"groups": "Aucun groupe",
|
|
24
|
+
"matches": "Aucun résultat",
|
|
25
|
+
"projects": "Aucun projet"
|
|
26
|
+
},
|
|
27
|
+
"menu": {
|
|
28
|
+
"group": "Menu du groupe",
|
|
29
|
+
"project": "Menu du projet"
|
|
30
|
+
},
|
|
31
|
+
"search": {
|
|
32
|
+
"groups": "Rechercher des groupes",
|
|
33
|
+
"projects": "Rechercher des projets"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"subscriptions": {
|
|
38
|
+
"refetchNeeded": {
|
|
39
|
+
"actions": {
|
|
40
|
+
"reload": "Rafraîchir"
|
|
41
|
+
},
|
|
42
|
+
"messages": {
|
|
43
|
+
"bufferOverflow": "Les mises à jour en temps réel ont été interrompues (trop d'événements). Rafraîchissez pour récupérer les dernières données.",
|
|
44
|
+
"cursorReplayUnavailable": "Les mises à jour en temps réel ont été interrompues (reconnexion impossible). Rafraîchissez pour récupérer les dernières données.",
|
|
45
|
+
"default": "Les mises à jour en temps réel ont été interrompues. Rafraîchissez pour récupérer les dernières données."
|
|
46
|
+
},
|
|
47
|
+
"title": "Mises à jour interrompues"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"toast": {
|
|
51
|
+
"dismissAriaLabel": "Fermer la notification"
|
|
52
|
+
}
|
|
53
|
+
}
|