@reshape-biotech/design-system 2.7.18 → 2.7.20
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.
|
@@ -143,6 +143,7 @@ export const rounded = [
|
|
|
143
143
|
'rounded',
|
|
144
144
|
'rounded-full',
|
|
145
145
|
'rounded-lg',
|
|
146
|
+
'!rounded-lg',
|
|
146
147
|
'rounded-xl',
|
|
147
148
|
'rounded-2xl',
|
|
148
149
|
'rounded-md',
|
|
@@ -188,6 +189,7 @@ export const flexLayout = [
|
|
|
188
189
|
|
|
189
190
|
export const spacing = [
|
|
190
191
|
'p-1',
|
|
192
|
+
'p-1.5',
|
|
191
193
|
'p-2',
|
|
192
194
|
'p-3',
|
|
193
195
|
'p-4',
|