analytica-frontend-lib 1.1.14 → 1.1.15
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/Quiz/index.d.mts +9 -1
- package/dist/Quiz/index.d.ts +9 -1
- package/dist/Quiz/index.js +75 -63
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +71 -62
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Quiz/useQuizStore/index.d.mts +52 -14
- package/dist/Quiz/useQuizStore/index.d.ts +52 -14
- package/dist/Quiz/useQuizStore/index.js +30 -17
- package/dist/Quiz/useQuizStore/index.js.map +1 -1
- package/dist/Quiz/useQuizStore/index.mjs +30 -17
- package/dist/Quiz/useQuizStore/index.mjs.map +1 -1
- package/dist/index.css +6 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +67 -61
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +67 -61
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -3
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -727,6 +727,9 @@
|
|
|
727
727
|
.hidden {
|
|
728
728
|
display: none;
|
|
729
729
|
}
|
|
730
|
+
.inline {
|
|
731
|
+
display: inline;
|
|
732
|
+
}
|
|
730
733
|
.inline-block {
|
|
731
734
|
display: inline-block;
|
|
732
735
|
}
|
|
@@ -2760,15 +2763,15 @@
|
|
|
2760
2763
|
.pb-9\.5 {
|
|
2761
2764
|
padding-bottom: calc(var(--spacing) * 9.5);
|
|
2762
2765
|
}
|
|
2766
|
+
.pb-10 {
|
|
2767
|
+
padding-bottom: calc(var(--spacing) * 10);
|
|
2768
|
+
}
|
|
2763
2769
|
.pb-15 {
|
|
2764
2770
|
padding-bottom: calc(var(--spacing) * 15);
|
|
2765
2771
|
}
|
|
2766
2772
|
.pb-\[80px\] {
|
|
2767
2773
|
padding-bottom: 80px;
|
|
2768
2774
|
}
|
|
2769
|
-
.pb-\[100px\] {
|
|
2770
|
-
padding-bottom: 100px;
|
|
2771
|
-
}
|
|
2772
2775
|
.pb-\[150px\] {
|
|
2773
2776
|
padding-bottom: 150px;
|
|
2774
2777
|
}
|