@aquera/nile-elements 0.0.7-1 → 0.0.7

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.0.7-1",
6
+ "version": "0.0.7",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -75,7 +75,7 @@ export const styles = css`
75
75
  padding: 24px 24px 24px 24px;
76
76
  background-color: #FAFAFA;
77
77
  border-radius: 4px 4px 0 0;
78
- border: 1px solid #E5E9EB;
78
+
79
79
  }
80
80
 
81
81
  .dialog__title {
@@ -108,7 +108,6 @@ export const styles = css`
108
108
  padding: 1.25rem;
109
109
  overflow: auto;
110
110
  -webkit-overflow-scrolling: touch;
111
- border: 1px solid #E5E9EB;
112
111
  }
113
112
 
114
113
  .dialog__footer {
@@ -117,7 +116,6 @@ export const styles = css`
117
116
  padding: 12px 24px;
118
117
  background-color: #FAFAFA;
119
118
  border-radius: 0 0 4px 4px;
120
- border: 1px solid #E5E9EB;
121
119
  }
122
120
 
123
121
  .dialog__footer ::slotted(nile-button:not(:first-of-type)) {