@morozeckiy/dd-lib 0.1.41 → 0.1.42

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.
@@ -0,0 +1,14 @@
1
+ <svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1618_79124)">
3
+ <path
4
+ d="M4 17V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H18C18.5304 21 19.0391 20.7893 19.4142 20.4142C19.7893 20.0391 20 19.5304 20 19V17"
5
+ stroke="#07B700" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
6
+ <path d="M7 11L12 16L17 11" stroke="#07B700" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
7
+ <path d="M12 4V16" stroke="#07B700" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_1618_79124">
11
+ <rect fill="white" height="24" width="24"/>
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1618_78572)">
3
+ <path
4
+ d="M17 17H19C19.5304 17 20.0391 16.7893 20.4142 16.4142C20.7893 16.0391 21 15.5304 21 15V11C21 10.4696 20.7893 9.96086 20.4142 9.58579C20.0391 9.21071 19.5304 9 19 9H5C4.46957 9 3.96086 9.21071 3.58579 9.58579C3.21071 9.96086 3 10.4696 3 11V15C3 15.5304 3.21071 16.0391 3.58579 16.4142C3.96086 16.7893 4.46957 17 5 17H7"
5
+ stroke="#07B700" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
6
+ <path
7
+ d="M17 9V5C17 4.46957 16.7893 3.96086 16.4142 3.58579C16.0391 3.21071 15.5304 3 15 3H9C8.46957 3 7.96086 3.21071 7.58579 3.58579C7.21071 3.96086 7 4.46957 7 5V9"
8
+ stroke="#07B700" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
9
+ <path
10
+ d="M7 15C7 14.4696 7.21071 13.9609 7.58579 13.5858C7.96086 13.2107 8.46957 13 9 13H15C15.5304 13 16.0391 13.2107 16.4142 13.5858C16.7893 13.9609 17 14.4696 17 15V19C17 19.5304 16.7893 20.0391 16.4142 20.4142C16.0391 20.7893 15.5304 21 15 21H9C8.46957 21 7.96086 20.7893 7.58579 20.4142C7.21071 20.0391 7 19.5304 7 19V15Z"
11
+ stroke="#07B700" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
12
+ </g>
13
+ <defs>
14
+ <clipPath id="clip0_1618_78572">
15
+ <rect fill="white" height="24" width="24"/>
16
+ </clipPath>
17
+ </defs>
18
+ </svg>
@@ -115,5 +115,9 @@
115
115
  .#{$prefix}p-#{$i * 4} {
116
116
  padding: #{$i * 4}px;
117
117
  }
118
+
119
+ .#{$prefix}gap-#{$i * 4} {
120
+ gap: #{$i * 4}px;
121
+ }
118
122
  }
119
123
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
5
5
  "publishConfig": {
6
6
  "access": "public"