@timus-networks/theme 1.0.192 → 1.0.194
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,7 +7,7 @@
|
|
|
7
7
|
Item type çeşitleri: <b>"success | warning | info | error"</b>
|
|
8
8
|
</div>
|
|
9
9
|
<div class="flex flex-col gap-3">
|
|
10
|
-
<timus-alert-box v-for="(item, key) in colors" :key="key" :type="item"
|
|
10
|
+
<timus-alert-box v-for="(item, key) in colors" :key="key" :type="item" size="normal">
|
|
11
11
|
Scanning is in progress and may take a while. You don’t need to stay on this page - feel free to return later.
|
|
12
12
|
</timus-alert-box>
|
|
13
13
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div id="wrapper" :class="`flex flex-row border rounded-lg
|
|
2
|
+
<div id="wrapper" :class="`flex flex-row border rounded-lg ${size_class.wrapper} ${wrapper_css_class}`">
|
|
3
3
|
<div id="icon-wrapper" :class="`flex self-start ${size_class.icon_wrapper}`">
|
|
4
4
|
<div id="icon" :class="`flex items-center justify-center rounded-full text-white ${size_class.icon} ${icon_class}`" />
|
|
5
5
|
</div>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
Item type çeşitleri: <b>"success | warning | info | error"</b>
|
|
8
8
|
</div>
|
|
9
9
|
<div class="flex flex-col gap-3">
|
|
10
|
-
<timus-alert-box v-for="(item, key) in colors" :key="key" :type="item"
|
|
10
|
+
<timus-alert-box v-for="(item, key) in colors" :key="key" :type="item" size="normal">
|
|
11
11
|
Scanning is in progress and may take a while. You don’t need to stay on this page - feel free to return later.
|
|
12
12
|
</timus-alert-box>
|
|
13
13
|
</div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div id="wrapper" :class="`flex flex-row border rounded-lg
|
|
2
|
+
<div id="wrapper" :class="`flex flex-row border rounded-lg ${size_class.wrapper} ${wrapper_css_class}`">
|
|
3
3
|
<div id="icon-wrapper" :class="`flex self-start ${size_class.icon_wrapper}`">
|
|
4
4
|
<div id="icon" :class="`flex items-center justify-center rounded-full text-white ${size_class.icon} ${icon_class}`" />
|
|
5
5
|
</div>
|