@provoly/dashboard 0.14.3 → 0.14.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "15.x || 16.x",
@@ -152,18 +152,18 @@
152
152
  "esm": "./esm2022/components/checkbox/provoly-dashboard-components-checkbox.mjs",
153
153
  "default": "./fesm2022/provoly-dashboard-components-checkbox.mjs"
154
154
  },
155
- "./components/filter": {
156
- "types": "./components/filter/index.d.ts",
157
- "esm2022": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
158
- "esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
159
- "default": "./fesm2022/provoly-dashboard-components-filter.mjs"
160
- },
161
155
  "./components/expand-panel": {
162
156
  "types": "./components/expand-panel/index.d.ts",
163
157
  "esm2022": "./esm2022/components/expand-panel/provoly-dashboard-components-expand-panel.mjs",
164
158
  "esm": "./esm2022/components/expand-panel/provoly-dashboard-components-expand-panel.mjs",
165
159
  "default": "./fesm2022/provoly-dashboard-components-expand-panel.mjs"
166
160
  },
161
+ "./components/filter": {
162
+ "types": "./components/filter/index.d.ts",
163
+ "esm2022": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
164
+ "esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
165
+ "default": "./fesm2022/provoly-dashboard-components-filter.mjs"
166
+ },
167
167
  "./components/metadata-editor": {
168
168
  "types": "./components/metadata-editor/index.d.ts",
169
169
  "esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
@@ -218,18 +218,18 @@
218
218
  "esm": "./esm2022/pipeline-components/input-datasource/provoly-dashboard-pipeline-components-input-datasource.mjs",
219
219
  "default": "./fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs"
220
220
  },
221
- "./pipeline-components/noop": {
222
- "types": "./pipeline-components/noop/index.d.ts",
223
- "esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
224
- "esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
225
- "default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
226
- },
227
221
  "./pipeline-components/output-dataset": {
228
222
  "types": "./pipeline-components/output-dataset/index.d.ts",
229
223
  "esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
230
224
  "esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
231
225
  "default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
232
226
  },
227
+ "./pipeline-components/noop": {
228
+ "types": "./pipeline-components/noop/index.d.ts",
229
+ "esm2022": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
230
+ "esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
231
+ "default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
232
+ },
233
233
  "./pipeline-components/subgraph": {
234
234
  "types": "./pipeline-components/subgraph/index.d.ts",
235
235
  "esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
@@ -12,6 +12,11 @@
12
12
  overflow-y: auto;
13
13
  padding: toRem(18) toRem(26) toRem(36) toRem(26);
14
14
  transform: translate(-50%, -50%);
15
+
16
+ &.-extra-large {
17
+ max-width: toRem(880);
18
+ padding: toRem(36) toRem(48) toRem(48) toRem(48);
19
+ }
15
20
  }
16
21
 
17
22
  .o-modal {