@companycam/slab-web 1.31.0 → 1.31.2
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 +0 -4
- package/index.mjs +0 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -921,8 +921,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[Gs]+=1);const Y0=G.span`
|
|
|
921
921
|
margin: ${Ar(e.$ccMargin)};
|
|
922
922
|
`:null}
|
|
923
923
|
`;function sM({ccMargin:e,...n}){return P.jsx(oM,{$ccMargin:e,...n})}const aM=G.div`
|
|
924
|
-
position: relative;
|
|
925
|
-
z-index: 1;
|
|
926
924
|
display: grid; /* kill extra space created by display: inline-flex children (radios, checkboxes) */
|
|
927
925
|
`,Vg=G.div`
|
|
928
926
|
display: flex;
|
|
@@ -2155,7 +2153,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[Gs]+=1);const Y0=G.span`
|
|
|
2155
2153
|
height: ${e=>`var(--cc_size_avatar_${il[e.$size||"small"]})`};
|
|
2156
2154
|
`,eO=G.label`
|
|
2157
2155
|
all: initial;
|
|
2158
|
-
position: relative;
|
|
2159
2156
|
cursor: pointer;
|
|
2160
2157
|
width: ${e=>`var(--cc_size_avatar_${il[e.$size||"small"]})`};
|
|
2161
2158
|
height: ${e=>`var(--cc_size_avatar_${il[e.$size||"small"]})`};
|
|
@@ -2163,7 +2160,6 @@ See https://s-c.sh/2BAXzed for more info.`),window[Gs]+=1);const Y0=G.span`
|
|
|
2163
2160
|
|
|
2164
2161
|
&:active {
|
|
2165
2162
|
scale: 1.5;
|
|
2166
|
-
z-index: 1;
|
|
2167
2163
|
}
|
|
2168
2164
|
|
|
2169
2165
|
&:has(input:focus-visible) {
|
package/index.mjs
CHANGED
|
@@ -6588,8 +6588,6 @@ function PN({ ccMargin: e, ...n }) {
|
|
|
6588
6588
|
return /* @__PURE__ */ L(hM, { $ccMargin: e, ...n });
|
|
6589
6589
|
}
|
|
6590
6590
|
const pM = j.div`
|
|
6591
|
-
position: relative;
|
|
6592
|
-
z-index: 1;
|
|
6593
6591
|
display: grid; /* kill extra space created by display: inline-flex children (radios, checkboxes) */
|
|
6594
6592
|
`, im = j.div`
|
|
6595
6593
|
display: flex;
|
|
@@ -22988,7 +22986,6 @@ const _l = {
|
|
|
22988
22986
|
height: ${(e) => `var(--cc_size_avatar_${_l[e.$size || "small"]})`};
|
|
22989
22987
|
`, jL = j.label`
|
|
22990
22988
|
all: initial;
|
|
22991
|
-
position: relative;
|
|
22992
22989
|
cursor: pointer;
|
|
22993
22990
|
width: ${(e) => `var(--cc_size_avatar_${_l[e.$size || "small"]})`};
|
|
22994
22991
|
height: ${(e) => `var(--cc_size_avatar_${_l[e.$size || "small"]})`};
|
|
@@ -22996,7 +22993,6 @@ const _l = {
|
|
|
22996
22993
|
|
|
22997
22994
|
&:active {
|
|
22998
22995
|
scale: 1.5;
|
|
22999
|
-
z-index: 1;
|
|
23000
22996
|
}
|
|
23001
22997
|
|
|
23002
22998
|
&:has(input:focus-visible) {
|