@aquera/nile-elements 0.1.30-beta-1.2 → 0.1.30-beta-1.3

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.30-beta-1.2",
6
+ "version": "0.1.30-beta-1.3",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -113,7 +113,7 @@ export const styles = css`
113
113
  }
114
114
 
115
115
  .accordian--open .accordian__summary-icon {
116
- rotate: 90deg;
116
+ rotate: 0deg;
117
117
  }
118
118
 
119
119
  .accordian--open slot[name='expand-icon'],
@@ -230,10 +230,10 @@ render() {
230
230
 
231
231
  <span part="summary-icon" class="accordian__summary-icon">
232
232
  <slot name="expand-icon">
233
- <nile-icon name="arrowright"></nile-icon>
233
+ <nile-icon name="arrowdown"></nile-icon>
234
234
  </slot>
235
235
  <slot name="collapse-icon">
236
- <nile-icon name="arrowright"></nile-icon>
236
+ <nile-icon name="arrowup"></nile-icon>
237
237
  </slot>
238
238
  </span>
239
239
  </div>