@pleodigital/design-system-votey 1.0.65 → 1.0.74
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/assets/angular/svg-raw/icons/logotypes/logo_wyborek_sygnet.svg +1 -0
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_anuluj-2.svg +1 -0
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_check.svg +4 -11
- package/dist/assets/react/icons/ui/IconUiAnuluj2.tsx +13 -0
- package/dist/assets/react/icons/ui/IconUiCheck.tsx +4 -14
- package/dist/assets/react/icons/ui/index.ts +1 -0
- package/dist/css/tokens.css +2 -1
- package/dist/css/tokens.dark.css +0 -4
- package/dist/css/tokens.light.css +0 -4
- package/dist/css/tokens.tailwind.css +1 -4
- package/dist/scss/_variables_dark.scss +2 -5
- package/dist/scss/_variables_light.scss +2 -5
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.106 1.894a.607.607 0 0 0-.866 0L6 5.142 2.752 1.894a.607.607 0 0 0-.858.858L5.142 6 1.894 9.248a.61.61 0 0 0 .858.867L6 6.867l3.248 3.24a.613.613 0 0 0 .867-.867L6.867 6l3.24-3.248a.61.61 0 0 0 0-.858"/></svg>
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g id="icon_ui_check
|
|
3
|
-
<g id="
|
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_ui_check-3">
|
|
3
|
+
<g id="icon_ui_check-3_2">
|
|
4
4
|
<g id="color_stroke">
|
|
5
|
-
<path id="Vector" d="
|
|
6
|
-
<path id="Vector_2" d="M6.82 11.0601C6.56 11.0601 6.29999 10.9601 6.09999 10.7601L4.25 8.86006C3.86 8.46006 3.87 7.83006 4.27 7.45006C4.67 7.07006 5.29999 7.07006 5.67999 7.47006L6.82999 8.65006L10.33 5.23006C10.73 4.85006 11.36 4.85006 11.74 5.25006C12.13 5.65006 12.12 6.28006 11.72 6.66006L7.49999 10.7701C7.30999 10.9601 7.05 11.0501 6.8 11.0501L6.82 11.0601Z" fill="white"></path>
|
|
5
|
+
<path id="Vector" d="M5.85636 10.1125C5.59636 10.1125 5.33636 10.0125 5.13636 9.81255L3.28636 7.91255C2.89636 7.51255 2.90636 6.88255 3.30636 6.50255C3.70636 6.12255 4.33636 6.12255 4.71636 6.52255L5.86636 7.70255L9.36636 4.28255C9.76636 3.90255 10.3964 3.90255 10.7764 4.30255C11.1664 4.70255 11.1564 5.33255 10.7564 5.71255L6.53636 9.82255C6.34636 10.0125 6.08636 10.1025 5.83636 10.1025L5.85636 10.1125Z" fill="#77DC6C"></path>
|
|
7
6
|
</g>
|
|
8
7
|
</g>
|
|
9
8
|
</g>
|
|
10
|
-
<defs>
|
|
11
|
-
<clipPath id="clip0_634_121">
|
|
12
|
-
<rect width="16" height="16" fill="white"></rect>
|
|
13
|
-
</clipPath>
|
|
14
|
-
|
|
15
|
-
</defs>
|
|
16
9
|
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgIconUiAnuluj2 = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
fill="none"
|
|
7
|
+
viewBox="0 0 12 12"
|
|
8
|
+
{...props}
|
|
9
|
+
>
|
|
10
|
+
<path d="M10.106 1.894a.607.607 0 0 0-.866 0L6 5.142 2.752 1.894a.607.607 0 0 0-.858.858L5.142 6 1.894 9.248a.61.61 0 0 0 .858.867L6 6.867l3.248 3.24a.613.613 0 0 0 .867-.867L6.867 6l3.24-3.248a.61.61 0 0 0 0-.858" />
|
|
11
|
+
</svg>
|
|
12
|
+
);
|
|
13
|
+
export default SvgIconUiAnuluj2;
|
|
@@ -4,30 +4,20 @@ const SvgIconUiCheck = (props: SVGProps<SVGSVGElement>) => (
|
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
fill="none"
|
|
7
|
-
viewBox="0 0
|
|
7
|
+
viewBox="0 0 14 14"
|
|
8
8
|
{...props}
|
|
9
9
|
>
|
|
10
|
-
<g id="icon_ui_check"
|
|
11
|
-
<g id="
|
|
10
|
+
<g id="icon_ui_check-3">
|
|
11
|
+
<g id="icon_ui_check-3_2">
|
|
12
12
|
<g id="color_stroke">
|
|
13
13
|
<path
|
|
14
14
|
id="Vector"
|
|
15
15
|
fill="currentColor"
|
|
16
|
-
d="
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
id="Vector_2"
|
|
20
|
-
fill="currentColor"
|
|
21
|
-
d="M6.82 11.06c-.26 0-.52-.1-.72-.3l-1.85-1.9a.987.987 0 0 1 .02-1.41.996.996 0 0 1 1.41.02l1.15 1.18 3.5-3.42a.996.996 0 0 1 1.41.02c.39.4.38 1.03-.02 1.41L7.5 10.77a1 1 0 0 1-.7.28z"
|
|
16
|
+
d="M5.856 10.113c-.26 0-.52-.1-.72-.3l-1.85-1.9a.987.987 0 0 1 .02-1.41.996.996 0 0 1 1.41.02l1.15 1.18 3.5-3.42a.996.996 0 0 1 1.41.02c.39.4.38 1.03-.02 1.41l-4.22 4.11a1 1 0 0 1-.7.28z"
|
|
22
17
|
/>
|
|
23
18
|
</g>
|
|
24
19
|
</g>
|
|
25
20
|
</g>
|
|
26
|
-
<defs>
|
|
27
|
-
<clipPath id="a">
|
|
28
|
-
<path fill="currentColor" d="M0 0h16v16H0z" />
|
|
29
|
-
</clipPath>
|
|
30
|
-
</defs>
|
|
31
21
|
</svg>
|
|
32
22
|
);
|
|
33
23
|
export default SvgIconUiCheck;
|
|
@@ -4,6 +4,7 @@ export { default as IconMenuAttachmentSimple } from "./IconMenuAttachmentSimple"
|
|
|
4
4
|
export { default as IconMenuProxySimple } from "./IconMenuProxySimple";
|
|
5
5
|
export { default as IconMenuVotingSimple } from "./IconMenuVotingSimple";
|
|
6
6
|
export { default as IconUiAgenda } from "./IconUiAgenda";
|
|
7
|
+
export { default as IconUiAnuluj2 } from "./IconUiAnuluj2";
|
|
7
8
|
export { default as IconUiAnuluj } from "./IconUiAnuluj";
|
|
8
9
|
export { default as IconUiArrowRight } from "./IconUiArrowRight";
|
|
9
10
|
export { default as IconUiCalendar } from "./IconUiCalendar";
|
package/dist/css/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 22 Apr 2026 09:22:32 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
--color-yellow-400: #ffd52f;
|
|
38
38
|
--color-mint-green-70: #e1fff6;
|
|
39
39
|
--color-active-green-300: #88ea7d;
|
|
40
|
+
--color-active-green-25: #e6ffe3;
|
|
40
41
|
--color-blue-300: #a3cfff;
|
|
41
42
|
--color-blue-100: #cdf4fd;
|
|
42
43
|
--color-blue-70: #e1efff;
|
package/dist/css/tokens.dark.css
CHANGED
|
@@ -8,9 +8,6 @@
|
|
|
8
8
|
--color-surface-subtle: var(--color-navy-blue-400);
|
|
9
9
|
--color-surface-brand: var(--color-mint-green-500);
|
|
10
10
|
--color-surface-highlight: var(--color-navy-blue-400);
|
|
11
|
-
--color-surface-notification: var(--color-navy-blue-50);
|
|
12
|
-
--color-surface-notification-indicator: var(--color-navy-blue-400);
|
|
13
|
-
--color-surface-tile: var(--color-navy-blue-700);
|
|
14
11
|
--color-alert-weak: var(--color-orange-500);
|
|
15
12
|
--color-alert-strong: var(--color-orange-400);
|
|
16
13
|
--color-text-dark: var(--color-navy-blue-50);
|
|
@@ -40,7 +37,6 @@
|
|
|
40
37
|
--color-button-text-dark: var(--color-navy-blue-800);
|
|
41
38
|
--color-button-text-inactive: var(--color-navy-blue-100);
|
|
42
39
|
--color-button-text-edit: var(--color-orange-800);
|
|
43
|
-
--color-button-text-notification-indicator: var(--color-white);
|
|
44
40
|
--color-button-border-hover-active: var(--color-mint-green-300);
|
|
45
41
|
--color-button-border-hover-dark: var(--color-navy-blue-400);
|
|
46
42
|
--color-button-border-hover-edit: var(--color-orange-70);
|
|
@@ -8,9 +8,6 @@
|
|
|
8
8
|
--color-surface-subtle: var(--color-gray-100);
|
|
9
9
|
--color-surface-brand: var(--color-mint-green-400);
|
|
10
10
|
--color-surface-highlight: var(--color-mint-green-100);
|
|
11
|
-
--color-surface-notification: var(--color-navy-blue-25);
|
|
12
|
-
--color-surface-notification-indicator: var(--color-navy-blue-100);
|
|
13
|
-
--color-surface-tile: var(--color-gray-100);
|
|
14
11
|
--color-alert-weak: var(--color-orange-100);
|
|
15
12
|
--color-alert-strong: var(--color-orange-500);
|
|
16
13
|
--color-text-dark: var(--color-navy-blue-800);
|
|
@@ -40,7 +37,6 @@
|
|
|
40
37
|
--color-button-text-dark: var(--color-navy-blue-800);
|
|
41
38
|
--color-button-text-inactive: var(--color-gray-700);
|
|
42
39
|
--color-button-text-edit: var(--color-orange-500);
|
|
43
|
-
--color-button-text-notification-indicator: var(--color-navy-blue-800);
|
|
44
40
|
--color-button-border-hover-active: var(--color-mint-green-100);
|
|
45
41
|
--color-button-border-hover-dark: var(--color-navy-blue-400);
|
|
46
42
|
--color-button-border-hover-edit: var(--color-orange-50);
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
--color-yellow-400: var(--color-yellow-400);
|
|
33
33
|
--color-mint-green-70: var(--color-mint-green-70);
|
|
34
34
|
--color-active-green-300: var(--color-active-green-300);
|
|
35
|
+
--color-active-green-25: var(--color-active-green-25);
|
|
35
36
|
--color-blue-300: var(--color-blue-300);
|
|
36
37
|
--color-blue-100: var(--color-blue-100);
|
|
37
38
|
--color-blue-70: var(--color-blue-70);
|
|
@@ -49,9 +50,6 @@
|
|
|
49
50
|
--color-surface-subtle: var(--color-surface-subtle);
|
|
50
51
|
--color-surface-brand: var(--color-surface-brand);
|
|
51
52
|
--color-surface-highlight: var(--color-surface-highlight);
|
|
52
|
-
--color-surface-notification: var(--color-surface-notification);
|
|
53
|
-
--color-surface-notification-indicator: var(--color-surface-notification-indicator);
|
|
54
|
-
--color-surface-tile: var(--color-surface-tile);
|
|
55
53
|
--color-alert-weak: var(--color-alert-weak);
|
|
56
54
|
--color-alert-strong: var(--color-alert-strong);
|
|
57
55
|
--color-text-dark: var(--color-text-dark);
|
|
@@ -81,7 +79,6 @@
|
|
|
81
79
|
--color-button-text-dark: var(--color-button-text-dark);
|
|
82
80
|
--color-button-text-inactive: var(--color-button-text-inactive);
|
|
83
81
|
--color-button-text-edit: var(--color-button-text-edit);
|
|
84
|
-
--color-button-text-notification-indicator: var(--color-button-text-notification-indicator);
|
|
85
82
|
--color-button-border-hover-active: var(--color-button-border-hover-active);
|
|
86
83
|
--color-button-border-hover-dark: var(--color-button-border-hover-dark);
|
|
87
84
|
--color-button-border-hover-edit: var(--color-button-border-hover-edit);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 22 Apr 2026 09:22:32 GMT
|
|
4
4
|
|
|
5
5
|
$color-gray-100: #f6f6f6;
|
|
6
6
|
$color-mint-green-100: #cafdee;
|
|
@@ -35,6 +35,7 @@ $color-navy-blue-25: #e9eaff;
|
|
|
35
35
|
$color-yellow-400: #ffd52f;
|
|
36
36
|
$color-mint-green-70: #e1fff6;
|
|
37
37
|
$color-active-green-300: #88ea7d;
|
|
38
|
+
$color-active-green-25: #e6ffe3;
|
|
38
39
|
$color-blue-300: #a3cfff;
|
|
39
40
|
$color-blue-100: #cdf4fd;
|
|
40
41
|
$color-blue-70: #e1efff;
|
|
@@ -52,9 +53,6 @@ $color-surface-dynamic: #07064e;
|
|
|
52
53
|
$color-surface-subtle: #3b3a76;
|
|
53
54
|
$color-surface-brand: #0ad69c;
|
|
54
55
|
$color-surface-highlight: #3b3a76;
|
|
55
|
-
$color-surface-notification: #cdd0fd;
|
|
56
|
-
$color-surface-notification-indicator: #3b3a76;
|
|
57
|
-
$color-surface-tile: #13125d;
|
|
58
56
|
$color-alert-weak: #df6705;
|
|
59
57
|
$color-alert-strong: #ea7b20;
|
|
60
58
|
$color-text-dark: #cdd0fd;
|
|
@@ -84,7 +82,6 @@ $color-button-text-active: #2af5ba;
|
|
|
84
82
|
$color-button-text-dark: #07064e;
|
|
85
83
|
$color-button-text-inactive: #7d81bf;
|
|
86
84
|
$color-button-text-edit: #9a4601;
|
|
87
|
-
$color-button-text-notification-indicator: #ffffff;
|
|
88
85
|
$color-button-border-hover-active: #62ffd1;
|
|
89
86
|
$color-button-border-hover-dark: #3b3a76;
|
|
90
87
|
$color-button-border-hover-edit: #ffe7d4;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 22 Apr 2026 09:22:32 GMT
|
|
4
4
|
|
|
5
5
|
$color-gray-100: #f6f6f6;
|
|
6
6
|
$color-mint-green-100: #cafdee;
|
|
@@ -35,6 +35,7 @@ $color-navy-blue-25: #e9eaff;
|
|
|
35
35
|
$color-yellow-400: #ffd52f;
|
|
36
36
|
$color-mint-green-70: #e1fff6;
|
|
37
37
|
$color-active-green-300: #88ea7d;
|
|
38
|
+
$color-active-green-25: #e6ffe3;
|
|
38
39
|
$color-blue-300: #a3cfff;
|
|
39
40
|
$color-blue-100: #cdf4fd;
|
|
40
41
|
$color-blue-70: #e1efff;
|
|
@@ -52,9 +53,6 @@ $color-surface-dynamic: #f6f6f6;
|
|
|
52
53
|
$color-surface-subtle: #f6f6f6;
|
|
53
54
|
$color-surface-brand: #2af5ba;
|
|
54
55
|
$color-surface-highlight: #cafdee;
|
|
55
|
-
$color-surface-notification: #e9eaff;
|
|
56
|
-
$color-surface-notification-indicator: #7d81bf;
|
|
57
|
-
$color-surface-tile: #f6f6f6;
|
|
58
56
|
$color-alert-weak: #fcd5b5;
|
|
59
57
|
$color-alert-strong: #df6705;
|
|
60
58
|
$color-text-dark: #07064e;
|
|
@@ -84,7 +82,6 @@ $color-button-text-active: #2af5ba;
|
|
|
84
82
|
$color-button-text-dark: #07064e;
|
|
85
83
|
$color-button-text-inactive: #939393;
|
|
86
84
|
$color-button-text-edit: #df6705;
|
|
87
|
-
$color-button-text-notification-indicator: #07064e;
|
|
88
85
|
$color-button-border-hover-active: #cafdee;
|
|
89
86
|
$color-button-border-hover-dark: #3b3a76;
|
|
90
87
|
$color-button-border-hover-edit: #fff3e8;
|
package/package.json
CHANGED