@eturnity/eturnity_reusable_components 6.48.0 → 6.48.2-EPDM-8134.1

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": "6.48.0",
3
+ "version": "6.48.2-EPDM-8134.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -1,4 +1,4 @@
1
1
  <svg fill="none" height="16" viewbox="12 12 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="20" cy="20" fill="white" r="7"></circle>
2
+ <circle cx="20" cy="20" r="7"></circle>
3
3
  <path d="M24.9592 15.0408C22.2382 12.3197 17.7618 12.3197 15.0408 15.0408C12.3197 17.7618 12.3197 22.2382 15.0408 24.9592C17.7618 27.6803 22.2382 27.6803 24.9592 24.9592C27.6803 22.2382 27.6803 17.8495 24.9592 15.0408ZM23.6426 22.5016L22.4138 23.7304L19.9561 21.2727L17.4984 23.7304L16.2696 22.5016L18.7273 20.0439L16.2696 17.5862L17.4984 16.3574L19.9561 18.815L22.4138 16.3574L23.6426 17.5862L21.185 20.0439L23.6426 22.5016Z" fill="#FF5656"></path>
4
4
  </svg>
@@ -20,13 +20,13 @@ import styled from 'vue-styled-components'
20
20
 
21
21
  const Wrapper = styled.div`
22
22
  display: block;
23
- text-align:center;
24
- justify-items:center
25
- width:100%;
26
- background-color:#ccc;
23
+ text-align: center;
24
+ justify-items: center;
25
+ width: 100%;
26
+ background-color: #ccc;
27
27
  `
28
28
  const IconWrapper = styled.div`
29
- display:inline-flex
29
+ display: inline-flex;
30
30
  flex-direction: column;
31
31
  background-color: white;
32
32
  border-radius: 6px;
@@ -30,7 +30,7 @@ import styled from 'vue-styled-components'
30
30
  const wrapperAttrs = { isDisabled: Boolean, size: String, cursor: String }
31
31
  const Wrapper = styled('div', wrapperAttrs)`
32
32
  display: flex;
33
- position:relative
33
+ position: relative;
34
34
  align-content: center;
35
35
  justify-content: center;
36
36
  width: ${(props) => props.size};
@@ -58,6 +58,7 @@ const strikedLine = styled('div', strikedAttrs)`
58
58
  `
59
59
  const IconImageProps = { color: String, hoveredColor: String, size: String }
60
60
  const IconImage = styled('div', IconImageProps)`
61
+ width: 100%;
61
62
  svg {
62
63
  width: 100%;
63
64
  height: 100%;
@@ -16,12 +16,13 @@
16
16
  <label-text :labelFontColor="labelFontColor" :data-id="labelDataId">
17
17
  {{ labelText }}
18
18
  </label-text>
19
+
19
20
  <info-text
20
21
  v-if="labelInfoText"
21
22
  :text="labelInfoText"
22
23
  borderColor="#ccc"
23
24
  size="14px"
24
- :alignText="labelInfoAlign"
25
+ :alignArrow="labelInfoAlign"
25
26
  />
26
27
  </label-wrapper>
27
28
  <input-wrapper>
@@ -19,7 +19,7 @@
19
19
  :text="infoTextMessage"
20
20
  borderColor="#ccc"
21
21
  :size="fontSize ? fontSize : '16px'"
22
- :alignText="infoTextAlign"
22
+ :alignArrow="infoTextAlign"
23
23
  />
24
24
  </label-wrapper>
25
25
  <input-error-wrapper>