@scmlatam/web-ui 0.2.4 → 0.2.6
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/fonts/ArticulatCF-Bold.woff2 +0 -0
- package/dist/fonts/ArticulatCF-DemiBold.woff2 +0 -0
- package/dist/fonts/ArticulatCF-ExtraBold.woff2 +0 -0
- package/dist/fonts/ArticulatCF-Light.woff2 +0 -0
- package/dist/fonts/ArticulatCF-Medium.woff2 +0 -0
- package/dist/fonts/ArticulatCF-Normal.woff2 +0 -0
- package/dist/images/Conejo.svg +10 -0
- package/dist/images/GR-light.svg +12 -0
- package/dist/images/IconGoogle.svg +3 -0
- package/dist/images/IconMicrosoft.svg +10 -0
- package/dist/images/Loggeo.svg +8 -0
- package/dist/images/add.svg +8 -0
- package/dist/images/analytics.svg +8 -0
- package/dist/images/arrow-upload.svg +8 -0
- package/dist/images/arrow.svg +8 -0
- package/dist/images/arrowBread.svg +3 -0
- package/dist/images/arrow_back.svg +3 -0
- package/dist/images/arrow_right.svg +8 -0
- package/dist/images/auditMass.svg +8 -0
- package/dist/images/back.svg +8 -0
- package/dist/images/chartDark.svg +8 -0
- package/dist/images/check.svg +8 -0
- package/dist/images/checkReview.svg.svg +8 -0
- package/dist/images/close.svg +3 -0
- package/dist/images/cover.png +0 -0
- package/dist/images/delete.svg +3 -0
- package/dist/images/download.svg +8 -0
- package/dist/images/edit.svg +4 -0
- package/dist/images/emptyAudit.svg +9 -0
- package/dist/images/emptyChart.svg +7 -0
- package/dist/images/emptyFile.svg +9 -0
- package/dist/images/emptySearch.svg +10 -0
- package/dist/images/en.svg +5 -0
- package/dist/images/error.svg +8 -0
- package/dist/images/es.svg +18 -0
- package/dist/images/executeMass.svg +8 -0
- package/dist/images/executePlay.svg +8 -0
- package/dist/images/feedbackError.svg +8 -0
- package/dist/images/feedbackInfo.svg +8 -0
- package/dist/images/feedbackSuccess.svg +8 -0
- package/dist/images/feedbackWarning.svg +8 -0
- package/dist/images/home.svg +3 -0
- package/dist/images/info-azulino.svg +8 -0
- package/dist/images/logo.svg +12 -0
- package/dist/images/logoOP.svg +13 -0
- package/dist/images/logotipo.svg +22 -0
- package/dist/images/logout.svg +3 -0
- package/dist/images/menu.svg +8 -0
- package/dist/images/noReview.svg +8 -0
- package/dist/images/ops.svg +8 -0
- package/dist/images/panel_close.svg +8 -0
- package/dist/images/pt.svg +9 -0
- package/dist/images/reload.svg +8 -0
- package/dist/images/reviewSend.svg +3 -0
- package/dist/images/settings.svg +3 -0
- package/dist/images/share.svg +8 -0
- package/dist/images/timeline.svg +8 -0
- package/dist/images/toolInfo.svg +8 -0
- package/dist/images/uploadMass.svg +8 -0
- package/dist/images/view.svg +3 -0
- package/dist/images/visibilityOff.svg +8 -0
- package/dist/images/visibilityOn.svg +8 -0
- package/dist/src/components/core/dashboard/Dashboard.d.ts +1 -1
- package/dist/src/components/main.d.ts +7 -0
- package/dist/src/pages/Segment.d.ts +6 -0
- package/dist/src/rb-components/auth/components/AuthLanguageDropdown.d.ts +14 -0
- package/dist/src/rb-components/auth/components/AuthPasswordInput.d.ts +11 -0
- package/dist/src/rb-components/auth/components/AuthShell.d.ts +12 -0
- package/dist/src/rb-components/auth/index.d.ts +3 -0
- package/dist/src/rb-components/index.d.ts +3 -0
- package/dist/src/rb-components/shell/Breadcrumbs.d.ts +9 -0
- package/dist/src/rb-components/shell/DashboardShell.d.ts +3 -0
- package/dist/src/rb-components/shell/ShellContent.d.ts +3 -0
- package/dist/src/rb-components/shell/index.d.ts +2 -0
- package/dist/src/rb-components/sidebar/Sidebar.d.ts +3 -0
- package/dist/src/rb-components/sidebar/SidebarContent.d.ts +3 -0
- package/dist/src/rb-components/sidebar/SidebarFooter.d.ts +3 -0
- package/dist/src/rb-components/sidebar/SidebarHeader.d.ts +3 -0
- package/dist/src/rb-components/sidebar/index.d.ts +4 -0
- package/dist/src/rb-components/topbar/TopBar.d.ts +10 -0
- package/dist/src/rb-components/topbar/TopBarUserMenu.d.ts +7 -0
- package/dist/src/rb-components/topbar/index.d.ts +2 -0
- package/dist/src/rb-components/ui/index.d.ts +29 -0
- package/dist/src/rb-components/ui/overlays/Portal.d.ts +5 -0
- package/dist/src/rb-components/ui/overlays/Tooltip.d.ts +14 -0
- package/dist/src/rb-components/ui/primitives/Button.d.ts +12 -0
- package/dist/src/rb-components/ui/primitives/Card.d.ts +11 -0
- package/dist/src/rb-components/ui/primitives/IconButton.d.ts +8 -0
- package/dist/src/rb-components/ui/primitives/Input.d.ts +22 -0
- package/dist/src/rb-components/ui/utils/cn.d.ts +3 -0
- package/dist/src/stories/Button.d.ts +14 -0
- package/dist/src/stories/Button.stories.d.ts +23 -0
- package/dist/src/stories/Header.d.ts +11 -0
- package/dist/src/stories/Header.stories.d.ts +18 -0
- package/dist/src/stories/Page.d.ts +2 -0
- package/dist/src/stories/Page.stories.d.ts +12 -0
- package/dist/src/stories/sidebar.stories.d.ts +27 -0
- package/dist/web-ui.js +3548 -3808
- package/dist/web-ui.umd.cjs +95 -6
- package/package.json +43 -25
- package/dist/web-ui.css +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scmlatam/web-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -25,48 +25,66 @@
|
|
|
25
25
|
"build": "tsc -b && vite build",
|
|
26
26
|
"lint": "eslint .",
|
|
27
27
|
"preview": "vite preview",
|
|
28
|
-
"patch-release": "npm run build && npm login && npm version patch && npm publish --tag latest",
|
|
29
|
-
"minor-release": "npm run build && npm login && npm version minor && npm publish --tag latest",
|
|
30
|
-
"major-release": "npm run build && npm login && npm version major && npm publish --tag latest"
|
|
28
|
+
"patch-release": "npm run build 2>&1 | tail -10 && npm login && npm version patch && npm publish --tag latest",
|
|
29
|
+
"minor-release": "npm run build 2>&1 | tail -10 && npm login && npm version minor && npm publish --tag latest",
|
|
30
|
+
"major-release": "npm run build 2>&1 | tail -10 && npm login && npm version major && npm publish --tag latest",
|
|
31
|
+
"storybook": "storybook dev -p 6006",
|
|
32
|
+
"build-storybook": "storybook build"
|
|
31
33
|
},
|
|
32
34
|
"peerDependencies": {
|
|
33
35
|
"@emotion/react": "^11.14.0",
|
|
34
36
|
"@emotion/styled": "^11.14.1",
|
|
35
|
-
"@mui/icons-material": "^9.0.
|
|
36
|
-
"@mui/material": "^9.0.
|
|
37
|
-
"@mui/x-data-grid-pro": "^9.0
|
|
38
|
-
"@mui/x-date-pickers": "^9.0
|
|
39
|
-
"@mui/x-date-pickers-pro": "^9.0
|
|
40
|
-
"@mui/x-tree-view": "^9.0
|
|
41
|
-
"dayjs": "^1.11.
|
|
37
|
+
"@mui/icons-material": "^9.0.1",
|
|
38
|
+
"@mui/material": "^9.0.1",
|
|
39
|
+
"@mui/x-data-grid-pro": "^9.3.0",
|
|
40
|
+
"@mui/x-date-pickers": "^9.3.0",
|
|
41
|
+
"@mui/x-date-pickers-pro": "^9.3.0",
|
|
42
|
+
"@mui/x-tree-view": "^9.1.0",
|
|
43
|
+
"dayjs": "^1.11.21",
|
|
42
44
|
"notistack": "^3.0.2",
|
|
43
|
-
"react": "^19.2.
|
|
44
|
-
"react-dom": "^19.2.
|
|
45
|
+
"react": "^19.2.6",
|
|
46
|
+
"react-dom": "^19.2.6",
|
|
45
47
|
"react-draggable": "^4.5.0",
|
|
46
48
|
"react-icons": "^5.6.0",
|
|
47
|
-
"react-router": "^7.
|
|
49
|
+
"react-router": "^7.16.0",
|
|
48
50
|
"react-spreadsheet": "^0.10.1"
|
|
49
51
|
},
|
|
50
52
|
"dependencies": {
|
|
51
|
-
"@azure/msal-browser": "^5.
|
|
52
|
-
"@azure/msal-react": "^5.
|
|
53
|
-
"
|
|
53
|
+
"@azure/msal-browser": "^5.11.0",
|
|
54
|
+
"@azure/msal-react": "^5.4.2",
|
|
55
|
+
"@tailwindcss/vite": "^4.3.0",
|
|
56
|
+
"axios": "^1.16.1",
|
|
57
|
+
"react-day-picker": "^10.0.1",
|
|
58
|
+
"tailwindcss": "^4.3.0"
|
|
54
59
|
},
|
|
55
60
|
"devDependencies": {
|
|
61
|
+
"@chromatic-com/storybook": "^5.2.1",
|
|
56
62
|
"@eslint/js": "^10.0.1",
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
63
|
+
"@storybook/addon-a11y": "^10.4.1",
|
|
64
|
+
"@storybook/addon-docs": "^10.4.1",
|
|
65
|
+
"@storybook/addon-mcp": "^0.6.0",
|
|
66
|
+
"@storybook/addon-vitest": "^10.4.1",
|
|
67
|
+
"@storybook/react-vite": "^10.4.1",
|
|
68
|
+
"@types/node": "^25.9.1",
|
|
69
|
+
"@types/react": "^19.2.15",
|
|
59
70
|
"@types/react-dom": "^19.2.3",
|
|
60
|
-
"@vitejs/plugin-react": "^6.0.
|
|
71
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
72
|
+
"@vitest/browser-playwright": "^4.1.7",
|
|
73
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
61
74
|
"ajv": "^8.20.0",
|
|
62
|
-
"eslint": "^10.
|
|
75
|
+
"eslint": "^10.4.0",
|
|
63
76
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
64
77
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
78
|
+
"eslint-plugin-storybook": "^10.4.1",
|
|
65
79
|
"globals": "^17.6.0",
|
|
80
|
+
"playwright": "^1.60.0",
|
|
81
|
+
"storybook": "^10.4.1",
|
|
66
82
|
"typescript": "~6.0.3",
|
|
67
|
-
"typescript-eslint": "^8.
|
|
68
|
-
"vite": "^8.0.
|
|
69
|
-
"vite-plugin-
|
|
70
|
-
"vite-plugin-
|
|
83
|
+
"typescript-eslint": "^8.60.0",
|
|
84
|
+
"vite": "^8.0.14",
|
|
85
|
+
"vite-plugin-css-injected-by-js": "^5.0.1",
|
|
86
|
+
"vite-plugin-dts": "^5.0.1",
|
|
87
|
+
"vite-plugin-svgr": "^5.2.0",
|
|
88
|
+
"vitest": "^4.1.7"
|
|
71
89
|
}
|
|
72
90
|
}
|