analytica-frontend-lib 1.3.10 → 1.3.12
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/ActivitiesHistory/index.css +21 -0
- package/dist/ActivitiesHistory/index.css.map +1 -1
- package/dist/ActivityCardQuestionBanks/index.css +21 -0
- package/dist/ActivityCardQuestionBanks/index.css.map +1 -1
- package/dist/ActivityCardQuestionPreview/index.css +21 -0
- package/dist/ActivityCardQuestionPreview/index.css.map +1 -1
- package/dist/ActivityDetails/index.css +21 -0
- package/dist/ActivityDetails/index.css.map +1 -1
- package/dist/ActivityFilters/index.css +21 -0
- package/dist/ActivityFilters/index.css.map +1 -1
- package/dist/ActivityPreview/index.css +21 -0
- package/dist/ActivityPreview/index.css.map +1 -1
- package/dist/AlertManager/index.css +21 -0
- package/dist/AlertManager/index.css.map +1 -1
- package/dist/ChoroplethMap/index.d.ts +32 -0
- package/dist/ChoroplethMap/index.d.ts.map +1 -0
- package/dist/ChoroplethMap/index.js +722 -0
- package/dist/ChoroplethMap/index.js.map +1 -0
- package/dist/ChoroplethMap/index.mjs +698 -0
- package/dist/ChoroplethMap/index.mjs.map +1 -0
- package/dist/QuestionsData/index.d.ts.map +1 -1
- package/dist/QuestionsData/index.js +38 -34
- package/dist/QuestionsData/index.js.map +1 -1
- package/dist/QuestionsData/index.mjs +38 -34
- package/dist/QuestionsData/index.mjs.map +1 -1
- package/dist/RecommendedLessonsHistory/index.css +21 -0
- package/dist/RecommendedLessonsHistory/index.css.map +1 -1
- package/dist/SendActivityModal/SendActivityModal.css +21 -0
- package/dist/SendActivityModal/SendActivityModal.css.map +1 -1
- package/dist/SendActivityModal/index.css +21 -0
- package/dist/SendActivityModal/index.css.map +1 -1
- package/dist/TableProvider/index.css +21 -0
- package/dist/TableProvider/index.css.map +1 -1
- package/dist/index.css +21 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3234 -2450
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3225 -2439
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +21 -0
- package/dist/styles.css.map +1 -1
- package/package.json +11 -1
|
@@ -290,6 +290,12 @@
|
|
|
290
290
|
--color-subject-16: #badfc8;
|
|
291
291
|
--color-typography-1: #b00c9e;
|
|
292
292
|
--color-typography-2: #745a07;
|
|
293
|
+
--color-map-highlight: #1C61B2;
|
|
294
|
+
--color-map-above-avg: #2883D7;
|
|
295
|
+
--color-map-below-avg: #91C7F1;
|
|
296
|
+
--color-map-attention: #E3F1FB;
|
|
297
|
+
--color-map-stroke-city: #64B5F6;
|
|
298
|
+
--color-map-stroke-nre: #1565C0;
|
|
293
299
|
--font-weight-hairline: 100;
|
|
294
300
|
--text-2xs: 0.625rem;
|
|
295
301
|
--text-2xs--line-height: calc(1 / 0.625);
|
|
@@ -1013,6 +1019,9 @@
|
|
|
1013
1019
|
.h-\[200px\] {
|
|
1014
1020
|
height: 200px;
|
|
1015
1021
|
}
|
|
1022
|
+
.h-\[415px\] {
|
|
1023
|
+
height: 415px;
|
|
1024
|
+
}
|
|
1016
1025
|
.h-\[600px\] {
|
|
1017
1026
|
height: 600px;
|
|
1018
1027
|
}
|
|
@@ -19246,6 +19255,12 @@
|
|
|
19246
19255
|
--color-subject-16: #4ea76f;
|
|
19247
19256
|
--color-typography-1: #fccff6;
|
|
19248
19257
|
--color-typography-2: #f9e5a4;
|
|
19258
|
+
--color-map-highlight: #1C61B2;
|
|
19259
|
+
--color-map-above-avg: #2883D7;
|
|
19260
|
+
--color-map-below-avg: #91C7F1;
|
|
19261
|
+
--color-map-attention: #E3F1FB;
|
|
19262
|
+
--color-map-stroke-city: #64B5F6;
|
|
19263
|
+
--color-map-stroke-nre: #1565C0;
|
|
19249
19264
|
--shadow-hard-shadow-1: -2px 2px 8px rgba(255, 255, 255, 0.1);
|
|
19250
19265
|
--shadow-hard-shadow-2: 0px 3px 10px rgba(255, 255, 255, 0.1);
|
|
19251
19266
|
--shadow-hard-shadow-3: 2px 2px 8px rgba(255, 255, 255, 0.1);
|
|
@@ -19409,6 +19424,12 @@
|
|
|
19409
19424
|
--color-subject-16: #badfc8;
|
|
19410
19425
|
--color-typography-1: #b00c9e;
|
|
19411
19426
|
--color-typography-2: #745a07;
|
|
19427
|
+
--color-map-highlight: #1C61B2;
|
|
19428
|
+
--color-map-above-avg: #2883D7;
|
|
19429
|
+
--color-map-below-avg: #91C7F1;
|
|
19430
|
+
--color-map-attention: #E3F1FB;
|
|
19431
|
+
--color-map-stroke-city: #64B5F6;
|
|
19432
|
+
--color-map-stroke-nre: #1565C0;
|
|
19412
19433
|
--shadow-hard-shadow-1: -2px 2px 8px rgba(38, 38, 38, 0.2);
|
|
19413
19434
|
--shadow-hard-shadow-2: 0px 3px 10px rgba(38, 38, 38, 0.2);
|
|
19414
19435
|
--shadow-hard-shadow-3: 2px 2px 8px rgba(38, 38, 38, 0.2);
|