@companycam/slab-web 1.31.7 → 1.31.8
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/index.js +2 -0
- package/index.mjs +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -922,6 +922,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Gs]+=1);const Y0=G.span`
|
|
|
922
922
|
`:null}
|
|
923
923
|
`;function sM({ccMargin:e,...n}){return P.jsx(oM,{$ccMargin:e,...n})}const aM=G.div`
|
|
924
924
|
display: grid; /* kill extra space created by display: inline-flex children (radios, checkboxes) */
|
|
925
|
+
position: relative;
|
|
925
926
|
`,Vg=G.div`
|
|
926
927
|
display: flex;
|
|
927
928
|
align-items: center;
|
|
@@ -2181,6 +2182,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Gs]+=1);const Y0=G.span`
|
|
|
2181
2182
|
`,eO=G.label`
|
|
2182
2183
|
all: initial;
|
|
2183
2184
|
cursor: pointer;
|
|
2185
|
+
position: relative;
|
|
2184
2186
|
width: ${e=>`var(--cc_size_avatar_${il[e.$size||"small"]})`};
|
|
2185
2187
|
height: ${e=>`var(--cc_size_avatar_${il[e.$size||"small"]})`};
|
|
2186
2188
|
transition: scale 0.3s ease-out;
|
package/index.mjs
CHANGED
|
@@ -6589,6 +6589,7 @@ function PN({ ccMargin: e, ...n }) {
|
|
|
6589
6589
|
}
|
|
6590
6590
|
const pM = j.div`
|
|
6591
6591
|
display: grid; /* kill extra space created by display: inline-flex children (radios, checkboxes) */
|
|
6592
|
+
position: relative;
|
|
6592
6593
|
`, im = j.div`
|
|
6593
6594
|
display: flex;
|
|
6594
6595
|
align-items: center;
|
|
@@ -23020,6 +23021,7 @@ const _l = {
|
|
|
23020
23021
|
`, jL = j.label`
|
|
23021
23022
|
all: initial;
|
|
23022
23023
|
cursor: pointer;
|
|
23024
|
+
position: relative;
|
|
23023
23025
|
width: ${(e) => `var(--cc_size_avatar_${_l[e.$size || "small"]})`};
|
|
23024
23026
|
height: ${(e) => `var(--cc_size_avatar_${_l[e.$size || "small"]})`};
|
|
23025
23027
|
transition: scale 0.3s ease-out;
|