react-restyle-components 0.2.65 → 0.2.66
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/package.json +1 -1
- package/lib/src/tc.module.css +6 -0
- package/package.json +1 -1
package/lib/package.json
CHANGED
package/lib/src/tc.module.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
} .left-0 { left: 0px;
|
|
8
8
|
} .right-0 { right: 0px;
|
|
9
9
|
} .right-3 { right: 0.75rem;
|
|
10
|
+
} .top-0 { top: 0px;
|
|
10
11
|
} .top-1\/2 { top: 50%;
|
|
11
12
|
} .top-3 { top: 0.75rem;
|
|
12
13
|
} .-z-1 { z-index: -1;
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
} .h-8 { height: 2rem;
|
|
51
52
|
} .h-auto { height: auto;
|
|
52
53
|
} .max-h-40 { max-height: 10rem;
|
|
54
|
+
} .max-h-60 { max-height: 15rem;
|
|
53
55
|
} .w-10 { width: 2.5rem;
|
|
54
56
|
} .w-3 { width: 0.75rem;
|
|
55
57
|
} .w-4 { width: 1rem;
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
} .appearance-none { appearance: none;
|
|
72
74
|
} .flex-row { flex-direction: row;
|
|
73
75
|
} .flex-col { flex-direction: column;
|
|
76
|
+
} .flex-wrap { flex-wrap: wrap;
|
|
74
77
|
} .place-items-center { place-items: center;
|
|
75
78
|
} .items-center { align-items: center;
|
|
76
79
|
} .items-stretch { align-items: stretch;
|
|
@@ -88,6 +91,7 @@
|
|
|
88
91
|
} .overflow-y-auto { overflow-y: auto;
|
|
89
92
|
} .overflow-x-hidden { overflow-x: hidden;
|
|
90
93
|
} .overflow-y-scroll { overflow-y: scroll;
|
|
94
|
+
} .whitespace-nowrap { white-space: nowrap;
|
|
91
95
|
} .rounded { border-radius: 0.25rem;
|
|
92
96
|
} .rounded-100px { border-radius: 100px;
|
|
93
97
|
} .rounded-full { border-radius: 9999px;
|
|
@@ -132,6 +136,7 @@
|
|
|
132
136
|
} .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem;
|
|
133
137
|
} .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem;
|
|
134
138
|
} .pb-2 { padding-bottom: 0.5rem;
|
|
139
|
+
} .pr-2 { padding-right: 0.5rem;
|
|
135
140
|
} .pt-1 { padding-top: 0.25rem;
|
|
136
141
|
} .pt-2 { padding-top: 0.5rem;
|
|
137
142
|
} .pt-3 { padding-top: 0.75rem;
|
|
@@ -157,6 +162,7 @@
|
|
|
157
162
|
} .text-blue-600 { --tw-text-opacity: 1; color: rgb(37 99 235 / var(--tw-text-opacity));
|
|
158
163
|
} .text-current { color: currentColor;
|
|
159
164
|
} .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
165
|
+
} .text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
160
166
|
} .text-orange { --tw-text-opacity: 1; color: rgb(255 174 26 / var(--tw-text-opacity));
|
|
161
167
|
} .text-red { --tw-text-opacity: 1; color: rgb(255 0 0 / var(--tw-text-opacity));
|
|
162
168
|
} .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
|