@moser-inc/moser-labs-react 1.12.2 → 1.13.0
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const createDocsHeader: (name: string, path: string) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -176,7 +176,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
176
176
|
padding: 6rem 2rem;
|
|
177
177
|
|
|
178
178
|
${({$inset:p})=>p&&"background: transparent"};
|
|
179
|
-
${({$inset:p})=>p&&"color: var(--surface-
|
|
179
|
+
${({$inset:p})=>p&&"color: var(--surface-border)"};
|
|
180
180
|
|
|
181
181
|
.Placeholder__icon {
|
|
182
182
|
font-size: 4rem;
|
package/dist/moser-labs-react.js
CHANGED
|
@@ -20028,7 +20028,7 @@ const LabsSpeedDialNav = ({
|
|
|
20028
20028
|
padding: 6rem 2rem;
|
|
20029
20029
|
|
|
20030
20030
|
${({ $inset: p }) => p && "background: transparent"};
|
|
20031
|
-
${({ $inset: p }) => p && "color: var(--surface-
|
|
20031
|
+
${({ $inset: p }) => p && "color: var(--surface-border)"};
|
|
20032
20032
|
|
|
20033
20033
|
.Placeholder__icon {
|
|
20034
20034
|
font-size: 4rem;
|