@plumile/ui 0.1.75 → 0.1.77

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 (49) hide show
  1. package/README.md +38 -0
  2. package/lib/esm/BackofficeJsonViewerAsync-BjFvd7IR.js +10 -0
  3. package/lib/esm/{BackofficeJsonViewerAsync-BqnC0d9x.js.map → BackofficeJsonViewerAsync-BjFvd7IR.js.map} +1 -1
  4. package/lib/esm/{HighlightCode-D0K9Mu5z.js → HighlightCode-C-xPmbUz.js} +1 -1
  5. package/lib/esm/{HighlightCode-D0K9Mu5z.js.map → HighlightCode-C-xPmbUz.js.map} +1 -1
  6. package/lib/esm/{MarkdownCodeBlock-BDeLrln4.js → MarkdownCodeBlock-x4jjzmDF.js} +3 -3
  7. package/lib/esm/{MarkdownCodeBlock-BDeLrln4.js.map → MarkdownCodeBlock-x4jjzmDF.js.map} +1 -1
  8. package/lib/esm/{MarkdownRenderer-CcygHNM6.js → MarkdownRenderer-BchAuwsI.js} +4 -4
  9. package/lib/esm/MarkdownRenderer-BchAuwsI.js.map +1 -0
  10. package/lib/esm/{MarkdownShikiCodeBlock-DZHuMbsP.js → MarkdownShikiCodeBlock-Dj-585Pp.js} +2 -2
  11. package/lib/esm/{MarkdownShikiCodeBlock-DZHuMbsP.js.map → MarkdownShikiCodeBlock-Dj-585Pp.js.map} +1 -1
  12. package/lib/esm/{src-BVQTfa2M.js → src-DI1_-ttD.js} +1091 -759
  13. package/lib/esm/src-DI1_-ttD.js.map +1 -0
  14. package/lib/esm/style.css +1 -1
  15. package/lib/esm/ui.js +5 -5
  16. package/lib/types/admin/organisms/admin_sidebar/adminSidebar.css.d.ts.map +1 -1
  17. package/lib/types/admin/theme/AdminThemeProvider.d.ts +2 -0
  18. package/lib/types/admin/theme/AdminThemeProvider.d.ts.map +1 -1
  19. package/lib/types/atomic/atoms/relative-time-text/RelativeTimeText.d.ts +14 -0
  20. package/lib/types/atomic/atoms/relative-time-text/RelativeTimeText.d.ts.map +1 -0
  21. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts.map +1 -1
  22. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +1 -1
  23. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -1
  24. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -1
  25. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
  26. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
  27. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
  28. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -1
  29. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +1 -1
  30. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -1
  31. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +1 -1
  32. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +1 -1
  33. package/lib/types/components/layout/PanelShell.d.ts +11 -0
  34. package/lib/types/components/layout/PanelShell.d.ts.map +1 -0
  35. package/lib/types/components/layout/ToolbarRow.css.d.ts +2 -0
  36. package/lib/types/components/layout/ToolbarRow.css.d.ts.map +1 -0
  37. package/lib/types/components/layout/ToolbarRow.d.ts +8 -0
  38. package/lib/types/components/layout/ToolbarRow.d.ts.map +1 -0
  39. package/lib/types/index.d.ts +19 -0
  40. package/lib/types/index.d.ts.map +1 -1
  41. package/lib/types/theme/ThemeProvider.d.ts +2 -0
  42. package/lib/types/theme/ThemeProvider.d.ts.map +1 -1
  43. package/lib/types/theme/sprinkles.css.d.ts +532 -532
  44. package/package.json +4 -84
  45. package/src/i18n/locales/en/ui.json +23 -0
  46. package/src/i18n/locales/fr/ui.json +23 -0
  47. package/lib/esm/BackofficeJsonViewerAsync-BqnC0d9x.js +0 -10
  48. package/lib/esm/MarkdownRenderer-CcygHNM6.js.map +0 -1
  49. package/lib/esm/src-BVQTfa2M.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumile/ui",
3
- "version": "0.1.75",
3
+ "version": "0.1.77",
4
4
  "description": "Shared React UI primitives and theme for Plumile applications",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -15,87 +15,7 @@
15
15
  "default": "./lib/esm/ui.js"
16
16
  },
17
17
  "./style.css": "./lib/esm/style.css",
18
- "./atomic/*.js": {
19
- "types": "./lib/types/atomic/*.d.ts",
20
- "import": "./lib/esm/atomic/*.js",
21
- "default": "./lib/esm/atomic/*.js"
22
- },
23
- "./atomic/*": {
24
- "types": "./lib/types/atomic/*.d.ts",
25
- "import": "./lib/esm/atomic/*.js",
26
- "default": "./lib/esm/atomic/*.js"
27
- },
28
- "./components/*.js": {
29
- "types": "./lib/types/components/*.d.ts",
30
- "import": "./lib/esm/components/*.js",
31
- "default": "./lib/esm/components/*.js"
32
- },
33
- "./components/*": {
34
- "types": "./lib/types/components/*.d.ts",
35
- "import": "./lib/esm/components/*.js",
36
- "default": "./lib/esm/components/*.js"
37
- },
38
- "./admin/*.js": {
39
- "types": "./lib/types/admin/*.d.ts",
40
- "import": "./lib/esm/admin/*.js",
41
- "default": "./lib/esm/admin/*.js"
42
- },
43
- "./admin/*": {
44
- "types": "./lib/types/admin/*.d.ts",
45
- "import": "./lib/esm/admin/*.js",
46
- "default": "./lib/esm/admin/*.js"
47
- },
48
- "./pages/*.js": {
49
- "types": "./lib/types/pages/*.d.ts",
50
- "import": "./lib/esm/pages/*.js",
51
- "default": "./lib/esm/pages/*.js"
52
- },
53
- "./pages/*": {
54
- "types": "./lib/types/pages/*.d.ts",
55
- "import": "./lib/esm/pages/*.js",
56
- "default": "./lib/esm/pages/*.js"
57
- },
58
- "./icons/*.js": {
59
- "types": "./lib/types/icons/*.d.ts",
60
- "import": "./lib/esm/icons/*.js",
61
- "default": "./lib/esm/icons/*.js"
62
- },
63
- "./icons/*": {
64
- "types": "./lib/types/icons/*.d.ts",
65
- "import": "./lib/esm/icons/*.js",
66
- "default": "./lib/esm/icons/*.js"
67
- },
68
18
  "./i18n/*": "./src/i18n/*",
