@wishket/design-system 1.13.1 → 1.13.2
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/Components/DataDisplays/Avatar/Avatar.js +1 -1
- package/dist/Components/DataDisplays/SystemIcon/Icons/Large/LargeBell.js +7 -13
- package/dist/cjs/Components/DataDisplays/Avatar/Avatar.js +1 -1
- package/dist/cjs/Components/DataDisplays/SystemIcon/Icons/Large/LargeBell.js +7 -13
- package/package.json +2 -2
|
@@ -94,7 +94,7 @@ const AvatarContent = ({ size = 'md', name, imgUrl, isMonogram, avatarStyle })=>
|
|
|
94
94
|
})
|
|
95
95
|
}),
|
|
96
96
|
!isMonogram && isEditable && /*#__PURE__*/ jsx(Box, {
|
|
97
|
-
className: twMerge('absolute -
|
|
97
|
+
className: twMerge('absolute bottom-0 right-0 z-10 flex items-center justify-center rounded-full bg-w-white shadow-graysmall', avatarStyle[size].editButton),
|
|
98
98
|
"data-testid": "design-system-avatar--edit-button",
|
|
99
99
|
children: /*#__PURE__*/ jsx(SystemIcon, {
|
|
100
100
|
name: "small_camera",
|
|
@@ -13,31 +13,25 @@ const LargeBell = ({ testId, className, solid })=>{
|
|
|
13
13
|
children: solid ? /*#__PURE__*/ jsxs(Fragment, {
|
|
14
14
|
children: [
|
|
15
15
|
/*#__PURE__*/ jsx("path", {
|
|
16
|
-
d: "M20.
|
|
16
|
+
d: "M20.86 16.58L19.09 14.21V9.10004C19.09 5.09004 15.92 1.82004 12.02 1.79004C12.02 1.79004 11.99 1.79004 11.97 1.79004C8.06999 1.82004 4.89999 5.08004 4.89999 9.10004V14.21L3.12999 16.58C2.73999 17.1 2.67999 17.79 2.96999 18.37C3.25999 18.94 3.81999 19.29 4.44999 19.29H19.53C20.16 19.29 20.72 18.94 21.01 18.37C21.3 17.79 21.24 17.1 20.85 16.58H20.86Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}),
|
|
19
19
|
/*#__PURE__*/ jsx("path", {
|
|
20
|
-
d: "
|
|
21
|
-
fill: "
|
|
22
|
-
stroke: "currentColor",
|
|
23
|
-
strokeWidth: "1.11111"
|
|
20
|
+
d: "M9.30005 20.66C9.87005 21.58 10.86 22.2 12 22.2C13.14 22.2 14.14 21.58 14.7 20.66H9.30005Z",
|
|
21
|
+
fill: "currentColor"
|
|
24
22
|
})
|
|
25
23
|
]
|
|
26
24
|
}) : /*#__PURE__*/ jsxs(Fragment, {
|
|
27
25
|
children: [
|
|
28
26
|
/*#__PURE__*/ jsx("path", {
|
|
29
|
-
|
|
30
|
-
clipRule: "evenodd",
|
|
31
|
-
d: "M19.1324 13.8482V9.91048C19.1324 6.1088 16.0357 3 12.25 3C8.4643 3 5.36764 6.10995 5.36764 9.91048V13.8482C5.36764 13.8482 5.49081 15.8628 4 17.1868H20.5C19.0092 15.8628 19.1324 13.8482 19.1324 13.8482Z",
|
|
27
|
+
d: "M11.2673 18.2366H19.0926C19.846 18.2366 20.2697 17.347 19.8083 16.7319L18.0191 14.3092V9.25553C18.0191 5.82019 15.2977 3 11.9736 3H12.0207C8.69655 3 5.97511 5.81073 5.97511 9.25553V14.3092L4.18593 16.7319C3.73393 17.347 4.15768 18.2366 4.9016 18.2366H12.7269",
|
|
32
28
|
stroke: "currentColor",
|
|
33
|
-
strokeWidth: "1.4"
|
|
34
|
-
strokeLinejoin: "round"
|
|
29
|
+
strokeWidth: "1.4"
|
|
35
30
|
}),
|
|
36
31
|
/*#__PURE__*/ jsx("path", {
|
|
37
|
-
d: "
|
|
38
|
-
fill: "white",
|
|
32
|
+
d: "M11.2673 18.2366H9.67589C9.65706 18.3407 9.64764 18.4542 9.64764 18.5678C9.64764 19.9117 10.7023 21 11.9924 21C13.2825 21 14.3372 19.9117 14.3372 18.5678C14.3372 18.4542 14.3184 18.3501 14.3089 18.2366H11.2673Z",
|
|
39
33
|
stroke: "currentColor",
|
|
40
|
-
strokeWidth: "1.
|
|
34
|
+
strokeWidth: "1.4"
|
|
41
35
|
})
|
|
42
36
|
]
|
|
43
37
|
})
|
|
@@ -98,7 +98,7 @@ const AvatarContent = ({ size = 'md', name, imgUrl, isMonogram, avatarStyle })=>
|
|
|
98
98
|
})
|
|
99
99
|
}),
|
|
100
100
|
!isMonogram && isEditable && /*#__PURE__*/ jsxRuntime.jsx(Box.default, {
|
|
101
|
-
className: tailwindMerge.twMerge('absolute -
|
|
101
|
+
className: tailwindMerge.twMerge('absolute bottom-0 right-0 z-10 flex items-center justify-center rounded-full bg-w-white shadow-graysmall', avatarStyle[size].editButton),
|
|
102
102
|
"data-testid": "design-system-avatar--edit-button",
|
|
103
103
|
children: /*#__PURE__*/ jsxRuntime.jsx(SystemIcon.default, {
|
|
104
104
|
name: "small_camera",
|
|
@@ -17,31 +17,25 @@ const LargeBell = ({ testId, className, solid })=>{
|
|
|
17
17
|
children: solid ? /*#__PURE__*/ jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
18
18
|
children: [
|
|
19
19
|
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
20
|
-
d: "M20.
|
|
20
|
+
d: "M20.86 16.58L19.09 14.21V9.10004C19.09 5.09004 15.92 1.82004 12.02 1.79004C12.02 1.79004 11.99 1.79004 11.97 1.79004C8.06999 1.82004 4.89999 5.08004 4.89999 9.10004V14.21L3.12999 16.58C2.73999 17.1 2.67999 17.79 2.96999 18.37C3.25999 18.94 3.81999 19.29 4.44999 19.29H19.53C20.16 19.29 20.72 18.94 21.01 18.37C21.3 17.79 21.24 17.1 20.85 16.58H20.86Z",
|
|
21
21
|
fill: "currentColor"
|
|
22
22
|
}),
|
|
23
23
|
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
24
|
-
d: "
|
|
25
|
-
fill: "
|
|
26
|
-
stroke: "currentColor",
|
|
27
|
-
strokeWidth: "1.11111"
|
|
24
|
+
d: "M9.30005 20.66C9.87005 21.58 10.86 22.2 12 22.2C13.14 22.2 14.14 21.58 14.7 20.66H9.30005Z",
|
|
25
|
+
fill: "currentColor"
|
|
28
26
|
})
|
|
29
27
|
]
|
|
30
28
|
}) : /*#__PURE__*/ jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
31
29
|
children: [
|
|
32
30
|
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
33
|
-
|
|
34
|
-
clipRule: "evenodd",
|
|
35
|
-
d: "M19.1324 13.8482V9.91048C19.1324 6.1088 16.0357 3 12.25 3C8.4643 3 5.36764 6.10995 5.36764 9.91048V13.8482C5.36764 13.8482 5.49081 15.8628 4 17.1868H20.5C19.0092 15.8628 19.1324 13.8482 19.1324 13.8482Z",
|
|
31
|
+
d: "M11.2673 18.2366H19.0926C19.846 18.2366 20.2697 17.347 19.8083 16.7319L18.0191 14.3092V9.25553C18.0191 5.82019 15.2977 3 11.9736 3H12.0207C8.69655 3 5.97511 5.81073 5.97511 9.25553V14.3092L4.18593 16.7319C3.73393 17.347 4.15768 18.2366 4.9016 18.2366H12.7269",
|
|
36
32
|
stroke: "currentColor",
|
|
37
|
-
strokeWidth: "1.4"
|
|
38
|
-
strokeLinejoin: "round"
|
|
33
|
+
strokeWidth: "1.4"
|
|
39
34
|
}),
|
|
40
35
|
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
41
|
-
d: "
|
|
42
|
-
fill: "white",
|
|
36
|
+
d: "M11.2673 18.2366H9.67589C9.65706 18.3407 9.64764 18.4542 9.64764 18.5678C9.64764 19.9117 10.7023 21 11.9924 21C13.2825 21 14.3372 19.9117 14.3372 18.5678C14.3372 18.4542 14.3184 18.3501 14.3089 18.2366H11.2673Z",
|
|
43
37
|
stroke: "currentColor",
|
|
44
|
-
strokeWidth: "1.
|
|
38
|
+
strokeWidth: "1.4"
|
|
45
39
|
})
|
|
46
40
|
]
|
|
47
41
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wishket/design-system",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wishket Design System",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@savvywombat/tailwindcss-grid-areas": "^4.0.0",
|
|
52
|
-
"@wishket/yogokit": "^0.1.
|
|
52
|
+
"@wishket/yogokit": "^0.1.11",
|
|
53
53
|
"next": "14.0.4",
|
|
54
54
|
"react": "^19",
|
|
55
55
|
"react-dom": "^19",
|