@aquera/nile-elements 0.1.44-beta-1.8 → 0.1.44-beta-2.0

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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.1.44-beta-1.8",
6
+ "version": "0.1.44-beta-2.0",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -19,8 +19,8 @@ export const styles = css`
19
19
 
20
20
  .nile-button-toggle {
21
21
  display: flex;
22
- padding: var(--nile-spacing-sm, var(--ng-spacing-sm)) var(--nile-spacing-xl, var(--ng-spacing-xl));
23
- padding-right: var(--nile-spacing-14px, var(--ng-spacing-xl));
22
+ padding: 6px 16px 6px 14px;
23
+ padding: var(--nile-spacing-sm, var(--ng-spacing-sm)) var(--nile-spacing-14px, var(--ng-spacing-xl));
24
24
  border: 1px solid var(--nile-colors-neutral-500, var(--ng-colors-border-primary));
25
25
  cursor: pointer;
26
26
  border-radius: var(--nile-radius-radius-xs, var(--ng-radius-md));
@@ -145,7 +145,7 @@ export const styles = css`
145
145
  .dialog__footer {
146
146
  flex: 0 0 auto;
147
147
  text-align: right;
148
- padding: var(--nile-spacing-lg, var(--ng-spacing-none)) var(--nile-spacing-2xl, var(--ng-spacing-3xl)) var(--nile-spacing-lg, var(--ng-spacing-3xl)) var(--nile-spacing-2xl, var(--ng-spacing-3xl));
148
+ padding: var(--nile-spacing-lg, var(--ng-spacing-none)) var(--nile-spacing-3-x, var(--ng-spacing-3xl)) var(--nile-spacing-lg, var(--ng-spacing-3xl)) var(--nile-spacing-3-x, var(--ng-spacing-3xl));
149
149
  background-color: var(--nile-colors-neutral-100, var(--ng-colors-bg-primary));
150
150
  border-radius: 0 0 var(--nile-radius-radius-xs, var(--ng-radius-2xl)) var(--nile-radius-radius-xs, var(--ng-radius-2xl));
151
151
  border: var(--nile-border, var(--ng-border-width-0));
@@ -27,7 +27,7 @@ export default css`
27
27
  display: inline-block;
28
28
  width: 36px;
29
29
  height: 20px;
30
- line-height: var(--nile-line-height-small, var(--ng-height-20px));
30
+ line-height: var(--nile-height-22px, var(--ng-height-20px));
31
31
  }
32
32
 
33
33
  .nile-slide-toggle__switch--left{
@@ -48,7 +48,7 @@ export default css`
48
48
  color: var(--nile-colors-dark-900, var(--ng-colors-text-secondary-700));
49
49
  font-size: var(--nile-type-scale-3, var(--ng-font-size-text-sm));
50
50
  font-weight: var(--nile-font-weight-medium, var(--ng-font-weight-500));
51
- line-height: var(--nile-line-height-small, var(--ng-line-height-text-sm));
51
+ line-height: var(--nile-spacing-spacing-2xl, var(--ng-line-height-text-sm));
52
52
  }
53
53
 
54
54
  .nile-slide-toggle__sublabel {