groundfloor-react-ui 1.2.75 → 1.2.76
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.es.js +5 -5
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2846,9 +2846,9 @@ svg {
|
|
|
2846
2846
|
outline: none;
|
|
2847
2847
|
}
|
|
2848
2848
|
`,$r=({block:e,size:l,style:o,variant:r,disabled:i,underlined:a,...n})=>(u(),t.createElement(Kr,M({block:e,variant:r,type:"button",style:o,size:l,disabled:i,underlined:a},n),n.children));$r.propTypes={variant:e.string,disabled:e.bool,size:e.oneOf(["xsm","sm","md","lg"]),block:e.bool,onClick:e.func,theme:e.object,underlined:e.bool},Kr.defaultProps={theme:H},$r.defaultProps={theme:H,variant:"primary-1",block:!1,disabled:!1,size:"sm",onClick:void 0,label:"Remove",underlined:!1};const _r=f`
|
|
2849
|
-
|
|
2849
|
+
@keyframes blowUpModal {
|
|
2850
2850
|
0% {
|
|
2851
|
-
transform: translate(-50%,-50%) scale(0
|
|
2851
|
+
transform: translate(-50%,-50%) scale(0) ;
|
|
2852
2852
|
}
|
|
2853
2853
|
100% {
|
|
2854
2854
|
transform:translate(-50%,-50%) scale(1) ;
|
|
@@ -2861,13 +2861,13 @@ svg {
|
|
|
2861
2861
|
opacity:1;
|
|
2862
2862
|
}
|
|
2863
2863
|
100% {
|
|
2864
|
-
transform: translate(-50%,-50%) scale(0
|
|
2864
|
+
transform: translate(-50%,-50%) scale(0);
|
|
2865
2865
|
opacity:0;
|
|
2866
2866
|
}
|
|
2867
2867
|
}
|
|
2868
2868
|
|
|
2869
|
-
|
|
2870
|
-
.ReactModal__Content
|
|
2869
|
+
//first appeared class of modal while opening
|
|
2870
|
+
.ReactModal__Content{
|
|
2871
2871
|
animation: blowUpModal .2s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards ;
|
|
2872
2872
|
}
|
|
2873
2873
|
.ReactModal__Content--before-close{
|
package/dist/index.js
CHANGED
|
@@ -2846,9 +2846,9 @@ svg {
|
|
|
2846
2846
|
outline: none;
|
|
2847
2847
|
}
|
|
2848
2848
|
`,Xo=({block:e,size:t,style:a,variant:o,disabled:r,underlined:i,...n})=>(l.useTheme(),g.default.createElement(Go,k({block:e,variant:o,type:"button",style:a,size:t,disabled:r,underlined:i},n),n.children));Xo.propTypes={variant:b.default.string,disabled:b.default.bool,size:b.default.oneOf(["xsm","sm","md","lg"]),block:b.default.bool,onClick:b.default.func,theme:b.default.object,underlined:b.default.bool},Go.defaultProps={theme:R},Xo.defaultProps={theme:R,variant:"primary-1",block:!1,disabled:!1,size:"sm",onClick:void 0,label:"Remove",underlined:!1};const Jo=l.createGlobalStyle`
|
|
2849
|
-
|
|
2849
|
+
@keyframes blowUpModal {
|
|
2850
2850
|
0% {
|
|
2851
|
-
transform: translate(-50%,-50%) scale(0
|
|
2851
|
+
transform: translate(-50%,-50%) scale(0) ;
|
|
2852
2852
|
}
|
|
2853
2853
|
100% {
|
|
2854
2854
|
transform:translate(-50%,-50%) scale(1) ;
|
|
@@ -2861,13 +2861,13 @@ svg {
|
|
|
2861
2861
|
opacity:1;
|
|
2862
2862
|
}
|
|
2863
2863
|
100% {
|
|
2864
|
-
transform: translate(-50%,-50%) scale(0
|
|
2864
|
+
transform: translate(-50%,-50%) scale(0);
|
|
2865
2865
|
opacity:0;
|
|
2866
2866
|
}
|
|
2867
2867
|
}
|
|
2868
2868
|
|
|
2869
|
-
|
|
2870
|
-
.ReactModal__Content
|
|
2869
|
+
//first appeared class of modal while opening
|
|
2870
|
+
.ReactModal__Content{
|
|
2871
2871
|
animation: blowUpModal .2s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards ;
|
|
2872
2872
|
}
|
|
2873
2873
|
.ReactModal__Content--before-close{
|