@enki-tek/fms-web-components 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,26 +3,21 @@
3
3
  </script>
4
4
 
5
5
  <div class="main-content">
6
- <div
7
- class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 mb-3
8
- "
9
- >
10
- <div class="d-flex flex-column px-0" style="width:100%">
11
- <Col md="7">
12
- <header>
13
- <div class="d-flex flex-row justify-content-start title">
14
- <slot name="title" />
15
- </div>
16
- </header>
17
- </Col>
18
- <Col class="mt-1">
19
- <slot name="actions" />
20
- </Col>
21
- </div>
22
- <Row>
23
- <slot name="widget" />
24
- </Row>
6
+ <div class="d-flex justify-content-between flex-wrap align-items-top mt-3 pb-2 px-0 flex-fill">
7
+ <Col md="7">
8
+ <header>
9
+ <div class="d-flex flex-row justify-content-start title">
10
+ <slot name="title" />
11
+ </div>
12
+ </header>
13
+ </Col>
14
+ <Col class="mt-1">
15
+ <slot name="actions" />
16
+ </Col>
25
17
  </div>
18
+ <Row>
19
+ <slot name="widget" />
20
+ </Row>
26
21
  <div>
27
22
  <slot name="statuscard" />
28
23
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",