@revotech-group/revotech-ui-kit 0.1.25 → 0.1.26
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/rtg-ui-kit.js +2 -3
- package/dist/rtg-ui-kit.umd.cjs +2 -3
- package/package.json +1 -1
package/dist/rtg-ui-kit.js
CHANGED
|
@@ -6200,15 +6200,14 @@ let Me = class extends U {
|
|
|
6200
6200
|
${this.checked || this.value === "on" ? d`<span data-state="checked" class="${Ra}"
|
|
6201
6201
|
><svg
|
|
6202
6202
|
xmlns="http://www.w3.org/2000/svg"
|
|
6203
|
-
width="
|
|
6204
|
-
height="
|
|
6203
|
+
width="12"
|
|
6204
|
+
height="12"
|
|
6205
6205
|
viewBox="0 0 24 24"
|
|
6206
6206
|
fill="none"
|
|
6207
6207
|
stroke="currentColor"
|
|
6208
6208
|
stroke-width="3"
|
|
6209
6209
|
stroke-linecap="round"
|
|
6210
6210
|
stroke-linejoin="round"
|
|
6211
|
-
class="rtg-h-4 rtg-w-4"
|
|
6212
6211
|
>
|
|
6213
6212
|
<polyline points="20 6 9 17 4 12"></polyline></svg
|
|
6214
6213
|
></span>` : Z}
|
package/dist/rtg-ui-kit.umd.cjs
CHANGED
|
@@ -2936,15 +2936,14 @@ body {
|
|
|
2936
2936
|
${this.checked||this.value==="on"?d.html`<span data-state="checked" class="${Oo}"
|
|
2937
2937
|
><svg
|
|
2938
2938
|
xmlns="http://www.w3.org/2000/svg"
|
|
2939
|
-
width="
|
|
2940
|
-
height="
|
|
2939
|
+
width="12"
|
|
2940
|
+
height="12"
|
|
2941
2941
|
viewBox="0 0 24 24"
|
|
2942
2942
|
fill="none"
|
|
2943
2943
|
stroke="currentColor"
|
|
2944
2944
|
stroke-width="3"
|
|
2945
2945
|
stroke-linecap="round"
|
|
2946
2946
|
stroke-linejoin="round"
|
|
2947
|
-
class="rtg-h-4 rtg-w-4"
|
|
2948
2947
|
>
|
|
2949
2948
|
<polyline points="20 6 9 17 4 12"></polyline></svg
|
|
2950
2949
|
></span>`:d.nothing}
|
package/package.json
CHANGED