analytica-frontend-lib 1.1.41 → 1.1.43
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/Accordation/index.js +62 -53
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +62 -53
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.js +62 -53
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +62 -53
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Quiz/index.js +65 -55
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +65 -55
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Quiz/useQuizStore/index.d.mts +1 -0
- package/dist/Quiz/useQuizStore/index.d.ts +1 -0
- package/dist/Quiz/useQuizStore/index.js.map +1 -1
- package/dist/Quiz/useQuizStore/index.mjs.map +1 -1
- package/dist/index.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +65 -55
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +65 -55
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -961,6 +961,9 @@
|
|
|
961
961
|
.min-h-\[600px\] {
|
|
962
962
|
min-height: 600px;
|
|
963
963
|
}
|
|
964
|
+
.min-h-full {
|
|
965
|
+
min-height: 100%;
|
|
966
|
+
}
|
|
964
967
|
.min-h-screen {
|
|
965
968
|
min-height: 100vh;
|
|
966
969
|
}
|
|
@@ -1350,6 +1353,9 @@
|
|
|
1350
1353
|
.items-start {
|
|
1351
1354
|
align-items: flex-start;
|
|
1352
1355
|
}
|
|
1356
|
+
.items-stretch {
|
|
1357
|
+
align-items: stretch;
|
|
1358
|
+
}
|
|
1353
1359
|
.justify-around {
|
|
1354
1360
|
justify-content: space-around;
|
|
1355
1361
|
}
|