elseware-ui 2.38.0 → 2.39.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/dist/index.css CHANGED
@@ -10330,237 +10330,5 @@ video {
10330
10330
  }
10331
10331
 
10332
10332
  /* src/compositions/markdown/styles/index.css */
10333
-
10334
- /* src/compositions/markdown/adapters/mdx-editor/mdx-adapter.css */
10335
- .eui-markdown-mdx-adapter {
10336
- --eui-mdx-bg:#fff;
10337
- --eui-mdx-bg-soft:#f9fafb;
10338
- --eui-mdx-bg-muted:#f3f4f6;
10339
- --eui-mdx-border:#d1d5db;
10340
- --eui-mdx-text:#1f2937;
10341
- --eui-mdx-heading:#111827;
10342
- --eui-mdx-muted:#6b7280;
10343
- --eui-mdx-link:#2563eb;
10344
- --eui-mdx-code-bg:rgba(175,184,193,.2);
10345
- background: var(--eui-mdx-bg);
10346
- border: 1px solid var(--eui-mdx-border);
10347
- border-radius: .75rem;
10348
- color: var(--eui-mdx-text);
10349
- overflow: hidden;
10350
- }
10351
- .dark .eui-markdown-mdx-adapter,
10352
- .eui-markdown-mdx-adapter.dark {
10353
- --eui-mdx-bg:#0f172a;
10354
- --eui-mdx-bg-soft:#111827;
10355
- --eui-mdx-bg-muted:#1e293b;
10356
- --eui-mdx-border:#334155;
10357
- --eui-mdx-text:#e2e8f0;
10358
- --eui-mdx-heading:#f8fafc;
10359
- --eui-mdx-muted:#94a3b8;
10360
- --eui-mdx-link:#60a5fa;
10361
- --eui-mdx-code-bg:rgba(148,163,184,.16);
10362
- }
10363
- .eui-markdown-mdx-adapter.is-disabled {
10364
- cursor: not-allowed;
10365
- opacity: .6;
10366
- }
10367
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content,
10368
- .eui-markdown-mdx-adapter .mdxeditor,
10369
- .eui-markdown-mdx-adapter .mdxeditor-root-contenteditable {
10370
- background: var(--eui-mdx-bg) !important;
10371
- color: var(--eui-mdx-text) !important;
10372
- }
10373
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content {
10374
- caret-color: var(--eui-mdx-text);
10375
- min-height: 22rem;
10376
- outline: none;
10377
- padding: 1rem;
10378
- }
10379
- .eui-markdown-mdx-adapter .mdxeditor-toolbar {
10380
- background: var(--eui-mdx-bg-soft) !important;
10381
- border-bottom: 1px solid var(--eui-mdx-border) !important;
10382
- color: var(--eui-mdx-text) !important;
10383
- }
10384
- .eui-markdown-mdx-adapter .mdxeditor-toolbar [data-radix-collection-item],
10385
- .eui-markdown-mdx-adapter .mdxeditor-toolbar [role=button],
10386
- .eui-markdown-mdx-adapter .mdxeditor-toolbar button {
10387
- color: var(--eui-mdx-text) !important;
10388
- }
10389
- .eui-markdown-mdx-adapter .mdxeditor-toolbar [role=button]:hover,
10390
- .eui-markdown-mdx-adapter .mdxeditor-toolbar button:hover {
10391
- background: var(--eui-mdx-bg-muted) !important;
10392
- }
10393
- .eui-markdown-mdx-adapter .mdxeditor-toolbar svg {
10394
- color: currentColor !important;
10395
- }
10396
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content :where(p, li) {
10397
- color: var(--eui-mdx-text);
10398
- }
10399
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content :where(h1, h2, h3, h4, h5, h6) {
10400
- color: var(--eui-mdx-heading);
10401
- font-weight: 700;
10402
- }
10403
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content a {
10404
- color: var(--eui-mdx-link);
10405
- }
10406
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content blockquote {
10407
- background: var(--eui-mdx-bg-soft);
10408
- border-left: 4px solid var(--eui-mdx-border);
10409
- color: var(--eui-mdx-muted);
10410
- }
10411
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content code {
10412
- background: var(--eui-mdx-code-bg);
10413
- border-radius: .375rem;
10414
- color: var(--eui-mdx-text);
10415
- }
10416
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content pre {
10417
- background: #0d1117 !important;
10418
- color: #c9d1d9 !important;
10419
- }
10420
- .eui-markdown-mdx-adapter [data-radix-popper-content-wrapper],
10421
- .eui-markdown-mdx-adapter [role=listbox],
10422
- .eui-markdown-mdx-adapter [role=menu] {
10423
- color: var(--eui-mdx-text);
10424
- }
10425
- .dark [data-radix-popper-content-wrapper] {
10426
- color: #e2e8f0;
10427
- }
10428
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content ::-moz-selection {
10429
- background: rgba(96, 165, 250, .35);
10430
- }
10431
- .eui-markdown-mdx-adapter .eui-markdown-mdx-content ::selection {
10432
- background: rgba(96, 165, 250, .35);
10433
- }
10434
-
10435
- /* src/compositions/markdown/adapters/milkdown/milkdown-adapter.css */
10436
- .eui-markdown-milkdown-adapter {
10437
- background: #fff;
10438
- border: 1px solid #d1d5db;
10439
- border-radius: .75rem;
10440
- color: #1f2937;
10441
- overflow: hidden;
10442
- }
10443
- .dark .eui-markdown-milkdown-adapter,
10444
- .eui-markdown-milkdown-adapter.dark {
10445
- background: #030712;
10446
- border-color: #374151;
10447
- color: #e5e7eb;
10448
- }
10449
- .eui-markdown-milkdown-adapter.is-disabled {
10450
- cursor: not-allowed;
10451
- opacity: .6;
10452
- }
10453
- .eui-markdown-milkdown-content {
10454
- color: inherit;
10455
- line-height: 1.75;
10456
- min-height: 22rem;
10457
- outline: none;
10458
- padding: 1rem;
10459
- }
10460
- .eui-markdown-milkdown-content :where(h1, h2, h3, h4, h5, h6) {
10461
- color: inherit;
10462
- font-weight: 700;
10463
- line-height: 1.25;
10464
- }
10465
- .eui-markdown-milkdown-content h1 {
10466
- font-size: 2rem;
10467
- margin: 0 0 1.25rem;
10468
- }
10469
- .eui-markdown-milkdown-content h2 {
10470
- border-bottom: 1px solid #e5e7eb;
10471
- font-size: 1.5rem;
10472
- margin: 2rem 0 1rem;
10473
- padding-bottom: .5rem;
10474
- }
10475
- .dark .eui-markdown-milkdown-content h2 {
10476
- border-bottom-color: #374151;
10477
- }
10478
- .eui-markdown-milkdown-content h3 {
10479
- font-size: 1.25rem;
10480
- margin: 1.5rem 0 .75rem;
10481
- }
10482
- .eui-markdown-milkdown-content p {
10483
- margin: 1rem 0;
10484
- }
10485
- .eui-markdown-milkdown-content ol,
10486
- .eui-markdown-milkdown-content ul {
10487
- margin: 1rem 0;
10488
- padding-left: 1.5rem;
10489
- }
10490
- .eui-markdown-milkdown-content ul {
10491
- list-style: disc;
10492
- }
10493
- .eui-markdown-milkdown-content ol {
10494
- list-style: decimal;
10495
- }
10496
- .eui-markdown-milkdown-content blockquote {
10497
- background: #f9fafb;
10498
- border-left: 4px solid #d1d5db;
10499
- border-radius: 0 .5rem .5rem 0;
10500
- color: #4b5563;
10501
- margin: 1.5rem 0;
10502
- padding: .75rem 1rem;
10503
- }
10504
- .dark .eui-markdown-milkdown-content blockquote {
10505
- background: #111827;
10506
- border-left-color: #4b5563;
10507
- color: #9ca3af;
10508
- }
10509
- .eui-markdown-milkdown-content code {
10510
- background: rgba(175, 184, 193, .2);
10511
- border: 1px solid rgba(175, 184, 193, .35);
10512
- border-radius: .375rem;
10513
- color: inherit;
10514
- font-family:
10515
- JetBrains Mono,
10516
- Fira Code,
10517
- SFMono-Regular,
10518
- Consolas,
10519
- Liberation Mono,
10520
- Menlo,
10521
- monospace;
10522
- font-size: .875em;
10523
- padding: .14rem .35rem;
10524
- }
10525
- .eui-markdown-milkdown-content pre {
10526
- background: #0d1117;
10527
- border-radius: .75rem;
10528
- color: #c9d1d9;
10529
- margin: 1.5rem 0;
10530
- overflow: auto;
10531
- }
10532
- .eui-markdown-milkdown-content pre code {
10533
- background: transparent;
10534
- border: 0;
10535
- color: inherit;
10536
- display: block;
10537
- font-size: .875rem;
10538
- line-height: 1.7;
10539
- padding: 1rem;
10540
- }
10541
- .eui-markdown-milkdown-content a {
10542
- color: #2563eb;
10543
- text-decoration: underline;
10544
- text-underline-offset: 3px;
10545
- }
10546
- .dark .eui-markdown-milkdown-content a {
10547
- color: #60a5fa;
10548
- }
10549
- .eui-markdown-milkdown-content table {
10550
- border-collapse: collapse;
10551
- font-size: .925rem;
10552
- margin: 1.5rem 0;
10553
- width: 100%;
10554
- }
10555
- .eui-markdown-milkdown-content td,
10556
- .eui-markdown-milkdown-content th {
10557
- border: 1px solid #d1d5db;
10558
- padding: .75rem;
10559
- text-align: left;
10560
- }
10561
- .dark .eui-markdown-milkdown-content td,
10562
- .dark .eui-markdown-milkdown-content th {
10563
- border-color: #374151;
10564
- }
10565
10333
  /*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/
10566
10334
  /*# sourceMappingURL=index.css.map */