@@ -8872,7 +8872,7 @@ var $;
8872
8872
"use strict";
8873
8873
var $;
8874
8874
(function ($) {
8875
- $mol_style_attach("mol/pop/pop.view.css", "[mol_pop] {\n\tposition: relative;\n\tdisplay: inline-flex;\n}\n\n[mol_pop_bubble] {\n\tbox-shadow: 0 0 1rem hsla(0,0%,0%,.5);\n\tborder-radius: var(--mol_gap_round);\n\tposition: absolute;\n\tz-index: var(--mol_layer_popup);\n\tbackground: var(--mol_theme_back);\n\tmax-width: none;\n\tmax-height: none;\n\t/* overflow: hidden;\n\toverflow-y: scroll;\n\toverflow-y: overlay; */\n\tword-break: normal;\n\twidth: max-content;\n\theight: max-content;\n\tflex-direction: column;\n\tmax-width: 80vw;\n\tmax-height: 80vw;\n\tcontain: paint;\n\ttransition-property: opacity;\n}\n\n:where( [mol_pop_bubble] > * ) {\n\tbackground: var(--mol_theme_card);\n}\n\n[mol_pop_bubble][mol_scroll] {\n\tbackground: var(--mol_theme_back);\n}\n\n[mol_pop_bubble]:focus {\n\toutline: none;\n}\n\n[mol_pop_align=\"suspense_suspense\"] {\n\topacity: 0;\n}\n\n[mol_pop_align=\"left_top\"] {\n\ttransform: translate(-100%);\n\tleft: 0;\n\tbottom: 0;\n}\n\n[mol_pop_align=\"left_center\"] {\n\ttransform: translate(-100%, -50%);\n\tleft: 0;\n\ttop: 50%;\n}\n\n[mol_pop_align=\"left_bottom\"] {\n\ttransform: translate(-100%);\n\tleft: 0;\n\ttop: 0;\n}\n\n[mol_pop_align=\"right_top\"] {\n\ttransform: translate(100%);\n\tright: 0;\n\tbottom: 0;\n}\n\n[mol_pop_align=\"right_center\"] {\n\ttransform: translate(100%, -50%);\n\tright: 0;\n\ttop: 50%;\n}\n\n[mol_pop_align=\"right_bottom\"] {\n\ttransform: translate(100%);\n\tright: 0;\n\ttop: 0;\n}\n\n[mol_pop_align=\"center\"] {\n\tleft: 50%;\n\ttop: 50%;\n\ttransform: translate(-50%, -50%);\n}\n\n[mol_pop_align=\"top_left\"] {\n\tright: 0;\n\tbottom: 100%;\n}\n\n[mol_pop_align=\"top_center\"] {\n\ttransform: translate(-50%);\n\tleft: 50%;\n\tbottom: 100%;\n}\n\n[mol_pop_align=\"top_right\"] {\n\tleft: 0;\n\tbottom: 100%;\n}\n\n[mol_pop_align=\"bottom_left\"] {\n\tright: 0;\n\ttop: 100%;\n}\n\n[mol_pop_align=\"bottom_center\"] {\n\ttransform: translate(-50%);\n\tleft: 50%;\n\ttop: 100%;\n}\n\n[mol_pop_align=\"bottom_right\"] {\n\tleft: 0;\n\ttop: 100%;\n}\n");
8875
+ $mol_style_attach("mol/pop/pop.view.css", "[mol_pop] {\n\tposition: relative;\n\tdisplay: inline-flex;\n}\n\n[mol_pop_bubble] {\n\tbox-shadow: 0 0 1rem hsla(0,0%,0%,.5);\n\tborder-radius: var(--mol_gap_round);\n\tposition: absolute;\n\tz-index: var(--mol_layer_popup);\n\tbackground: var(--mol_theme_back);\n\tmax-width: none;\n\tmax-height: none;\n\t/* overflow: hidden;\n\toverflow-y: scroll;\n\toverflow-y: overlay; */\n\tword-break: normal;\n\twidth: max-content;\n\t/* height: max-content; */\n\tflex-direction: column;\n\tmax-width: 80vw;\n\tmax-height: 80vw;\n\tcontain: paint;\n\ttransition-property: opacity;\n}\n\n:where( [mol_pop_bubble] > * ) {\n\tbackground: var(--mol_theme_card);\n}\n\n[mol_pop_bubble][mol_scroll] {\n\tbackground: var(--mol_theme_back);\n}\n\n[mol_pop_bubble]:focus {\n\toutline: none;\n}\n\n[mol_pop_align=\"suspense_suspense\"] {\n\topacity: 0;\n}\n\n[mol_pop_align=\"left_top\"] {\n\ttransform: translate(-100%);\n\tleft: 0;\n\tbottom: 0;\n}\n\n[mol_pop_align=\"left_center\"] {\n\ttransform: translate(-100%, -50%);\n\tleft: 0;\n\ttop: 50%;\n}\n\n[mol_pop_align=\"left_bottom\"] {\n\ttransform: translate(-100%);\n\tleft: 0;\n\ttop: 0;\n}\n\n[mol_pop_align=\"right_top\"] {\n\ttransform: translate(100%);\n\tright: 0;\n\tbottom: 0;\n}\n\n[mol_pop_align=\"right_center\"] {\n\ttransform: translate(100%, -50%);\n\tright: 0;\n\ttop: 50%;\n}\n\n[mol_pop_align=\"right_bottom\"] {\n\ttransform: translate(100%);\n\tright: 0;\n\ttop: 0;\n}\n\n[mol_pop_align=\"center\"] {\n\tleft: 50%;\n\ttop: 50%;\n\ttransform: translate(-50%, -50%);\n}\n\n[mol_pop_align=\"top_left\"] {\n\tright: 0;\n\tbottom: 100%;\n}\n\n[mol_pop_align=\"top_center\"] {\n\ttransform: translate(-50%);\n\tleft: 50%;\n\tbottom: 100%;\n}\n\n[mol_pop_align=\"top_right\"] {\n\tleft: 0;\n\tbottom: 100%;\n}\n\n[mol_pop_align=\"bottom_left\"] {\n\tright: 0;\n\ttop: 100%;\n}\n\n[mol_pop_align=\"bottom_center\"] {\n\ttransform: translate(-50%);\n\tleft: 50%;\n\ttop: 100%;\n}\n\n[mol_pop_align=\"bottom_right\"] {\n\tleft: 0;\n\ttop: 100%;\n}\n");
8876
8876
})($ || ($ = {}));
8877
8877
8878
8878
;
@@ -11728,7 +11728,10 @@ var $;
11728
11728
var $;
11729
11729
(function ($) {
11730
11730
let sponge = new Uint32Array(80);
11731
- function $mol_crypto_hash(data) {
11731
+ function $mol_crypto_hash(input) {
11732
+ const data = input instanceof Uint8Array
11733
+ ? input
11734
+ : new Uint8Array(input.buffer, input.byteOffset, input.byteLength);
11732
11735
const bits = data.byteLength << 3;
11733
11736
const kbits = bits >> 5;
11734
11737
const kword = 0x80 << (24 - bits & 0b11111);
@@ -30331,13 +30334,13 @@ var $;
30331
30334
Community(){
30332
30335
const obj = new this.$.$piterjs_intro_page();
30333
30336
(obj.title) = () => ("Сообщество");
30334
- (obj.text) = () => ("! YouTube\n ! 2.4K+\n! VKontakte\n ! 1.9K +\n! Telegram\n ! 1.5K+\n! Offline\n ! 70..100");
30337
+ (obj.text) = () => ("! YouTube\n ! 2.4K+\n! VKontakte\n ! 2.0K +\n! Telegram\n ! 1.5K+\n! Offline\n ! 70..100");
30335
30338
return obj;
30336
30339
}
30337
30340
Roles_org(){
30338
30341
const obj = new this.$.$piterjs_intro_page();
30339
30342
(obj.title) = () => ("Роли организаторов");
30340
- (obj.text) = () => ("Подготовка **докладчиков** (*Архитектор публичных выступлений*) \nКоммуникация с **аудиторией** (*Коммуникационный артист*) \nКоммуникация с **партнёрами** (*Директор по взаимодействию*) \nФото и видео **монтаж** (Мастер объективов, Художник постпродакшн) \n**Дизайн** и эстетика бренда (*Создатель визуального ДНК*) \n**Сайт** и автоматизация (*Техноконтент-координатор*) \n**Ведение соцсетей** (*Сторителлер сообщества*) \n**Координация** всех этих людей (*Шеф-повар мероприятий*) ");
30343
+ (obj.text) = () => ("Подготовка **докладчиков**\nКоммуникация с **аудиторией**\nКоммуникация с **партнёрами**\nФото и видео **монтаж**\n**Дизайн** и эстетика бренда\n**Сайт** и автоматизация\n**Ведение соцсетей**\n**Координация** всех этих людей");
30341
30344
return obj;
30342
30345
}
30343
30346
Roles_place(){
@@ -30392,7 +30395,7 @@ var $;
30392
30395
return "";
30393
30396
}
30394
30397
place_title(){
30395
- return "Мы в {place}";
30398
+ return "{place}";
30396
30399
}
30397
30400
Place(){
30398
30401
const obj = new this.$.$piterjs_intro_page();
@@ -30401,6 +30404,12 @@ var $;
30401
30404
(obj.text) = () => ("! \"\"https://i.imgur.com/6anwibA.jpeg\"\"");
30402
30405
return obj;
30403
30406
}
30407
+ Follow(){
30408
+ const obj = new this.$.$piterjs_intro_page();
30409
+ (obj.title) = () => ("Следите за новостями");
30410
+ (obj.text) = () => ("https://piterjs.org\nhttps://t.me/piterjs\nhttps://vk.com/piterjs\nhttps://youtube.com/piterjs");
30411
+ return obj;
30412
+ }
30404
30413
afterparty(){
30405
30414
return "";
30406
30415
}
@@ -30462,6 +30471,7 @@ var $;
30462
30471
"schedule": (this.Schedule()),
30463
30472
"profit": (this.Proft()),
30464
30473
"place": (this.Place()),
30474
+ "follow": (this.Follow()),
30465
30475
"afterparty": (this.Afterparty())
30466
30476
};
30467
30477
}
@@ -30489,6 +30499,7 @@ var $;
30489
30499
($mol_mem(($.$piterjs_intro.prototype), "Schedule"));
30490
30500
($mol_mem(($.$piterjs_intro.prototype), "Proft"));
30491
30501
($mol_mem(($.$piterjs_intro.prototype), "Place"));
30502
+ ($mol_mem(($.$piterjs_intro.prototype), "Follow"));
30492
30503
($mol_mem(($.$piterjs_intro.prototype), "Afterparty"));
30493
30504
($mol_mem(($.$piterjs_intro.prototype), "place"));
30494
30505
($mol_mem(($.$piterjs_intro.prototype), "Page"));
0 commit comments