@podlite/editor-react 0.0.23 → 0.0.25

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/lib/index.css CHANGED
@@ -200,6 +200,46 @@ img {
200
200
  text-align: center;
201
201
  font-size: 0.9rem;
202
202
  }
203
+ aside.notify {
204
+ border-left: .25em solid;
205
+ padding-left: 1rem;
206
+ }
207
+ aside.notify > :first-child {
208
+ margin-top: 0;
209
+ }
210
+ aside.notify > :last-child {
211
+ margin-bottom: 0;
212
+ }
213
+ aside.notify.note {
214
+ border-left-color: #0085f2;
215
+ }
216
+ aside.notify.note .notify-title {
217
+ color: #0085f2;
218
+ }
219
+ aside.notify.tip {
220
+ border-left-color: #007936;
221
+ }
222
+ aside.notify.tip .notify-title {
223
+ color: #007936;
224
+ }
225
+ aside.notify.important {
226
+ border-left-color: #8250df;
227
+ }
228
+ aside.notify.important .notify-title {
229
+ color: #8250df;
230
+ }
231
+ aside.notify.warning {
232
+ border-left-color: #9a6700;
233
+ }
234
+ aside.notify.warning .notify-title {
235
+ color: #9a6700;
236
+ }
237
+ aside.notify.caution {
238
+ border-left-color: #d30038;
239
+ }
240
+ aside.notify.caution .notify-title {
241
+ color: #d30038;
242
+ }
203
243
  .CodeMirror {
204
244
  height: auto;
205
245
  font-family: inherit;
package/lib/index.esm.css CHANGED
@@ -200,6 +200,46 @@ img {
200
200
  text-align: center;
201
201
  font-size: 0.9rem;
202
202
  }
203
+ aside.notify {
204
+ border-left: .25em solid;
205
+ padding-left: 1rem;
206
+ }
207
+ aside.notify > :first-child {
208
+ margin-top: 0;
209
+ }
210
+ aside.notify > :last-child {
211
+ margin-bottom: 0;
212
+ }
213
+ aside.notify.note {
214
+ border-left-color: #0085f2;
215
+ }
216
+ aside.notify.note .notify-title {
217
+ color: #0085f2;
218
+ }
219
+ aside.notify.tip {
220
+ border-left-color: #007936;
221
+ }
222
+ aside.notify.tip .notify-title {
223
+ color: #007936;
224
+ }
225
+ aside.notify.important {
226
+ border-left-color: #8250df;
227
+ }
228
+ aside.notify.important .notify-title {
229
+ color: #8250df;
230
+ }
231
+ aside.notify.warning {
232
+ border-left-color: #9a6700;
233
+ }
234
+ aside.notify.warning .notify-title {
235
+ color: #9a6700;
236
+ }
237
+ aside.notify.caution {
238
+ border-left-color: #d30038;
239
+ }
240
+ aside.notify.caution .notify-title {
241
+ color: #d30038;
242
+ }
203
243
  .CodeMirror {
204
244
  height: auto;
205
245
  font-family: inherit;