raise-common-lib 0.0.60 → 0.0.61

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.
@@ -1,4 +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="M11.965 19.7782L6.19599 12L11.965 4.22183" stroke="#6B6B6B" stroke-linecap="round"/>
3
- <path d="M19 12.5C19.2761 12.5 19.5 12.2761 19.5 12C19.5 11.7239 19.2761 11.5 19 11.5L19 12.5ZM6 12.5L19 12.5L19 11.5L6 11.5L6 12.5Z" fill="#6B6B6B"/>
4
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 18L7.54986 12L12 6" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M17.427 12.5C17.7031 12.5 17.927 12.2761 17.927 12C17.927 11.7239 17.7031 11.5 17.427 11.5L17.427 12.5ZM7.39893 12.5L17.427 12.5L17.427 11.5L7.39893 11.5L7.39893 12.5Z" fill="#6C7C90"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <line x1="3.5" y1="8" x2="12.5" y2="8" stroke="#6C7C90" stroke-linecap="round"/>
3
+ <path d="M8 12.5L8 3.5" stroke="#6C7C90" stroke-linecap="round"/>
4
+ </svg>
@@ -317,13 +317,16 @@
317
317
  }
318
318
  }
319
319
  .e-gridpager {
320
- position: relative;
321
320
  padding: 12px 0 0;
321
+ }
322
+ .e-pager {
323
+ position: relative;
322
324
 
323
325
  display: flex;
324
326
  flex-flow: row nowrap;
325
327
  align-items: center;
326
328
  gap: 16px;
329
+ border: 0;
327
330
 
328
331
  .e-pagercontainer {
329
332
  margin: 0;