@dovetail-v2/refine 0.4.4 → 0.4.5
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/components/ErrorContent/index.d.ts +3 -4
- package/dist/components/IngressRulesComponent/PathWithCopy.d.ts +7 -0
- package/dist/components/Table/index.d.ts +2 -2
- package/dist/components/index.d.ts +0 -1
- package/dist/refine.cjs +195 -188
- package/dist/refine.js +195 -188
- package/dist/style.css +42 -27
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1041,6 +1041,21 @@
|
|
|
1041
1041
|
align-items: center;
|
|
1042
1042
|
gap: 4px;
|
|
1043
1043
|
vertical-align: top;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
.bct30qn {
|
|
1047
|
+
margin: 0;
|
|
1048
|
+
padding-left: 0;
|
|
1049
|
+
list-style: none;
|
|
1050
|
+
}
|
|
1051
|
+
.bct30qn li + li {
|
|
1052
|
+
margin-top: 4px;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
.b1m9bqu {
|
|
1056
|
+
display: flex;
|
|
1057
|
+
align-items: center;
|
|
1058
|
+
min-width: 0;
|
|
1044
1059
|
}/* // basic */
|
|
1045
1060
|
/* FishEye Color Variables and Functions */
|
|
1046
1061
|
/*
|
|
@@ -1774,8 +1789,31 @@
|
|
|
1774
1789
|
/* box shadow */
|
|
1775
1790
|
/* fisheye */
|
|
1776
1791
|
/* z-index */
|
|
1777
|
-
.
|
|
1778
|
-
|
|
1792
|
+
.prjtqnv {
|
|
1793
|
+
display: flex;
|
|
1794
|
+
align-items: center;
|
|
1795
|
+
width: 100%;
|
|
1796
|
+
min-width: 0;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.pci82dd {
|
|
1800
|
+
flex: 1 1 auto;
|
|
1801
|
+
min-width: 0;
|
|
1802
|
+
overflow: hidden;
|
|
1803
|
+
text-overflow: ellipsis;
|
|
1804
|
+
white-space: nowrap;
|
|
1805
|
+
}
|
|
1806
|
+
.pci82dd > * {
|
|
1807
|
+
display: block;
|
|
1808
|
+
max-width: 100%;
|
|
1809
|
+
overflow: hidden;
|
|
1810
|
+
text-overflow: ellipsis;
|
|
1811
|
+
white-space: nowrap;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
.pmf8toc {
|
|
1815
|
+
flex: 0 0 16px;
|
|
1816
|
+
margin-left: auto;
|
|
1779
1817
|
}/* // basic */
|
|
1780
1818
|
/* FishEye Color Variables and Functions */
|
|
1781
1819
|
/*
|
|
@@ -1823,31 +1861,8 @@
|
|
|
1823
1861
|
/* box shadow */
|
|
1824
1862
|
/* fisheye */
|
|
1825
1863
|
/* z-index */
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1828
|
-
align-items: center;
|
|
1829
|
-
width: 100%;
|
|
1830
|
-
min-width: 0;
|
|
1831
|
-
}
|
|
1832
|
-
|
|
1833
|
-
.p1gmjxeo {
|
|
1834
|
-
flex: 1 1 auto;
|
|
1835
|
-
min-width: 0;
|
|
1836
|
-
overflow: hidden;
|
|
1837
|
-
text-overflow: ellipsis;
|
|
1838
|
-
white-space: nowrap;
|
|
1839
|
-
}
|
|
1840
|
-
.p1gmjxeo > * {
|
|
1841
|
-
display: block;
|
|
1842
|
-
max-width: 100%;
|
|
1843
|
-
overflow: hidden;
|
|
1844
|
-
text-overflow: ellipsis;
|
|
1845
|
-
white-space: nowrap;
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.p1379cb5 {
|
|
1849
|
-
flex: 0 0 16px;
|
|
1850
|
-
margin-left: auto;
|
|
1864
|
+
.l1vnw9x0 {
|
|
1865
|
+
padding: 0 !important;
|
|
1851
1866
|
}/* // basic */
|
|
1852
1867
|
/* FishEye Color Variables and Functions */
|
|
1853
1868
|
/*
|