@tetacom/ng-components 1.3.0 → 1.3.1
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/assets/color-icons.svg +24 -0
- package/assets/icons.svg +4 -3
- package/package.json +1 -1
package/assets/color-icons.svg
CHANGED
|
@@ -64,6 +64,30 @@
|
|
|
64
64
|
</clipPath>
|
|
65
65
|
</defs>
|
|
66
66
|
</symbol>
|
|
67
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="timeColor">
|
|
68
|
+
<g clip-path="url(#clip0_2635_65758)">
|
|
69
|
+
<rect width="16" height="16" rx="8" fill="url(#paint0_linear_2635_65758)"/>
|
|
70
|
+
<rect x="1" y="1" width="14" height="14" rx="7" fill="url(#paint1_linear_2635_65758)"/>
|
|
71
|
+
<path d="M8 3V7.87639C8 7.95214 8.0428 8.02139 8.11056 8.05527L10.4 9.19999" stroke="url(#paint2_linear_2635_65758)" stroke-linecap="round"/>
|
|
72
|
+
</g>
|
|
73
|
+
<defs>
|
|
74
|
+
<linearGradient id="paint0_linear_2635_65758" x1="8" y1="0" x2="8" y2="13.3333" gradientUnits="userSpaceOnUse">
|
|
75
|
+
<stop stop-color="#FED200"/>
|
|
76
|
+
<stop offset="1" stop-color="#F49957"/>
|
|
77
|
+
</linearGradient>
|
|
78
|
+
<linearGradient id="paint1_linear_2635_65758" x1="1" y1="1" x2="15" y2="15" gradientUnits="userSpaceOnUse">
|
|
79
|
+
<stop stop-color="#FEFEFE"/>
|
|
80
|
+
<stop offset="1" stop-color="#D5D5D5"/>
|
|
81
|
+
</linearGradient>
|
|
82
|
+
<linearGradient id="paint2_linear_2635_65758" x1="9.2" y1="3" x2="9.2" y2="9.19999" gradientUnits="userSpaceOnUse">
|
|
83
|
+
<stop stop-color="#247BA1"/>
|
|
84
|
+
<stop offset="1" stop-color="#175B79"/>
|
|
85
|
+
</linearGradient>
|
|
86
|
+
<clipPath id="clip0_2635_65758">
|
|
87
|
+
<rect width="16" height="16" fill="white"/>
|
|
88
|
+
</clipPath>
|
|
89
|
+
</defs>
|
|
90
|
+
</symbol>
|
|
67
91
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="colmatantColor">
|
|
68
92
|
<path d="M14 9C14 12.3137 11.3137 15 8 15C4.68629 15 2 12.3137 2 9C2 5.74129 5.98219 2.48258 7.45817 1.38668C7.7823 1.14602 8.2177 1.14602 8.54183 1.38668C10.0178 2.48258 14 5.74129 14 9Z" fill="url(#paint0_linear_8612_17074)"></path>
|
|
69
93
|
<defs>
|
package/assets/icons.svg
CHANGED
|
@@ -327,9 +327,6 @@
|
|
|
327
327
|
</clipPath>
|
|
328
328
|
</defs>
|
|
329
329
|
</symbol>
|
|
330
|
-
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14" id="Icon">
|
|
331
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.625 2.62503C3.625 1.86564 4.24061 1.25003 5 1.25003H13C13.7594 1.25003 14.375 1.86564 14.375 2.62503V10.625C14.375 11.3844 13.7594 12 13 12H5C4.24061 12 3.625 11.3844 3.625 10.625C3.625 10.2799 3.34518 10 3 10C2.65482 10 2.375 10.2799 2.375 10.625C2.375 12.0748 3.55025 13.25 5 13.25H13C14.4497 13.25 15.625 12.0748 15.625 10.625V2.62503C15.625 1.17528 14.4497 3.05176e-05 13 3.05176e-05H5C3.55025 3.05176e-05 2.375 1.17528 2.375 2.62503C2.375 2.97021 2.65482 3.25003 3 3.25003C3.34518 3.25003 3.625 2.97021 3.625 2.62503ZM0.625 3.50001C0.970178 3.50001 1.25 3.77983 1.25 4.12501V4.62503C1.25 5.38442 1.86561 6.00003 2.625 6.00003H8.99112L7.55806 4.56697C7.31398 4.32289 7.31398 3.92717 7.55806 3.68309C7.80214 3.43901 8.19786 3.43901 8.44194 3.68309L10.5884 5.82954C11.0277 6.26888 11.0277 6.98119 10.5884 7.42053L8.44194 9.56697C8.19786 9.81105 7.80214 9.81105 7.55806 9.56697C7.31398 9.3229 7.31398 8.92717 7.55806 8.68309L8.99112 7.25003H2.625C1.17525 7.25003 0 6.07478 0 4.62503V4.12501C0 3.77983 0.279822 3.50001 0.625 3.50001Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
332
|
-
</symbol>
|
|
333
330
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="image">
|
|
334
331
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 10.6339V13C2.25 13.4142 2.58579 13.75 3 13.75H11.3161L5.98611 8.7753C5.44444 8.26974 4.59958 8.2843 4.07565 8.80823L2.25 10.6339ZM13.3314 14.9727C13.2236 14.9906 13.1129 15 13 15H3C1.89543 15 1 14.1046 1 13V3C1 1.89543 1.89543 1 3 1H13C14.1046 1 15 1.89543 15 3V13C15 13.4628 14.8428 13.8888 14.579 14.2277C14.4497 14.3938 14.2947 14.5389 14.1201 14.6572C13.8874 14.8147 13.6198 14.9246 13.3314 14.9727ZM13.1351 13.7379C13.1405 13.7369 13.1458 13.7359 13.1512 13.7348C13.4661 13.6703 13.7092 13.4084 13.7453 13.0841C13.7484 13.0565 13.75 13.0284 13.75 13V3C13.75 2.58579 13.4142 2.25 13 2.25H3C2.58579 2.25 2.25 2.58579 2.25 3V8.86612L3.19177 7.92435C3.28908 7.82704 3.39219 7.73893 3.5 7.66005C3.53071 7.63758 3.5618 7.61586 3.59325 7.59488C4.58618 6.93268 5.93417 7.01696 6.83901 7.86148L13.1351 13.7379ZM12.5 4.67709C12.1335 4.26188 11.5973 4 11 4C9.89543 4 9 4.89543 9 6C9 7.10457 9.89543 8 11 8C11.5973 8 12.1335 7.73812 12.5 7.32291C12.8112 6.97035 13 6.50722 13 6C13 5.49278 12.8112 5.02965 12.5 4.67709ZM11 6.75C11.4142 6.75 11.75 6.41421 11.75 6C11.75 5.58579 11.4142 5.25 11 5.25C10.5858 5.25 10.25 5.58579 10.25 6C10.25 6.41421 10.5858 6.75 11 6.75Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
335
332
|
</symbol>
|
|
@@ -635,6 +632,10 @@
|
|
|
635
632
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="update">
|
|
636
633
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.13501 8.01787C1.78983 8.01787 1.51001 7.73805 1.51001 7.39287C1.51001 3.99642 4.4592 1.32001 7.99872 1.32001C10.1364 1.32001 12.0509 2.29107 13.2374 3.80773V2.48975C13.2374 2.14457 13.5173 1.86475 13.8624 1.86475C14.2076 1.86475 14.4874 2.14457 14.4874 2.48975V5.75847C14.4874 6.10365 14.2076 6.38347 13.8624 6.38347H10.3442C9.99904 6.38347 9.71922 6.10365 9.71922 5.75847C9.71922 5.41329 9.99904 5.13347 10.3442 5.13347H12.6276C11.7539 3.62166 10.0223 2.57001 7.99872 2.57001C5.06137 2.57001 2.76001 4.77178 2.76001 7.39287C2.76001 7.73805 2.48019 8.01787 2.13501 8.01787ZM13.8625 7.97218C14.2076 7.97218 14.4875 8.252 14.4875 8.59718C14.4875 8.92644 14.4594 9.25 14.4053 9.56576C13.904 12.4918 11.197 14.67 7.99875 14.67C5.86109 14.67 3.94658 13.699 2.76002 12.1823V13.5003C2.76002 13.8455 2.4802 14.1253 2.13502 14.1253C1.78984 14.1253 1.51002 13.8455 1.51002 13.5003V10.2316C1.51002 9.88641 1.78984 9.60658 2.13502 9.60658H5.65325C5.99843 9.60658 6.27825 9.88641 6.27825 10.2316C6.27825 10.5768 5.99843 10.8566 5.65325 10.8566H3.36984C4.24354 12.3684 5.97517 13.42 7.99875 13.42C10.6452 13.42 12.7842 11.626 13.1733 9.35469C13.2155 9.10826 13.2375 8.8553 13.2375 8.59718C13.2375 8.252 13.5173 7.97218 13.8625 7.97218Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
637
634
|
</symbol>
|
|
635
|
+
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14" id="upload">
|
|
636
|
+
<path d="M3 4.00003V4.00003C3 2.89546 3.89543 2.00003 5 2.00003H13C14.1046 2.00003 15 2.89546 15 4.00003V12C15 13.1046 14.1046 14 13 14H5C3.89543 14 3 13.1046 3 12V12" stroke="currentColor" stroke-opacity="0.87" stroke-width="1.25" stroke-linecap="round" />
|
|
637
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.25 5.5C1.25 5.15482 0.970178 4.875 0.625 4.875C0.279822 4.875 0 5.15482 0 5.5V6.00002C0 7.44977 1.17525 8.62502 2.625 8.62502H8.99112L7.55806 10.0581C7.31398 10.3022 7.31398 10.6979 7.55806 10.942C7.80214 11.186 8.19786 11.186 8.44194 10.942L10.5884 8.79551C11.0277 8.35617 11.0277 7.64386 10.5884 7.20452L8.44194 5.05808C8.19786 4.814 7.80214 4.814 7.55806 5.05808C7.31398 5.30215 7.31398 5.69788 7.55806 5.94196L8.99112 7.37502H2.625C1.86561 7.37502 1.25 6.75941 1.25 6.00002V5.5Z" fill="currentColor" fill-opacity="0.87" />
|
|
638
|
+
</symbol>
|
|
638
639
|
<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" id="user">
|
|
639
640
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.25 5.5C10.25 6.74264 9.24264 7.75 8 7.75C6.75736 7.75 5.75 6.74264 5.75 5.5C5.75 4.25736 6.75736 3.25 8 3.25C9.24264 3.25 10.25 4.25736 10.25 5.5ZM11.5 5.5C11.5 7.433 9.933 9 8 9C6.067 9 4.5 7.433 4.5 5.5C4.5 3.567 6.067 2 8 2C9.933 2 11.5 3.567 11.5 5.5ZM3.625 14.25C3.625 12.6622 4.91218 11.375 6.5 11.375H9.5C11.0878 11.375 12.375 12.6622 12.375 14.25C12.375 14.5952 12.6548 14.875 13 14.875C13.3452 14.875 13.625 14.5952 13.625 14.25C13.625 11.9718 11.7782 10.125 9.5 10.125H6.5C4.22183 10.125 2.375 11.9718 2.375 14.25C2.375 14.5952 2.65482 14.875 3 14.875C3.34518 14.875 3.625 14.5952 3.625 14.25Z" fill="currentColor" fill-opacity="0.87"></path>
|
|
640
641
|
</symbol>
|