elseware-ui 2.39.1 → 2.40.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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 elseware Technology
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1
+ MIT License
2
+
3
+ Copyright (c) 2026 elseware Technology
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
package/dist/index.css CHANGED
@@ -773,6 +773,9 @@ video {
773
773
  .max-h-\[420px\] {
774
774
  max-height: 420px;
775
775
  }
776
+ .max-h-\[520px\] {
777
+ max-height: 520px;
778
+ }
776
779
  .min-h-0 {
777
780
  min-height: 0;
778
781
  }
@@ -815,6 +818,9 @@ video {
815
818
  .min-h-\[56px\] {
816
819
  min-height: 56px;
817
820
  }
821
+ .min-h-\[70vh\] {
822
+ min-height: 70vh;
823
+ }
818
824
  .min-h-\[80px\] {
819
825
  min-height: 80px;
820
826
  }
@@ -941,6 +947,9 @@ video {
941
947
  .w-\[52px\] {
942
948
  width: 52px;
943
949
  }
950
+ .w-\[560px\] {
951
+ width: 560px;
952
+ }
944
953
  .w-\[600px\] {
945
954
  width: 600px;
946
955
  }
@@ -1069,6 +1078,9 @@ video {
1069
1078
  .max-w-\[500px\] {
1070
1079
  max-width: 500px;
1071
1080
  }
1081
+ .max-w-\[620px\] {
1082
+ max-width: 620px;
1083
+ }
1072
1084
  .max-w-\[700px\] {
1073
1085
  max-width: 700px;
1074
1086
  }
@@ -1308,6 +1320,9 @@ video {
1308
1320
  .flex-col {
1309
1321
  flex-direction: column;
1310
1322
  }
1323
+ .flex-col-reverse {
1324
+ flex-direction: column-reverse;
1325
+ }
1311
1326
  .flex-wrap {
1312
1327
  flex-wrap: wrap;
1313
1328
  }
@@ -1418,6 +1433,14 @@ video {
1418
1433
  margin-bottom: calc(2rem*var(--tw-space-y-reverse));
1419
1434
  margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
1420
1435
  }
1436
+ .divide-y > :not([hidden]) ~ :not([hidden]) {
1437
+ --tw-divide-y-reverse:0;
1438
+ border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
1439
+ border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
1440
+ }
1441
+ .divide-eui-dark-500\/10 > :not([hidden]) ~ :not([hidden]) {
1442
+ border-color: rgba(33, 37, 41, .1);
1443
+ }
1421
1444
  .overflow-auto {
1422
1445
  overflow: auto;
1423
1446
  }
@@ -1450,6 +1473,9 @@ video {
1450
1473
  .break-words {
1451
1474
  overflow-wrap: break-word;
1452
1475
  }
1476
+ .break-all {
1477
+ word-break: break-all;
1478
+ }
1453
1479
  .\!rounded-3xl {
1454
1480
  border-radius: 1.5rem !important;
1455
1481
  }
@@ -1605,6 +1631,9 @@ video {
1605
1631
  --tw-border-opacity:1;
1606
1632
  border-color: rgb(33 37 41/var(--tw-border-opacity,1));
1607
1633
  }
1634
+ .border-eui-dark-500\/10 {
1635
+ border-color: rgba(33, 37, 41, .1);
1636
+ }
1608
1637
  .border-eui-dark-500\/20 {
1609
1638
  border-color: rgba(33, 37, 41, .2);
1610
1639
  }
@@ -1726,6 +1755,10 @@ video {
1726
1755
  .border-gray-300\/70 {
1727
1756
  border-color: rgba(209, 213, 219, .7);
1728
1757
  }
1758
+ .border-gray-400 {
1759
+ --tw-border-opacity:1;
1760
+ border-color: rgb(156 163 175/var(--tw-border-opacity,1));
1761
+ }
1729
1762
  .border-gray-500 {
1730
1763
  --tw-border-opacity:1;
1731
1764
  border-color: rgb(107 114 128/var(--tw-border-opacity,1));
@@ -1874,20 +1907,10 @@ video {
1874
1907
  --tw-bg-opacity:1;
1875
1908
  background-color: rgb(17 18 23/var(--tw-bg-opacity,1));
1876
1909
  }
1877
- .bg-\[\#111217\]\/40 {
1878
- background-color: rgba(17, 18, 23, .4);
1879
- }
1880
- .bg-\[\#111217\]\/60 {
1881
- background-color: rgba(17, 18, 23, .6);
1882
- }
1883
1910
  .bg-\[\#161b22\] {
1884
1911
  --tw-bg-opacity:1;
1885
1912
  background-color: rgb(22 27 34/var(--tw-bg-opacity,1));
1886
1913
  }
1887
- .bg-\[\#181b21\] {
1888
- --tw-bg-opacity:1;
1889
- background-color: rgb(24 27 33/var(--tw-bg-opacity,1));
1890
- }
1891
1914
  .bg-black {
1892
1915
  --tw-bg-opacity:1;
1893
1916
  background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
@@ -1947,6 +1970,10 @@ video {
1947
1970
  .bg-eui-dark-500\/5 {
1948
1971
  background-color: rgba(33, 37, 41, .05);
1949
1972
  }
1973
+ .bg-eui-dark-900 {
1974
+ --tw-bg-opacity:1;
1975
+ background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
1976
+ }
1950
1977
  .bg-eui-dark-900\/90 {
1951
1978
  background-color: rgba(7, 7, 8, .9);
1952
1979
  }
@@ -3002,6 +3029,9 @@ video {
3002
3029
  --tw-text-opacity:1;
3003
3030
  color: rgb(33 37 41/var(--tw-text-opacity,1));
3004
3031
  }
3032
+ .text-eui-dark-500\/70 {
3033
+ color: rgba(33, 37, 41, .7);
3034
+ }
3005
3035
  .text-eui-dark-600 {
3006
3036
  --tw-text-opacity:1;
3007
3037
  color: rgb(26 29 32/var(--tw-text-opacity,1));
@@ -4235,6 +4265,9 @@ video {
4235
4265
  outline: 2px solid transparent;
4236
4266
  outline-offset: 2px;
4237
4267
  }
4268
+ .dark\:divide-eui-light-500\/10:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
4269
+ border-color: rgba(248, 249, 250, .1);
4270
+ }
4238
4271
  .dark\:border-blue-400:is(.dark *) {
4239
4272
  --tw-border-opacity:1;
4240
4273
  border-color: rgb(96 165 250/var(--tw-border-opacity,1));
@@ -4264,6 +4297,9 @@ video {
4264
4297
  .dark\:border-eui-info-400\/40:is(.dark *) {
4265
4298
  border-color: rgba(20, 202, 242, .4);
4266
4299
  }
4300
+ .dark\:border-eui-light-500\/10:is(.dark *) {
4301
+ border-color: rgba(248, 249, 250, .1);
4302
+ }
4267
4303
  .dark\:border-eui-primary-400:is(.dark *) {
4268
4304
  --tw-border-opacity:1;
4269
4305
  border-color: rgb(76 86 115/var(--tw-border-opacity,1));
@@ -4381,6 +4417,10 @@ video {
4381
4417
  --tw-bg-opacity:1;
4382
4418
  background-color: rgb(20 22 24/var(--tw-bg-opacity,1));
4383
4419
  }
4420
+ .dark\:bg-eui-dark-800:is(.dark *) {
4421
+ --tw-bg-opacity:1;
4422
+ background-color: rgb(13 14 16/var(--tw-bg-opacity,1));
4423
+ }
4384
4424
  .dark\:bg-eui-dark-900:is(.dark *) {
4385
4425
  --tw-bg-opacity:1;
4386
4426
  background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
@@ -4554,6 +4594,9 @@ video {
4554
4594
  --tw-text-opacity:1;
4555
4595
  color: rgb(248 249 250/var(--tw-text-opacity,1));
4556
4596
  }
4597
+ .dark\:text-eui-light-500\/70:is(.dark *) {
4598
+ color: rgba(248, 249, 250, .7);
4599
+ }
4557
4600
  .dark\:text-eui-light-600:is(.dark *) {
4558
4601
  --tw-text-opacity:1;
4559
4602
  color: rgb(198 199 200/var(--tw-text-opacity,1));
@@ -4813,6 +4856,9 @@ video {
4813
4856
  .sm\:items-start {
4814
4857
  align-items: flex-start;
4815
4858
  }
4859
+ .sm\:justify-end {
4860
+ justify-content: flex-end;
4861
+ }
4816
4862
  .sm\:justify-between {
4817
4863
  justify-content: space-between;
4818
4864
  }
@@ -4845,6 +4891,9 @@ video {
4845
4891
  .lg\:grid-cols-\[16rem_minmax\(0\,1fr\)\] {
4846
4892
  grid-template-columns: 16rem minmax(0, 1fr);
4847
4893
  }
4894
+ .lg\:grid-cols-\[360px_1fr\] {
4895
+ grid-template-columns: 360px 1fr;
4896
+ }
4848
4897
  .lg\:grid-cols-\[minmax\(0\,1fr\)_18rem\] {
4849
4898
  grid-template-columns: minmax(0, 1fr) 18rem;
4850
4899
  }
@@ -4854,6 +4903,15 @@ video {
4854
4903
  .lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\] {
4855
4904
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
4856
4905
  }
4906
+ .lg\:flex-row {
4907
+ flex-direction: row;
4908
+ }
4909
+ .lg\:items-center {
4910
+ align-items: center;
4911
+ }
4912
+ .lg\:justify-between {
4913
+ justify-content: space-between;
4914
+ }
4857
4915
  .lg\:self-start {
4858
4916
  align-self: flex-start;
4859
4917
  }
@@ -5784,6 +5842,9 @@ video {
5784
5842
  .max-h-\[420px\] {
5785
5843
  max-height: 420px;
5786
5844
  }
5845
+ .max-h-\[520px\] {
5846
+ max-height: 520px;
5847
+ }
5787
5848
  .min-h-0 {
5788
5849
  min-height: 0;
5789
5850
  }
@@ -5826,6 +5887,9 @@ video {
5826
5887
  .min-h-\[56px\] {
5827
5888
  min-height: 56px;
5828
5889
  }
5890
+ .min-h-\[70vh\] {
5891
+ min-height: 70vh;
5892
+ }
5829
5893
  .min-h-\[80px\] {
5830
5894
  min-height: 80px;
5831
5895
  }
@@ -5952,6 +6016,9 @@ video {
5952
6016
  .w-\[52px\] {
5953
6017
  width: 52px;
5954
6018
  }
6019
+ .w-\[560px\] {
6020
+ width: 560px;
6021
+ }
5955
6022
  .w-\[600px\] {
5956
6023
  width: 600px;
5957
6024
  }
@@ -6080,6 +6147,9 @@ video {
6080
6147
  .max-w-\[500px\] {
6081
6148
  max-width: 500px;
6082
6149
  }
6150
+ .max-w-\[620px\] {
6151
+ max-width: 620px;
6152
+ }
6083
6153
  .max-w-\[700px\] {
6084
6154
  max-width: 700px;
6085
6155
  }
@@ -6319,6 +6389,9 @@ video {
6319
6389
  .flex-col {
6320
6390
  flex-direction: column;
6321
6391
  }
6392
+ .flex-col-reverse {
6393
+ flex-direction: column-reverse;
6394
+ }
6322
6395
  .flex-wrap {
6323
6396
  flex-wrap: wrap;
6324
6397
  }
@@ -6429,6 +6502,14 @@ video {
6429
6502
  margin-bottom: calc(2rem*var(--tw-space-y-reverse));
6430
6503
  margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
6431
6504
  }
6505
+ .divide-y > :not([hidden]) ~ :not([hidden]) {
6506
+ --tw-divide-y-reverse:0;
6507
+ border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
6508
+ border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
6509
+ }
6510
+ .divide-eui-dark-500\/10 > :not([hidden]) ~ :not([hidden]) {
6511
+ border-color: rgba(33, 37, 41, .1);
6512
+ }
6432
6513
  .overflow-auto {
6433
6514
  overflow: auto;
6434
6515
  }
@@ -6461,6 +6542,9 @@ video {
6461
6542
  .break-words {
6462
6543
  overflow-wrap: break-word;
6463
6544
  }
6545
+ .break-all {
6546
+ word-break: break-all;
6547
+ }
6464
6548
  .\!rounded-3xl {
6465
6549
  border-radius: 1.5rem !important;
6466
6550
  }
@@ -6616,6 +6700,9 @@ video {
6616
6700
  --tw-border-opacity:1;
6617
6701
  border-color: rgb(33 37 41/var(--tw-border-opacity,1));
6618
6702
  }
6703
+ .border-eui-dark-500\/10 {
6704
+ border-color: rgba(33, 37, 41, .1);
6705
+ }
6619
6706
  .border-eui-dark-500\/20 {
6620
6707
  border-color: rgba(33, 37, 41, .2);
6621
6708
  }
@@ -6737,6 +6824,10 @@ video {
6737
6824
  .border-gray-300\/70 {
6738
6825
  border-color: rgba(209, 213, 219, .7);
6739
6826
  }
6827
+ .border-gray-400 {
6828
+ --tw-border-opacity:1;
6829
+ border-color: rgb(156 163 175/var(--tw-border-opacity,1));
6830
+ }
6740
6831
  .border-gray-500 {
6741
6832
  --tw-border-opacity:1;
6742
6833
  border-color: rgb(107 114 128/var(--tw-border-opacity,1));
@@ -6885,20 +6976,10 @@ video {
6885
6976
  --tw-bg-opacity:1;
6886
6977
  background-color: rgb(17 18 23/var(--tw-bg-opacity,1));
6887
6978
  }
6888
- .bg-\[\#111217\]\/40 {
6889
- background-color: rgba(17, 18, 23, .4);
6890
- }
6891
- .bg-\[\#111217\]\/60 {
6892
- background-color: rgba(17, 18, 23, .6);
6893
- }
6894
6979
  .bg-\[\#161b22\] {
6895
6980
  --tw-bg-opacity:1;
6896
6981
  background-color: rgb(22 27 34/var(--tw-bg-opacity,1));
6897
6982
  }
6898
- .bg-\[\#181b21\] {
6899
- --tw-bg-opacity:1;
6900
- background-color: rgb(24 27 33/var(--tw-bg-opacity,1));
6901
- }
6902
6983
  .bg-black {
6903
6984
  --tw-bg-opacity:1;
6904
6985
  background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
@@ -6958,6 +7039,10 @@ video {
6958
7039
  .bg-eui-dark-500\/5 {
6959
7040
  background-color: rgba(33, 37, 41, .05);
6960
7041
  }
7042
+ .bg-eui-dark-900 {
7043
+ --tw-bg-opacity:1;
7044
+ background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
7045
+ }
6961
7046
  .bg-eui-dark-900\/90 {
6962
7047
  background-color: rgba(7, 7, 8, .9);
6963
7048
  }
@@ -8013,6 +8098,9 @@ video {
8013
8098
  --tw-text-opacity:1;
8014
8099
  color: rgb(33 37 41/var(--tw-text-opacity,1));
8015
8100
  }
8101
+ .text-eui-dark-500\/70 {
8102
+ color: rgba(33, 37, 41, .7);
8103
+ }
8016
8104
  .text-eui-dark-600 {
8017
8105
  --tw-text-opacity:1;
8018
8106
  color: rgb(26 29 32/var(--tw-text-opacity,1));
@@ -9331,6 +9419,9 @@ video {
9331
9419
  outline: 2px solid transparent;
9332
9420
  outline-offset: 2px;
9333
9421
  }
9422
+ .dark\:divide-eui-light-500\/10:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
9423
+ border-color: rgba(248, 249, 250, .1);
9424
+ }
9334
9425
  .dark\:border-blue-400:is(.dark *) {
9335
9426
  --tw-border-opacity:1;
9336
9427
  border-color: rgb(96 165 250/var(--tw-border-opacity,1));
@@ -9360,6 +9451,9 @@ video {
9360
9451
  .dark\:border-eui-info-400\/40:is(.dark *) {
9361
9452
  border-color: rgba(20, 202, 242, .4);
9362
9453
  }
9454
+ .dark\:border-eui-light-500\/10:is(.dark *) {
9455
+ border-color: rgba(248, 249, 250, .1);
9456
+ }
9363
9457
  .dark\:border-eui-primary-400:is(.dark *) {
9364
9458
  --tw-border-opacity:1;
9365
9459
  border-color: rgb(76 86 115/var(--tw-border-opacity,1));
@@ -9477,6 +9571,10 @@ video {
9477
9571
  --tw-bg-opacity:1;
9478
9572
  background-color: rgb(20 22 24/var(--tw-bg-opacity,1));
9479
9573
  }
9574
+ .dark\:bg-eui-dark-800:is(.dark *) {
9575
+ --tw-bg-opacity:1;
9576
+ background-color: rgb(13 14 16/var(--tw-bg-opacity,1));
9577
+ }
9480
9578
  .dark\:bg-eui-dark-900:is(.dark *) {
9481
9579
  --tw-bg-opacity:1;
9482
9580
  background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
@@ -9650,6 +9748,9 @@ video {
9650
9748
  --tw-text-opacity:1;
9651
9749
  color: rgb(248 249 250/var(--tw-text-opacity,1));
9652
9750
  }
9751
+ .dark\:text-eui-light-500\/70:is(.dark *) {
9752
+ color: rgba(248, 249, 250, .7);
9753
+ }
9653
9754
  .dark\:text-eui-light-600:is(.dark *) {
9654
9755
  --tw-text-opacity:1;
9655
9756
  color: rgb(198 199 200/var(--tw-text-opacity,1));
@@ -9909,6 +10010,9 @@ video {
9909
10010
  .sm\:items-start {
9910
10011
  align-items: flex-start;
9911
10012
  }
10013
+ .sm\:justify-end {
10014
+ justify-content: flex-end;
10015
+ }
9912
10016
  .sm\:justify-between {
9913
10017
  justify-content: space-between;
9914
10018
  }
@@ -9941,6 +10045,9 @@ video {
9941
10045
  .lg\:grid-cols-\[16rem_minmax\(0\,1fr\)\] {
9942
10046
  grid-template-columns: 16rem minmax(0, 1fr);
9943
10047
  }
10048
+ .lg\:grid-cols-\[360px_1fr\] {
10049
+ grid-template-columns: 360px 1fr;
10050
+ }
9944
10051
  .lg\:grid-cols-\[minmax\(0\,1fr\)_18rem\] {
9945
10052
  grid-template-columns: minmax(0, 1fr) 18rem;
9946
10053
  }
@@ -9950,6 +10057,15 @@ video {
9950
10057
  .lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\] {
9951
10058
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
9952
10059
  }
10060
+ .lg\:flex-row {
10061
+ flex-direction: row;
10062
+ }
10063
+ .lg\:items-center {
10064
+ align-items: center;
10065
+ }
10066
+ .lg\:justify-between {
10067
+ justify-content: space-between;
10068
+ }
9953
10069
  .lg\:self-start {
9954
10070
  align-self: flex-start;
9955
10071
  }
@@ -10016,13 +10132,39 @@ video {
10016
10132
  margin-bottom: 0;
10017
10133
  }
10018
10134
 
10135
+ /* src/components/feedback/toast/toast.css */
10136
+ @keyframes eui-toast-enter {
10137
+ 0% {
10138
+ opacity: 0;
10139
+ transform: translateY(8px) scale(.98);
10140
+ }
10141
+ to {
10142
+ opacity: 1;
10143
+ transform: translateY(0) scale(1);
10144
+ }
10145
+ }
10146
+ @keyframes eui-toast-progress {
10147
+ 0% {
10148
+ transform: scaleX(1);
10149
+ }
10150
+ to {
10151
+ transform: scaleX(0);
10152
+ }
10153
+ }
10154
+ .eui-toast__item {
10155
+ animation: eui-toast-enter .18s ease-out both;
10156
+ }
10157
+ .eui-toast__progress {
10158
+ animation-fill-mode: forwards;
10159
+ animation-name: eui-toast-progress;
10160
+ animation-timing-function: linear;
10161
+ transform-origin: left;
10162
+ }
10163
+
10019
10164
  /* src/components/data-display/charts/styles/chart.css */
10020
10165
  .eui-chart {
10021
- --eui-chart-panel-bg:#111217;
10022
- --eui-chart-panel-border:#2a2d35;
10023
10166
  --eui-chart-text-primary:#f3f4f6;
10024
10167
  --eui-chart-text-secondary:#9ca3af;
10025
- --eui-chart-text-muted:#6b7280;
10026
10168
  --eui-chart-grid:#2a2d35;
10027
10169
  --eui-chart-axis:#8b949e;
10028
10170
  --eui-chart-tooltip-bg:#181b21;
@@ -10030,20 +10172,6 @@ video {
10030
10172
  --eui-chart-tooltip-shadow:0 16px 40px rgba(0,0,0,.35);
10031
10173
  color: var(--eui-chart-text-primary);
10032
10174
  }
10033
- .eui-chart-panel {
10034
- background: var(--eui-chart-panel-bg);
10035
- border: 1px solid var(--eui-chart-panel-border);
10036
- border-radius: .875rem;
10037
- }
10038
- .eui-chart-title {
10039
- color: var(--eui-chart-text-primary);
10040
- }
10041
- .eui-chart-description {
10042
- color: var(--eui-chart-text-secondary);
10043
- }
10044
- .eui-chart-muted {
10045
- color: var(--eui-chart-text-muted);
10046
- }
10047
10175
  .eui-chart .recharts-wrapper {
10048
10176
  font-family: inherit;
10049
10177
  }
@@ -10338,35 +10466,6 @@ video {
10338
10466
  }
10339
10467
  }
10340
10468
 
10341
- /* src/components/feedback/toast/toast.css */
10342
- @keyframes eui-toast-enter {
10343
- 0% {
10344
- opacity: 0;
10345
- transform: translateY(8px) scale(.98);
10346
- }
10347
- to {
10348
- opacity: 1;
10349
- transform: translateY(0) scale(1);
10350
- }
10351
- }
10352
- @keyframes eui-toast-progress {
10353
- 0% {
10354
- transform: scaleX(1);
10355
- }
10356
- to {
10357
- transform: scaleX(0);
10358
- }
10359
- }
10360
- .eui-toast__item {
10361
- animation: eui-toast-enter .18s ease-out both;
10362
- }
10363
- .eui-toast__progress {
10364
- animation-fill-mode: forwards;
10365
- animation-name: eui-toast-progress;
10366
- animation-timing-function: linear;
10367
- transform-origin: left;
10368
- }
10369
-
10370
10469
  /* src/compositions/data-display/documentation-panel/styles.css */
10371
10470
  .eui-documentation-panel {
10372
10471
  isolation: isolate;