@eui/mobile-styles 16.0.0-rc.14 → 16.0.0-rc.16

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
@@ -6,6 +6,6 @@
6
6
  "LICENSE"
7
7
  ],
8
8
  "license": "EUPL-1.1",
9
- "version": "16.0.0-rc.14",
9
+ "version": "16.0.0-rc.16",
10
10
  "tag": "next"
11
11
  }
@@ -1,21 +1,4 @@
1
1
  .euim-datepicker-ion-modal {
2
- --background: var(--eui-base-color-grey-50);
3
- --background : transparent;
4
- --width: 100%;
5
- --height: 100%;
6
-
7
- &::part(content) {
8
- backdrop-filter: blur(var(--eui-base-spacing-m));
9
- }
10
-
11
- ion-content {
12
- --padding-top: 10vh;
13
- --padding-start: var(--eui-base-spacing-l);
14
- --padding-end: var(--eui-base-spacing-l);
15
- --background: transparent;
16
-
17
- ion-datetime {
18
- border-radius: var(--eui-base-spacing-m);
19
- }
20
- }
2
+ --border-radius: var(--eui-base-spacing-m);
3
+ --height: calc(var(--eui-base-spacing-m) * 24.7); //if changed to 400 it will not apply border radius
21
4
  }
@@ -5,24 +5,3 @@
5
5
  border-top: 1px solid var(--eui-base-color-grey-20);
6
6
  border-bottom: 1px solid var(--eui-base-color-grey-20);
7
7
  }
8
-
9
-
10
- //<euim-card-header imgSrc="img.svg>
11
- // //<div euimDashboardSimpleHeaderImage style="height: 300px;">
12
- // // <img src="/assets/images/image1.png"/>
13
- // //</div>
14
- // <div>
15
- // <div euimDashboardSimpleHeaderTitle >
16
- // Staff Days at the office
17
- // </div>
18
- // <div euimDashboardSimpleHeaderMeta
19
- // testdsfsdfas sadf
20
- // </div>
21
- // <div euimDashboardSimpleHeaderMeta>
22
- // testdsfsdfas sadf
23
- // </div>
24
- //
25
- // <div>
26
- //
27
- //
28
- //</euim-card-header>