@payloadcms/richtext-slate 3.0.0-beta.82 → 3.0.0-beta.83
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/dist/scss/toasts.scss +15 -14
- package/package.json +6 -6
package/dist/scss/toasts.scss
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
position: absolute;
|
|
9
9
|
order: 3;
|
|
10
10
|
left: unset;
|
|
11
|
-
inset-inline-end: base(0.
|
|
11
|
+
inset-inline-end: base(0.8);
|
|
12
12
|
top: 50%;
|
|
13
13
|
transform: translateY(-50%);
|
|
14
14
|
color: var(--theme-elevation-600);
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
border: none;
|
|
17
17
|
|
|
18
18
|
svg {
|
|
19
|
-
width: base(0.
|
|
20
|
-
height: base(0.
|
|
19
|
+
width: base(0.8);
|
|
20
|
+
height: base(0.8);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&:hover {
|
|
@@ -33,10 +33,11 @@
|
|
|
33
33
|
|
|
34
34
|
.toast-title {
|
|
35
35
|
line-height: base(1);
|
|
36
|
+
margin-right: base(1);
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
.payload-toast-item {
|
|
39
|
-
padding: base(0.
|
|
40
|
+
padding: base(0.8);
|
|
40
41
|
color: var(--theme-elevation-800);
|
|
41
42
|
font-style: normal;
|
|
42
43
|
font-weight: 600;
|
|
@@ -69,8 +70,8 @@
|
|
|
69
70
|
}
|
|
70
71
|
|
|
71
72
|
.toast-icon {
|
|
72
|
-
width: base(
|
|
73
|
-
height: base(
|
|
73
|
+
width: base(0.8);
|
|
74
|
+
height: base(0.8);
|
|
74
75
|
margin: 0;
|
|
75
76
|
display: flex;
|
|
76
77
|
align-items: center;
|
|
@@ -84,8 +85,8 @@
|
|
|
84
85
|
|
|
85
86
|
&.toast-warning {
|
|
86
87
|
color: var(--theme-warning-800);
|
|
87
|
-
border-color: var(--theme-warning-
|
|
88
|
-
background-color: var(--theme-warning-
|
|
88
|
+
border-color: var(--theme-warning-250);
|
|
89
|
+
background-color: var(--theme-warning-100);
|
|
89
90
|
|
|
90
91
|
.payload-toast-close-button {
|
|
91
92
|
color: var(--theme-warning-600);
|
|
@@ -98,8 +99,8 @@
|
|
|
98
99
|
|
|
99
100
|
&.toast-error {
|
|
100
101
|
color: var(--theme-error-800);
|
|
101
|
-
border-color: var(--theme-error-
|
|
102
|
-
background-color: var(--theme-error-
|
|
102
|
+
border-color: var(--theme-error-250);
|
|
103
|
+
background-color: var(--theme-error-100);
|
|
103
104
|
|
|
104
105
|
.payload-toast-close-button {
|
|
105
106
|
color: var(--theme-error-600);
|
|
@@ -112,8 +113,8 @@
|
|
|
112
113
|
|
|
113
114
|
&.toast-success {
|
|
114
115
|
color: var(--theme-success-800);
|
|
115
|
-
border-color: var(--theme-success-
|
|
116
|
-
background-color: var(--theme-success-
|
|
116
|
+
border-color: var(--theme-success-250);
|
|
117
|
+
background-color: var(--theme-success-100);
|
|
117
118
|
|
|
118
119
|
.payload-toast-close-button {
|
|
119
120
|
color: var(--theme-success-600);
|
|
@@ -126,8 +127,8 @@
|
|
|
126
127
|
|
|
127
128
|
&.toast-info {
|
|
128
129
|
color: var(--theme-elevation-800);
|
|
129
|
-
border-color: var(--theme-elevation-
|
|
130
|
-
background-color: var(--theme-elevation-
|
|
130
|
+
border-color: var(--theme-elevation-250);
|
|
131
|
+
background-color: var(--theme-elevation-100);
|
|
131
132
|
|
|
132
133
|
.payload-toast-close-button {
|
|
133
134
|
color: var(--theme-elevation-600);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-slate",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.83",
|
|
4
4
|
"description": "The officially supported Slate richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"@types/react": "npm:types-react@19.0.0-rc.0",
|
|
47
47
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
|
|
48
48
|
"@payloadcms/eslint-config": "3.0.0-beta.59",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"payload": "3.0.0-beta.83",
|
|
50
|
+
"@payloadcms/ui": "3.0.0-beta.83"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": "^19.0.0 || ^19.0.0-rc-06d0b89e-20240801",
|
|
54
|
-
"@payloadcms/
|
|
55
|
-
"@payloadcms/
|
|
56
|
-
"payload": "3.0.0-beta.
|
|
54
|
+
"@payloadcms/translations": "3.0.0-beta.83",
|
|
55
|
+
"@payloadcms/ui": "3.0.0-beta.83",
|
|
56
|
+
"payload": "3.0.0-beta.83"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": "^18.20.2 || >=20.9.0"
|