@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.mjs
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
|
*
|
|
@@ -2019,7 +2019,6 @@ var outlineButtonVariant = css11`
|
|
|
2019
2019
|
${ghostButtonVariant};
|
|
2020
2020
|
--button-color-border: var(--color-border);
|
|
2021
2021
|
|
|
2022
|
-
border: 1px solid var(--button-color-border);
|
|
2023
2022
|
box-shadow: 0 0 0 2px var(--button-color-border) inset;
|
|
2024
2023
|
`;
|
|
2025
2024
|
var softButtonVariant = css11`
|