@wistia/ui 0.0.16 → 0.0.17
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 +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.0.
|
|
3
|
+
* @license @wistia/ui v0.0.17
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2024, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -2092,7 +2092,6 @@ var outlineButtonVariant = import_styled_components16.css`
|
|
|
2092
2092
|
${ghostButtonVariant};
|
|
2093
2093
|
--button-color-border: var(--color-border);
|
|
2094
2094
|
|
|
2095
|
-
border: 1px solid var(--button-color-border);
|
|
2096
2095
|
box-shadow: 0 0 0 2px var(--button-color-border) inset;
|
|
2097
2096
|
`;
|
|
2098
2097
|
var softButtonVariant = import_styled_components16.css`
|