@tetacom/ng-components 1.2.11 → 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 +477 -542
- package/component/public-api.d.ts +1 -0
- package/component/stepper/public-api.d.ts +1 -0
- package/component/stepper/stepper/stepper.component.d.ts +10 -0
- package/docs/checkboxDocs.mdx +108 -106
- package/docs/iconDocs.mdx +92 -89
- package/docs/modalDocs.mdx +63 -63
- package/docs/stepperDocs.mdx +34 -0
- package/esm2022/common/enum/teta-size.enum.mjs +1 -1
- package/esm2022/component/icon/icon/icon.component.mjs +20 -3
- package/esm2022/component/public-api.mjs +3 -1
- package/esm2022/component/stepper/public-api.mjs +2 -0
- package/esm2022/component/stepper/stepper/stepper.component.mjs +16 -0
- package/fesm2022/tetacom-ng-components.mjs +33 -2
- package/fesm2022/tetacom-ng-components.mjs.map +1 -1
- package/package.json +1 -1
- package/style/checkbox.scss +6 -7
- package/style/icon.scss +28 -4
- package/style/modal.scss +4 -4
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>
|