@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/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-dialog/nile-dialog.css.js +1 -3
- package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/src/nile-dialog/nile-dialog.css.js.map +1 -1
- package/.rollup.cache/opt/atlassian/pipelines/agent/build/packages/nile-elements/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/index.iife.js +1 -3
- package/dist/nile-dialog/nile-dialog.css.cjs.js +1 -1
- package/dist/nile-dialog/nile-dialog.css.cjs.js.map +1 -1
- package/dist/nile-dialog/nile-dialog.css.esm.js +1 -3
- package/dist/src/nile-dialog/nile-dialog.css.js +1 -3
- package/dist/src/nile-dialog/nile-dialog.css.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/nile-dialog/nile-dialog.css.ts +1 -3
package/package.json
CHANGED
@@ -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
|
-
|
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)) {
|