@reshape-biotech/design-system 2.7.14 → 2.7.16
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.
|
@@ -217,6 +217,8 @@ export const sizing = [
|
|
|
217
217
|
'h-16',
|
|
218
218
|
'h-28',
|
|
219
219
|
'h-screen',
|
|
220
|
+
'h-full',
|
|
221
|
+
'!h-full',
|
|
220
222
|
'w-0.5',
|
|
221
223
|
'w-4',
|
|
222
224
|
'w-5',
|
|
@@ -253,7 +255,14 @@ export const misc = [
|
|
|
253
255
|
'active:red',
|
|
254
256
|
'active:bg-neutral',
|
|
255
257
|
'active:bg-neutral-inverse',
|
|
258
|
+
'[&>*]:flex-1',
|
|
259
|
+
'[&>*]:flex-none',
|
|
260
|
+
'[&>*]:!rounded-md',
|
|
256
261
|
'[&>*>.control-button]:flex-col',
|
|
262
|
+
'data-[highlighted]:bg-neutral',
|
|
263
|
+
'data-[highlighted]:text-accent-foreground',
|
|
264
|
+
'data-[disabled]:pointer-events-none',
|
|
265
|
+
'data-[disabled]:opacity-50',
|
|
257
266
|
'[&>svg]:w-4',
|
|
258
267
|
'[&>svg]:h-4',
|
|
259
268
|
'[&>svg]:w-5',
|