@zauru-sdk/components 1.0.93 → 1.0.95
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.95](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.94...v1.0.95) (2024-09-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @zauru-sdk/components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.0.94](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.93...v1.0.94) (2024-09-09)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @zauru-sdk/components
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [1.0.93](https://github.com/intuitiva/zauru-typescript-sdk/compare/v1.0.92...v1.0.93) (2024-09-07)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @zauru-sdk/components
|
|
@@ -16,6 +16,12 @@ const getConfig = (type) => {
|
|
|
16
16
|
buttonClassName: "rounded-md focus:outline-none focus:ring-2 focus:ring-green-500",
|
|
17
17
|
path: ((0, jsx_runtime_1.jsx)("path", { d: "M8.445 12.6675A.9.9 0 0 0 7.1424 13.91l2.5726 2.7448c.3679.3856.9884.3689 1.335-.036l5.591-7.0366a.9.9 0 0 0-1.3674-1.1705l-4.6548 5.9132a.4.4 0 0 1-.607.0252l-1.567-1.6826zM1.9995 12c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10-10-4.5-10-10z" })),
|
|
18
18
|
};
|
|
19
|
+
case "warning":
|
|
20
|
+
return {
|
|
21
|
+
containerClassName: "text-yellow-900 bg-yellow-100 border border-yellow-200 rounded-md",
|
|
22
|
+
buttonClassName: "rounded-md focus:outline-none focus:ring-2 focus:ring-yellow-500",
|
|
23
|
+
path: ((0, jsx_runtime_1.jsx)("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M12 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z" })),
|
|
24
|
+
};
|
|
19
25
|
default:
|
|
20
26
|
return {
|
|
21
27
|
containerClassName: "text-blue-900 bg-blue-100 border border-blue-200 rounded-md",
|
|
@@ -13,6 +13,12 @@ const getConfig = (type) => {
|
|
|
13
13
|
buttonClassName: "rounded-md focus:outline-none focus:ring-2 focus:ring-green-500",
|
|
14
14
|
path: (_jsx("path", { d: "M8.445 12.6675A.9.9 0 0 0 7.1424 13.91l2.5726 2.7448c.3679.3856.9884.3689 1.335-.036l5.591-7.0366a.9.9 0 0 0-1.3674-1.1705l-4.6548 5.9132a.4.4 0 0 1-.607.0252l-1.567-1.6826zM1.9995 12c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10-10-4.5-10-10z" })),
|
|
15
15
|
};
|
|
16
|
+
case "warning":
|
|
17
|
+
return {
|
|
18
|
+
containerClassName: "text-yellow-900 bg-yellow-100 border border-yellow-200 rounded-md",
|
|
19
|
+
buttonClassName: "rounded-md focus:outline-none focus:ring-2 focus:ring-yellow-500",
|
|
20
|
+
path: (_jsx("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M12 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z" })),
|
|
21
|
+
};
|
|
16
22
|
default:
|
|
17
23
|
return {
|
|
18
24
|
containerClassName: "text-blue-900 bg-blue-100 border border-blue-200 rounded-md",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.95",
|
|
4
4
|
"description": "Componentes reutilizables en las WebApps de Zauru.",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@reduxjs/toolkit": "^2.2.1",
|
|
35
35
|
"@remix-run/react": "^2.8.1",
|
|
36
|
-
"@zauru-sdk/common": "^1.0.
|
|
37
|
-
"@zauru-sdk/hooks": "^1.0.
|
|
36
|
+
"@zauru-sdk/common": "^1.0.95",
|
|
37
|
+
"@zauru-sdk/hooks": "^1.0.95",
|
|
38
38
|
"@zauru-sdk/icons": "^1.0.60",
|
|
39
|
-
"@zauru-sdk/types": "^1.0.
|
|
40
|
-
"@zauru-sdk/utils": "^1.0.
|
|
39
|
+
"@zauru-sdk/types": "^1.0.95",
|
|
40
|
+
"@zauru-sdk/utils": "^1.0.95",
|
|
41
41
|
"framer-motion": "^11.0.8",
|
|
42
42
|
"jsonwebtoken": "^9.0.2",
|
|
43
43
|
"react": "^18.2.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"react-select": "^5.8.0",
|
|
48
48
|
"styled-components": "^5.3.5"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "b9bc25c0b055b244f322740a211facdd0aa8b5ba"
|
|
51
51
|
}
|
|
@@ -33,6 +33,16 @@ const getConfig = (type: string) => {
|
|
|
33
33
|
<path d="M8.445 12.6675A.9.9 0 0 0 7.1424 13.91l2.5726 2.7448c.3679.3856.9884.3689 1.335-.036l5.591-7.0366a.9.9 0 0 0-1.3674-1.1705l-4.6548 5.9132a.4.4 0 0 1-.607.0252l-1.567-1.6826zM1.9995 12c0-5.5 4.5-10 10-10s10 4.5 10 10-4.5 10-10 10-10-4.5-10-10z"></path>
|
|
34
34
|
),
|
|
35
35
|
};
|
|
36
|
+
case "warning":
|
|
37
|
+
return {
|
|
38
|
+
containerClassName:
|
|
39
|
+
"text-yellow-900 bg-yellow-100 border border-yellow-200 rounded-md",
|
|
40
|
+
buttonClassName:
|
|
41
|
+
"rounded-md focus:outline-none focus:ring-2 focus:ring-yellow-500",
|
|
42
|
+
path: (
|
|
43
|
+
<path d="M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2M12 18a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0-9a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1z" />
|
|
44
|
+
),
|
|
45
|
+
};
|
|
36
46
|
default:
|
|
37
47
|
return {
|
|
38
48
|
containerClassName:
|