@enki-tek/fms-web-components 0.0.89 → 0.0.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,8 +14,6 @@ $icon-size:20px;
14
14
  bottom: 14px;
15
15
  right: 6px;
16
16
  z-index: 2000;
17
- min-width: 100px;
18
- max-width: 500px;
19
17
  border: 1px solid $black;
20
18
  border-left-width: $border-custom-width;
21
19
  border-radius: 6px;
@@ -27,10 +27,10 @@
27
27
 
28
28
  <div class={toastStyle.join(' ')}>
29
29
  <Row class="me-0 ms-0 ps-1">
30
- <Col sm="2" class=" d-flex justify-content-center align-items-center ps-0 pe-1">
31
- <Icon name={iconName} />
32
- </Col>
33
- <Col sm="10" class="ps-0 pt-0 pb-0 pe-2 d-flex align-items-center">
30
+ <Col sm="12" class="ps-2 pt-0 pb-0 pe-3 d-flex align-items-center">
31
+ {#if iconName}
32
+ <Icon name={iconName} class="me-2" />
33
+ {/if}
34
34
  <slot>
35
35
  {#if label}
36
36
  {label}
@@ -57,8 +57,6 @@
57
57
  bottom: 14px;
58
58
  right: 6px;
59
59
  z-index: 2000;
60
- min-width: 100px;
61
- max-width: 500px;
62
60
  border: 1px solid #000000;
63
61
  border-left-width: 5px;
64
62
  border-radius: 6px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",