@egov3/system-design 1.3.77 → 1.3.79

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.
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var css_248z = ".Label-module_secondaryText__EOLOU {\n color: var(--text-secondary);\n}\n\n.Label-module_textVariantRegular__MOkOo {\n color: var(--text-primary);\n}\n\n.Label-module_textVariantError__m0iV4 {\n color: var(--text-error);\n}\n\n.Label-module_textVariantInfo__OM3cB {\n color: var(--text-accent);\n}\n\n.Label-module_textVariantSuccess__5xMR3 {\n color: var(--text-success);\n}\n\n.Label-module_errorText__obTkQ {\n color: var();\n}\n\n.Label-module_label__KDbNb {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n}\n";
6
- var styles = {"secondaryText":"Label-module_secondaryText__EOLOU","textVariantRegular":"Label-module_textVariantRegular__MOkOo","textVariantError":"Label-module_textVariantError__m0iV4","textVariantInfo":"Label-module_textVariantInfo__OM3cB","textVariantSuccess":"Label-module_textVariantSuccess__5xMR3","errorText":"Label-module_errorText__obTkQ","label":"Label-module_label__KDbNb"};
5
+ var css_248z = ".Label-module_secondaryText__EOLOU {\n color: var(--text-secondary);\n}\n\n.Label-module_textVariantRegular__MOkOo {\n color: var(--text-primary);\n}\n\n.Label-module_textVariantError__m0iV4 {\n color: var(--text-error);\n}\n\n.Label-module_textVariantInfo__OM3cB {\n color: var(--text-accent);\n}\n\n.Label-module_textVariantSuccess__5xMR3 {\n color: var(--text-success);\n}\n\n.Label-module_label__KDbNb {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n}\n";
6
+ var styles = {"secondaryText":"Label-module_secondaryText__EOLOU","textVariantRegular":"Label-module_textVariantRegular__MOkOo","textVariantError":"Label-module_textVariantError__m0iV4","textVariantInfo":"Label-module_textVariantInfo__OM3cB","textVariantSuccess":"Label-module_textVariantSuccess__5xMR3","label":"Label-module_label__KDbNb"};
7
7
  function styleInject(css, options) {
8
8
  if (typeof document === 'undefined') return;
9
9
  const head = document.head || document.getElementsByTagName('head')[0];
@@ -10,7 +10,7 @@ var IdentityModal = function (_a) {
10
10
  var children = _a.children, goBackService = _a.goBackService, isMain = _a.isMain, lang = _a.lang, navigator = _a.navigator;
11
11
  var goMainClosure = {
12
12
  primary: { owner: "IdentityModal", route: "/" },
13
- secondary: { owner: "IdentityModal", route: "identity/main/" },
13
+ secondary: { owner: "IdentityModal", route: "/identity/main" },
14
14
  };
15
15
  return (jsxRuntime.jsx(index.BaseComponents.Modal, tslib.__assign({ variant: "small", withOverlay: false, lang: "ru", header: isMain
16
16
  ? undefined
@@ -1,5 +1,5 @@
1
- var css_248z = ".Label-module_secondaryText__EOLOU {\n color: var(--text-secondary);\n}\n\n.Label-module_textVariantRegular__MOkOo {\n color: var(--text-primary);\n}\n\n.Label-module_textVariantError__m0iV4 {\n color: var(--text-error);\n}\n\n.Label-module_textVariantInfo__OM3cB {\n color: var(--text-accent);\n}\n\n.Label-module_textVariantSuccess__5xMR3 {\n color: var(--text-success);\n}\n\n.Label-module_errorText__obTkQ {\n color: var();\n}\n\n.Label-module_label__KDbNb {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n}\n";
2
- var styles = {"secondaryText":"Label-module_secondaryText__EOLOU","textVariantRegular":"Label-module_textVariantRegular__MOkOo","textVariantError":"Label-module_textVariantError__m0iV4","textVariantInfo":"Label-module_textVariantInfo__OM3cB","textVariantSuccess":"Label-module_textVariantSuccess__5xMR3","errorText":"Label-module_errorText__obTkQ","label":"Label-module_label__KDbNb"};
1
+ var css_248z = ".Label-module_secondaryText__EOLOU {\n color: var(--text-secondary);\n}\n\n.Label-module_textVariantRegular__MOkOo {\n color: var(--text-primary);\n}\n\n.Label-module_textVariantError__m0iV4 {\n color: var(--text-error);\n}\n\n.Label-module_textVariantInfo__OM3cB {\n color: var(--text-accent);\n}\n\n.Label-module_textVariantSuccess__5xMR3 {\n color: var(--text-success);\n}\n\n.Label-module_label__KDbNb {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n flex: 1 0 0;\n}\n";
2
+ var styles = {"secondaryText":"Label-module_secondaryText__EOLOU","textVariantRegular":"Label-module_textVariantRegular__MOkOo","textVariantError":"Label-module_textVariantError__m0iV4","textVariantInfo":"Label-module_textVariantInfo__OM3cB","textVariantSuccess":"Label-module_textVariantSuccess__5xMR3","label":"Label-module_label__KDbNb"};
3
3
  function styleInject(css, options) {
4
4
  if (typeof document === 'undefined') return;
5
5
  const head = document.head || document.getElementsByTagName('head')[0];
@@ -8,7 +8,7 @@ var IdentityModal = function (_a) {
8
8
  var children = _a.children, goBackService = _a.goBackService, isMain = _a.isMain, lang = _a.lang, navigator = _a.navigator;
9
9
  var goMainClosure = {
10
10
  primary: { owner: "IdentityModal", route: "/" },
11
- secondary: { owner: "IdentityModal", route: "identity/main/" },
11
+ secondary: { owner: "IdentityModal", route: "/identity/main" },
12
12
  };
13
13
  return (jsx(BaseComponents.Modal, __assign({ variant: "small", withOverlay: false, lang: "ru", header: isMain
14
14
  ? undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.3.77",
3
+ "version": "1.3.79",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "module": "dist/esm/index.js",