69
- "./svg/*.js": {
70
- "types": "./lib/types/svg/*.d.ts",
71
- "import": "./lib/esm/svg/*.js",
72
- "default": "./lib/esm/svg/*.js"
73
- },
74
- "./svg/*": {
75
- "types": "./lib/types/svg/*.d.ts",
76
- "import": "./lib/esm/svg/*.js",
77
- "default": "./lib/esm/svg/*.js"
78
- },
79
- "./shared/*.js": {
80
- "types": "./lib/types/shared/*.d.ts",
81
- "import": "./lib/esm/shared/*.js",
82
- "default": "./lib/esm/shared/*.js"
83
- },
84
- "./shared/*": {
85
- "types": "./lib/types/shared/*.d.ts",
86
- "import": "./lib/esm/shared/*.js",
87
- "default": "./lib/esm/shared/*.js"
88
- },
89
- "./theme/*.js": {
90
- "types": "./lib/types/theme/*.d.ts",
91
- "import": "./lib/esm/theme/*.js",
92
- "default": "./lib/esm/theme/*.js"
93
- },
94
- "./theme/*": {
95
- "types": "./lib/types/theme/*.d.ts",
96
- "import": "./lib/esm/theme/*.js",
97
- "default": "./lib/esm/theme/*.js"
98
- },
99
19
  "./package.json": "./package.json"
100
20
  },
101
21
  "sideEffects": true,
@@ -130,13 +50,13 @@
130
50
  },
131
51
  "dependencies": {
132
52
  "@nivo/line": "0.99.0",
133
- "@plumile/router": "^0.1.75",
53
+ "@plumile/router": "^0.1.77",
134
54
  "@vanilla-extract/css": "^1.19.0",
135
55
  "@vanilla-extract/recipes": "^0.5.7",
136
56
  "@vanilla-extract/sprinkles": "^1.6.5",
137
- "markdown-to-jsx": "^9.7.9",
57
+ "markdown-to-jsx": "9.7.9",
138
58
  "mermaid": "11.13.0",
139
- "react-i18next": "16.5.8",
59
+ "react-i18next": "^16.5.8",
140
60
  "react-shiki": "^0.9.2",
141
61
  "tslib": "^2.8.1"
142
62
  },
@@ -1,4 +1,27 @@
1
1
  {
2
+ "auth": {
3
+ "loginForm": {
4
+ "actions": {
5
+ "submit": "Sign in"
6
+ },
7
+ "errors": {
8
+ "emailRequired": "Enter an email address.",
9
+ "locked": "Too many attempts. Try again later.",
10
+ "lockedWithTime": "Too many attempts. Try again at {{time}}.",
11
+ "loginFailed": "Sign in failed. Please try again.",
12
+ "passwordMinLength": "Password must be at least {{minLength}} characters.",
13
+ "passwordRequired": "Enter a password."
14
+ },
15
+ "labels": {
16
+ "email": "Email",
17
+ "password": "Password"
18
+ },
19
+ "placeholders": {
20
+ "email": "you@company.com",
21
+ "password": "Enter your password"
22
+ }
23
+ }
24
+ },
2
25
  "common": {
3
26
  "actions": {
4
27
  "cancel": "Cancel",
@@ -1,4 +1,27 @@
1
1
  {
2
+ "auth": {
3
+ "loginForm": {
4
+ "actions": {
5
+ "submit": "Se connecter"
6
+ },
7
+ "errors": {
8
+ "emailRequired": "Entrez une adresse email.",
9
+ "locked": "Trop de tentatives. Veuillez réessayer plus tard.",
10
+ "lockedWithTime": "Trop de tentatives. Veuillez réessayer à {{time}}.",
11
+ "loginFailed": "Échec de connexion. Veuillez réessayer.",
12
+ "passwordMinLength": "Le mot de passe doit contenir au moins {{minLength}} caractères.",
13
+ "passwordRequired": "Entrez un mot de passe."
14
+ },
15
+ "labels": {
16
+ "email": "Email",
17
+ "password": "Mot de passe"
18
+ },
19
+ "placeholders": {
20
+ "email": "vous@entreprise.com",
21
+ "password": "Entrez votre mot de passe"
22
+ }
23
+ }
24
+ },
2
25
  "common": {
3
26
  "actions": {
4
27
  "cancel": "Annuler",
@@ -1,10 +0,0 @@
1
- import { xt as e } from "./src-BVQTfa2M.js";
2
- import "./HighlightCode-D0K9Mu5z.js";
3
- import "./MarkdownCodeBlock-BDeLrln4.js";
4
- import "./MarkdownRenderer-CcygHNM6.js";
5
- //#region src/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewerAsync.tsx
6
- var t = e;
7
- //#endregion
8
- export { t as default };
9
-
10
- //# sourceMappingURL=BackofficeJsonViewerAsync-BqnC0d9x.js.map