@medway-ui/core 1.7.0 → 1.7.1
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/assets/css/tokens.css +2 -2
- package/dist/index.d.mts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -316,9 +316,9 @@
|
|
|
316
316
|
--color-surface-navigation: var(--color-white);
|
|
317
317
|
--color-surface-section: var(--color-white);
|
|
318
318
|
--color-surface-page: var(--color-gray-30);
|
|
319
|
+
--color-surface-disable: var(--color-white-8);
|
|
319
320
|
--color-surface-settings-on: var(--color-white-80);
|
|
320
321
|
--color-surface-settings-off: var(--color-white-48);
|
|
321
|
-
--color-surface-disable: var(--color-white-8);
|
|
322
322
|
|
|
323
323
|
/* === Base gray colors === */
|
|
324
324
|
--color-gray-foreground: var(--color-gray-600);
|
|
@@ -595,9 +595,9 @@
|
|
|
595
595
|
--color-surface-navigation: var(--color-gray-850);
|
|
596
596
|
--color-surface-section: var(--color-gray-900);
|
|
597
597
|
--color-surface-page: var(--color-gray-950);
|
|
598
|
+
--color-surface-disable: var(--color-black-8);
|
|
598
599
|
--color-surface-settings-on: var(--color-black-48);
|
|
599
600
|
--color-surface-settings-off: var(--color-gray-950);
|
|
600
|
-
--color-surface-settings-disable: var(--color-black-8);
|
|
601
601
|
|
|
602
602
|
/* === Dark drop-shadow colors === */
|
|
603
603
|
--color-drop-shadow-layer-a: var(--color-black-24);
|
package/dist/index.d.mts
CHANGED
|
@@ -466,8 +466,7 @@ interface TabsProps extends React.ComponentProps<typeof Tabs$1.Root>, VariantPro
|
|
|
466
466
|
size?: TabsSize;
|
|
467
467
|
responsive?: boolean;
|
|
468
468
|
}
|
|
469
|
-
|
|
470
|
-
}
|
|
469
|
+
type TabsListProps = React.ComponentProps<typeof Tabs$1.List>;
|
|
471
470
|
interface TabsTriggerProps extends React.ComponentProps<typeof Tabs$1.Trigger> {
|
|
472
471
|
icon?: React.ReactNode;
|
|
473
472
|
badge?: React.ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -466,8 +466,7 @@ interface TabsProps extends React.ComponentProps<typeof Tabs$1.Root>, VariantPro
|
|
|
466
466
|
size?: TabsSize;
|
|
467
467
|
responsive?: boolean;
|
|
468
468
|
}
|
|
469
|
-
|
|
470
|
-
}
|
|
469
|
+
type TabsListProps = React.ComponentProps<typeof Tabs$1.List>;
|
|
471
470
|
interface TabsTriggerProps extends React.ComponentProps<typeof Tabs$1.Trigger> {
|
|
472
471
|
icon?: React.ReactNode;
|
|
473
472
|
badge?: React.ReactNode;
|