@eturnity/eturnity_reusable_components 1.2.61 → 1.2.63

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.61",
3
+ "version": "1.2.63",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -71,7 +71,7 @@
71
71
 
72
72
  {{ filteredOptionList }}
73
73
 
74
- <iconCollection />
74
+ <iconCollection color="red" />
75
75
  </page-container>
76
76
  </ThemeProvider>
77
77
  </template>
@@ -1,4 +1,17 @@
1
- <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="20" cy="20" r="6.125" stroke="#263238" stroke-width="1.75"></circle>
3
- <path d="M20 17V20.5L22 22" stroke="#263238" stroke-linecap="square" stroke-width="1.75"></path>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ fill="none"
4
+ height="14"
5
+ viewbox="13 13 14 14"
6
+ width="14"
7
+ version="1.1"
8
+ id="svg55"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:svg="http://www.w3.org/2000/svg">
11
+ <path
12
+ d="m 20,13 c -3.855624,0 -7,3.144373 -7,7 0,3.855627 3.144376,7 7,7 3.855624,0 7,-3.144373 7,-7 0,-3.855627 -3.144376,-7 -7,-7 z m 0,1.75 c 2.909857,0 5.25,2.340141 5.25,5.25 0,2.909859 -2.340143,5.25 -5.25,5.25 -2.909857,0 -5.25,-2.340141 -5.25,-5.25 0,-2.909859 2.340143,-5.25 5.25,-5.25 z"
13
+ id="path51" />
14
+ <path
15
+ d="M 19.125,16.125 V 17 20.9375 l 2.349609,1.761719 0.701172,0.52539 1.048828,-1.40039 L 22.525391,21.300781 20.875,20.0625 V 17 16.125 Z"
16
+ id="path53" />
4
17
  </svg>
@@ -81,7 +81,7 @@ const InputContainer = styled('div', inputProps)`
81
81
  border: ${(props) =>
82
82
  props.isError
83
83
  ? `1px solid ${props.theme.colors.red} !important`
84
- : `1px solid ${props.theme.colors.grey3} !important`};
84
+ : `1px solid ${props.theme.colors.grey4} !important`};
85
85
  padding: ${(props) =>
86
86
  props.hasUnit ? '11px 40px 11px 10px !important' : '15px !important'};
87
87
  border-radius: 4px !important;
@@ -599,7 +599,7 @@ export default {
599
599
  ? this.$gettext('No main component template')
600
600
  : item[header]
601
601
 
602
- value = !!value ? value : ''
602
+ value = value ? value : ''
603
603
 
604
604
  if (
605
605
  this.optionsDisplay.length &&