@mlw-packages/react-components 1.7.21 → 1.7.23
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 +9 -0
- package/dist/index.d.mts +1651 -1634
- package/dist/index.d.ts +1651 -1634
- package/dist/index.js +12680 -12647
- package/dist/index.mjs +15078 -15039
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -688,6 +688,9 @@ body {
|
|
|
688
688
|
.-ml-4 {
|
|
689
689
|
margin-left: -1rem;
|
|
690
690
|
}
|
|
691
|
+
.-mr-3 {
|
|
692
|
+
margin-right: -0.75rem;
|
|
693
|
+
}
|
|
691
694
|
.-mt-1 {
|
|
692
695
|
margin-top: -0.25rem;
|
|
693
696
|
}
|
|
@@ -1940,6 +1943,9 @@ body {
|
|
|
1940
1943
|
.border-l {
|
|
1941
1944
|
border-left-width: 1px;
|
|
1942
1945
|
}
|
|
1946
|
+
.border-l-2 {
|
|
1947
|
+
border-left-width: 2px;
|
|
1948
|
+
}
|
|
1943
1949
|
.border-l-4 {
|
|
1944
1950
|
border-left-width: 4px;
|
|
1945
1951
|
}
|
|
@@ -4121,6 +4127,9 @@ body {
|
|
|
4121
4127
|
--tw-bg-opacity: 1;
|
|
4122
4128
|
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
|
|
4123
4129
|
}
|
|
4130
|
+
.hover\:bg-transparent:hover {
|
|
4131
|
+
background-color: transparent;
|
|
4132
|
+
}
|
|
4124
4133
|
.hover\:bg-violet-200\/40:hover {
|
|
4125
4134
|
background-color: rgb(221 214 254 / 0.4);
|
|
4126
4135
|
}
|