@websolutespa/payload-plugin-bowl 1.3.6 → 1.7.0
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/CHANGELOG.md +20 -0
- package/dist/index.css +24 -22
- package/dist/index.d.ts +188 -151
- package/dist/index.js +1582 -1662
- package/package.json +10 -6
- package/scss/styles.scss +59 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @websolutespa/payload-plugin-bowl
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 28e86bd: Modified: IPage, Store services & decorators
|
|
8
|
+
- Updated dependencies [28e86bd]
|
|
9
|
+
- @websolutespa/bom-core@1.7.0
|
|
10
|
+
|
|
11
|
+
## 1.6.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 6707ca2: Upgrading Payload 2.11.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- f664993: Added: useLivePreview
|
|
20
|
+
- Updated dependencies [6cbf4cb]
|
|
21
|
+
- @websolutespa/bom-core@0.6.7
|
|
22
|
+
|
|
3
23
|
## 1.3.6
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
/* src/components/Category/CategoryList.scss */
|
|
2
|
-
.category-list__actions {
|
|
3
|
-
position: sticky;
|
|
4
|
-
top: 0;
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
justify-content: flex-end;
|
|
8
|
-
column-gap: 10px;
|
|
9
|
-
padding: 10px;
|
|
10
|
-
z-index: 30;
|
|
11
|
-
border-bottom: 1px solid var(--theme-elevation-100);
|
|
12
|
-
background: var(--theme-elevation-0);
|
|
13
|
-
}
|
|
14
|
-
.category-list__actions .btn {
|
|
15
|
-
margin: 0;
|
|
16
|
-
padding: 1px 6px;
|
|
17
|
-
}
|
|
18
|
-
.category-list .eyebrow {
|
|
19
|
-
top: 48px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
1
|
/* src/components/DataTree/DataTree.scss */
|
|
23
2
|
:root {
|
|
24
3
|
--rct-item-height: 32px;
|
|
@@ -311,10 +290,11 @@ html[data-theme=dark],
|
|
|
311
290
|
align-items: center;
|
|
312
291
|
justify-content: flex-end;
|
|
313
292
|
column-gap: 10px;
|
|
314
|
-
padding:
|
|
293
|
+
padding: 13.5px 18.75px;
|
|
315
294
|
}
|
|
316
295
|
.category-tree__actions .btn {
|
|
317
296
|
margin: 0;
|
|
297
|
+
background-color: var(--theme-elevation-200);
|
|
318
298
|
}
|
|
319
299
|
.category-tree__foot {
|
|
320
300
|
display: flex;
|
|
@@ -374,6 +354,23 @@ html[data-theme=dark],
|
|
|
374
354
|
min-height: 0;
|
|
375
355
|
height: auto;
|
|
376
356
|
}
|
|
357
|
+
.category-edit__modal .collection-edit__header {
|
|
358
|
+
width: 100%;
|
|
359
|
+
}
|
|
360
|
+
.category-edit__modal .collection-edit__header-content {
|
|
361
|
+
display: flex;
|
|
362
|
+
justify-content: space-between;
|
|
363
|
+
width: 100%;
|
|
364
|
+
align-items: center;
|
|
365
|
+
margin: 0 0 2rem;
|
|
366
|
+
}
|
|
367
|
+
.category-edit__modal .collection-edit__header-content h2 {
|
|
368
|
+
margin: 0;
|
|
369
|
+
}
|
|
370
|
+
.category-edit__modal .collection-edit__header-content .icon--x {
|
|
371
|
+
width: 44px;
|
|
372
|
+
height: 44px;
|
|
373
|
+
}
|
|
377
374
|
.category-edit__modal .collection-edit__edit {
|
|
378
375
|
padding: 0;
|
|
379
376
|
margin: 0;
|
|
@@ -384,6 +381,7 @@ html[data-theme=dark],
|
|
|
384
381
|
.category-edit__modal .collection-edit__form {
|
|
385
382
|
width: 100%;
|
|
386
383
|
height: auto;
|
|
384
|
+
z-index: 1000;
|
|
387
385
|
}
|
|
388
386
|
.category-edit__header {
|
|
389
387
|
width: 100%;
|
|
@@ -521,6 +519,7 @@ html[data-theme=dark],
|
|
|
521
519
|
.import-modal__dropzone {
|
|
522
520
|
text-align: center;
|
|
523
521
|
padding: 20px;
|
|
522
|
+
margin-top: var(--base);
|
|
524
523
|
border: 3px #2f2f2f dashed;
|
|
525
524
|
width: 100%;
|
|
526
525
|
height: 150px;
|
|
@@ -597,6 +596,9 @@ html[data-theme=dark],
|
|
|
597
596
|
.custom-color-picker__input:not(:disabled):focus {
|
|
598
597
|
box-shadow: 0 2px 3px 0 rgba(0, 2, 4, 0.16), 0 6px 4px -4px rgba(0, 2, 4, 0.13);
|
|
599
598
|
}
|
|
599
|
+
.custom-color-picker__input[data-rtl=true] {
|
|
600
|
+
direction: rtl;
|
|
601
|
+
}
|
|
600
602
|
.custom-color-picker__input::-webkit-input-placeholder {
|
|
601
603
|
color: var(--theme-elevation-400);
|
|
602
604
|
font-weight: normal;
|