@intechstudio/grid-uikit 1.20251013.1255 → 1.20251014.1137

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.
@@ -5,8 +5,8 @@
5
5
  xmlns:xlink="http://www.w3.org/1999/xlink"
6
6
  x="0px"
7
7
  y="0px"
8
- viewBox="0 0 23.8 22.8"
9
- style="enable-background:new 0 0 23.8 22.8;"
8
+ viewBox="0 0 24 24"
9
+ style="enable-background:new 0 0 24 24;"
10
10
  xml:space="preserve"
11
11
  >
12
12
  <path
@@ -0,0 +1,15 @@
1
+ <svg
2
+ version="1.1"
3
+ id="Réteg_3"
4
+ xmlns="http://www.w3.org/2000/svg"
5
+ xmlns:xlink="http://www.w3.org/1999/xlink"
6
+ x="0px"
7
+ y="0px"
8
+ viewBox="0 0 24 24"
9
+ style="enable-background:new 0 0 24 24;"
10
+ xml:space="preserve"
11
+ >
12
+ <path
13
+ d="m 11.904297,3.6347656 c -0.3625,0 -0.735938,0.098828 -1.085938,0.2988282 l -9.7011715,5.5 c -0.69999996,0.4 -1.09960937,1.1003902 -1.09960937,1.9003902 0,0.8 0.39960941,1.500782 1.09960937,1.800782 3.3172511,1.740274 6.545622,3.645887 9.8007815,5.5 0.3,0.2 0.7,0.298828 1,0.298828 0.3,0 0.7,-0.09883 1,-0.298828 l 8,-4.5 c 0,0 0.341965,-0.15888 1.798828,-1 0.7,-0.4 1.101562,-1.100782 1.101562,-1.800782 0,-0.8 -0.401562,-1.5007809 -1.101562,-1.8007809 L 12.917969,3.9335938 c -0.3,-0.2000001 -0.651172,-0.2988282 -1.013672,-0.2988282 z m -0.08594,1.7988282 h 0.09961 0.09961 l 9.800781,5.5996092 c 0.2,0.1 0.199219,0.200781 0.199219,0.300781 0,0.1 7.81e-4,0.200782 -0.199219,0.300782 l -9.800781,5.599609 c -0.1,0.1 -0.200781,0.1 -0.300781,0 L 2.0175781,11.533203 c -0.175,-0.0875 -0.1964843,-0.176758 -0.1992187,-0.197265 v -0.002 c 0,-0.1 -7.813e-4,-0.200781 0.1992187,-0.300781 z"
14
+ />
15
+ </svg>
package/dist/icons.js CHANGED
@@ -32,6 +32,7 @@ import move_to_cloud_02 from "./assets/icons/move_to_cloud_02.svg?raw";
32
32
  import move_to_cloud_03 from "./assets/icons/move_to_cloud_03.svg?raw";
33
33
  import overlay_01 from "./assets/icons/overlay_01.svg?raw";
34
34
  import overlay_02 from "./assets/icons/overlay_02.svg?raw";
35
+ import overlay_03 from "./assets/icons/overlay_03.svg?raw";
35
36
  import overwrite_control_element from "./assets/icons/overwrite_control_element.svg?raw";
36
37
  import overwrite_profile from "./assets/icons/overwrite_profile.svg?raw";
37
38
  import paste from "./assets/icons/paste.svg?raw";
@@ -86,6 +87,7 @@ const iconMap = {
86
87
  move_to_cloud_03,
87
88
  overlay_01,
88
89
  overlay_02,
90
+ overlay_03,
89
91
  overwrite_control_element,
90
92
  overwrite_profile,
91
93
  paste,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intechstudio/grid-uikit",
3
- "version": "1.20251013.1255",
3
+ "version": "1.20251014.1137",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",