analytica-frontend-lib 1.3.79 → 1.3.80
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/ActivityCardQuestionBanks/index.js +2 -0
- package/dist/ActivityCardQuestionBanks/index.js.map +1 -1
- package/dist/ActivityCardQuestionBanks/index.mjs +2 -0
- package/dist/ActivityCardQuestionBanks/index.mjs.map +1 -1
- package/dist/Quiz/index.js +2 -0
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -0
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Select/index.d.ts.map +1 -1
- package/dist/Select/index.js +2 -0
- package/dist/Select/index.js.map +1 -1
- package/dist/Select/index.mjs +2 -0
- package/dist/Select/index.mjs.map +1 -1
- package/dist/StatisticsCard/index.js +2 -0
- package/dist/StatisticsCard/index.js.map +1 -1
- package/dist/StatisticsCard/index.mjs +2 -0
- package/dist/StatisticsCard/index.mjs.map +1 -1
- package/dist/Support/index.js +2 -0
- package/dist/Support/index.js.map +1 -1
- package/dist/Support/index.mjs +2 -0
- package/dist/Support/index.mjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2259,6 +2259,7 @@ var SelectTrigger = (0, import_react9.forwardRef)(
|
|
|
2259
2259
|
disabled,
|
|
2260
2260
|
size = "medium",
|
|
2261
2261
|
selectId,
|
|
2262
|
+
type = "button",
|
|
2262
2263
|
...props
|
|
2263
2264
|
}, ref) => {
|
|
2264
2265
|
const store = useSelectStore(externalStore);
|
|
@@ -2315,6 +2316,7 @@ var SelectTrigger = (0, import_react9.forwardRef)(
|
|
|
2315
2316
|
{
|
|
2316
2317
|
ref: setRefs,
|
|
2317
2318
|
id: selectId,
|
|
2319
|
+
type,
|
|
2318
2320
|
className: cn(
|
|
2319
2321
|
"flex w-full items-center justify-between border-border-300",
|
|
2320
2322
|
heightClasses,
|