@reshape-biotech/design-system 2.7.44 → 2.7.45
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/safelist.css +3 -3
- package/package.json +2 -2
package/dist/safelist.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* To
|
|
3
|
-
@source "
|
|
1
|
+
/* Auto-generated from tailwind-safelist.js — do not edit manually */
|
|
2
|
+
/* To update: edit tailwind-safelist.js, then run: node scripts/generate-safelist-css.js */
|
|
3
|
+
@source inline("text-primary text-primary-inverse text-secondary text-secondary-inverse text-tertiary text-tertiary-inverse text-accent text-success text-warning text-danger text-icon-primary text-icon-primary-inverse text-icon-secondary text-icon-tertiary text-icon-accent text-icon-success text-icon-warning text-icon-danger text-icon-blue text-icon-orange text-icon-sky bg-surface bg-surface-secondary bg-base bg-base-inverse bg-neutral bg-neutral-hover bg-neutral-darker bg-neutral-darker-hover bg-neutral-inverse bg-neutral-inverse-hover bg-accent bg-accent-hover bg-accent-inverse bg-accent-inverse-hover bg-success bg-success-hover bg-success-inverse bg-success-inverse-hover bg-warning bg-warning-hover bg-warning-inverse bg-warning-inverse-hover bg-danger bg-danger-hover bg-danger-inverse bg-danger-inverse-hover bg-blue bg-blue-hover bg-blue-inverse bg-orange bg-orange-hover bg-orange-inverse bg-orange-inverse-hover bg-sky bg-sky-hover bg-sky-inverse bg-sky-inverse-hover bg-pink-inverse bg-lime-inverse border-static border-interactive border-hover border-focus border-danger border-input border-transparent border-blue-inverse border-orange-inverse border-pink-inverse border-lime-inverse border-neutral-light shadow shadow-none shadow-menu shadow-nav shadow-calendar shadow-container shadow-panel shadow-input shadow-outline shadow-focus shadow-sm shadow-md shadow-lg shadow-2xl text-xxs text-xs text-sm text-base text-lg text-xl text-2xl text-3xl text-4xl font-medium font-semibold font-bold font-normal badge-neutral badge-success badge-warning badge-progress badge-error badge-md badge-sm tooltip-top tooltip-right tooltip-bottom tooltip-left h-5 w-5 min-w-5 h-7 w-7 min-w-7 flex grow items-center justify-center flex-row flex-col px-0.5 px-2 py-1 rounded rounded-full rounded-lg rounded-lg! rounded-xl rounded-2xl rounded-md table-fixed table-auto flex inline-flex block inline-block items-center items-start items-end justify-center justify-between justify-start justify-end flex-1 flex-row flex-col text-left text-right text-center text-base gap-1 gap-1.5 gap-2 gap-3 gap-4 space-x-1 space-x-2 space-x-3 space-x-4 space-y-1 space-y-2 space-y-3 space-y-4 p-1 p-1.5 p-2 p-3 p-4 px-0 px-2 px-3 px-5 px-6 py-0 py-1 py-2 py-3 py-4 py-12 mb-2 h-2.5 h-4 h-5 h-6 h-6! h-7 h-8 h-10 h-11 h-12 h-16 h-28 h-screen h-full h-full! h-1.5 w-0.5 w-1.5 w-2.5 w-4 w-5 w-6 w-6! w-7 w-8 w-10 w-full min-w-5 min-w-7 size-4 size-5 size-6 sm:w-[460px] absolute relative top-20 left-18 z-10 z-50 z-[1] w-[var(--bits-select-anchor-width)] cursor-pointer cursor-wait cursor-default overflow-hidden overflow-x-auto duration-150 active:bg-neutral active:bg-neutral-inverse [&>*]:flex-1 [&>*]:flex-none [&>*]:rounded-md! [&>*]:rounded-xl [&>*>.control-button]:flex-col data-[highlighted]:bg-neutral data-[highlighted]:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:w-4 [&>svg]:h-4 [&>svg]:w-5 [&>svg]:h-5 ring-1 ring-[#12192a1a] translate-y-[2px] -rotate-90 transform w-[calc(100%-72px-72px)] h-[calc(100%-26px)] hover:bg-neutral hover:bg-neutral-hover hover:bg-neutral-darker-hover hover:bg-neutral-inverse-hover hover:bg-accent-hover hover:bg-accent-inverse-hover hover:bg-success-hover hover:bg-success-inverse-hover hover:bg-warning-hover hover:bg-warning-inverse-hover hover:bg-danger-hover hover:bg-danger-inverse-hover hover:bg-blue-hover hover:bg-orange-hover hover:bg-orange-inverse-hover hover:bg-sky-hover hover:bg-sky-inverse-hover focus:outline-none focus:ring-2 focus:ring-offset-2 focus:border-focus focus-visible:outline-none focus-visible:ring-2 disabled:bg-neutral disabled:opacity-50 disabled:cursor-not-allowed disabled:text-tertiary disabled:border-none active:bg-neutral active:bg-neutral-inverse active:scale-95 active:transform group-first:invisible group-last:invisible sm:w-[460px] md:flex lg:block sm:gap-2");
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reshape-biotech/design-system",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.45",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "vite build",
|
|
7
7
|
"build:analyze": "ANALYZE=true vite build",
|
|
8
|
-
"package": "svelte-package --input ./src/lib --output ./dist",
|
|
8
|
+
"package": "node scripts/generate-safelist-css.js && svelte-package --input ./src/lib --output ./dist",
|
|
9
9
|
"package:analyze": "ANALYZE=true bun run package",
|
|
10
10
|
"check": "svelte-check",
|
|
11
11
|
"test": "vitest run",
|