@rebasepro/ui 0.0.1-canary.bbcb8b4 → 0.0.1-canary.c53f5db
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/styles.d.ts +1 -1
- package/package.json +3 -3
- package/src/styles.ts +1 -1
package/dist/index.es.js
CHANGED
|
@@ -200,7 +200,7 @@ const fieldBackgroundDisabledMixin = "dark:bg-surface-900 bg-opacity-50 dark:bg-
|
|
|
200
200
|
const fieldBackgroundHoverMixin = "hover:bg-opacity-70 dark:hover:bg-surface-700 dark:hover:bg-opacity-40 hover:bg-surface-accent-200/70 hover:dark:bg-surface-700/40";
|
|
201
201
|
const defaultBorderMixin = "border-surface-200/60 dark:border-surface-700/60 ";
|
|
202
202
|
const paperMixin = "bg-white rounded-md dark:bg-surface-800 border border-surface-200/60 dark:border-surface-700/60";
|
|
203
|
-
const cardMixin = "bg-white dark:bg-surface-
|
|
203
|
+
const cardMixin = "bg-white dark:bg-surface-900 rounded-md border border-surface-200/60 dark:border-surface-700/60 m-1 -p-1";
|
|
204
204
|
const cardClickableMixin = "hover:bg-surface-accent-100 dark:hover:bg-surface-800 hover:ring-2 hover:ring-primary cursor-pointer hover:bg-primary/20 dark:hover:bg-primary/10 ";
|
|
205
205
|
const cardSelectedMixin = "bg-primary-bg/30 dark:bg-primary-bg/10 ring-1 ring-primary/75";
|
|
206
206
|
const PortalContainerContext = createContext(void 0);
|