@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.
@@ -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="24"
6204
- height="24"
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}
@@ -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="24"
2940
- height="24"
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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.1.25",
6
+ "version": "0.1.26",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",