@timus-networks/theme 1.0.152 → 1.0.154
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.
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
<p class="p-lg-c my-6">Checkbox, iki durum arasında geçiş yapmak için kullanılır. Checkbox için devre dışı bırakılmış durum da mevcuttur.</p>
|
|
8
8
|
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
9
9
|
<el-checkbox v-model="checked">Option</el-checkbox>
|
|
10
|
+
<el-checkbox v-model="checked" class="primary">Option</el-checkbox>
|
|
11
|
+
<el-checkbox v-model="checked" class="success">Option</el-checkbox>
|
|
10
12
|
<el-checkbox :value="true" disabled>selected & disabled</el-checkbox>
|
|
11
13
|
<el-checkbox :value="false" disabled>unselected & disabled</el-checkbox>
|
|
12
14
|
</div>
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
<p class="p-lg-c my-6">Checkbox, iki durum arasında geçiş yapmak için kullanılır. Checkbox için devre dışı bırakılmış durum da mevcuttur.</p>
|
|
8
8
|
<div class="grid grid-flow-col auto-cols-max gap-4">
|
|
9
9
|
<el-checkbox v-model="checked">Option</el-checkbox>
|
|
10
|
+
<el-checkbox v-model="checked" class="primary">Option</el-checkbox>
|
|
11
|
+
<el-checkbox v-model="checked" class="success">Option</el-checkbox>
|
|
10
12
|
<el-checkbox :value="true" disabled>selected & disabled</el-checkbox>
|
|
11
13
|
<el-checkbox :value="false" disabled>unselected & disabled</el-checkbox>
|
|
12
14
|
</div>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.8196 6.05898e-05H1.18032C0.870854 -0.00308887 0.572778 0.116656 0.351497 0.333019C0.130217 0.549383 0.00380473 0.844693 0 1.15415V14.8485C0.0044928 15.1575 0.131207 15.4521 0.352413 15.6679C0.573619 15.8837 0.871302 16.0031 1.18032 15.9999H14.8196C15.129 16.0024 15.4269 15.8822 15.6481 15.6657C15.8693 15.4492 15.9957 15.154 15.9999 14.8445V1.15022C15.9944 0.841666 15.8673 0.547764 15.6463 0.332393C15.4252 0.117023 15.1281 -0.0024078 14.8196 6.05898e-05Z" fill="#0076B2"/>
|
|
3
|
+
<path d="M2.36855 5.99746H4.74362V13.6394H2.36855V5.99746ZM3.55674 2.19421C3.82915 2.19421 4.09544 2.27501 4.32192 2.42638C4.5484 2.57775 4.7249 2.79289 4.82909 3.04459C4.93327 3.29628 4.96046 3.57323 4.90722 3.84038C4.85398 4.10754 4.7227 4.3529 4.52999 4.54543C4.33728 4.73796 4.09179 4.86901 3.82458 4.92199C3.55738 4.97498 3.28046 4.94752 3.02886 4.84309C2.77726 4.73867 2.56229 4.56196 2.41114 4.33534C2.25999 4.10871 2.17944 3.84235 2.1797 3.56994C2.18005 3.20495 2.32528 2.85504 2.58349 2.59708C2.8417 2.33911 3.19176 2.19421 3.55674 2.19421Z" fill="white"/>
|
|
4
|
+
<path d="M6.23348 5.99731H8.51019V7.04648H8.54166C8.85904 6.44583 9.6328 5.81239 10.7882 5.81239C13.1934 5.80715 13.6393 7.39008 13.6393 9.44253V13.6392H11.2643V9.92121C11.2643 9.03597 11.2485 7.89631 10.0302 7.89631C8.81182 7.89631 8.60461 8.86155 8.60461 9.86351V13.6392H6.23348V5.99731Z" fill="white"/>
|
|
5
|
+
</svg>
|