@aquera/nile-elements 0.1.46-beta-1.3 → 0.1.46-beta-1.4

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.46-beta-1.3",
6
+ "version": "0.1.46-beta-1.4",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -207,8 +207,8 @@ export const styles = css`
207
207
  width: 100%;
208
208
  display:flex;
209
209
  justify-content: end;
210
- gap: var(--nile-spacing-lg, var(--ng-spacing-lg));
211
- padding: var(--nile-spacing-lg, var(--ng-spacing-lg)) var(--nile-spacing-lg, var(--ng-spacing-xl)) var(--nile-spacing-lg, var(--ng-spacing-xl)) var(--nile-spacing-lg, var(--ng-spacing-xl));
210
+ gap: var(--nile-spacing-10px, var(--ng-spacing-lg));
211
+ padding: var(--nile-spacing-lg, var(--ng-spacing-lg)) var(--nile-spacing-spacing-xl, var(--ng-spacing-xl)) var(--nile-spacing-spacing-xl, var(--ng-spacing-xl)) var(--nile-spacing-spacing-xl, var(--ng-spacing-xl));
212
212
  box-sizing: border-box;
213
213
  }
214
214
 
@@ -43,7 +43,7 @@ export const styles = css`
43
43
  align-items: stretch;
44
44
  font-size: var(--nile-font-size-rem-large ,var(--ng-font-size-text-sm));
45
45
  font-weight: var(--nile-font-weight-regular,var(--ng-font-weight-600));
46
- line-height: var(--nile-line-height-large,var(--ng-line-height-text-md));
46
+ line-height: var(--nile-line-height-1-8,var(--ng-line-height-text-md));
47
47
  letter-spacing: normal;
48
48
  color: var(--nile-color-dark-1, var(--ng-colors-text-secondary-700));
49
49
  min-height:40px;
@@ -36,7 +36,7 @@ export const styles = css`
36
36
  width: 100%;
37
37
  align-items: center;
38
38
  border-radius: var(--tab-border-radius);
39
- color: var(--nile-colors-gray-light-mode-500, var(--ng-colors-text-quaternary-500));
39
+ color: var(--nile-colors-inherit, var(--ng-colors-text-quaternary-500));
40
40
  padding: var(--tab-padding);
41
41
  white-space: nowrap;
42
42
  user-select: none;