ros.grant.common 2.1.74 → 2.1.78

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.
@@ -29,18 +29,21 @@ $(document).ready(function () {
29
29
  };
30
30
 
31
31
  function initWidgetTrigger() {
32
- if ($(WIDGET_TRIGGER_SELECTOR)?.parent()?.parent()[0]?.dataset.isAngular == 'true') {
33
- return;
34
- }
35
- $(WIDGET_TRIGGER_SELECTOR).off('click');
36
- $(WIDGET_TRIGGER_SELECTOR).click(onTriggerClick);
32
+ document.querySelectorAll(WIDGET_TRIGGER_SELECTOR).forEach(function(element) {
33
+ if($(element).parent()?.parent()[0]?.dataset.isAngular == 'true') {
34
+ return;
35
+ }
36
+ $(element).off('click');
37
+ $(element).click(onTriggerClick);
38
+
39
+ });
37
40
  }
38
41
 
39
42
  function onTriggerClick(e) {
40
- $(this).parent().siblings(WIDGET_CONTENT_SELECTOR).slideToggle('fast');
41
- $(this).parent().parent(WIDGET_SELECTOR).toggleClass(WIDGET_OPENED_CLASS_NAME);
43
+ $(e.currentTarget).parent().siblings(WIDGET_CONTENT_SELECTOR).slideToggle('fast');
44
+ $(e.currentTarget).parent().parent(WIDGET_SELECTOR).toggleClass(WIDGET_OPENED_CLASS_NAME);
42
45
 
43
- const widgetElem = $(this).parent().parent(WIDGET_SELECTOR)[0];
46
+ const widgetElem = $(e.currentTarget).parent().parent(WIDGET_SELECTOR)[0];
44
47
  if (!widgetElem) {
45
48
  return;
46
49
  }
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.83301 5.85085C2.83301 4.42834 2.83301 3.71708 3.27492 3.27517C3.71684 2.83325 4.42809 2.83325 5.8506 2.83325C7.27311 2.83325 7.98436 2.83325 8.42628 3.27517C8.8682 3.71708 8.8682 4.42834 8.8682 5.85085C8.8682 7.27335 8.8682 7.98461 8.42628 8.42652C7.98436 8.86844 7.27311 8.86844 5.8506 8.86844C4.42809 8.86844 3.71684 8.86844 3.27492 8.42652C2.83301 7.98461 2.83301 7.27335 2.83301 5.85085Z" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5"/>
3
+ <path d="M11.1318 14.1492C11.1318 12.7267 11.1318 12.0154 11.5738 11.5735C12.0157 11.1316 12.7269 11.1316 14.1494 11.1316C15.5719 11.1316 16.2832 11.1316 16.7251 11.5735C17.167 12.0154 17.167 12.7267 17.167 14.1492C17.167 15.5717 17.167 16.2829 16.7251 16.7249C16.2832 17.1668 15.5719 17.1668 14.1494 17.1668C12.7269 17.1668 12.0157 17.1668 11.5738 16.7249C11.1318 16.2829 11.1318 15.5717 11.1318 14.1492Z" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5"/>
4
+ <path d="M2.83301 14.1492C2.83301 12.7267 2.83301 12.0154 3.27492 11.5735C3.71684 11.1316 4.42809 11.1316 5.8506 11.1316C7.27311 11.1316 7.98436 11.1316 8.42628 11.5735C8.8682 12.0154 8.8682 12.7267 8.8682 14.1492C8.8682 15.5717 8.8682 16.2829 8.42628 16.7249C7.98436 17.1668 7.27311 17.1668 5.8506 17.1668C4.42809 17.1668 3.71684 17.1668 3.27492 16.7249C2.83301 16.2829 2.83301 15.5717 2.83301 14.1492Z" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5"/>
5
+ <path d="M11.1318 5.85085C11.1318 4.42834 11.1318 3.71708 11.5738 3.27517C12.0157 2.83325 12.7269 2.83325 14.1494 2.83325C15.5719 2.83325 16.2832 2.83325 16.7251 3.27517C17.167 3.71708 17.167 4.42834 17.167 5.85085C17.167 7.27335 17.167 7.98461 16.7251 8.42652C16.2832 8.86844 15.5719 8.86844 14.1494 8.86844C12.7269 8.86844 12.0157 8.86844 11.5738 8.42652C11.1318 7.98461 11.1318 7.27335 11.1318 5.85085Z" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.1199 13.3163L11.372 12.6099V12.6099L11.1199 13.3163ZM11.4145 14.2177C11.8046 14.3569 12.2337 14.1535 12.3729 13.7634C12.5121 13.3732 12.3086 12.9441 11.9185 12.8049L11.6665 13.5113L11.4145 14.2177ZM8.08113 12.8049C7.691 12.9441 7.48757 13.3732 7.62676 13.7634C7.76594 14.1535 8.19504 14.3569 8.58517 14.2177L8.33315 13.5113L8.08113 12.8049ZM8.87974 13.3163L9.13176 14.0227V14.0227L8.87974 13.3163ZM2.30246 6.33781L3.04938 6.40571V6.40571L2.30246 6.33781ZM4.56802 3.47731L4.80519 4.18883H4.80519L4.56802 3.47731ZM5.23701 4.04489C5.62997 3.9139 5.84234 3.48916 5.71135 3.0962C5.58036 2.70325 5.15562 2.49088 4.76267 2.62186L4.99984 3.33337L5.23701 4.04489ZM17.6972 6.33781L18.4441 6.26991V6.26991L17.6972 6.33781ZM15.4317 3.47731L15.1945 4.18883V4.18883L15.4317 3.47731ZM15.237 2.62186C14.8441 2.49088 14.4193 2.70325 14.2883 3.0962C14.1573 3.48916 14.3697 3.9139 14.7627 4.04489L14.9998 3.33337L15.237 2.62186ZM18.3332 13.3334H17.5832C17.5832 14.7601 16.4266 15.9167 14.9998 15.9167V16.6667V17.4167C17.255 17.4167 19.0832 15.5885 19.0832 13.3334H18.3332ZM14.9998 16.6667V15.9167C13.5731 15.9167 12.4165 14.7601 12.4165 13.3334H11.6665H10.9165C10.9165 15.5885 12.7447 17.4167 14.9998 17.4167V16.6667ZM11.6665 13.3334H12.4165C12.4165 11.9066 13.5731 10.75 14.9998 10.75V10V9.25004C12.7447 9.25004 10.9165 11.0782 10.9165 13.3334H11.6665ZM14.9998 10V10.75C16.4266 10.75 17.5832 11.9066 17.5832 13.3334H18.3332H19.0832C19.0832 11.0782 17.255 9.25004 14.9998 9.25004V10ZM8.33317 13.3334H7.58317C7.58317 14.7601 6.42657 15.9167 4.99984 15.9167V16.6667V17.4167C7.255 17.4167 9.08317 15.5885 9.08317 13.3334H8.33317ZM4.99984 16.6667V15.9167C3.5731 15.9167 2.4165 14.7601 2.4165 13.3334H1.6665H0.916504C0.916504 15.5885 2.74467 17.4167 4.99984 17.4167V16.6667ZM1.6665 13.3334H2.4165C2.4165 11.9066 3.5731 10.75 4.99984 10.75V10V9.25004C2.74467 9.25004 0.916504 11.0782 0.916504 13.3334H1.6665ZM4.99984 10V10.75C6.42657 10.75 7.58317 11.9066 7.58317 13.3334H8.33317H9.08317C9.08317 11.0782 7.255 9.25004 4.99984 9.25004V10ZM11.1199 13.3163L10.8679 14.0227L11.4145 14.2177L11.6665 13.5113L11.9185 12.8049L11.372 12.6099L11.1199 13.3163ZM8.33315 13.5113L8.58517 14.2177L9.13176 14.0227L8.87974 13.3163L8.62772 12.6099L8.08113 12.8049L8.33315 13.5113ZM11.1199 13.3163L11.372 12.6099C10.4846 12.2934 9.51507 12.2934 8.62772 12.6099L8.87974 13.3163L9.13176 14.0227C9.69314 13.8224 10.3065 13.8224 10.8679 14.0227L11.1199 13.3163ZM1.6665 13.3334L2.41342 13.4013L3.04938 6.40571L2.30246 6.33781L1.55554 6.26991L0.919584 13.2655L1.6665 13.3334ZM4.56802 3.47731L4.80519 4.18883L5.23701 4.04489L4.99984 3.33337L4.76267 2.62186L4.33085 2.7658L4.56802 3.47731ZM2.30246 6.33781L3.04938 6.40571C3.09872 5.86298 3.13138 5.51478 3.18414 5.25131C3.23335 5.00559 3.28806 4.90261 3.34239 4.83402L2.75445 4.36837L2.16652 3.90271C1.9125 4.22343 1.7891 4.57846 1.71334 4.95678C1.64114 5.31735 1.60197 5.75921 1.55554 6.26991L2.30246 6.33781ZM4.56802 3.47731L4.33085 2.7658C3.84436 2.92796 3.42321 3.06729 3.08877 3.22016C2.73786 3.38056 2.42053 3.58199 2.16652 3.90271L2.75445 4.36837L3.34239 4.83402C3.39671 4.76543 3.48442 4.68858 3.71234 4.5844C3.95672 4.4727 4.28819 4.36116 4.80519 4.18883L4.56802 3.47731ZM18.3332 13.3334L19.0801 13.2655L18.4441 6.26991L17.6972 6.33781L16.9503 6.40571L17.5863 13.4013L18.3332 13.3334ZM15.4317 3.47731L15.6688 2.7658L15.237 2.62186L14.9998 3.33337L14.7627 4.04489L15.1945 4.18883L15.4317 3.47731ZM17.6972 6.33781L18.4441 6.26991C18.3977 5.75921 18.3585 5.31735 18.2863 4.95678C18.2106 4.57846 18.0872 4.22343 17.8332 3.90271L17.2452 4.36837L16.6573 4.83402C16.7116 4.90261 16.7663 5.00559 16.8155 5.25131C16.8683 5.51478 16.901 5.86298 16.9503 6.40571L17.6972 6.33781ZM15.4317 3.47731L15.1945 4.18883C15.7115 4.36116 16.043 4.4727 16.2873 4.5844C16.5152 4.68858 16.603 4.76543 16.6573 4.83402L17.2452 4.36837L17.8332 3.90271C17.5791 3.58199 17.2618 3.38056 16.9109 3.22016C16.5765 3.06729 16.1553 2.92796 15.6688 2.7658L15.4317 3.47731Z" fill="var(--neutral-text-primary, #282828)" />
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.6667 5.83331L3.33342 5.83331" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5" stroke-linecap="round"/>
3
+ <path d="M16.6667 10L3.33342 10" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5" stroke-linecap="round"/>
4
+ <path d="M16.6667 14.1667L3.33342 14.1667" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5" stroke-linecap="round"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.7176 5.28448L5.28955 14.7126M5.28966 5.28454L14.7178 14.7126" stroke="var(--neutral-text-primary, #282828)" stroke-width="1.5" stroke-linecap="round"/>
3
+ </svg>
4
+
@@ -0,0 +1,9 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.66772 0.310909L13.3983 4.02393C13.7632 4.30724 14.2517 4.39816 14.6853 4.26096L20.4494 2.49537C21.5678 2.15606 22.5979 3.23651 22.1888 4.3259L20.0901 9.94499C19.9339 10.3801 19.9896 10.8623 20.2653 11.2406L23.74 16.1339C24.4126 17.0885 23.6991 18.3881 22.5283 18.337L16.5058 18.0967C16.0378 18.0764 15.5976 18.2834 15.317 18.6568L11.6982 23.4398C10.9978 24.3717 9.52681 24.0884 9.2118 22.9787L7.58612 17.2143C7.45352 16.7687 7.12301 16.4155 6.68444 16.2605L0.958092 14.3285C-0.151345 13.9542 -0.344433 12.4801 0.62755 11.8348L5.64948 8.5187C6.0414 8.26702 6.26804 7.83921 6.27781 7.37977L6.37846 1.39056C6.39727 0.217555 7.75053 -0.420493 8.66772 0.311721V0.310909Z" fill="url(#paint0_linear_1675_3195)" fill-opacity="0.8"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_1675_3195" x1="7.177" y1="0.139626" x2="17.0515" y2="21.1003" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#FFE687"/>
6
+ <stop offset="1" stop-color="#F9B141"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24 6.33664H22.1262H19.8137H12.8911C11.7668 6.33664 10.7618 7.04031 10.3764 8.10008L6.07294 19.941C5.68753 20.9965 4.6846 21.698 3.5603 21.698H5.43414H7.41231H14.6692C15.7935 21.698 16.7985 20.9943 17.1839 19.9346L21.4874 8.09369C21.8749 7.03818 22.8757 6.33664 24 6.33664Z" fill="#D5AE75"/>
3
+ <path d="M9.59062 7.81227C10.0932 6.42838 11.4197 5.49868 12.8911 5.49868H14.0005L14.6415 3.73737C14.9566 2.87591 15.7743 2.30231 16.692 2.30231H15.161H13.2723H7.62097C6.70322 2.30231 5.88128 2.87804 5.56827 3.74164L2.0527 13.4118C1.73543 14.2754 0.917753 14.849 0 14.849H1.52888H3.14506H7.03327L9.59062 7.81227Z" fill="#E6D4B6"/>
4
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M24 0H13.8099C12.7775 0 11.8566 0.688907 11.5031 1.72228L7.55451 13.2826C7.20103 14.3135 6.28016 15 5.25 15H15.44C16.4725 15 17.3935 14.3111 17.7469 13.2776L21.6955 1.71485C22.049 0.683957 22.9697 0 24 0Z" fill="url(#paint0_linear_1675_4383)"/>
3
+ <path d="M0 6.00251H1.03003H2.3034H6.11405C6.73301 6.00251 7.28584 6.41539 7.49841 7.03469L9.86797 13.9704C10.0806 14.5897 10.6335 15 11.25 15H10.2177H9.12862H5.13364C4.51466 15 3.96185 14.5871 3.74922 13.9679L1.38203 7.02965C1.16942 6.41036 0.61659 6 0 6V6.00251Z" fill="url(#paint1_linear_1675_4383)"/>
4
+ <path d="M10.5324 23.9095C10.5324 23.9095 9.92749 15.3703 13.9421 7.60689C13.9421 7.60689 14.4081 7.20041 14.1936 7.97279C13.6337 9.98784 12.0302 14.8966 12.2073 17.7028C12.4922 22.2333 12.8897 23.9095 12.8897 23.9095C12.8897 23.9095 11.6124 24.1131 10.5324 23.9095Z" fill="#3C3C3B"/>
5
+ <path d="M11.3577 18.75C11.3577 18.75 7.50632 15.9927 5.25 11.3642C5.25 11.3642 5.37668 11.1072 5.49516 11.3642C5.61365 11.6215 7.96203 14.9102 9.13474 15.7634C11.1691 17.244 12 17.6544 12 17.6544C12 17.6544 11.7397 18.3197 11.3577 18.75Z" fill="#3C3C3B"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_1675_4383" x1="5.25" y1="7.49875" x2="24" y2="7.49875" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#90C789"/>
9
+ <stop offset="1" stop-color="#008054"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_1675_4383" x1="0" y1="10.5013" x2="11.2524" y2="10.5013" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#FFE98E"/>
13
+ <stop offset="1" stop-color="#FCBC00"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,34 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22.6677 13.6759C22.7341 14.0076 23.0659 14.2397 23.3978 14.1734C23.5969 14.1402 23.796 14.0076 23.8624 13.8086C24.8579 7.27514 20.3447 1.17283 13.8071 0.144719C12.1479 -0.120599 10.389 -0.0211048 8.76292 0.443201C8.79611 0.476366 8.8293 0.542696 8.86248 0.57586C9.09478 0.874343 9.19434 1.27232 9.12797 1.63713C9.0616 2.03511 8.86248 2.36676 8.56381 2.59891C6.93772 3.59385 5.64348 5.01993 4.81384 6.71134V6.7445C4.71428 7.00982 4.81384 7.34147 5.07932 7.50729C5.34481 7.67311 5.70985 7.57362 5.87578 7.34147C7.60143 4.52246 10.8536 2.99689 14.139 3.46119C14.5704 3.22904 15.035 3.09638 15.4996 3.09638C17.2584 3.03005 18.7518 4.35664 18.8513 6.11437C21.2739 7.8721 22.6677 10.7243 22.6677 13.6759Z" fill="url(#paint0_linear_1675_3758)"/>
3
+ <path d="M13.6741 4.9206C12.9109 6.01503 13.1763 7.54061 14.2715 8.3034C15.3666 9.06619 16.8931 8.80087 17.6564 7.70643C18.4197 6.612 18.1542 5.08642 17.0591 4.32363C15.9639 3.56084 14.4374 3.82616 13.6741 4.9206Z" fill="url(#paint1_linear_1675_3758)"/>
4
+ <path d="M4.51497 21.3684C7.00389 23.3583 10.1233 24.2869 13.3092 23.9221C16.495 23.5573 19.3489 21.9985 21.3401 19.5112C22.402 18.1846 23.1653 16.6258 23.5967 15.0008C23.5303 15.0008 23.4971 15.0339 23.4308 15.0339C23.0325 15.0671 22.6675 14.9676 22.3688 14.7355C22.0701 14.5033 21.871 14.1385 21.8378 13.7737C21.7715 11.8833 21.2073 10.0261 20.1454 8.46732C19.9795 8.23517 19.6144 8.16884 19.3489 8.3015C19.0834 8.46732 18.9839 8.79897 19.1166 9.09745C20.7095 12.0159 20.3777 15.5646 18.3534 18.1846C18.3202 18.6489 18.2206 19.1464 17.9883 19.5443C17.5901 20.3071 16.9264 20.8709 16.0967 21.1363C15.3003 21.4016 14.4375 21.3352 13.7074 20.9373C10.9862 22.1312 7.83353 21.9322 5.24506 20.4398C4.9132 20.3403 4.58135 20.5061 4.4486 20.8046C4.34905 20.9704 4.38223 21.2026 4.51497 21.3684Z" fill="url(#paint2_linear_1675_3758)"/>
5
+ <path d="M11.0193 19.6458C7.70078 19.5463 4.78045 17.4901 3.5194 14.439C3.12117 14.1737 2.75613 13.842 2.52383 13.444C2.05923 12.7144 1.89331 11.8521 2.09242 11.023C2.29153 10.1939 2.75613 9.49743 3.45303 9.03312C3.78488 6.08146 5.54372 3.42828 8.1322 1.96903C8.26494 1.86954 8.33131 1.70371 8.33131 1.53789C8.33131 1.37207 8.29812 1.20624 8.19857 1.07358C8.06583 0.90776 7.83353 0.841431 7.63441 0.841431C1.46189 3.22929 -1.59118 10.1939 0.831367 16.3625C1.42871 17.9213 2.39109 19.3805 3.61896 20.5744C3.65214 20.5081 3.65214 20.475 3.68533 20.4086C3.85126 20.0438 4.11674 19.7785 4.48178 19.6458C4.64771 19.5795 4.84682 19.5463 5.01275 19.5463C5.21187 19.5463 5.41098 19.5795 5.61009 19.679C7.26937 20.5744 9.16095 21.0056 11.0857 20.8729C11.3844 20.8398 11.6167 20.5744 11.6167 20.276C11.5835 19.9112 11.3512 19.6458 11.0193 19.6458Z" fill="url(#paint3_linear_1675_3758)"/>
6
+ <path d="M15.1013 15.5654C14.9686 15.5654 14.8358 15.5654 14.6699 15.5986C14.0394 15.6981 13.4752 16.0629 13.1102 16.5935C12.3469 17.688 12.6124 19.2136 13.7075 19.9763C14.8026 20.7391 16.3292 20.4738 17.0924 19.3794C17.4575 18.8487 17.6234 18.2186 17.4907 17.5553C17.3911 16.9252 17.0261 16.3614 16.4951 15.9966C16.0969 15.7313 15.5991 15.5654 15.1013 15.5654Z" fill="url(#paint4_linear_1675_3758)"/>
7
+ <path d="M3.25409 10.2926C2.88905 10.8232 2.72312 11.4534 2.85586 12.1167C2.95542 12.7468 3.32046 13.3106 3.85143 13.6754C4.94655 14.4382 6.47309 14.1729 7.23636 13.0784C7.6014 12.5478 7.76733 11.9177 7.63459 11.2544C7.53503 10.6243 7.16999 10.0605 6.63902 9.69564C6.10805 9.33083 5.47752 9.16501 4.81381 9.29767C4.18328 9.39716 3.61913 9.76197 3.25409 10.2926Z" fill="url(#paint5_linear_1675_3758)"/>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_1675_3758" x1="4.7628" y1="7.0993" x2="23.9952" y2="7.0993" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#FCE58C"/>
11
+ <stop offset="1" stop-color="#ECB349"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_1675_3758" x1="14.4371" y1="4.21273" x2="16.8599" y2="8.41191" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#FCE58C"/>
15
+ <stop offset="1" stop-color="#ECB349"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint2_linear_1675_3758" x1="4.37732" y1="16.0727" x2="23.6176" y2="16.0727" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#8DB75B"/>
19
+ <stop offset="1" stop-color="#B5D49A"/>
20
+ </linearGradient>
21
+ <linearGradient id="paint3_linear_1675_3758" x1="2.02452" y1="19.6536" x2="12.9194" y2="4.19745" gradientUnits="userSpaceOnUse">
22
+ <stop stop-color="#E3CCAA"/>
23
+ <stop offset="1" stop-color="#A5805B"/>
24
+ </linearGradient>
25
+ <linearGradient id="paint4_linear_1675_3758" x1="13.001" y1="16.7902" x2="17.2003" y2="19.2162" gradientUnits="userSpaceOnUse">
26
+ <stop stop-color="#8DB75B"/>
27
+ <stop offset="1" stop-color="#B5D49A"/>
28
+ </linearGradient>
29
+ <linearGradient id="paint5_linear_1675_3758" x1="3.52877" y1="13.3957" x2="6.957" y2="9.96531" gradientUnits="userSpaceOnUse">
30
+ <stop stop-color="#E3CCAA"/>
31
+ <stop offset="1" stop-color="#A5805B"/>
32
+ </linearGradient>
33
+ </defs>
34
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 3.42856H0V20.5714H7V3.42856Z" fill="url(#paint0_linear_1656_8204)"/>
3
+ <path d="M15 5.71429H9V19.4286H15V5.71429Z" fill="url(#paint1_linear_1656_8204)"/>
4
+ <path d="M24 0H17V24H24V0Z" fill="url(#paint2_linear_1656_8204)"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_1656_8204" x1="3.49984" y1="3.42845" x2="3.49984" y2="20.5713" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#F1DEC0"/>
8
+ <stop offset="1" stop-color="#FAF4EB"/>
9
+ </linearGradient>
10
+ <linearGradient id="paint1_linear_1656_8204" x1="12.0001" y1="19.4285" x2="12.0001" y2="5.71422" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#F1DEC0"/>
12
+ <stop offset="1" stop-color="#C99232"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint2_linear_1656_8204" x1="20.5003" y1="24" x2="20.5003" y2="0.000194548" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#DAEDED"/>
16
+ <stop offset="1" stop-color="#80C7CA"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.74",
2
+ "version": "2.1.78",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {