@aquera/nile-elements 0.1.61 → 0.1.62

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.61",
6
+ "version": "0.1.62",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -84,6 +84,13 @@ export const resizerStyles = css`
84
84
  opacity: 1;
85
85
  width: 3px;
86
86
  }
87
+
88
+ :host([resizable]) .column {
89
+ overflow: hidden;
90
+ text-overflow: ellipsis;
91
+ white-space: nowrap;
92
+ display: block;
93
+ }
87
94
  `;
88
95
 
89
96
  export const headerResizerStyles = css`
@@ -117,6 +124,11 @@ export const headerResizerStyles = css`
117
124
  background-color: transparent;
118
125
  opacity: 1;
119
126
  }
127
+
128
+ :host([resizable]) .headers {
129
+ text-overflow: ellipsis;
130
+ white-space: nowrap;
131
+ }
120
132
  `;
121
133
 
122
134
  export const resizableSlotStyles = css`
@@ -46,10 +46,6 @@ export const styles = css`
46
46
  /* line-height: var(--nile-type-scale-6); */
47
47
  line-height: normal;
48
48
  letter-spacing: 0.2px;
49
- overflow: hidden;
50
- text-overflow: ellipsis;
51
- white-space: nowrap;
52
- display: block;
53
49
  }
54
50
 
55
51
  ${resizableHostStyles}
@@ -45,8 +45,6 @@ export const styles = css`
45
45
  font-style: normal;
46
46
  /* line-height: var(--nile-type-scale-5); */
47
47
  line-height: normal;
48
- text-overflow: ellipsis;
49
- white-space: nowrap;
50
48
  }
51
49
 
52
50
  nile-icon {