@egov3/system-design 1.3.77 → 1.3.78

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];
@@ -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];
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.78",
4
4
  "main": "dist/cjs/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "module": "dist/esm/index.js",