@wistia/vhs 2.76.0 → 2.76.1-beta.0b2e05b0.7abd692
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/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/ModalBase/ModalBase.d.ts.map +1 -1
- package/dist/hooks/useEvent/UseEventExample.d.ts.map +1 -1
- package/dist/hooks/usePreviousValue/usePreviousValue.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +2 -2
- package/package.json +16 -16
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/vhs v2.76.
|
|
3
|
+
* @license @wistia/vhs v2.76.1-beta.0b2e05b0.7abd692
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -1349,7 +1349,7 @@ var vO=Object.create;var Su=Object.defineProperty;var yO=Object.getOwnPropertyDe
|
|
|
1349
1349
|
&:not([href]) {
|
|
1350
1350
|
${a0};
|
|
1351
1351
|
}
|
|
1352
|
-
`,sS=NU(({beforeAction:e,children:t,colorOverride:r,disabled:n=!1,forceState:o,fullWidth:a=!1,href:s,icon:l,iconName:u,iconPosition:c="start",label:p,labelWrap:d=!1,params:h,size:g="lg",square:v=!1,textAlign:m="center",type:y="default",variant:b="primary",...x},w)=>{let D=cf(r,b,Be());return aS(LU,{ref:w,$buttonColor:D,$forceState:o,$fullWidth:a,$icon:l,$iconPosition:c,$isLoading:!1,$labelWrap:d,$size:g,$square:v,$textAlign:m,$
|
|
1352
|
+
`,sS=NU(({beforeAction:e,children:t,colorOverride:r,disabled:n=!1,forceState:o,fullWidth:a=!1,href:s,icon:l,iconName:u,iconPosition:c="start",label:p,labelWrap:d=!1,params:h,size:g="lg",square:v=!1,textAlign:m="center",type:y="default",variant:b="primary",...x},w)=>{let D=cf(r,b,Be());return aS(LU,{ref:w,$buttonColor:D,$forceState:o,$fullWidth:a,$icon:l,$iconPosition:c,$isLoading:!1,$labelWrap:d,$size:g,$square:v,$textAlign:m,$variant:b,beforeAction:e,disabled:n,href:s,params:h,type:y,unstyled:!0,...x,children:aS(uf,{icon:l,iconName:u,iconPosition:c,isLoading:!1,size:g,textAlign:m,children:F(t)?t:F(p)?p:null})})});sS.displayName="ButtonLink_VHS";i();i();import{forwardRef as HU,useState as jU,isValidElement as WU}from"react";i();import cp,{css as Ka}from"styled-components";var fp=cp.input`
|
|
1353
1353
|
align-self: flex-start;
|
|
1354
1354
|
border-radius: 3px;
|
|
1355
1355
|
box-shadow: ${({type:e})=>e==="checkbox"?"inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.38)":"none"};
|