@wistia/ui 0.18.14-beta.3fb5e567.ffae32b → 0.18.14-beta.6abe6061.9b94192
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1723,7 +1723,7 @@ declare const DataCard: {
|
|
|
1723
1723
|
displayName: string;
|
|
1724
1724
|
};
|
|
1725
1725
|
|
|
1726
|
-
type DataCardsProps = ComponentPropsWithoutRef<'
|
|
1726
|
+
type DataCardsProps = ComponentPropsWithoutRef<'dl'> & {
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Should be at least one `DataCard` component
|
|
1729
1729
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1723,7 +1723,7 @@ declare const DataCard: {
|
|
|
1723
1723
|
displayName: string;
|
|
1724
1724
|
};
|
|
1725
1725
|
|
|
1726
|
-
type DataCardsProps = ComponentPropsWithoutRef<'
|
|
1726
|
+
type DataCardsProps = ComponentPropsWithoutRef<'dl'> & {
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Should be at least one `DataCard` component
|
|
1729
1729
|
*/
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.14-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.14-beta.6abe6061.9b94192
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -8061,7 +8061,7 @@ var StyledActionButton = styled7(Button)`
|
|
|
8061
8061
|
min-width: 96px;
|
|
8062
8062
|
padding: var(--wui-space-03);
|
|
8063
8063
|
background: var(--wui-color-bg-surface-secondary);
|
|
8064
|
-
|
|
8064
|
+
row-gap: var(--wui-space-02);
|
|
8065
8065
|
border-radius: var(--wui-border-radius-03);
|
|
8066
8066
|
flex: 0 0 auto;
|
|
8067
8067
|
transition: background-color var(--wui-motion-duration-02) var(--wui-motion-ease);
|