@pleodigital/design-system-votey 1.0.19 → 1.0.20
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/menu/icon_menu_button-show-table.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_menu_dashboard.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_menu_participants.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_menu_settings.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_menu_team.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_menu_vote.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_show-graph.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/menu/icon_turn-on.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_iu_download.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_iu_send-again-v2.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_agenda.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_anuluj.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_camera-off.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_camera-on.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_chat.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_delete.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_download.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_edit.svg +2 -2
- package/dist/assets/angular/svg-raw/icons/ui/icon_ui_full-screen.svg +17 -0
- package/dist/assets/react/icons/menu/IconMenuButtonShowTable.tsx +1 -2
- package/dist/assets/react/icons/menu/IconMenuDashboard.tsx +1 -2
- package/dist/assets/react/icons/menu/IconMenuParticipants.tsx +1 -2
- package/dist/assets/react/icons/menu/IconMenuSettings.tsx +1 -2
- package/dist/assets/react/icons/menu/IconMenuTeam.tsx +1 -2
- package/dist/assets/react/icons/menu/IconMenuVote.tsx +1 -2
- package/dist/assets/react/icons/menu/IconShowGraph.tsx +1 -2
- package/dist/assets/react/icons/menu/IconTurnOn.tsx +1 -2
- package/dist/assets/react/icons/ui/IconIuDownload.tsx +1 -2
- package/dist/assets/react/icons/ui/IconIuSendAgainV2.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiAgenda.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiAnuluj.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiCameraOff.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiCameraOn.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiChat.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiDelete.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiDownload.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiEdit.tsx +1 -2
- package/dist/assets/react/icons/ui/IconUiFullScreen.tsx +21 -0
- package/dist/assets/react/icons/ui/index.ts +1 -0
- package/dist/css/tokens.css +4 -10
- package/dist/scss/_variables.scss +5 -11
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_menu_button-show-table" clip-path="url(#clip0_37_126)">
|
|
3
3
|
<g id="icon_menu_button-show-table_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
<rect width="26" height="26" fill="white"></rect>
|
|
17
17
|
</clipPath>
|
|
18
18
|
</defs>
|
|
19
|
-
</svg>
|
|
19
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_menu_dashboard" clip-path="url(#clip0_51_8)">
|
|
3
3
|
<g id="icon_menu_dashboard_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
<rect width="26" height="26" fill="white"></rect>
|
|
12
12
|
</clipPath>
|
|
13
13
|
</defs>
|
|
14
|
-
</svg>
|
|
14
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_menu_participants" clip-path="url(#clip0_51_12)">
|
|
3
3
|
<g id="icon_menu_participants_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
<rect width="26" height="26" fill="white"></rect>
|
|
16
16
|
</clipPath>
|
|
17
17
|
</defs>
|
|
18
|
-
</svg>
|
|
18
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_menu_settings" clip-path="url(#clip0_51_14)">
|
|
3
3
|
<g id="icon_menu_settings_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_menu_team" clip-path="url(#clip0_51_17)">
|
|
3
3
|
<g id="icon_menu_team_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
<rect width="26" height="26" fill="white"></rect>
|
|
16
16
|
</clipPath>
|
|
17
17
|
</defs>
|
|
18
|
-
</svg>
|
|
18
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_menu_vote" clip-path="url(#clip0_51_10)">
|
|
3
3
|
<g id="icon_menu_vote_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_show-graph" clip-path="url(#clip0_37_4134)">
|
|
3
3
|
<g id="icon_show-graph_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -15,4 +15,4 @@
|
|
|
15
15
|
<rect width="26" height="26" fill="white"></rect>
|
|
16
16
|
</clipPath>
|
|
17
17
|
</defs>
|
|
18
|
-
</svg>
|
|
18
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_turn-on" clip-path="url(#clip0_37_4138)">
|
|
3
3
|
<g id="icon_turn-on_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_iu_download" clip-path="url(#clip0_37_4101)">
|
|
3
3
|
<g id="icon_iu_download_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_iu_send-again-v2" clip-path="url(#clip0_37_4121)">
|
|
3
3
|
<g id="icon_iu_send-again-v2_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
<rect width="26" height="26" fill="white"></rect>
|
|
12
12
|
</clipPath>
|
|
13
13
|
</defs>
|
|
14
|
-
</svg>
|
|
14
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_agenda" clip-path="url(#clip0_37_4033)">
|
|
3
3
|
<g id="icon_ui_agenda_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
<rect width="26" height="26" fill="white"></rect>
|
|
18
18
|
</clipPath>
|
|
19
19
|
</defs>
|
|
20
|
-
</svg>
|
|
20
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_anuluj" clip-path="url(#clip0_37_3949)">
|
|
3
3
|
<g id="icon_ui_anuluj_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_camera-off" clip-path="url(#clip0_37_3955)">
|
|
3
3
|
<g id="icon_ui_camera-off_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_camera-on" clip-path="url(#clip0_37_3961)">
|
|
3
3
|
<g id="icon_ui_camera-on_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -11,4 +11,4 @@
|
|
|
11
11
|
<rect width="26" height="26" fill="white"></rect>
|
|
12
12
|
</clipPath>
|
|
13
13
|
</defs>
|
|
14
|
-
</svg>
|
|
14
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_chat" clip-path="url(#clip0_37_3967)">
|
|
3
3
|
<g id="icon_ui_chat_rectangle">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
<rect width="26" height="26" fill="white"></rect>
|
|
17
17
|
</clipPath>
|
|
18
18
|
</defs>
|
|
19
|
-
</svg>
|
|
19
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_delete" clip-path="url(#clip0_37_4097)">
|
|
3
3
|
<g id="icon_ui_delete_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -17,4 +17,4 @@
|
|
|
17
17
|
<rect width="26" height="26" fill="white"></rect>
|
|
18
18
|
</clipPath>
|
|
19
19
|
</defs>
|
|
20
|
-
</svg>
|
|
20
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_download" clip-path="url(#clip0_37_4027)">
|
|
3
3
|
<g id="icon_ui_download_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g id="icon_ui_edit" clip-path="url(#clip0_37_4087)">
|
|
3
3
|
<g id="icon_ui_edit_2">
|
|
4
4
|
<g id="color_stroke">
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
<rect width="26" height="26" fill="white"></rect>
|
|
15
15
|
</clipPath>
|
|
16
16
|
</defs>
|
|
17
|
-
</svg>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="icon_ui_full-screen" clip-path="url(#clip0_37_4021)">
|
|
3
|
+
<g id="icon_ui_full-screen_2">
|
|
4
|
+
<g id="color_stroke">
|
|
5
|
+
<g id="Vector">
|
|
6
|
+
<path d="M21.4068 2.60001H4.59343C4.06491 2.60047 3.55816 2.81062 3.18444 3.18435C2.81072 3.55807 2.60056 4.06482 2.6001 4.59334V21.4067C2.60056 21.9352 2.81072 22.4419 3.18444 22.8157C3.55816 23.1894 4.06491 23.3995 4.59343 23.4H21.4068C21.9353 23.3995 22.442 23.1894 22.8158 22.8157C23.1895 22.4419 23.3996 21.9352 23.4001 21.4067V4.59334C23.3996 4.06482 23.1895 3.55807 22.8158 3.18435C22.442 2.81062 21.9353 2.60047 21.4068 2.60001ZM22.1868 21.4067C22.1863 21.6134 22.104 21.8115 21.9578 21.9577C21.8116 22.1039 21.6135 22.1862 21.4068 22.1867H4.59343C4.3867 22.1862 4.18857 22.1039 4.04239 21.9577C3.89621 21.8115 3.81389 21.6134 3.81343 21.4067V4.59334C3.81389 4.38661 3.89621 4.18848 4.04239 4.0423C4.18857 3.89612 4.3867 3.8138 4.59343 3.81334H21.4068C21.6135 3.8138 21.8116 3.89612 21.9578 4.0423C22.104 4.18848 22.1863 4.38661 22.1868 4.59334V21.4067Z" fill="#151752"></path>
|
|
7
|
+
<path d="M19.4706 6.93334C19.4706 6.91254 19.4602 6.89174 19.4516 6.87094C19.4422 6.85132 19.4318 6.83223 19.4204 6.81374L19.3961 6.76001C19.3735 6.72711 19.348 6.69636 19.3198 6.66814C19.2923 6.64044 19.2621 6.61548 19.2297 6.59361C19.2148 6.58417 19.1992 6.57605 19.1829 6.56934C19.1642 6.55725 19.1445 6.54681 19.124 6.53814C19.1047 6.53075 19.085 6.52438 19.065 6.51907C19.0474 6.51284 19.0295 6.50764 19.0113 6.50347C18.9747 6.49677 18.9376 6.49272 18.9004 6.49134H13.0001C12.8392 6.49134 12.6849 6.55526 12.5711 6.66903C12.4573 6.7828 12.3934 6.93711 12.3934 7.09801C12.3934 7.2589 12.4573 7.41321 12.5711 7.52698C12.6849 7.64076 12.8392 7.70467 13.0001 7.70467H17.427L7.4309 17.7008C7.34535 17.7858 7.28699 17.8943 7.26323 18.0125C7.23947 18.1307 7.25137 18.2534 7.29744 18.3648C7.3435 18.4763 7.42164 18.5715 7.52194 18.6384C7.62224 18.7054 7.74017 18.741 7.86076 18.7408C7.94004 18.7416 8.0187 18.7268 8.09219 18.697C8.16567 18.6673 8.23253 18.6232 8.2889 18.5675L18.285 8.57307V13C18.285 13.1609 18.3489 13.3152 18.4627 13.429C18.5765 13.5428 18.7308 13.6067 18.8917 13.6067C19.0526 13.6067 19.2069 13.5428 19.3207 13.429C19.4344 13.3152 19.4984 13.1609 19.4984 13V7.10667C19.4978 7.06653 19.4937 7.02651 19.4862 6.98707C19.4828 6.96281 19.4758 6.94721 19.4706 6.93334Z" fill="#151752"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_37_4021">
|
|
14
|
+
<rect width="26" height="26" fill="white"></rect>
|
|
15
|
+
</clipPath>
|
|
16
|
+
</defs>
|
|
17
|
+
</svg>
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconMenuButtonShowTable = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#06064D" clipPath="url(#icon_menu_button-show-table_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconMenuDashboard = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g clipPath="url(#icon_menu_dashboard_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconMenuParticipants = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#fff" clipPath="url(#icon_menu_participants_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconMenuSettings = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#fff" clipPath="url(#icon_menu_settings_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconMenuTeam = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#fff" clipPath="url(#icon_menu_team_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconMenuVote = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#fff" clipPath="url(#icon_menu_vote_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconShowGraph = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#06064D" clipPath="url(#icon_show-graph_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconTurnOn = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#06064D" clipPath="url(#icon_turn-on_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconIuDownload = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_iu_download_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconIuSendAgainV2 = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g clipPath="url(#icon_iu_send-again-v2_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiAgenda = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_agenda_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiAnuluj = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_anuluj_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiCameraOff = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_camera-off_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiCameraOn = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g clipPath="url(#icon_ui_camera-on_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiChat = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_chat_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiDelete = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_delete_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiDownload = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_download_svg__a)">
|
|
@@ -3,9 +3,8 @@ import type { SVGProps } from "react";
|
|
|
3
3
|
const SvgIconUiEdit = (props: SVGProps<SVGSVGElement>) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={26}
|
|
7
|
-
height={26}
|
|
8
6
|
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
9
8
|
{...props}
|
|
10
9
|
>
|
|
11
10
|
<g fill="#151752" clipPath="url(#icon_ui_edit_svg__a)">
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { SVGProps } from "react";
|
|
3
|
+
const SvgIconUiFullScreen = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
+
<svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
fill="none"
|
|
7
|
+
viewBox="0 0 26 26"
|
|
8
|
+
{...props}
|
|
9
|
+
>
|
|
10
|
+
<g fill="#151752" clipPath="url(#icon_ui_full-screen_svg__a)">
|
|
11
|
+
<path d="M21.407 2.6H4.593A1.995 1.995 0 0 0 2.6 4.593v16.814A1.995 1.995 0 0 0 4.593 23.4h16.814a1.995 1.995 0 0 0 1.993-1.993V4.593A1.995 1.995 0 0 0 21.407 2.6m.78 18.807a.78.78 0 0 1-.78.78H4.593a.78.78 0 0 1-.78-.78V4.593a.78.78 0 0 1 .78-.78h16.814a.78.78 0 0 1 .78.78z" />
|
|
12
|
+
<path d="M19.47 6.933c0-.02-.01-.041-.018-.062l-.032-.057-.024-.054a.7.7 0 0 0-.166-.166.3.3 0 0 0-.047-.025.4.4 0 0 0-.118-.05.5.5 0 0 0-.165-.028H13a.607.607 0 0 0 0 1.214h4.427L7.431 17.7a.608.608 0 0 0 .661.996.6.6 0 0 0 .197-.13l9.996-9.994V13a.607.607 0 1 0 1.213 0V7.107q0-.06-.012-.12-.006-.035-.015-.054" />
|
|
13
|
+
</g>
|
|
14
|
+
<defs>
|
|
15
|
+
<clipPath id="icon_ui_full-screen_svg__a">
|
|
16
|
+
<path fill="#fff" d="M0 0h26v26H0z" />
|
|
17
|
+
</clipPath>
|
|
18
|
+
</defs>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgIconUiFullScreen;
|
|
@@ -8,3 +8,4 @@ export { default as IconUiChat } from "./IconUiChat";
|
|
|
8
8
|
export { default as IconUiDelete } from "./IconUiDelete";
|
|
9
9
|
export { default as IconUiDownload } from "./IconUiDownload";
|
|
10
10
|
export { default as IconUiEdit } from "./IconUiEdit";
|
|
11
|
+
export { default as IconUiFullScreen } from "./IconUiFullScreen";
|
package/dist/css/tokens.css
CHANGED
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
@theme {
|
|
2
|
-
--color-active-green-100: #77dc6c;
|
|
3
|
-
--color-active-green-200: #5fbe54;
|
|
4
|
-
--color-blue-100: #62a9ff;
|
|
5
|
-
--color-gray-50: #f6f6f6;
|
|
6
2
|
--color-gray-100: #f6f6f6;
|
|
7
3
|
--color-mint-green-100: #cafdee;
|
|
8
|
-
--color-gray-200: #c6c6c6;
|
|
9
4
|
--color-gray-400: #ececec;
|
|
10
|
-
--color-mint-green-70: #62ffd1;
|
|
11
|
-
--color-mint-green-25: #cafdee;
|
|
12
5
|
--color-navy-blue-100: #7d81bf;
|
|
13
|
-
--color-navy-blue-70: #3b3a76;
|
|
14
6
|
--color-orange-500: #df6705;
|
|
15
7
|
--color-orange-100: #fcd5b5;
|
|
16
|
-
--color-violet-200: #7d81bf;
|
|
17
8
|
--color-white: #ffffff;
|
|
18
9
|
--color-mint-green-400: #2af5ba;
|
|
19
10
|
--color-mint-green-300: #62ffd1;
|
|
@@ -24,5 +15,8 @@
|
|
|
24
15
|
--color-navy-blue-400: #3b3a76;
|
|
25
16
|
--color-navy-blue-50: #cdd0fd;
|
|
26
17
|
--color-red-400: #f56161;
|
|
27
|
-
--color-
|
|
18
|
+
--color-orange-50: #fff3e8;
|
|
19
|
+
--color-active-green-400: #77dc6c;
|
|
20
|
+
--color-active-green-500: #5fbe54;
|
|
21
|
+
--color-orange-70: #ffe7d4;
|
|
28
22
|
}
|
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 18 Nov 2025 10:21:37 GMT
|
|
4
4
|
|
|
5
|
-
$color-active-green-100: #77dc6c;
|
|
6
|
-
$color-active-green-200: #5fbe54;
|
|
7
|
-
$color-blue-100: #62a9ff;
|
|
8
|
-
$color-gray-50: #f6f6f6;
|
|
9
5
|
$color-gray-100: #f6f6f6;
|
|
10
6
|
$color-mint-green-100: #cafdee;
|
|
11
|
-
$color-gray-200: #c6c6c6;
|
|
12
7
|
$color-gray-400: #ececec;
|
|
13
|
-
$color-mint-green-70: #62ffd1;
|
|
14
|
-
$color-mint-green-25: #cafdee;
|
|
15
8
|
$color-navy-blue-100: #7d81bf;
|
|
16
|
-
$color-navy-blue-70: #3b3a76;
|
|
17
9
|
$color-orange-500: #df6705;
|
|
18
10
|
$color-orange-100: #fcd5b5;
|
|
19
|
-
$color-violet-200: #7d81bf;
|
|
20
11
|
$color-white: #ffffff;
|
|
21
12
|
$color-mint-green-400: #2af5ba;
|
|
22
13
|
$color-mint-green-300: #62ffd1;
|
|
@@ -27,4 +18,7 @@ $color-navy-blue-800: #07064e;
|
|
|
27
18
|
$color-navy-blue-400: #3b3a76;
|
|
28
19
|
$color-navy-blue-50: #cdd0fd;
|
|
29
20
|
$color-red-400: #f56161;
|
|
30
|
-
$color-
|
|
21
|
+
$color-orange-50: #fff3e8;
|
|
22
|
+
$color-active-green-400: #77dc6c;
|
|
23
|
+
$color-active-green-500: #5fbe54;
|
|
24
|
+
$color-orange-70: #ffe7d4;
|
package/package.json
CHANGED