82 lines
2.4 KiB
JavaScript
82 lines
2.4 KiB
JavaScript
'use client';
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
teachingPopoverCarouselNavClassNames: function() {
|
|
return teachingPopoverCarouselNavClassNames;
|
|
},
|
|
useTeachingPopoverCarouselNavStyles_unstable: function() {
|
|
return useTeachingPopoverCarouselNavStyles_unstable;
|
|
}
|
|
});
|
|
const _react = require("@griffel/react");
|
|
const teachingPopoverCarouselNavClassNames = {
|
|
root: 'fui-TeachingPopoverCarouselNav'
|
|
};
|
|
const useStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
root: {
|
|
mc9l5x: "f22iagw",
|
|
Beiy3e4: "f1063pyq",
|
|
i8kkvl: "f1ufnopg",
|
|
Bt984gj: "f122n59",
|
|
Brf1p80: "f4d9j23",
|
|
Bfpq7zp: 0,
|
|
g9k6zt: 0,
|
|
Bn4voq9: 0,
|
|
giviqs: "f89hs3r",
|
|
Bw81rd7: 0,
|
|
kdpuga: 0,
|
|
dm238s: 0,
|
|
B6xbmo0: 0,
|
|
B3whbx2: "f2krc9w",
|
|
B8q5s1w: "f8hki3x",
|
|
Bci5o5g: [
|
|
"f1d2448m",
|
|
"ffh67wi"
|
|
],
|
|
n8qw10: "f1bjia2o",
|
|
Bdrgwmp: [
|
|
"ffh67wi",
|
|
"f1d2448m"
|
|
]
|
|
}
|
|
}, {
|
|
d: [
|
|
".f22iagw{display:flex;}",
|
|
".f1063pyq{flex-direction:row;}",
|
|
".f1ufnopg{column-gap:var(--spacingHorizontalXS);}",
|
|
".f122n59{align-items:center;}",
|
|
".f4d9j23{justify-content:center;}",
|
|
[
|
|
".f89hs3r[data-fui-focus-visible]{outline:var(--strokeWidthThick) solid var(--colorStrokeFocus2);}",
|
|
{
|
|
p: -1
|
|
}
|
|
],
|
|
[
|
|
".f2krc9w[data-fui-focus-visible]{border-radius:var(--borderRadiusMedium);}",
|
|
{
|
|
p: -1
|
|
}
|
|
],
|
|
".f8hki3x[data-fui-focus-visible]{border-top-color:transparent;}",
|
|
".f1d2448m[data-fui-focus-visible]{border-right-color:transparent;}",
|
|
".ffh67wi[data-fui-focus-visible]{border-left-color:transparent;}",
|
|
".f1bjia2o[data-fui-focus-visible]{border-bottom-color:transparent;}"
|
|
]
|
|
});
|
|
const useTeachingPopoverCarouselNavStyles_unstable = (state)=>{
|
|
'use no memo';
|
|
const styles = useStyles();
|
|
state.root.className = (0, _react.mergeClasses)(teachingPopoverCarouselNavClassNames.root, styles.root, state.root.className);
|
|
return state;
|
|
};
|