@rededor/cura 0.3.4-alpha.0 → 0.3.4-alpha.1

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.
Files changed (188) hide show
  1. package/dist/cjs/{app-globals-a41d7f40.js → app-globals-0f70160b.js} +17 -40
  2. package/dist/cjs/cura-display_4.cjs.entry.js +257 -0
  3. package/dist/cjs/cura-icon.cjs.entry.js +59 -0
  4. package/dist/cjs/cura-icons-view.cjs.entry.js +2 -4
  5. package/dist/cjs/cura.cjs.js +4 -19
  6. package/dist/cjs/{index-29633529.js → index-76f95c4b.js} +39 -502
  7. package/dist/cjs/index.cjs.js +0 -2
  8. package/dist/cjs/loader.cjs.js +4 -23
  9. package/dist/collection/api/cura-api.js +0 -1
  10. package/dist/collection/api/cura-api.type.js +0 -1
  11. package/dist/collection/api/modules/cura-theme-colors-module.js +0 -1
  12. package/dist/collection/api/modules/cura-theme-fonts-module.js +0 -1
  13. package/dist/collection/api/modules/cura-theme-module.js +0 -1
  14. package/dist/collection/api/modules/cura-theme-spacing-module.js +0 -1
  15. package/dist/collection/api/theme-presets/static.js +0 -1
  16. package/dist/collection/api/theme-presets/theme-default.js +5 -6
  17. package/dist/collection/api/theme-presets/theme-maternity.js +0 -8
  18. package/dist/collection/api/theme-presets/theme-oncology.js +12 -27
  19. package/dist/collection/api/theme-presets/theme-presets.js +0 -1
  20. package/dist/collection/assets/icons/iconset-default-list.js +0 -1
  21. package/dist/collection/collection-manifest.json +2 -3
  22. package/dist/collection/components/cura-icon/cura-icon.css +2 -2
  23. package/dist/collection/components/cura-icon/cura-icon.js +5 -8
  24. package/dist/collection/components/cura-icons-view/cura-icons-view.js +1 -3
  25. package/dist/collection/components/cura-page-template/cura-page-template.css +24 -24
  26. package/dist/collection/components/cura-page-template/cura-page-template.js +1 -3
  27. package/dist/collection/components/text/cura-display/cura-display.css +14 -13
  28. package/dist/collection/components/text/cura-display/cura-display.js +17 -3
  29. package/dist/collection/components/text/cura-heading/cura-heading.css +15 -15
  30. package/dist/collection/components/text/cura-heading/cura-heading.js +21 -3
  31. package/dist/collection/components/text/cura-paragraph/cura-paragraph.css +17 -16
  32. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +13 -3
  33. package/dist/collection/index.js +0 -1
  34. package/dist/collection/rededor-cura-start.js +0 -1
  35. package/dist/collection/utils/utils.js +0 -1
  36. package/dist/components/cura-display.js +20 -7
  37. package/dist/components/cura-heading.js +24 -7
  38. package/dist/components/cura-icon.js +0 -2
  39. package/dist/components/cura-icon2.js +8 -12
  40. package/dist/components/cura-icons-view.js +3 -6
  41. package/dist/components/cura-page-template.js +4 -7
  42. package/dist/components/cura-paragraph.js +16 -7
  43. package/dist/components/index.d.ts +9 -21
  44. package/dist/components/index.js +24 -67
  45. package/dist/cura/cura.esm.js +1 -2
  46. package/dist/cura/cura.js +1 -3
  47. package/dist/cura/index.esm.js +0 -2
  48. package/dist/cura/p-0b79032f.system.js +2 -0
  49. package/dist/cura/p-11002b56.system.js +1 -0
  50. package/dist/cura/p-32769783.system.js +1 -0
  51. package/dist/cura/p-50ea2036.system.js +1 -2
  52. package/dist/cura/{p-958c8695.system.entry.js → p-54c09404.system.entry.js} +1 -2
  53. package/dist/cura/p-57c5329e.js +2 -0
  54. package/dist/cura/p-5a6643e1.entry.js +1 -0
  55. package/dist/cura/p-a2ad5637.system.entry.js +1 -0
  56. package/dist/cura/p-aca36c98.js +1 -0
  57. package/dist/cura/p-bd91ecb9.system.entry.js +1 -0
  58. package/dist/cura/p-d69916ee.entry.js +1 -0
  59. package/dist/cura/p-f8a5b97d.entry.js +1 -0
  60. package/dist/dist/loader/index.d.ts +0 -9
  61. package/dist/esm/{app-globals-8ed931e6.js → app-globals-cb45bff3.js} +17 -40
  62. package/dist/esm/cura-display_4.entry.js +250 -0
  63. package/dist/esm/cura-icon.entry.js +55 -0
  64. package/dist/esm/cura-icons-view.entry.js +2 -4
  65. package/dist/esm/cura.js +4 -16
  66. package/dist/esm/{index-e11775ce.js → index-7e8c969d.js} +40 -499
  67. package/dist/esm/index.js +0 -2
  68. package/dist/esm/loader.js +4 -23
  69. package/dist/esm/polyfills/css-shim.js +1 -1
  70. package/dist/esm-es5/app-globals-cb45bff3.js +1 -0
  71. package/dist/esm-es5/cura-display_4.entry.js +1 -0
  72. package/dist/esm-es5/cura-icon.entry.js +1 -0
  73. package/dist/esm-es5/cura-icons-view.entry.js +1 -2
  74. package/dist/esm-es5/cura.js +1 -2
  75. package/dist/esm-es5/index-7e8c969d.js +2 -0
  76. package/dist/esm-es5/index.js +0 -2
  77. package/dist/esm-es5/loader.js +1 -2
  78. package/dist/types/api/theme-presets/theme-maternity.d.ts +0 -7
  79. package/dist/types/api/theme-presets/theme-oncology.d.ts +5 -5
  80. package/dist/types/api/theme-presets/theme-presets.d.ts +5 -12
  81. package/dist/types/components.d.ts +0 -93
  82. package/dist/types/stencil-public-runtime.d.ts +15 -77
  83. package/package.json +7 -7
  84. package/dist/cjs/app-globals-a41d7f40.js.map +0 -1
  85. package/dist/cjs/css-shim-83cf0349.js +0 -8
  86. package/dist/cjs/css-shim-83cf0349.js.map +0 -1
  87. package/dist/cjs/cura-button_6.cjs.entry.js +0 -322
  88. package/dist/cjs/cura-button_6.cjs.entry.js.map +0 -1
  89. package/dist/cjs/cura-icons-view.cjs.entry.js.map +0 -1
  90. package/dist/cjs/cura.cjs.js.map +0 -1
  91. package/dist/cjs/index-29633529.js.map +0 -1
  92. package/dist/cjs/index.cjs.js.map +0 -1
  93. package/dist/cjs/loader.cjs.js.map +0 -1
  94. package/dist/cjs/shadow-css-8baae635.js +0 -391
  95. package/dist/cjs/shadow-css-8baae635.js.map +0 -1
  96. package/dist/collection/api/cura-api.js.map +0 -1
  97. package/dist/collection/api/cura-api.type.js.map +0 -1
  98. package/dist/collection/api/modules/cura-theme-colors-module.js.map +0 -1
  99. package/dist/collection/api/modules/cura-theme-fonts-module.js.map +0 -1
  100. package/dist/collection/api/modules/cura-theme-module.js.map +0 -1
  101. package/dist/collection/api/modules/cura-theme-spacing-module.js.map +0 -1
  102. package/dist/collection/api/theme-presets/static.js.map +0 -1
  103. package/dist/collection/api/theme-presets/theme-default.js.map +0 -1
  104. package/dist/collection/api/theme-presets/theme-maternity.js.map +0 -1
  105. package/dist/collection/api/theme-presets/theme-oncology.js.map +0 -1
  106. package/dist/collection/api/theme-presets/theme-presets.js.map +0 -1
  107. package/dist/collection/assets/icons/iconset-default-list.js.map +0 -1
  108. package/dist/collection/components/buttons/cura-button/cura-button.css +0 -70
  109. package/dist/collection/components/buttons/cura-button/cura-button.js +0 -255
  110. package/dist/collection/components/buttons/cura-button/cura-button.js.map +0 -1
  111. package/dist/collection/components/cura-icon/cura-icon.js.map +0 -1
  112. package/dist/collection/components/cura-icons-view/cura-icons-view.js.map +0 -1
  113. package/dist/collection/components/cura-page-template/cura-page-template.js.map +0 -1
  114. package/dist/collection/components/text/cura-display/cura-display.js.map +0 -1
  115. package/dist/collection/components/text/cura-heading/cura-heading.js.map +0 -1
  116. package/dist/collection/components/text/cura-paragraph/cura-paragraph.js.map +0 -1
  117. package/dist/collection/index.js.map +0 -1
  118. package/dist/collection/rededor-cura-start.js.map +0 -1
  119. package/dist/collection/utils/utils.js.map +0 -1
  120. package/dist/collection/utils/utils.spec.js +0 -16
  121. package/dist/collection/utils/utils.spec.js.map +0 -1
  122. package/dist/components/cura-button.d.ts +0 -11
  123. package/dist/components/cura-button.js +0 -97
  124. package/dist/components/cura-button.js.map +0 -1
  125. package/dist/components/cura-display.js.map +0 -1
  126. package/dist/components/cura-heading.js.map +0 -1
  127. package/dist/components/cura-icon.js.map +0 -1
  128. package/dist/components/cura-icon2.js.map +0 -1
  129. package/dist/components/cura-icons-view.js.map +0 -1
  130. package/dist/components/cura-page-template.js.map +0 -1
  131. package/dist/components/cura-paragraph.js.map +0 -1
  132. package/dist/components/index.js.map +0 -1
  133. package/dist/cura/cura.esm.js.map +0 -1
  134. package/dist/cura/index.esm.js.map +0 -1
  135. package/dist/cura/p-118112e5.system.js +0 -14
  136. package/dist/cura/p-118112e5.system.js.map +0 -1
  137. package/dist/cura/p-183305c3.js +0 -2
  138. package/dist/cura/p-183305c3.js.map +0 -1
  139. package/dist/cura/p-3f6aaefc.system.js +0 -2
  140. package/dist/cura/p-3f6aaefc.system.js.map +0 -1
  141. package/dist/cura/p-4c60d085.entry.js +0 -2
  142. package/dist/cura/p-4c60d085.entry.js.map +0 -1
  143. package/dist/cura/p-4fc49972.system.js +0 -2
  144. package/dist/cura/p-4fc49972.system.js.map +0 -1
  145. package/dist/cura/p-50ea2036.system.js.map +0 -1
  146. package/dist/cura/p-61953b75.system.js +0 -2
  147. package/dist/cura/p-61953b75.system.js.map +0 -1
  148. package/dist/cura/p-731abb13.entry.js +0 -2
  149. package/dist/cura/p-731abb13.entry.js.map +0 -1
  150. package/dist/cura/p-958c8695.system.entry.js.map +0 -1
  151. package/dist/cura/p-b5872ed0.system.entry.js +0 -2
  152. package/dist/cura/p-b5872ed0.system.entry.js.map +0 -1
  153. package/dist/cura/p-bac0b4ab.js +0 -2
  154. package/dist/cura/p-bac0b4ab.js.map +0 -1
  155. package/dist/cura/p-beab48cd.js +0 -13
  156. package/dist/cura/p-beab48cd.js.map +0 -1
  157. package/dist/cura/p-c30e14d5.system.js +0 -3
  158. package/dist/cura/p-c30e14d5.system.js.map +0 -1
  159. package/dist/cura/p-d5990392.js +0 -3
  160. package/dist/cura/p-d5990392.js.map +0 -1
  161. package/dist/esm/app-globals-8ed931e6.js.map +0 -1
  162. package/dist/esm/css-shim-d13f0738.js +0 -6
  163. package/dist/esm/css-shim-d13f0738.js.map +0 -1
  164. package/dist/esm/cura-button_6.entry.js +0 -313
  165. package/dist/esm/cura-button_6.entry.js.map +0 -1
  166. package/dist/esm/cura-icons-view.entry.js.map +0 -1
  167. package/dist/esm/cura.js.map +0 -1
  168. package/dist/esm/index-e11775ce.js.map +0 -1
  169. package/dist/esm/index.js.map +0 -1
  170. package/dist/esm/loader.js.map +0 -1
  171. package/dist/esm/shadow-css-07b0c8c8.js +0 -389
  172. package/dist/esm/shadow-css-07b0c8c8.js.map +0 -1
  173. package/dist/esm-es5/app-globals-8ed931e6.js +0 -2
  174. package/dist/esm-es5/app-globals-8ed931e6.js.map +0 -1
  175. package/dist/esm-es5/css-shim-d13f0738.js +0 -2
  176. package/dist/esm-es5/css-shim-d13f0738.js.map +0 -1
  177. package/dist/esm-es5/cura-button_6.entry.js +0 -2
  178. package/dist/esm-es5/cura-button_6.entry.js.map +0 -1
  179. package/dist/esm-es5/cura-icons-view.entry.js.map +0 -1
  180. package/dist/esm-es5/cura.js.map +0 -1
  181. package/dist/esm-es5/index-e11775ce.js +0 -3
  182. package/dist/esm-es5/index-e11775ce.js.map +0 -1
  183. package/dist/esm-es5/index.js.map +0 -1
  184. package/dist/esm-es5/loader.js.map +0 -1
  185. package/dist/esm-es5/shadow-css-07b0c8c8.js +0 -13
  186. package/dist/esm-es5/shadow-css-07b0c8c8.js.map +0 -1
  187. package/dist/loader/index.d.ts +0 -12
  188. package/dist/types/components/buttons/cura-button/cura-button.d.ts +0 -49
@@ -1,11 +1,10 @@
1
- import { CuraButton } from './cura-button.js';
2
- import { CuraDisplay } from './cura-display.js';
3
- import { CuraHeading } from './cura-heading.js';
4
- import { CuraIcon } from './cura-icon.js';
5
- import { CuraIconsView } from './cura-icons-view.js';
6
- import { CuraPageTemplate } from './cura-page-template.js';
7
- import { CuraParagraph } from './cura-paragraph.js';
8
- export { setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
1
+ export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
2
+ export { CuraDisplay, defineCustomElement as defineCustomElementCuraDisplay } from './cura-display.js';
3
+ export { CuraHeading, defineCustomElement as defineCustomElementCuraHeading } from './cura-heading.js';
4
+ export { CuraIcon, defineCustomElement as defineCustomElementCuraIcon } from './cura-icon.js';
5
+ export { CuraIconsView, defineCustomElement as defineCustomElementCuraIconsView } from './cura-icons-view.js';
6
+ export { CuraPageTemplate, defineCustomElement as defineCustomElementCuraPageTemplate } from './cura-page-template.js';
7
+ export { CuraParagraph, defineCustomElement as defineCustomElementCuraParagraph } from './cura-paragraph.js';
9
8
 
10
9
  /**
11
10
  * Cura Default Theme
@@ -28,11 +27,11 @@ const ThemeDefault = {
28
27
  '900': '#292017'
29
28
  },
30
29
  accent: {
31
- '100': '#FFC27B',
32
- '300': '#FFA84A',
33
- '500': '#FF8200',
34
- '700': '#D7720A',
35
- '900': '#9B5A1A'
30
+ '100': '#F9E8D5',
31
+ '300': '#E4A04F',
32
+ '500': '#DF8D2C',
33
+ '700': '#955E1D',
34
+ '900': '#2D1C09'
36
35
  }
37
36
  },
38
37
  /* Spacing */
@@ -77,13 +76,6 @@ const ThemeMaternity = Object.assign(Object.assign({}, ThemeDefault), {
77
76
  '500': '#189AB4',
78
77
  '700': '#001C58',
79
78
  '900': '#430E31'
80
- },
81
- accent: {
82
- '100': '#FCEFF6',
83
- '300': '#FFBFE5',
84
- '500': '#CD4D9A',
85
- '700': '#99126C',
86
- '900': '#00133B'
87
79
  }
88
80
  } });
89
81
 
@@ -95,11 +87,11 @@ const ThemeOncology = Object.assign(Object.assign({}, ThemeDefault), {
95
87
  /* Colors */
96
88
  color: {
97
89
  primary: {
98
- '100': '#AABEE1',
99
- '300': '#557EC4',
100
- '500': '#003DA6',
101
- '700': '#00296F',
102
- '900': '#000C21'
90
+ '100': '#99CFFF',
91
+ '300': '#47A9FF',
92
+ '500': '#0083F5',
93
+ '700': '#006DCC',
94
+ '900': '#0058A4',
103
95
  },
104
96
  secondary: {
105
97
  '100': '#CDD7E3',
@@ -108,34 +100,20 @@ const ThemeOncology = Object.assign(Object.assign({}, ThemeDefault), {
108
100
  '700': '#365E8F',
109
101
  '900': '#043673',
110
102
  },
111
- accent: {
112
- '100': '#99CFFF',
113
- '300': '#47A9FF',
114
- '500': '#0083F5',
115
- '700': '#006DCC',
116
- '900': '#0058A4',
103
+ aux1: {
104
+ '100': '#AABEE1',
105
+ '300': '#557EC4',
106
+ '500': '#003DA6',
107
+ '700': '#00296F',
108
+ '900': '#000C21',
117
109
  },
118
- aux: {
110
+ aux2: {
119
111
  '100': '#DAF2EF',
120
112
  '300': '#84D4CA',
121
113
  '500': '#47BFB0',
122
114
  '700': '#2F7F75',
123
115
  '900': '#0E2623',
124
116
  },
125
- }, font: {
126
- size: '14px',
127
- color: '#4A4A4A',
128
- body: "'Hanken Grotesk', Arial, Helvetica, sans-serif",
129
- heading: "'Hanken Grotesk', Arial, Helvetica, sans-serif",
130
- display: "'Hanken Grotesk', Arial, Helvetica, sans-serif",
131
- weights: {
132
- thin: 100,
133
- light: 300,
134
- regular: 400,
135
- medium: 500,
136
- bold: 700,
137
- black: 900
138
- },
139
117
  } });
140
118
 
141
119
  const ThemePresets = {
@@ -466,24 +444,3 @@ function appGlobalScript () {
466
444
  const globalScripts = appGlobalScript;
467
445
 
468
446
  globalScripts();
469
- const defineCustomElements = (opts) => {
470
- if (typeof customElements !== 'undefined') {
471
- [
472
- CuraButton,
473
- CuraDisplay,
474
- CuraHeading,
475
- CuraIcon,
476
- CuraIconsView,
477
- CuraPageTemplate,
478
- CuraParagraph,
479
- ].forEach(cmp => {
480
- if (!customElements.get(cmp.is)) {
481
- customElements.define(cmp.is, cmp, opts);
482
- }
483
- });
484
- }
485
- };
486
-
487
- export { defineCustomElements };
488
-
489
- //# sourceMappingURL=index.js.map
@@ -1,2 +1 @@
1
- import{p as o,w as e,a as t,b as i}from"./p-d5990392.js";export{s as setNonce}from"./p-d5990392.js";import{g as a}from"./p-bac0b4ab.js";const r=()=>{{o.o=e.__cssshim}const s=import.meta.url;const i={};if(s!==""){i.resourcesUrl=new URL(".",s).href}return t(i)};r().then((o=>{a();return i([["p-731abb13",[[1,"cura-button",{type:[513],size:[513],disabled:[516],isLoading:[516,"is-loading"],iconName:[513,"icon-name"],iconset:[513],iconPosition:[513,"icon-position"],href:[513],target:[1],color:[1],styles:[32]}],[1,"cura-display",{level:[514],size:[513],inverted:[516],spotColor:[513,"spot-color"]}],[1,"cura-heading",{level:[514],size:[513],weight:[513],inverted:[516],spotColor:[513,"spot-color"]}],[1,"cura-page-template",{contentwidth:[513]}],[1,"cura-paragraph",{size:[513],inverted:[516],spotColor:[513,"spot-color"]}],[1,"cura-icon",{name:[513],color:[1],size:[8],iconset:[513],disabled:[4]}]]],["p-4c60d085",[[1,"cura-icons-view",{selected:[32]}]]]],o)}));
2
- //# sourceMappingURL=cura.esm.js.map
1
+ import{p as e,b as o}from"./p-57c5329e.js";import{g as r}from"./p-aca36c98.js";(()=>{const o=import.meta.url,r={};return""!==o&&(r.resourcesUrl=new URL(".",o).href),e(r)})().then((e=>(r(),o([["p-d69916ee",[[0,"cura-icon",{name:[513],color:[1],size:[8],iconset:[513],disabled:[4]}]]],["p-f8a5b97d",[[0,"cura-icons-view",{selected:[32]}]]],["p-5a6643e1",[[4,"cura-display",{level:[514],size:[513],inverted:[516],spotColor:[513,"spot-color"]}],[4,"cura-heading",{level:[514],size:[513],weight:[513],inverted:[516],spotColor:[513,"spot-color"]}],[4,"cura-page-template",{contentwidth:[513]}],[4,"cura-paragraph",{size:[513],inverted:[516],spotColor:[513,"spot-color"]}]]]],e))));
package/dist/cura/cura.js CHANGED
@@ -106,8 +106,6 @@ DOMTokenList
106
106
  */
107
107
  !function(){var e="undefined"!=typeof self,n=e?self:global;var t;if("undefined"!=typeof document){var e=document.querySelector("base[href]");e&&(t=e.href)}if(!t&&"undefined"!=typeof location){var e=(t=location.href.split("#")[0].split("?")[0]).lastIndexOf("/");-1!==e&&(t=t.slice(0,e+1))}var r=/\\/g,o="undefined"!=typeof Symbol,i=o&&Symbol.toStringTag,c=o?Symbol():"@";function u(){this[c]={}}var s=u.prototype;var l;s.import=function(e,n){var t=this;return Promise.resolve(t.resolve(e,n)).then(function(e){var n=function e(n,t,r){var o=n[c][t];if(o)return o;var u=[],s=Object.create(null);i&&Object.defineProperty(s,i,{value:"Module"});var l=Promise.resolve().then(function(){return n.instantiate(t,r)}).then(function(e){if(!e)throw Error("Module "+t+" did not instantiate");var r=e[1](function(e,n){o.h=!0;var t=!1;if("object"!=typeof e)e in s&&s[e]===n||(s[e]=n,t=!0);else for(var n in e){var r=e[n];n in s&&s[n]===r||(s[n]=r,t=!0)}if(t)for(var e=0;e<u.length;e++)u[e](s);return n},2===e[1].length?{import:function(e){return n.import(e,t)},meta:n.createContext(t)}:void 0);return o.e=r.execute||function(){},[e[0],r.setters||[]]});var f=l.then(function(r){return Promise.all(r[0].map(function(o,i){var c=r[1][i];return Promise.resolve(n.resolve(o,t)).then(function(r){var o=e(n,r,t);return Promise.resolve(o.I).then(function(){return c&&(o.i.push(c),!o.h&&o.I||c(o.n)),o})})})).then(function(e){o.d=e})});return f.catch(function(e){o.e=null,o.er=e}),o=n[c][t]={id:t,i:u,n:s,I:l,L:f,h:!1,d:void 0,e:void 0,er:void 0,E:void 0,C:void 0}}(t,e);return n.C||function(e,n){return n.C=function e(n,t,r){if(!r[t.id])return r[t.id]=!0,Promise.resolve(t.L).then(function(){return Promise.all(t.d.map(function(t){return e(n,t,r)}))})}(e,n,{}).then(function(){return function e(n,t,r){if(r[t.id])return;if(r[t.id]=!0,!t.e){if(t.er)throw t.er;return t.E?t.E:void 0}var o;return t.d.forEach(function(t){{var i=e(n,t,r);i&&(o=o||[]).push(i)}}),o?Promise.all(o).then(i):i();function i(){try{var e=t.e.call(f);if(e)return e=e.then(function(){t.C=t.n,t.E=null}),t.E=t.E||e;t.C=t.n}catch(e){throw t.er=e,e}finally{t.L=t.I=void 0,t.e=null}}}(e,n,{})}).then(function(){return n.n})}(t,n)})},s.createContext=function(e){return{url:e}},s.register=function(e,n){l=[e,n]},s.getRegister=function(){var e=l;return l=void 0,e};var f=Object.freeze(Object.create(null));n.System=n.System||new u;var d=s.register;s.register=function(e,n){d.call(this,e,n)},s.instantiate=function(e,n){var t=this;return".json"===e.substr(-5)?fetch(e).then(function(e){return e.text()}).then(function(e){return[[],function(n){return{execute:function(){n("default",JSON.parse(e))}}}]}):new Promise(function(r,o){var i;function c(n){n.filename===e&&(i=n.error)}window.addEventListener("error",c);var u=document.createElement("script");u.charset="utf-8",u.async=!0,u.addEventListener("error",function(){window.removeEventListener("error",c),o(Error("Error loading "+e+(n?" from "+n:"")))}),u.addEventListener("load",function(){window.removeEventListener("error",c),document.head.removeChild(u),i?o(i):r(t.getRegister())}),u.src=e,document.head.appendChild(u)})},e&&"function"==typeof importScripts&&(s.instantiate=function(e){var n=this;return new Promise(function(t,r){try{importScripts(e)}catch(e){r(e)}t(n.getRegister())})}),s.resolve=function(e,n){var o=function(e,n){if(-1!==e.indexOf("\\")&&(e=e.replace(r,"/")),"/"===e[0]&&"/"===e[1])return n.slice(0,n.indexOf(":")+1)+e;if("."===e[0]&&("/"===e[1]||"."===e[1]&&("/"===e[2]||2===e.length&&(e+="/"))||1===e.length&&(e+="/"))||"/"===e[0]){var t=n.slice(0,n.indexOf(":")+1);var r;if(r="/"===n[t.length+1]?"file:"!==t?(r=n.slice(t.length+2)).slice(r.indexOf("/")+1):n.slice(8):n.slice(t.length+("/"===n[t.length])),"/"===e[0])return n.slice(0,n.length-r.length-1)+e;var o=r.slice(0,r.lastIndexOf("/")+1)+e,i=[];var c=-1;for(var e=0;e<o.length;e++)-1!==c?"/"===o[e]&&(i.push(o.slice(c,e+1)),c=-1):"."===o[e]?"."!==o[e+1]||"/"!==o[e+2]&&e+2!==o.length?"/"===o[e+1]||e+1===o.length?e+=1:c=e:(i.pop(),e+=2):c=e;return-1!==c&&i.push(o.slice(c)),n.slice(0,n.length-r.length)+i.join("")}}(e,n||t);if(!o){if(-1!==e.indexOf(":"))return Promise.resolve(e);throw Error('Cannot resolve "'+e+(n?'" from '+n:'"'))}return Promise.resolve(o)}}();
108
108
 
109
- var __assign=this&&this.__assign||function(){return __assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var s in t=arguments[r])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e},__assign.apply(this,arguments)},StyleNode=function(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector=""};function parse(e){return parseCss(lex(e=clean(e)),e)}function clean(e){return e.replace(RX.comments,"").replace(RX.port,"")}function lex(e){var t=new StyleNode;t.start=0,t.end=e.length;for(var r=t,n=0,s=e.length;n<s;n++)if(e[n]===OPEN_BRACE){r.rules||(r.rules=[]);var o=r,a=o.rules[o.rules.length-1]||null;(r=new StyleNode).start=n+1,r.parent=o,r.previous=a,o.rules.push(r)}else e[n]===CLOSE_BRACE&&(r.end=n+1,r=r.parent||t);return t}function parseCss(e,t){var r=t.substring(e.start,e.end-1);if(e.parsedCssText=e.cssText=r.trim(),e.parent){var n=e.previous?e.previous.end:e.parent.start;r=(r=(r=_expandUnicodeEscapes(r=t.substring(n,e.start-1))).replace(RX.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var s=e.parsedSelector=e.selector=r.trim();e.atRule=0===s.indexOf(AT_START),e.atRule?0===s.indexOf(MEDIA_START)?e.type=types.MEDIA_RULE:s.match(RX.keyframesRule)&&(e.type=types.KEYFRAMES_RULE,e.keyframesName=e.selector.split(RX.multipleSpaces).pop()):0===s.indexOf(VAR_START)?e.type=types.MIXIN_RULE:e.type=types.STYLE_RULE}var o=e.rules;if(o)for(var a=0,i=o.length,l=void 0;a<i&&(l=o[a]);a++)parseCss(l,t);return e}function _expandUnicodeEscapes(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return"\\"+e}))}var types={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},OPEN_BRACE="{",CLOSE_BRACE="}",RX={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},VAR_START="--",MEDIA_START="@media",AT_START="@",VAR_USAGE_START=/\bvar\(/,VAR_ASSIGN_START=/\B--[\w-]+\s*:/,COMMENTS=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,TRAILING_LINES=/^[\t ]+\n/gm;function findRegex(e,t,r){e.lastIndex=0;var n=t.substring(r).match(e);if(n){var s=r+n.index;return{start:s,end:s+n[0].length}}return null}function resolveVar(e,t,r){return e[t]?e[t]:r?executeTemplate(r,e):""}function findVarEndIndex(e,t){for(var r=0,n=t;n<e.length;n++){var s=e[n];if("("===s)r++;else if(")"===s&&--r<=0)return n+1}return n}function parseVar(e,t){var r=findRegex(VAR_USAGE_START,e,t);if(!r)return null;var n=findVarEndIndex(e,r.start),s=e.substring(r.end,n-1).split(","),o=s[0],a=s.slice(1);return{start:r.start,end:n,propName:o.trim(),fallback:a.length>0?a.join(",").trim():void 0}}function compileVar(e,t,r){var n=parseVar(e,r);if(!n)return t.push(e.substring(r,e.length)),e.length;var s=n.propName,o=null!=n.fallback?compileTemplate(n.fallback):void 0;return t.push(e.substring(r,n.start),(function(e){return resolveVar(e,s,o)})),n.end}function executeTemplate(e,t){for(var r="",n=0;n<e.length;n++){var s=e[n];r+="string"==typeof s?s:s(t)}return r}function findEndValue(e,t){for(var r=!1,n=!1,s=t;s<e.length;s++){var o=e[s];if(r)n&&'"'===o&&(r=!1),n||"'"!==o||(r=!1);else if('"'===o)r=!0,n=!0;else if("'"===o)r=!0,n=!1;else{if(";"===o)return s+1;if("}"===o)return s}}return s}function removeCustomAssigns(e){for(var t="",r=0;;){var n=findRegex(VAR_ASSIGN_START,e,r),s=n?n.start:e.length;if(t+=e.substring(r,s),!n)break;r=findEndValue(e,s)}return t}function compileTemplate(e){var t=0;e=removeCustomAssigns(e=e.replace(COMMENTS,"")).replace(TRAILING_LINES,"");for(var r=[];t<e.length;)t=compileVar(e,r,t);return r}function resolveValues(e){var t={};e.forEach((function(e){e.declarations.forEach((function(e){t[e.prop]=e.value}))}));for(var r={},n=Object.entries(t),s=function(e){var t=!1;if(n.forEach((function(e){var n=e[0],s=executeTemplate(e[1],r);s!==r[n]&&(r[n]=s,t=!0)})),!t)return"break"},o=0;o<10;o++){if("break"===s())break}return r}function getSelectors(e,t){if(void 0===t&&(t=0),!e.rules)return[];var r=[];return e.rules.filter((function(e){return e.type===types.STYLE_RULE})).forEach((function(e){var n=getDeclarations(e.cssText);n.length>0&&e.parsedSelector.split(",").forEach((function(e){e=e.trim(),r.push({selector:e,declarations:n,specificity:computeSpecificity(),nu:t})})),t++})),r}function computeSpecificity(e){return 1}var IMPORTANT="!important",FIND_DECLARATIONS=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gm;function getDeclarations(e){for(var t,r=[];t=FIND_DECLARATIONS.exec(e.trim());){var n=normalizeValue(t[2]),s=n.value,o=n.important;r.push({prop:t[1].trim(),value:compileTemplate(s),important:o})}return r}function normalizeValue(e){var t=(e=e.replace(/\s+/gim," ").trim()).endsWith(IMPORTANT);return t&&(e=e.slice(0,e.length-IMPORTANT.length).trim()),{value:e,important:t}}function getActiveSelectors(e,t,r){var n=[],s=getScopesForElement(t,e);return r.forEach((function(e){return n.push(e)})),s.forEach((function(e){return n.push(e)})),sortSelectors(getSelectorsForScopes(n).filter((function(t){return matches(e,t.selector)})))}function getScopesForElement(e,t){for(var r=[];t;){var n=e.get(t);n&&r.push(n),t=t.parentElement}return r}function getSelectorsForScopes(e){var t=[];return e.forEach((function(e){t.push.apply(t,e.selectors)})),t}function sortSelectors(e){return e.sort((function(e,t){return e.specificity===t.specificity?e.nu-t.nu:e.specificity-t.specificity})),e}function matches(e,t){return":root"===t||"html"===t||e.matches(t)}function parseCSS(e){var t=parse(e),r=compileTemplate(e);return{original:e,template:r,selectors:getSelectors(t),usesCssVars:r.length>1}}function addGlobalStyle(e,t){if(e.some((function(e){return e.styleEl===t})))return!1;var r=parseCSS(t.textContent);return r.styleEl=t,e.push(r),!0}function updateGlobalScopes(e){var t=resolveValues(getSelectorsForScopes(e));e.forEach((function(e){e.usesCssVars&&(e.styleEl.textContent=executeTemplate(e.template,t))}))}function reScope(e,t){var r=e.template.map((function(r){return"string"==typeof r?replaceScope(r,e.scopeId,t):r})),n=e.selectors.map((function(r){return __assign(__assign({},r),{selector:replaceScope(r.selector,e.scopeId,t)})}));return __assign(__assign({},e),{template:r,selectors:n,scopeId:t})}function replaceScope(e,t,r){return e=replaceAll(e,"\\.".concat(t),".".concat(r))}function replaceAll(e,t,r){return e.replace(new RegExp(t,"g"),r)}function loadDocument(e,t){return loadDocumentStyles(e,t),loadDocumentLinks(e,t).then((function(){updateGlobalScopes(t)}))}function startWatcher(e,t){"undefined"!=typeof MutationObserver&&new MutationObserver((function(){loadDocumentStyles(e,t)&&updateGlobalScopes(t)})).observe(document.head,{childList:!0})}function loadDocumentLinks(e,t){for(var r=[],n=e.querySelectorAll('link[rel="stylesheet"][href]:not([data-no-shim])'),s=0;s<n.length;s++)r.push(addGlobalLink(e,t,n[s]));return Promise.all(r)}function loadDocumentStyles(e,t){return Array.from(e.querySelectorAll("style:not([data-styles]):not([data-no-shim])")).map((function(e){return addGlobalStyle(t,e)})).some(Boolean)}function addGlobalLink(e,t,r){var n=r.href;return fetch(n).then((function(e){return e.text()})).then((function(s){if(hasCssVariables(s)&&r.parentNode){hasRelativeUrls(s)&&(s=fixRelativeUrls(s,n));var o=e.createElement("style");o.setAttribute("data-styles",""),o.textContent=s,addGlobalStyle(t,o),r.parentNode.insertBefore(o,r),r.remove()}})).catch((function(e){console.error(e)}))}var CSS_VARIABLE_REGEXP=/[\s;{]--[-a-zA-Z0-9]+\s*:/m;function hasCssVariables(e){return e.indexOf("var(")>-1||CSS_VARIABLE_REGEXP.test(e)}var CSS_URL_REGEXP=/url[\s]*\([\s]*['"]?(?!(?:https?|data)\:|\/)([^\'\"\)]*)[\s]*['"]?\)[\s]*/gim;function hasRelativeUrls(e){return CSS_URL_REGEXP.lastIndex=0,CSS_URL_REGEXP.test(e)}function fixRelativeUrls(e,t){var r=t.replace(/[^/]*$/,"");return e.replace(CSS_URL_REGEXP,(function(e,t){var n=r+t;return e.replace(t,n)}))}var CustomStyle=function(){function e(e,t){this.win=e,this.doc=t,this.count=0,this.hostStyleMap=new WeakMap,this.hostScopeMap=new WeakMap,this.globalScopes=[],this.scopesMap=new Map,this.didInit=!1}return e.prototype.i=function(){var e=this;return this.didInit||!this.win.requestAnimationFrame?Promise.resolve():(this.didInit=!0,new Promise((function(t){e.win.requestAnimationFrame((function(){startWatcher(e.doc,e.globalScopes),loadDocument(e.doc,e.globalScopes).then((function(){return t()}))}))})))},e.prototype.addLink=function(e){var t=this;return addGlobalLink(this.doc,this.globalScopes,e).then((function(){t.updateGlobal()}))},e.prototype.addGlobalStyle=function(e){addGlobalStyle(this.globalScopes,e)&&this.updateGlobal()},e.prototype.createHostStyle=function(e,t,r,n){if(this.hostScopeMap.has(e))throw new Error("host style already created");var s=this.registerHostTemplate(r,t,n),o=this.doc.createElement("style");return o.setAttribute("data-no-shim",""),s.usesCssVars?n?(o["s-sc"]=t="".concat(s.scopeId,"-").concat(this.count),o.textContent="/*needs update*/",this.hostStyleMap.set(e,o),this.hostScopeMap.set(e,reScope(s,t)),this.count++):(s.styleEl=o,s.usesCssVars||(o.textContent=executeTemplate(s.template,{})),this.globalScopes.push(s),this.updateGlobal(),this.hostScopeMap.set(e,s)):o.textContent=r,o},e.prototype.removeHost=function(e){var t=this.hostStyleMap.get(e);t&&t.remove(),this.hostStyleMap.delete(e),this.hostScopeMap.delete(e)},e.prototype.updateHost=function(e){var t=this.hostScopeMap.get(e);if(t&&t.usesCssVars&&t.isScoped){var r=this.hostStyleMap.get(e);if(r){var n=resolveValues(getActiveSelectors(e,this.hostScopeMap,this.globalScopes));r.textContent=executeTemplate(t.template,n)}}},e.prototype.updateGlobal=function(){updateGlobalScopes(this.globalScopes)},e.prototype.registerHostTemplate=function(e,t,r){var n=this.scopesMap.get(t);return n||((n=parseCSS(e)).scopeId=t,n.isScoped=r,this.scopesMap.set(t,n)),n},e}();!function(e){!e||e.__cssshim||e.CSS&&e.CSS.supports&&e.CSS.supports("color","var(--c)")||(e.__cssshim=new CustomStyle(e,e.document))}("undefined"!=typeof window&&window);
110
-
111
109
  // Figure out currentScript (for IE11, since it does not support currentScript)
112
110
  var regex = /\/cura(\.esm)?\.js($|\?|#)/;
113
111
  var scriptElm = currentScript || Array.from(document.querySelectorAll('script')).find(function(s) {
@@ -117,7 +115,7 @@ var __assign=this&&this.__assign||function(){return __assign=Object.assign||func
117
115
  var resourcesUrl = scriptElm ? scriptElm.getAttribute('data-resources-url') || scriptElm.src : '';
118
116
  var start = function() {
119
117
  // if src is not present then origin is "null", and new URL() throws TypeError: Failed to construct 'URL': Invalid base URL
120
- var url = new URL('./p-61953b75.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
118
+ var url = new URL('./p-11002b56.system.js', new URL(resourcesUrl, window.location.origin !== 'null' ? window.location.origin : undefined));
121
119
  System.import(url.href);
122
120
  };
123
121
 
@@ -1,2 +0,0 @@
1
-
2
- //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1,2 @@
1
+ var __extends=this&&this.__extends||function(){var e=function(t,r){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r))e[r]=t[r]};return e(t,r)};return function(t,r){if(typeof r!=="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");e(t,r);function n(){this.constructor=t}t.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}}();var __awaiter=this&&this.__awaiter||function(e,t,r,n){function a(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,i){function l(e){try{s(n.next(e))}catch(e){i(e)}}function o(e){try{s(n["throw"](e))}catch(e){i(e)}}function s(e){e.done?r(e.value):a(e.value).then(l,o)}s((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,a,i,l;return l={next:o(0),throw:o(1),return:o(2)},typeof Symbol==="function"&&(l[Symbol.iterator]=function(){return this}),l;function o(e){return function(t){return s([e,t])}}function s(l){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,a&&(i=l[0]&2?a["return"]:l[0]?a["throw"]||((i=a["return"])&&i.call(a),0):a.next)&&!(i=i.call(a,l[1])).done)return i;if(a=0,i)l=[l[0]&2,i.value];switch(l[0]){case 0:case 1:i=l;break;case 4:r.label++;return{value:l[1],done:false};case 5:r.label++;a=l[1];l=[0];continue;case 7:l=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(l[0]===6||l[0]===2)){r=0;continue}if(l[0]===3&&(!i||l[1]>i[0]&&l[1]<i[3])){r.label=l[1];break}if(l[0]===6&&r.label<i[1]){r.label=i[1];i=l;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(l);break}if(i[2])r.ops.pop();r.trys.pop();continue}l=t.call(e,r)}catch(e){l=[6,e];a=0}finally{n=i=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:true}}};var __spreadArray=this&&this.__spreadArray||function(e,t,r){if(r||arguments.length===2)for(var n=0,a=t.length,i;n<a;n++){if(i||!(n in t)){if(!i)i=Array.prototype.slice.call(t,0,n);i[n]=t[n]}}return e.concat(i||Array.prototype.slice.call(t))};System.register([],(function(e,t){"use strict";return{execute:function(){var r=this;var n="cura";var a;var i;var l=false;var o=false;var s=false;var f=false;var $=false;var u=function(e,t){if(t===void 0){t=""}{return function(){return}}};var c=function(e,t){{return function(){return}}};var v="{visibility:hidden}.hydrated{visibility:inherit}";var d="http://www.w3.org/1999/xlink";var h={};var p="http://www.w3.org/2000/svg";var g="http://www.w3.org/1999/xhtml";var m=function(e){e=typeof e;return e==="object"||e==="function"};var y=e("h",(function(e,t){var r=[];for(var n=2;n<arguments.length;n++){r[n-2]=arguments[n]}var a=null;var i=null;var l=false;var o=false;var s=[];var f=function(t){for(var r=0;r<t.length;r++){a=t[r];if(Array.isArray(a)){f(a)}else if(a!=null&&typeof a!=="boolean"){if(l=typeof e!=="function"&&!m(a)){a=String(a)}if(l&&o){s[s.length-1].$text$+=a}else{s.push(l?b(null,a):a)}o=l}}};f(r);if(t){if(t.name){i=t.name}{var $=t.className||t.class;if($){t.class=typeof $!=="object"?$:Object.keys($).filter((function(e){return $[e]})).join(" ")}}}var u=b(e,null);u.$attrs$=t;if(s.length>0){u.$children$=s}{u.$name$=i}return u}));var b=function(e,t){var r={$flags$:0,$tag$:e,$text$:t,$elm$:null,$children$:null};{r.$attrs$=null}{r.$name$=null}return r};var w=e("H",{});var N=function(e){return e&&e.$tag$===w};var R=function(e,t){if(e!=null&&!m(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&2){return parseFloat(e)}if(t&1){return String(e)}return e}return e};var S=e("g",(function(e){return he(e).$hostElement$}));var _=function(e,t,r){var n=_e.ce(t,r);e.dispatchEvent(n);return n};var x=new WeakMap;var T=function(e,t,r){var n=Ne.get(e);if(Te&&r){n=n||new CSSStyleSheet;if(typeof n==="string"){n=t}else{n.replaceSync(t)}}else{n=t}Ne.set(e,n)};var C=function(e,t,r,n){var a=k(t);var i=Ne.get(a);e=e.nodeType===11?e:Se;if(i){if(typeof i==="string"){e=e.head||e;var l=x.get(e);var o=void 0;if(!l){x.set(e,l=new Set)}if(!l.has(a)){{{o=Se.createElement("style");o.innerHTML=i}e.insertBefore(o,e.querySelector("link"))}if(l){l.add(a)}}}else if(!e.adoptedStyleSheets.includes(i)){e.adoptedStyleSheets=__spreadArray(__spreadArray([],e.adoptedStyleSheets,true),[i],false)}}return a};var j=function(e){var t=e.$cmpMeta$;var r=e.$hostElement$;var n=u("attachStyles",t.$tagName$);C(r.getRootNode(),t);n()};var k=function(e,t){return"sc-"+e.$tagName$};var A=function(e,t,r,n,a,i){if(r!==n){var l=me(e,t);var o=t.toLowerCase();if(t==="class"){var s=e.classList;var f=M(r);var $=M(n);s.remove.apply(s,f.filter((function(e){return e&&!$.includes(e)})));s.add.apply(s,$.filter((function(e){return e&&!f.includes(e)})))}else if(t==="style"){{for(var u in r){if(!n||n[u]==null){if(u.includes("-")){e.style.removeProperty(u)}else{e.style[u]=""}}}}for(var u in n){if(!r||n[u]!==r[u]){if(u.includes("-")){e.style.setProperty(u,n[u])}else{e.style[u]=n[u]}}}}else if(!l&&t[0]==="o"&&t[1]==="n"){if(t[2]==="-"){t=t.slice(3)}else if(me(Re,o)){t=o.slice(2)}else{t=o[2]+t.slice(3)}if(r){_e.rel(e,t,r,false)}if(n){_e.ael(e,t,n,false)}}else{var c=m(n);if((l||c&&n!==null)&&!a){try{if(!e.tagName.includes("-")){var v=n==null?"":n;if(t==="list"){l=false}else if(r==null||e[t]!=v){e[t]=v}}else{e[t]=n}}catch(e){}}var h=false;{if(o!==(o=o.replace(/^xlink\:?/,""))){t=o;h=true}}if(n==null||n===false){if(n!==false||e.getAttribute(t)===""){if(h){e.removeAttributeNS(d,t)}else{e.removeAttribute(t)}}}else if((!l||i&4||a)&&!c){n=n===true?"":n;if(h){e.setAttributeNS(d,t,n)}else{e.setAttribute(t,n)}}}}};var E=/\s/;var M=function(e){return!e?[]:e.split(E)};var O=function(e,t,r,n){var a=t.$elm$.nodeType===11&&t.$elm$.host?t.$elm$.host:t.$elm$;var i=e&&e.$attrs$||h;var l=t.$attrs$||h;{for(n in i){if(!(n in l)){A(a,n,i[n],undefined,r,t.$flags$)}}}for(n in l){A(a,n,i[n],l[n],r,t.$flags$)}};var P=function(e,t,r,n){var o=t.$children$[r];var $=0;var u;var c;var v;if(!l){s=true;if(o.$tag$==="slot"){o.$flags$|=o.$children$?2:1}}if(o.$text$!==null){u=o.$elm$=Se.createTextNode(o.$text$)}else if(o.$flags$&1){u=o.$elm$=Se.createTextNode("")}else{if(!f){f=o.$tag$==="svg"}u=o.$elm$=Se.createElementNS(f?p:g,o.$flags$&2?"slot-fb":o.$tag$);if(f&&o.$tag$==="foreignObject"){f=false}{O(null,o,f)}if(o.$children$){for($=0;$<o.$children$.length;++$){c=P(e,o,$);if(c){u.appendChild(c)}}}{if(o.$tag$==="svg"){f=false}else if(u.tagName==="foreignObject"){f=true}}}{u["s-hn"]=i;if(o.$flags$&(2|1)){u["s-sr"]=true;u["s-cr"]=a;u["s-sn"]=o.$name$||"";v=e&&e.$children$&&e.$children$[r];if(v&&v.$tag$===o.$tag$&&e.$elm$){B(e.$elm$,false)}}}return u};var B=function(e,t){_e.$flags$|=1;var r=e.childNodes;for(var n=r.length-1;n>=0;n--){var a=r[n];if(a["s-hn"]!==i&&a["s-ol"]){V(a).insertBefore(a,H(a));a["s-ol"].remove();a["s-ol"]=undefined;s=true}if(t){B(a,t)}}_e.$flags$&=~1};var I=function(e,t,r,n,a,i){var l=e["s-cr"]&&e["s-cr"].parentNode||e;var o;for(;a<=i;++a){if(n[a]){o=P(null,r,a);if(o){n[a].$elm$=o;l.insertBefore(o,H(t))}}}};var L=function(e,t,r,n,a){for(;t<=r;++t){if(n=e[t]){a=n.$elm$;{o=true;if(a["s-ol"]){a["s-ol"].remove()}else{B(a,true)}}a.remove()}}};var z=function(e,t,r,n){var a=0;var i=0;var l=t.length-1;var o=t[0];var s=t[l];var f=n.length-1;var $=n[0];var u=n[f];var c;while(a<=l&&i<=f){if(o==null){o=t[++a]}else if(s==null){s=t[--l]}else if($==null){$=n[++i]}else if(u==null){u=n[--f]}else if(U(o,$)){q(o,$);o=t[++a];$=n[++i]}else if(U(s,u)){q(s,u);s=t[--l];u=n[--f]}else if(U(o,u)){if(o.$tag$==="slot"||u.$tag$==="slot"){B(o.$elm$.parentNode,false)}q(o,u);e.insertBefore(o.$elm$,s.$elm$.nextSibling);o=t[++a];u=n[--f]}else if(U(s,$)){if(o.$tag$==="slot"||u.$tag$==="slot"){B(s.$elm$.parentNode,false)}q(s,$);e.insertBefore(s.$elm$,o.$elm$);s=t[--l];$=n[++i]}else{{c=P(t&&t[i],r,i);$=n[++i]}if(c){{V(o.$elm$).insertBefore(c,H(o.$elm$))}}}}if(a>l){I(e,n[f+1]==null?null:n[f+1].$elm$,r,n,i,f)}else if(i>f){L(t,a,l)}};var U=function(e,t){if(e.$tag$===t.$tag$){if(e.$tag$==="slot"){return e.$name$===t.$name$}return true}return false};var H=function(e){return e&&e["s-ol"]||e};var V=function(e){return(e["s-ol"]?e["s-ol"]:e).parentNode};var q=function(e,t){var r=t.$elm$=e.$elm$;var n=e.$children$;var a=t.$children$;var i=t.$tag$;var l=t.$text$;var o;if(l===null){{f=i==="svg"?true:i==="foreignObject"?false:f}{if(i==="slot");else{O(e,t,f)}}if(n!==null&&a!==null){z(r,n,t,a)}else if(a!==null){if(e.$text$!==null){r.textContent=""}I(r,null,t,a,0,a.length-1)}else if(n!==null){L(n,0,n.length-1)}if(f&&i==="svg"){f=false}}else if(o=r["s-cr"]){o.parentNode.textContent=l}else if(e.$text$!==l){r.data=l}};var F=function(e){var t=e.childNodes;var r;var n;var a;var i;var l;var o;for(n=0,a=t.length;n<a;n++){r=t[n];if(r.nodeType===1){if(r["s-sr"]){l=r["s-sn"];r.hidden=false;for(i=0;i<a;i++){o=t[i].nodeType;if(t[i]["s-hn"]!==r["s-hn"]||l!==""){if(o===1&&l===t[i].getAttribute("slot")){r.hidden=true;break}}else{if(o===1||o===3&&t[i].textContent.trim()!==""){r.hidden=true;break}}}}F(r)}}};var W=[];var G=function(e){var t;var r;var n;var a;var i;var l;var s=0;var f=e.childNodes;var $=f.length;for(;s<$;s++){t=f[s];if(t["s-sr"]&&(r=t["s-cr"])&&r.parentNode){n=r.parentNode.childNodes;a=t["s-sn"];for(l=n.length-1;l>=0;l--){r=n[l];if(!r["s-cn"]&&!r["s-nr"]&&r["s-hn"]!==t["s-hn"]){if(D(r,a)){i=W.find((function(e){return e.$nodeToRelocate$===r}));o=true;r["s-sn"]=r["s-sn"]||a;if(i){i.$slotRefNode$=t}else{W.push({$slotRefNode$:t,$nodeToRelocate$:r})}if(r["s-sr"]){W.map((function(e){if(D(e.$nodeToRelocate$,r["s-sn"])){i=W.find((function(e){return e.$nodeToRelocate$===r}));if(i&&!e.$slotRefNode$){e.$slotRefNode$=i.$slotRefNode$}}}))}}else if(!W.some((function(e){return e.$nodeToRelocate$===r}))){W.push({$nodeToRelocate$:r})}}}}if(t.nodeType===1){G(t)}}};var D=function(e,t){if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var J=function(e,t){var r=e.$hostElement$;var n=e.$cmpMeta$;var f=e.$vnode$||b(null,null);var $=N(t)?t:y(null,null,t);i=r.tagName;if(n.$attrsToReflect$){$.$attrs$=$.$attrs$||{};n.$attrsToReflect$.map((function(e){var t=e[0],n=e[1];return $.$attrs$[n]=r[t]}))}$.$tag$=null;$.$flags$|=4;e.$vnode$=$;$.$elm$=f.$elm$=r;{a=r["s-cr"];l=(n.$flags$&1)!==0;o=false}q(f,$);{_e.$flags$|=1;if(s){G($.$elm$);var u=void 0;var c=void 0;var v=void 0;var d=void 0;var h=void 0;var p=void 0;var g=0;for(;g<W.length;g++){u=W[g];c=u.$nodeToRelocate$;if(!c["s-ol"]){v=Se.createTextNode("");v["s-nr"]=c;c.parentNode.insertBefore(c["s-ol"]=v,c)}}for(g=0;g<W.length;g++){u=W[g];c=u.$nodeToRelocate$;if(u.$slotRefNode$){d=u.$slotRefNode$.parentNode;h=u.$slotRefNode$.nextSibling;v=c["s-ol"];while(v=v.previousSibling){p=v["s-nr"];if(p&&p["s-sn"]===c["s-sn"]&&d===p.parentNode){p=p.nextSibling;if(!p||!p["s-nr"]){h=p;break}}}if(!h&&d!==c.parentNode||c.nextSibling!==h){if(c!==h){if(!c["s-hn"]&&c["s-ol"]){c["s-hn"]=c["s-ol"].parentNode.nodeName}d.insertBefore(c,h)}}}else{if(c.nodeType===1){c.hidden=true}}}}if(o){F($.$elm$)}_e.$flags$&=~1;W.length=0}};var K=function(e,t){if(t&&!e.$onRenderResolve$&&t["s-p"]){t["s-p"].push(new Promise((function(t){return e.$onRenderResolve$=t})))}};var Q=function(e,t){{e.$flags$|=16}if(e.$flags$&4){e.$flags$|=512;return}K(e,e.$ancestorComponent$);var r=function(){return X(e,t)};return Oe(r)};var X=function(e,t){var r=u("scheduleUpdate",e.$cmpMeta$.$tagName$);var n=e.$lazyInstance$;var a;r();return ne(a,(function(){return Y(e,n,t)}))};var Y=function(e,t,n){return __awaiter(r,void 0,void 0,(function(){var r,a,i,l,o,s;return __generator(this,(function(f){r=e.$hostElement$;a=u("update",e.$cmpMeta$.$tagName$);i=r["s-rc"];if(n){j(e)}l=u("render",e.$cmpMeta$.$tagName$);{Z(e,t)}if(i){i.map((function(e){return e()}));r["s-rc"]=undefined}l();a();{o=r["s-p"];s=function(){return ee(e)};if(o.length===0){s()}else{Promise.all(o).then(s);e.$flags$|=4;o.length=0}}return[2]}))}))};var Z=function(e,t,r){try{t=t.render();{e.$flags$&=~16}{e.$flags$|=2}{{{J(e,t)}}}}catch(t){ye(t,e.$hostElement$)}return null};var ee=function(e){var t=e.$cmpMeta$.$tagName$;var r=e.$hostElement$;var n=u("postUpdate",t);var a=e.$ancestorComponent$;if(!(e.$flags$&64)){e.$flags$|=64;{ae(r)}n();{e.$onReadyResolve$(r);if(!a){te()}}}else{n()}{if(e.$onRenderResolve$){e.$onRenderResolve$();e.$onRenderResolve$=undefined}if(e.$flags$&512){Me((function(){return Q(e,false)}))}e.$flags$&=~(4|512)}};var te=function(e){{ae(Se.documentElement)}Me((function(){return _(Re,"appload",{detail:{namespace:n}})}))};var re=function(e,t,r){if(e&&e[t]){try{return e[t](r)}catch(e){ye(e)}}return undefined};var ne=function(e,t){return e&&e.then?e.then(t):t()};var ae=function(e){return e.classList.add("hydrated")};var ie=function(e,t){return he(e).$instanceValues$.get(t)};var le=function(e,t,r,n){var a=he(e);var i=a.$hostElement$;var l=a.$instanceValues$.get(t);var o=a.$flags$;var s=a.$lazyInstance$;r=R(r,n.$members$[t][0]);var f=Number.isNaN(l)&&Number.isNaN(r);var $=r!==l&&!f;if((!(o&8)||l===undefined)&&$){a.$instanceValues$.set(t,r);if(s){if(n.$watchers$&&o&128){var u=n.$watchers$[t];if(u){u.map((function(e){try{s[e](r,l,t)}catch(e){ye(e,i)}}))}}if((o&(2|16))===2){Q(a,false)}}}};var oe=function(e,t,r){if(t.$members$){if(e.watchers){t.$watchers$=e.watchers}var n=Object.entries(t.$members$);var a=e.prototype;n.map((function(e){var n=e[0],i=e[1][0];if(i&31||r&2&&i&32){Object.defineProperty(a,n,{get:function(){return ie(this,n)},set:function(e){le(this,n,e,t)},configurable:true,enumerable:true})}}));if(r&1){var i=new Map;a.attributeChangedCallback=function(e,t,r){var n=this;_e.jmp((function(){var t=i.get(e);if(n.hasOwnProperty(t)){r=n[t];delete n[t]}else if(a.hasOwnProperty(t)&&typeof n[t]==="number"&&n[t]==r){return}n[t]=r===null&&typeof n[t]==="boolean"?false:r}))};e.observedAttributes=n.filter((function(e){var t=e[0],r=e[1];return r[0]&15})).map((function(e){var r=e[0],n=e[1];var a=n[1]||r;i.set(a,r);if(n[0]&512){t.$attrsToReflect$.push([r,a])}return a}))}}return e};var se=function(e,t,n,a,i){return __awaiter(r,void 0,void 0,(function(){var e,r,a,l,o,s,f;return __generator(this,(function($){switch($.label){case 0:if(!((t.$flags$&32)===0))return[3,3];t.$flags$|=32;i=we(n);if(!i.then)return[3,2];e=c();return[4,i];case 1:i=$.sent();e();$.label=2;case 2:if(!i.isProxied){{n.$watchers$=i.watchers}oe(i,n,2);i.isProxied=true}r=u("createInstance",n.$tagName$);{t.$flags$|=8}try{new i(t)}catch(e){ye(e)}{t.$flags$&=~8}{t.$flags$|=128}r();fe(t.$lazyInstance$);if(i.style){a=i.style;l=k(n);if(!Ne.has(l)){o=u("registerStyles",n.$tagName$);T(l,a,!!(n.$flags$&1));o()}}$.label=3;case 3:s=t.$ancestorComponent$;f=function(){return Q(t,true)};if(s&&s["s-rc"]){s["s-rc"].push(f)}else{f()}return[2]}}))}))};var fe=function(e){{re(e,"connectedCallback")}};var $e=function(e){if((_e.$flags$&1)===0){var t=he(e);var r=t.$cmpMeta$;var n=u("connectedCallback",r.$tagName$);if(!(t.$flags$&1)){t.$flags$|=1;{if(r.$flags$&(4|8)){ue(e)}}{var a=e;while(a=a.parentNode||a.host){if(a["s-p"]){K(t,t.$ancestorComponent$=a);break}}}if(r.$members$){Object.entries(r.$members$).map((function(t){var r=t[0],n=t[1][0];if(n&31&&e.hasOwnProperty(r)){var a=e[r];delete e[r];e[r]=a}}))}{se(e,t,r)}}else{fe(t.$lazyInstance$)}n()}};var ue=function(e){var t=e["s-cr"]=Se.createComment("");t["s-cn"]=true;e.insertBefore(t,e.firstChild)};var ce=function(e){if((_e.$flags$&1)===0){he(e)}};var ve=e("b",(function(e,t){if(t===void 0){t={}}var r=u();var n=[];var a=t.exclude||[];var i=Re.customElements;var l=Se.head;var o=l.querySelector("meta[charset]");var s=Se.createElement("style");var f=[];var $;var c=true;Object.assign(_e,t);_e.$resourcesUrl$=new URL(t.resourcesUrl||"./",Se.baseURI).href;e.map((function(e){e[1].map((function(t){var r={$flags$:t[0],$tagName$:t[1],$members$:t[2],$listeners$:t[3]};{r.$members$=t[2]}{r.$attrsToReflect$=[]}{r.$watchers$={}}var l=r.$tagName$;var o=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;t=n;ge(t,r);return n}t.prototype.connectedCallback=function(){var e=this;if($){clearTimeout($);$=null}if(c){f.push(this)}else{_e.jmp((function(){return $e(e)}))}};t.prototype.disconnectedCallback=function(){var e=this;_e.jmp((function(){return ce(e)}))};t.prototype.componentOnReady=function(){return he(this).$onReadyPromise$};return t}(HTMLElement);r.$lazyBundleId$=e[0];if(!a.includes(l)&&!i.get(l)){n.push(l);i.define(l,oe(o,r,1))}}))}));{s.innerHTML=n+v;s.setAttribute("data-styles","");l.insertBefore(s,o?o.nextSibling:l.firstChild)}c=false;if(f.length){f.map((function(e){return e.connectedCallback()}))}else{{_e.jmp((function(){return $=setTimeout(te,30)}))}}r()}));var de=new WeakMap;var he=function(e){return de.get(e)};var pe=e("r",(function(e,t){return de.set(t.$lazyInstance$=e,t)}));var ge=function(e,t){var r={$flags$:0,$hostElement$:e,$cmpMeta$:t,$instanceValues$:new Map};{r.$onReadyPromise$=new Promise((function(e){return r.$onReadyResolve$=e}));e["s-p"]=[];e["s-rc"]=[]}return de.set(e,r)};var me=function(e,t){return t in e};var ye=function(e,t){return(0,console.error)(e,t)};var be=new Map;var we=function(e,r,n){var a=e.$tagName$.replace(/-/g,"_");var i=e.$lazyBundleId$;var l=be.get(i);if(l){return l[a]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return t.import("./".concat(i,".entry.js").concat("")).then((function(e){{be.set(i,e)}return e[a]}),ye)};var Ne=new Map;var Re=typeof window!=="undefined"?window:{};var Se=Re.document||{head:{}};var _e={$flags$:0,$resourcesUrl$:"",jmp:function(e){return e()},raf:function(e){return requestAnimationFrame(e)},ael:function(e,t,r,n){return e.addEventListener(t,r,n)},rel:function(e,t,r,n){return e.removeEventListener(t,r,n)},ce:function(e,t){return new CustomEvent(e,t)}};var xe=e("p",(function(e){return Promise.resolve(e)}));var Te=function(){try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(e){}return false}();var Ce=[];var je=[];var ke=function(e,t){return function(r){e.push(r);if(!$){$=true;if(t&&_e.$flags$&4){Me(Ee)}else{_e.raf(Ee)}}}};var Ae=function(e){for(var t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){ye(e)}}e.length=0};var Ee=function(){Ae(Ce);{Ae(je);if($=Ce.length>0){_e.raf(Ee)}}};var Me=function(e){return xe().then(e)};var Oe=ke(je,true)}}}));
@@ -0,0 +1 @@
1
+ System.register(["./p-0b79032f.system.js","./p-32769783.system.js"],(function(e,t){"use strict";var r,s,o;return{setters:[function(e){r=e.p;s=e.b},function(e){o=e.g}],execute:function(){var e=function(){var e=t.meta.url;var s={};if(e!==""){s.resourcesUrl=new URL(".",e).href}return r(s)};e().then((function(e){o();return s([["p-a2ad5637.system",[[0,"cura-icon",{name:[513],color:[1],size:[8],iconset:[513],disabled:[4]}]]],["p-54c09404.system",[[0,"cura-icons-view",{selected:[32]}]]],["p-bd91ecb9.system",[[4,"cura-display",{level:[514],size:[513],inverted:[516],spotColor:[513,"spot-color"]}],[4,"cura-heading",{level:[514],size:[513],weight:[513],inverted:[516],spotColor:[513,"spot-color"]}],[4,"cura-page-template",{contentwidth:[513]}],[4,"cura-paragraph",{size:[513],inverted:[516],spotColor:[513,"spot-color"]}]]]],e)}))}}}));
@@ -0,0 +1 @@
1
+ System.register([],(function(t){"use strict";return{execute:function(){var e={color:{primary:{100:"#71C5E8",300:"#449CD5",500:"#005EB8",700:"#004890",900:"#002855"},secondary:{100:"#F5ECE3",300:"#DDC0A2",500:"#CCA074",700:"#886B4D",900:"#292017"},accent:{100:"#F9E8D5",300:"#E4A04F",500:"#DF8D2C",700:"#955E1D",900:"#2D1C09"}},spacing:{base:4},font:{size:"14px",color:"#4A4A4A",body:"'Roboto', Arial, Helvetica, sans-serif",heading:"'Roboto', Arial, Helvetica, sans-serif",display:"'Roboto', Arial, Helvetica, sans-serif",weights:{thin:100,light:300,regular:400,medium:500,bold:700,black:900}}};var r=Object.assign(Object.assign({},e),{color:{primary:{100:"#FCEFF6",300:"#FFBFE5",500:"#CD4D9A",700:"#99126C",900:"#00133B"},secondary:{100:"#EDF3FF",300:"#BDD2FF",500:"#189AB4",700:"#001C58",900:"#430E31"}}});var o=Object.assign(Object.assign({},e),{color:{primary:{100:"#99CFFF",300:"#47A9FF",500:"#0083F5",700:"#006DCC",900:"#0058A4"},secondary:{100:"#CDD7E3",300:"#9BAFC7",500:"#6886AB",700:"#365E8F",900:"#043673"},aux1:{100:"#AABEE1",300:"#557EC4",500:"#003DA6",700:"#00296F",900:"#000C21"},aux2:{100:"#DAF2EF",300:"#84D4CA",500:"#47BFB0",700:"#2F7F75",900:"#0E2623"}}});var i={default:e,maternidade:r,oncologia:o};var n={color:{success:{lighter:"#DFF6E9",light:"#94E1B5",base:"#5FD290",dark:"#3F8C60",darker:"#132A1D",depth100:"#DFF6E9",depth300:"#94E1B5",depth500:"#5FD290",depth700:"#3F8C60",depth900:"#132A1D"},info:{lighter:"#CFE2FF",light:"#95BFFF",base:"#6EA8FF",dark:"#517BBB",darker:"#253855",depth100:"#CFE2FF",depth300:"#95BFFF",depth500:"#6EA8FF",depth700:"#517BBB",depth900:"#253855"},error:{lighter:"#FBDDDD",light:"#F28F8F",base:"#EB5757",dark:"#9D3A3A",darker:"#2F1111",depth100:"#FBDDDD",depth300:"#F28F8F",depth500:"#EB5757",depth700:"#9D3A3A",depth900:"#2F1111"},warning:{lighter:"#FCFAC4",light:"#F8F489",base:"#F5EF4E",dark:"#A39F34",darker:"#313010",depth100:"#FCFAC4",depth300:"#F8F489",depth500:"#F5EF4E",depth700:"#A39F34",depth900:"#313010"},neutral:{0:"#FFFFFF",100:"#F6F6F6",200:"#E9E9E9",300:"#E2E2E2",400:"#D4D4D4",500:"#B7B7B7",600:"#929292",700:"#6E6E6E",800:"#4A4A4A",900:"#262626"}}};var a=function(){function t(){this.NeutralDepthAlias={purewhite:"0",white:"100",pale:"200",lighter:"300",light:"400",base:"500",medium:"600",dark:"700",darker:"800",black:"900"};this.ColorDepthAlias={lighter:"100",light:"300",base:"500",dark:"700",darker:"900"}}t.prototype.getColor=function(t){if(t===void 0){t="primary-base"}var e=this.splitColorDepth(t),r=e.color,o=e.depth;var i=this.getStatic(r,o);if(i)return i;return this.getDynamic(r,o)};t.prototype.getStatic=function(t,e){var r,o;return((r=n.color[t])===null||r===void 0?void 0:r[e])||((o=n.color[t])===null||o===void 0?void 0:o[this.NeutralDepthAlias[e]])||null};t.prototype.getDynamic=function(t,e){var r=this.ColorDepthAlias[e]?"--cura-color-".concat(t,"-").concat(this.ColorDepthAlias[e]):"--cura-color-".concat(t,"-").concat(e);return getComputedStyle(document.body).getPropertyValue(r)?"var(".concat(r,")"):"var(--cura-color-primary-500)"};t.prototype.splitColorDepth=function(t){var e=t.toLowerCase().split(/-(.*)/),r=e[0],o=e[1];return{color:r!==null&&r!==void 0?r:"primary",depth:o!==null&&o!==void 0?o:"base"}};return t}();var s=function(){function t(){this.curaSpacing="--cura-spacing-base"}t.prototype.getSpacing=function(){if(getComputedStyle(document.body).getPropertyValue(this.curaSpacing)){return"var(".concat(this.curaSpacing,")")}return"4"};return t}();var c=function(){function t(){this.getSize=function(){return"var(--cura-font-size)"};this.getColor=function(){return"var(--cura-font-color)"}}t.prototype.getFamily=function(t){if(t===void 0){t="body"}var e="--cura-font-".concat(t.toLowerCase());return getComputedStyle(document.body).getPropertyValue(e)?"var(".concat(e,")"):"var(--cura-font-body)"};t.prototype.getWeights=function(){var t={};Object.keys(e.font.weights).forEach((function(e){return t[e]="var(--cura-font-weights-".concat(e,")")}));return t};return t}();var u=function(){function t(){var t=this;this.prefix="--cura";this.colors=new a;this.spacing=new s;this.fonts=new c;this.setCssVar=function(e,r){var o=t.groupPath(r,e[0]);t.body.style.setProperty(o,e[1])};this.groupPath=function(t,e){return"".concat(t,"-").concat(e)};this.isObject=function(t){return t&&typeof t==="object"&&!Array.isArray(t)};this.mergeObject=function(e,r){var o=Object.entries(e);for(var i=0,n=o;i<n.length;i++){var a=n[i];if(t.isObject(a[1])){t.mergeObject(a[1],r[a[0]])}else{r[a[0]]=a[1]}}};this.buildCssVars=function(e,r){var o=Object.entries(r);for(var i=0,n=o;i<n.length;i++){var a=n[i];if(t.isObject(a[1])){t.buildCssVars(t.groupPath(e,a[0]),a[1])}else{t.setCssVar(a,e)}}};this.body=window.document.documentElement.querySelector("body")}t.prototype.load=function(t){if(t===void 0){t="default"}var e=i[t]?i[t]:i.default;this.buildCssVars(this.prefix,e)};t.prototype.setCustom=function(t){var e=t.name;if(e in i){console.log("Error building custom theme. Theme %s already exists. Loading default theme.",e);this.load("default")}else{var r=t.fromPreset&&t.fromPreset in i?i[t.fromPreset]:i.default;var o=Object.assign({},JSON.parse(JSON.stringify(r)));this.mergeObject(t.definitions,o);i[e]=o;this.load(e)}};return t}();var l=function(){function t(t){this.localAssetsPath=t&&t.localAssetsPath?t.localAssetsPath:"/assets";var e=new u;this.theme={load:function(t){e.load(t)},setCustom:function(t){e.setCustom(t)},colors:{getColor:function(t){return e.colors.getColor(t)}},fonts:{getFamily:function(t){return e.fonts.getFamily(t)},getWeights:function(){return e.fonts.getWeights()},getSize:function(){return e.fonts.getSize()},getColor:function(){return e.fonts.getColor()}},spacing:{getSpacing:function(){return e.spacing.getSpacing()}}};if(t&&t.customTheme){this.theme.setCustom(t.customTheme)}else{var r=t&&t.theme?t.theme:"default";this.theme.load(r)}}return t}();function h(){var t=window.CuraInit;window.CuraAPI=t?new l(t):new l;var e=window.CuraAPI;window.dispatchEvent(new CustomEvent("CuraAPIReady",{detail:{api:e}}));if(t&&typeof t.onReady==="function")t.onReady(e)}var d=t("g",h)}}}));
@@ -1,2 +1 @@
1
- System.register([],(function(){"use strict";return{execute:function(){}}}));
2
- //# sourceMappingURL=p-50ea2036.system.js.map
1
+ System.register([],(function(){"use strict";return{execute:function(){}}}));
@@ -1,2 +1 @@
1
- System.register(["./p-c30e14d5.system.js"],(function(e){"use strict";var i,n,a;return{setters:[function(e){i=e.r;n=e.h;a=e.H}],execute:function(){var l=["360","accessibility","alertCircle","alertTriangle","arrowDown","arrowDownCircle","arrowLeft","arrowLeftCircle","arrowRight","arrowRightCircle","arrowUp","arrowUpCircle","attach","avatarF","avatarM","biometry","bloodGroup","calendar","cam","camOff","central","chatCircle","check","checkBadge","checkCircle","checkDouble","clock","close","closeCircle","collapse","config","delete","desktop","deslike","download","duplicate","edit","exam","expand","facebook","fileBmp","fileJpg","filePdf","filePng","fileUpload","fileXls","filter","fullscreen","gallery","geotag","google","hate","healthPlan","height","height2","home","horizontalList","imageUp","info2","infoCircle","instagram","key","language","language2","languageEN","languagePT","lattes","like","likeHand","link","linkExternal","linkedin","list","login","logout","love","mail","mail2","medical","menuHamburguer","menuKebab","menuMeatballs","mic","micOff","minus","minusCircle","minusSquare","mobile","neutral","news","notification","order","partner","phone","play","plus","plusCircle","plusSquare","print","profile","profile2","pulldownG","pulldownP","pullupG","pullupP","questionCircle","questionSquare","range","reload","schedule","search","secure","share","share2","sound","soundOff","subItem","target","team","twitter","unLink","unSecure","unlikeHand","upload","verticalList","viewFalse","viewTrue","weight","whatsapp","wifi","youtube","zoomIn","zoomOut"];var s=':host{display:block;padding:24px;font-family:"Roboto", Arial, Helvetica, sans-serif}.iconDetail{display:block}.iconSizes{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.iconSizes .size{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-right:9px;padding:8px}.iconSizes .size:last-child{margin-right:0}.iconSizes .size span{font-size:10px}.iconSizes.invert{margin-top:12px}.iconSizes.invert .size{background-color:#262626;color:#F6F6F6;border-radius:3px}.icons{margin-top:28px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.icons .icon{position:relative;padding:4px;cursor:pointer;opacity:0.6;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.icons .icon span{font-size:12px;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#000;color:#FFF;border-radius:2px;position:absolute;top:-2px;left:50%;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);display:none}.icons .icon:hover{opacity:1}.icons .icon:hover span{display:block}';var r=e("cura_icons_view",function(){function e(e){var n=this;i(this,e);this.sizes=[16,20,24,32,40,48,64,72,128];this.colors=["primary","secondary","accent","info","warning","error","success","neutral"];this.setSelected=function(e){n.selected=e};this.selected="360"}e.prototype.render=function(){var e=this;return n(a,null,n("div",{class:"iconDetail"},n("h4",null,this.selected),n("div",{class:"iconSizes"},this.sizes.map((function(i){return n("div",{class:"size"},n("cura-icon",{name:e.selected,size:i}),n("span",null,i))}))),n("div",{class:"iconSizes invert"},this.sizes.map((function(i){return n("div",{class:"size"},n("cura-icon",{name:e.selected,size:i,color:"neutral-white"}),n("span",null,i))}))),n("div",{class:"iconSizes"},this.colors.map((function(i){return n("div",{class:"size"},n("cura-icon",{name:e.selected,color:i}),n("span",null,i))})),n("div",{class:"size"},n("cura-icon",{name:this.selected,disabled:true}),n("span",null,"Disabled")))),n("div",{class:"icons"},l.map((function(i){return n("div",{class:"icon",onClick:function(){return e.setSelected(i)}},n("cura-icon",{name:i}),n("span",null,i))}))))};return e}());r.style=s}}}));
2
- //# sourceMappingURL=p-958c8695.system.entry.js.map
1
+ System.register(["./p-0b79032f.system.js"],(function(e){"use strict";var i,n,a;return{setters:[function(e){i=e.r;n=e.h;a=e.H}],execute:function(){var l=["360","accessibility","alertCircle","alertTriangle","arrowDown","arrowDownCircle","arrowLeft","arrowLeftCircle","arrowRight","arrowRightCircle","arrowUp","arrowUpCircle","attach","avatarF","avatarM","biometry","bloodGroup","calendar","cam","camOff","central","chatCircle","check","checkBadge","checkCircle","checkDouble","clock","close","closeCircle","collapse","config","delete","desktop","deslike","download","duplicate","edit","exam","expand","facebook","fileBmp","fileJpg","filePdf","filePng","fileUpload","fileXls","filter","fullscreen","gallery","geotag","google","hate","healthPlan","height","height2","home","horizontalList","imageUp","info2","infoCircle","instagram","key","language","language2","languageEN","languagePT","lattes","like","likeHand","link","linkExternal","linkedin","list","login","logout","love","mail","mail2","medical","menuHamburguer","menuKebab","menuMeatballs","mic","micOff","minus","minusCircle","minusSquare","mobile","neutral","news","notification","order","partner","phone","play","plus","plusCircle","plusSquare","print","profile","profile2","pulldownG","pulldownP","pullupG","pullupP","questionCircle","questionSquare","range","reload","schedule","search","secure","share","share2","sound","soundOff","subItem","target","team","twitter","unLink","unSecure","unlikeHand","upload","verticalList","viewFalse","viewTrue","weight","whatsapp","wifi","youtube","zoomIn","zoomOut"];var s=':host{display:block;padding:24px;font-family:"Roboto", Arial, Helvetica, sans-serif}.iconDetail{display:block}.iconSizes{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.iconSizes .size{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-right:9px;padding:8px}.iconSizes .size:last-child{margin-right:0}.iconSizes .size span{font-size:10px}.iconSizes.invert{margin-top:12px}.iconSizes.invert .size{background-color:#262626;color:#F6F6F6;border-radius:3px}.icons{margin-top:28px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.icons .icon{position:relative;padding:4px;cursor:pointer;opacity:0.6;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.icons .icon span{font-size:12px;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#000;color:#FFF;border-radius:2px;position:absolute;top:-2px;left:50%;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);display:none}.icons .icon:hover{opacity:1}.icons .icon:hover span{display:block}';var r=e("cura_icons_view",function(){function e(e){var n=this;i(this,e);this.sizes=[16,20,24,32,40,48,64,72,128];this.colors=["primary","secondary","accent","info","warning","error","success","neutral"];this.selected="360";this.setSelected=function(e){n.selected=e}}e.prototype.render=function(){var e=this;return n(a,null,n("div",{class:"iconDetail"},n("h4",null,this.selected),n("div",{class:"iconSizes"},this.sizes.map((function(i){return n("div",{class:"size"},n("cura-icon",{name:e.selected,size:i}),n("span",null,i))}))),n("div",{class:"iconSizes invert"},this.sizes.map((function(i){return n("div",{class:"size"},n("cura-icon",{name:e.selected,size:i,color:"neutral-white"}),n("span",null,i))}))),n("div",{class:"iconSizes"},this.colors.map((function(i){return n("div",{class:"size"},n("cura-icon",{name:e.selected,color:i}),n("span",null,i))})),n("div",{class:"size"},n("cura-icon",{name:this.selected,disabled:true}),n("span",null,"Disabled")))),n("div",{class:"icons"},l.map((function(i){return n("div",{class:"icon",onClick:function(){return e.setSelected(i)}},n("cura-icon",{name:i}),n("span",null,i))}))))};return e}());r.style=s}}}));
@@ -0,0 +1,2 @@
1
+ let t,e,n=!1,l=!1,o=!1,s=!1,i=!1;const r="http://www.w3.org/1999/xlink",c={},f=t=>"object"==(t=typeof t)||"function"===t,a=(t,e,...n)=>{let l=null,o=null,s=!1,i=!1;const r=[],c=e=>{for(let n=0;n<e.length;n++)l=e[n],Array.isArray(l)?c(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof t&&!f(l))&&(l+=""),s&&i?r[r.length-1].t+=l:r.push(s?u(null,l):l),i=s)};if(c(n),e){e.name&&(o=e.name);{const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}}const a=u(t,null);return a.l=e,r.length>0&&(a.o=r),a.i=o,a},u=(t,e)=>({u:0,$:t,t:e,h:null,o:null,l:null,i:null}),$={},h=t=>D(t).p,d=new WeakMap,y=t=>"sc-"+t.m,w=(t,e,n,l,o,s)=>{if(n!==l){let i=J(t,e),c=e.toLowerCase();if("class"===e){const e=t.classList,o=b(n),s=b(l);e.remove(...o.filter((t=>t&&!s.includes(t)))),e.add(...s.filter((t=>t&&!o.includes(t))))}else if("style"===e){for(const e in n)l&&null!=l[e]||(e.includes("-")?t.style.removeProperty(e):t.style[e]="");for(const e in l)n&&l[e]===n[e]||(e.includes("-")?t.style.setProperty(e,l[e]):t.style[e]=l[e])}else if(i||"o"!==e[0]||"n"!==e[1]){const a=f(l);if((i||a&&null!==l)&&!o)try{if(t.tagName.includes("-"))t[e]=l;else{const o=null==l?"":l;"list"===e?i=!1:null!=n&&t[e]==o||(t[e]=o)}}catch(t){}let u=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(e=c,u=!0),null==l||!1===l?!1===l&&""!==t.getAttribute(e)||(u?t.removeAttributeNS(r,e):t.removeAttribute(e)):(!i||4&s||o)&&!a&&(l=!0===l?"":l,u?t.setAttributeNS(r,e,l):t.setAttribute(e,l))}else e="-"===e[2]?e.slice(3):J(Z,c)?c.slice(2):c[2]+e.slice(3),n&&et.rel(t,e,n,!1),l&&et.ael(t,e,l,!1)}},p=/\s/,b=t=>t?t.split(p):[],m=(t,e,n,l)=>{const o=11===e.h.nodeType&&e.h.host?e.h.host:e.h,s=t&&t.l||c,i=e.l||c;for(l in s)l in i||w(o,l,s[l],void 0,n,e.u);for(l in i)w(o,l,s[l],i[l],n,e.u)},g=(l,i,r)=>{const c=i.o[r];let f,a,u,$=0;if(n||(o=!0,"slot"===c.$&&(c.u|=c.o?2:1)),null!==c.t)f=c.h=tt.createTextNode(c.t);else if(1&c.u)f=c.h=tt.createTextNode("");else{if(s||(s="svg"===c.$),f=c.h=tt.createElementNS(s?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&c.u?"slot-fb":c.$),s&&"foreignObject"===c.$&&(s=!1),m(null,c,s),c.o)for($=0;$<c.o.length;++$)a=g(l,c,$),a&&f.appendChild(a);"svg"===c.$?s=!1:"foreignObject"===f.tagName&&(s=!0)}return f["s-hn"]=e,3&c.u&&(f["s-sr"]=!0,f["s-cr"]=t,f["s-sn"]=c.i||"",u=l&&l.o&&l.o[r],u&&u.$===c.$&&l.h&&v(l.h,!1)),f},v=(t,n)=>{et.u|=1;const l=t.childNodes;for(let t=l.length-1;t>=0;t--){const s=l[t];s["s-hn"]!==e&&s["s-ol"]&&(M(s).insertBefore(s,O(s)),s["s-ol"].remove(),s["s-ol"]=void 0,o=!0),n&&v(s,n)}et.u&=-2},S=(t,e,n,l,o,s)=>{let i,r=t["s-cr"]&&t["s-cr"].parentNode||t;for(;o<=s;++o)l[o]&&(i=g(null,n,o),i&&(l[o].h=i,r.insertBefore(i,O(e))))},j=(t,e,n,o,s)=>{for(;e<=n;++e)(o=t[e])&&(l=!0,(s=o.h)["s-ol"]?s["s-ol"].remove():v(s,!0),s.remove())},k=(t,e)=>t.$===e.$&&("slot"!==t.$||t.i===e.i),O=t=>t&&t["s-ol"]||t,M=t=>(t["s-ol"]?t["s-ol"]:t).parentNode,C=(t,e)=>{const n=e.h=t.h,l=t.o,o=e.o,i=e.$,r=e.t;let c;null===r?(s="svg"===i||"foreignObject"!==i&&s,"slot"===i||m(t,e,s),null!==l&&null!==o?((t,e,n,l)=>{let o,s=0,i=0,r=e.length-1,c=e[0],f=e[r],a=l.length-1,u=l[0],$=l[a];for(;s<=r&&i<=a;)null==c?c=e[++s]:null==f?f=e[--r]:null==u?u=l[++i]:null==$?$=l[--a]:k(c,u)?(C(c,u),c=e[++s],u=l[++i]):k(f,$)?(C(f,$),f=e[--r],$=l[--a]):k(c,$)?("slot"!==c.$&&"slot"!==$.$||v(c.h.parentNode,!1),C(c,$),t.insertBefore(c.h,f.h.nextSibling),c=e[++s],$=l[--a]):k(f,u)?("slot"!==c.$&&"slot"!==$.$||v(f.h.parentNode,!1),C(f,u),t.insertBefore(f.h,c.h),f=e[--r],u=l[++i]):(o=g(e&&e[i],n,i),u=l[++i],o&&M(c.h).insertBefore(o,O(c.h)));s>r?S(t,null==l[a+1]?null:l[a+1].h,n,l,i,a):i>a&&j(e,s,r)})(n,l,e,o):null!==o?(null!==t.t&&(n.textContent=""),S(n,null,e,o,0,o.length-1)):null!==l&&j(l,0,l.length-1),s&&"svg"===i&&(s=!1)):(c=n["s-cr"])?c.parentNode.textContent=r:t.t!==r&&(n.data=r)},x=t=>{const e=t.childNodes;let n,l,o,s,i,r;for(l=0,o=e.length;l<o;l++)if(n=e[l],1===n.nodeType){if(n["s-sr"])for(i=n["s-sn"],n.hidden=!1,s=0;s<o;s++)if(r=e[s].nodeType,e[s]["s-hn"]!==n["s-hn"]||""!==i){if(1===r&&i===e[s].getAttribute("slot")){n.hidden=!0;break}}else if(1===r||3===r&&""!==e[s].textContent.trim()){n.hidden=!0;break}x(n)}},R=[],T=t=>{let e,n,o,s,i,r,c=0;const f=t.childNodes,a=f.length;for(;c<a;c++){if(e=f[c],e["s-sr"]&&(n=e["s-cr"])&&n.parentNode)for(o=n.parentNode.childNodes,s=e["s-sn"],r=o.length-1;r>=0;r--)n=o[r],n["s-cn"]||n["s-nr"]||n["s-hn"]===e["s-hn"]||(N(n,s)?(i=R.find((t=>t.g===n)),l=!0,n["s-sn"]=n["s-sn"]||s,i?i.v=e:R.push({v:e,g:n}),n["s-sr"]&&R.map((t=>{N(t.g,n["s-sn"])&&(i=R.find((t=>t.g===n)),i&&!t.v&&(t.v=i.v))}))):R.some((t=>t.g===n))||R.push({g:n}));1===e.nodeType&&T(e)}},N=(t,e)=>1===t.nodeType?null===t.getAttribute("slot")&&""===e||t.getAttribute("slot")===e:t["s-sn"]===e||""===e,P=(t,e)=>{e&&!t.S&&e["s-p"]&&e["s-p"].push(new Promise((e=>t.S=e)))},E=(t,e)=>{if(t.u|=16,!(4&t.u))return P(t,t.j),at((()=>A(t,e)));t.u|=512},A=(t,e)=>{const n=t.k;return W(void 0,(()=>F(t,n,e)))},F=async(t,e,n)=>{const l=t.p,o=l["s-rc"];n&&(t=>{const e=t.O;((t,e)=>{let n=y(e);const l=Y.get(n);if(t=11===t.nodeType?t:tt,l)if("string"==typeof l){let e,o=d.get(t=t.head||t);o||d.set(t,o=new Set),o.has(n)||(e=tt.createElement("style"),e.innerHTML=l,t.insertBefore(e,t.querySelector("link")),o&&o.add(n))}else t.adoptedStyleSheets.includes(l)||(t.adoptedStyleSheets=[...t.adoptedStyleSheets,l])})(t.p.getRootNode(),e)})(t);H(t,e),o&&(o.map((t=>t())),l["s-rc"]=void 0);{const e=l["s-p"],n=()=>L(t);0===e.length?n():(Promise.all(e).then(n),t.u|=4,e.length=0)}},H=(s,i)=>{try{i=i.render(),s.u&=-17,s.u|=2,((s,i)=>{const r=s.p,c=s.O,f=s.M||u(null,null),h=(t=>t&&t.$===$)(i)?i:a(null,null,i);if(e=r.tagName,c.C&&(h.l=h.l||{},c.C.map((([t,e])=>h.l[e]=r[t]))),h.$=null,h.u|=4,s.M=h,h.h=f.h=r,t=r["s-cr"],n=0!=(1&c.u),l=!1,C(f,h),et.u|=1,o){let t,e,n,l,o,s;T(h.h);let i=0;for(;i<R.length;i++)t=R[i],e=t.g,e["s-ol"]||(n=tt.createTextNode(""),n["s-nr"]=e,e.parentNode.insertBefore(e["s-ol"]=n,e));for(i=0;i<R.length;i++)if(t=R[i],e=t.g,t.v){for(l=t.v.parentNode,o=t.v.nextSibling,n=e["s-ol"];n=n.previousSibling;)if(s=n["s-nr"],s&&s["s-sn"]===e["s-sn"]&&l===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&l!==e.parentNode||e.nextSibling!==o)&&e!==o&&(!e["s-hn"]&&e["s-ol"]&&(e["s-hn"]=e["s-ol"].parentNode.nodeName),l.insertBefore(e,o))}else 1===e.nodeType&&(e.hidden=!0)}l&&x(h.h),et.u&=-2,R.length=0})(s,i)}catch(t){K(t,s.p)}return null},L=t=>{const e=t.p,n=t.j;64&t.u||(t.u|=64,q(e),t.R(e),n||U()),t.S&&(t.S(),t.S=void 0),512&t.u&&ft((()=>E(t,!1))),t.u&=-517},U=()=>{q(tt.documentElement),ft((()=>(t=>{const e=et.ce("appload",{detail:{namespace:"cura"}});return t.dispatchEvent(e),e})(Z)))},W=(t,e)=>t&&t.then?t.then(e):e(),q=t=>t.classList.add("hydrated"),V=(t,e,n)=>{if(e.T){t.watchers&&(e.N=t.watchers);const l=Object.entries(e.T),o=t.prototype;if(l.map((([t,[l]])=>{(31&l||2&n&&32&l)&&Object.defineProperty(o,t,{get(){return((t,e)=>D(this).P.get(e))(0,t)},set(n){((t,e,n,l)=>{const o=D(t),s=o.p,i=o.P.get(e),r=o.u,c=o.k;if(n=((t,e)=>null==t||f(t)?t:4&e?"false"!==t&&(""===t||!!t):2&e?parseFloat(t):1&e?t+"":t)(n,l.T[e][0]),(!(8&r)||void 0===i)&&n!==i&&(!Number.isNaN(i)||!Number.isNaN(n))&&(o.P.set(e,n),c)){if(l.N&&128&r){const t=l.N[e];t&&t.map((t=>{try{c[t](n,i,e)}catch(t){K(t,s)}}))}2==(18&r)&&E(o,!1)}})(this,t,n,e)},configurable:!0,enumerable:!0})})),1&n){const n=new Map;o.attributeChangedCallback=function(t,e,l){et.jmp((()=>{const e=n.get(t);if(this.hasOwnProperty(e))l=this[e],delete this[e];else if(o.hasOwnProperty(e)&&"number"==typeof this[e]&&this[e]==l)return;this[e]=(null!==l||"boolean"!=typeof this[e])&&l}))},t.observedAttributes=l.filter((([t,e])=>15&e[0])).map((([t,l])=>{const o=l[1]||t;return n.set(o,t),512&l[0]&&e.C.push([t,o]),o}))}}return t},_=t=>{((t,e)=>{if(t&&t[e])try{t[e](void 0)}catch(t){K(t)}})(t,"connectedCallback")},z=(t,e={})=>{const n=[],l=e.exclude||[],o=Z.customElements,s=tt.head,i=s.querySelector("meta[charset]"),r=tt.createElement("style"),c=[];let f,a=!0;Object.assign(et,e),et.A=new URL(e.resourcesUrl||"./",tt.baseURI).href,t.map((t=>{t[1].map((e=>{const s={u:e[0],m:e[1],T:e[2],F:e[3]};s.T=e[2],s.C=[],s.N={};const i=s.m,r=class extends HTMLElement{constructor(t){super(t),I(t=this,s)}connectedCallback(){f&&(clearTimeout(f),f=null),a?c.push(this):et.jmp((()=>(t=>{if(0==(1&et.u)){const e=D(t),n=e.O,l=()=>{};if(1&e.u)_(e.k);else{e.u|=1,12&n.u&&(t=>{const e=t["s-cr"]=tt.createComment("");e["s-cn"]=!0,t.insertBefore(e,t.firstChild)})(t);{let n=t;for(;n=n.parentNode||n.host;)if(n["s-p"]){P(e,e.j=n);break}}n.T&&Object.entries(n.T).map((([e,[n]])=>{if(31&n&&t.hasOwnProperty(e)){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n,l,o)=>{if(0==(32&e.u)){{if(e.u|=32,(o=X(n)).then){const t=()=>{};o=await o,t()}o.isProxied||(n.N=o.watchers,V(o,n,2),o.isProxied=!0);const t=()=>{};e.u|=8;try{new o(e)}catch(t){K(t)}e.u&=-9,e.u|=128,t(),_(e.k)}if(o.style){let t=o.style;const e=y(n);if(!Y.has(e)){const l=()=>{};((t,e,n)=>{let l=Y.get(t);lt&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=e:l.replaceSync(e)):l=e,Y.set(t,l)})(e,t,!!(1&n.u)),l()}}}const s=e.j,i=()=>E(e,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(0,e,n)}l()}})(this)))}disconnectedCallback(){et.jmp((()=>{}))}componentOnReady(){return D(this).H}};s.L=t[0],l.includes(i)||o.get(i)||(n.push(i),o.define(i,V(r,s,1)))}))})),r.innerHTML=n+"{visibility:hidden}.hydrated{visibility:inherit}",r.setAttribute("data-styles",""),s.insertBefore(r,i?i.nextSibling:s.firstChild),a=!1,c.length?c.map((t=>t.connectedCallback())):et.jmp((()=>f=setTimeout(U,30)))},B=new WeakMap,D=t=>B.get(t),G=(t,e)=>B.set(e.k=t,e),I=(t,e)=>{const n={u:0,p:t,O:e,P:new Map};return n.H=new Promise((t=>n.R=t)),t["s-p"]=[],t["s-rc"]=[],B.set(t,n)},J=(t,e)=>e in t,K=(t,e)=>(0,console.error)(t,e),Q=new Map,X=t=>{const e=t.m.replace(/-/g,"_"),n=t.L,l=Q.get(n);return l?l[e]:import(`./${n}.entry.js`).then((t=>(Q.set(n,t),t[e])),K)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/},Y=new Map,Z="undefined"!=typeof window?window:{},tt=Z.document||{head:{}},et={u:0,A:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,l)=>t.addEventListener(e,n,l),rel:(t,e,n,l)=>t.removeEventListener(e,n,l),ce:(t,e)=>new CustomEvent(t,e)},nt=t=>Promise.resolve(t),lt=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),ot=[],st=[],it=(t,e)=>n=>{t.push(n),i||(i=!0,e&&4&et.u?ft(ct):et.raf(ct))},rt=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){K(t)}t.length=0},ct=()=>{rt(ot),rt(st),(i=ot.length>0)&&et.raf(ct)},ft=t=>nt().then(t),at=it(st,!0);export{$ as H,z as b,h as g,a as h,nt as p,G as r}
@@ -0,0 +1 @@
1
+ import{r as a,h as e,H as t,g as i}from"./p-57c5329e.js";const r=class{constructor(e){a(this,e),this.level=1,this.size="regular",this.inverted=!1,this.spotColor="primary"}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.setFontProperties(),this.setColors()}getClasses(){const a={};return a[this.size.toLowerCase()]=!0,a}setFontProperties(){this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("display"),"--font-size":window.CuraAPI.theme.fonts.getSize(),"--font-weight-bold":this.weights.bold,"--font-weight-black":this.weights.black},this.setHostProperty("--font-size",window.CuraAPI.theme.fonts.getSize()),this.setHostProperty("--block-margin","0.5em")}setColors(){const a=this.inverted?window.CuraAPI.theme.colors.getColor("neutral-100"):window.CuraAPI.theme.fonts.getColor();this.styles["--color-body"]=a||window.CuraAPI.theme.colors.getColor("neutral-darker"),this.styles["--color-link"]=this.inverted?window.CuraAPI.theme.colors.getColor(`${this.spotColor}-100`):window.CuraAPI.theme.colors.getColor(`${this.spotColor}-700`)}setHostProperty(a,e){this.host.style.setProperty(a,e)}getHeadingTag(){const a={1:e("h1",{style:this.styles,class:this.getClasses()},e("slot",null)),2:e("h2",{style:this.styles,class:this.getClasses()},e("slot",null)),3:e("h3",{style:this.styles,class:this.getClasses()},e("slot",null)),4:e("h4",{style:this.styles,class:this.getClasses()},e("slot",null)),5:e("h5",{style:this.styles,class:this.getClasses()},e("slot",null)),6:e("h6",{style:this.styles,class:this.getClasses()},e("slot",null)),default:e("h1",{style:this.styles,class:this.getClasses()},e("slot",null))};return a[`${this.level}`]||a.default}render(){return e(t,{class:"cura-display"},this.getHeadingTag())}get host(){return i(this)}};r.style=".cura-display{display:block;font-size:var(--font-size);text-transform:uppercase}.cura-display h1,.cura-display h2,.cura-display h3,.cura-display h4,.cura-display h5,.cura-display h6{font-family:var(--font-family);font-size:4.285em;font-weight:var(--font-weight-black);color:var(--color-body);line-height:120%;letter-spacing:-4%;-webkit-margin-before:var(--block-margin);margin-block-start:var(--block-margin);-webkit-margin-after:var(--block-margin);margin-block-end:var(--block-margin)}.cura-display h1.large,.cura-display h2.large,.cura-display h3.large,.cura-display h4.large,.cura-display h5.large,.cura-display h6.large{font-size:6.21em}.cura-display h1.small,.cura-display h2.small,.cura-display h3.small,.cura-display h4.small,.cura-display h5.small,.cura-display h6.small{font-size:3em;font-weight:var(--font-weight-bold)}@media (min-width: 768px) and (max-width: 1365px){.cura-display h1,.cura-display h2,.cura-display h3,.cura-display h4,.cura-display h5,.cura-display h6{font-size:4.92em}.cura-display h1.large,.cura-display h2.large,.cura-display h3.large,.cura-display h4.large,.cura-display h5.large,.cura-display h6.large{font-size:7.07em}.cura-display h1.small,.cura-display h2.small,.cura-display h3.small,.cura-display h4.small,.cura-display h5.small,.cura-display h6.small{font-size:3.428em}}@media (min-width: 1366px){.cura-display h1,.cura-display h2,.cura-display h3,.cura-display h4,.cura-display h5,.cura-display h6{font-size:6.14em;line-height:125%}.cura-display h1.large,.cura-display h2.large,.cura-display h3.large,.cura-display h4.large,.cura-display h5.large,.cura-display h6.large{font-size:8.857em;letter-spacing:-6%}.cura-display h1.small,.cura-display h2.small,.cura-display h3.small,.cura-display h4.small,.cura-display h5.small,.cura-display h6.small{font-size:4.285em;letter-spacing:-2%}}.cura-display b,.cura-display strong{font-weight:var(--font-weight-bold)}.cura-display a{font-weight:var(--font-weight-bold);color:var(--color-link);text-decoration:none;text-underline-offset:10%;cursor:pointer}.cura-display abbr{color:var(--color-link);-webkit-text-decoration:underline dashed 1px var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";const l=class{constructor(e){a(this,e),this.level=1,this.size="regular",this.weight="regular",this.inverted=!1,this.spotColor="primary"}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.setFontProperties(),this.setColors()}getClasses(){const a={};return a[this.size.toLowerCase()]=!0,a[`${this.weight.toLowerCase()}-weight`]=!0,a}setFontProperties(){this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("heading"),"--font-size":window.CuraAPI.theme.fonts.getSize(),"--font-weight-regular":this.weights.regular,"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold,"--font-weight-black":this.weights.black},this.setHostProperty("--font-size",window.CuraAPI.theme.fonts.getSize()),this.setHostProperty("--block-margin","0.5em")}setColors(){const a=this.inverted?window.CuraAPI.theme.colors.getColor("neutral-100"):window.CuraAPI.theme.fonts.getColor();this.styles["--color-body"]=a||window.CuraAPI.theme.colors.getColor("neutral-darker"),this.styles["--color-link"]=this.inverted?window.CuraAPI.theme.colors.getColor(`${this.spotColor}-100`):window.CuraAPI.theme.colors.getColor(`${this.spotColor}-700`)}setHostProperty(a,e){this.host.style.setProperty(a,e)}getHeadingTag(){const a={1:e("h1",{style:this.styles,class:this.getClasses()},e("slot",null)),2:e("h2",{style:this.styles,class:this.getClasses()},e("slot",null)),3:e("h3",{style:this.styles,class:this.getClasses()},e("slot",null)),4:e("h4",{style:this.styles,class:this.getClasses()},e("slot",null)),5:e("h5",{style:this.styles,class:this.getClasses()},e("slot",null)),6:e("h6",{style:this.styles,class:this.getClasses()},e("slot",null)),default:e("h1",{style:this.styles,class:this.getClasses()},e("slot",null))};return a[`${this.level}`]||a.default}render(){return e(t,{class:"cura-heading"},this.getHeadingTag())}get host(){return i(this)}};l.style=".cura-heading{display:block;font-size:var(--font-size)}.cura-heading h1,.cura-heading h2,.cura-heading h3,.cura-heading h4,.cura-heading h5,.cura-heading h6{font-family:var(--font-family);font-size:1.71em;font-weight:var(--font-weight-regular);color:var(--color-body);line-height:130%;letter-spacing:0%;-webkit-margin-before:var(--block-margin);margin-block-start:var(--block-margin);-webkit-margin-after:var(--block-margin);margin-block-end:var(--block-margin)}.cura-heading h1.bold-weight,.cura-heading h2.bold-weight,.cura-heading h3.bold-weight,.cura-heading h4.bold-weight,.cura-heading h5.bold-weight,.cura-heading h6.bold-weight{font-weight:var(--font-weight-medium)}.cura-heading h1.large,.cura-heading h2.large,.cura-heading h3.large,.cura-heading h4.large,.cura-heading h5.large,.cura-heading h6.large{font-size:2.07em;letter-spacing:-2%}.cura-heading h1.small,.cura-heading h2.small,.cura-heading h3.small,.cura-heading h4.small,.cura-heading h5.small,.cura-heading h6.small{font-size:1.214em;line-height:150%;letter-spacing:0%}.cura-heading h1.small.bold-weight,.cura-heading h2.small.bold-weight,.cura-heading h3.small.bold-weight,.cura-heading h4.small.bold-weight,.cura-heading h5.small.bold-weight,.cura-heading h6.small.bold-weight{font-weight:var(--font-weight-bold)}@media (min-width: 768px) and (max-width: 1365px){.cura-heading h1,.cura-heading h2,.cura-heading h3,.cura-heading h4,.cura-heading h5,.cura-heading h6{font-size:2em}.cura-heading h1.large,.cura-heading h2.large,.cura-heading h3.large,.cura-heading h4.large,.cura-heading h5.large,.cura-heading h6.large{font-size:2.357em}.cura-heading h1.small,.cura-heading h2.small,.cura-heading h3.small,.cura-heading h4.small,.cura-heading h5.small,.cura-heading h6.small{font-size:1.357em}}@media (min-width: 1366px){.cura-heading h1,.cura-heading h2,.cura-heading h3,.cura-heading h4,.cura-heading h5,.cura-heading h6{font-size:2.5em;line-height:135%;letter-spacing:-2%}.cura-heading h1.large,.cura-heading h2.large,.cura-heading h3.large,.cura-heading h4.large,.cura-heading h5.large,.cura-heading h6.large{font-size:2.92em}.cura-heading h1.small,.cura-heading h2.small,.cura-heading h3.small,.cura-heading h4.small,.cura-heading h5.small,.cura-heading h6.small{font-size:1.71em;line-height:160%;letter-spacing:0%}}.cura-heading b,.cura-heading strong{font-weight:var(--font-weight-bold)}.cura-heading a{font-weight:var(--font-weight-bold);color:var(--color-link);text-decoration:none;text-underline-offset:10%;cursor:pointer}.cura-heading abbr{color:var(--color-link);-webkit-text-decoration:underline dashed 1px var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";const s=class{constructor(e){a(this,e),this.contentwidth="default"}connectedCallback(){this.styles={"--spacing":window.CuraAPI.theme.spacing.getSpacing()}}getClasses(){const a={};return a[this.contentwidth.toLowerCase()]=!0,a}render(){return e(t,{class:"cura-template"},e("div",{style:this.styles,class:"grid-template"},e("div",{id:"sub-header"},e("slot",{name:"sub-header"})),e("div",{id:"header"},e("slot",{name:"header"})),e("div",{id:"pre-content"},e("slot",{name:"pre-content"})),e("div",{id:"content-container",class:this.getClasses()},e("div",{id:"sidebar-left"},e("slot",{name:"sidebar-left"})),e("div",{id:"content"},e("slot",{name:"content"}),e("slot",null)),e("div",{id:"sidebar-right"},e("slot",{name:"sidebar-right"}))),e("div",{id:"post-body"},e("slot",{name:"post-body"})),e("div",{id:"footer"},e("slot",{name:"footer"})),e("div",{id:"sub-footer"},e("slot",{name:"sub-footer"}))))}get host(){return i(this)}};s.style='.cura-template{display:block}.cura-template .grid-template{display:grid;grid-template-rows:auto;grid-template-columns:auto;grid-template-areas:"sub-header" "header" "pre-content" "content-container" "post-body" "footer" "sub-footer"}.cura-template .grid-template #sub-header{grid-area:sub-header}.cura-template .grid-template #header{grid-area:header}.cura-template .grid-template #pre-content{grid-area:pre-content}.cura-template .grid-template #content-container{grid-area:content-container}.cura-template .grid-template #post-body{grid-area:post-body}.cura-template .grid-template #footer{grid-area:footer}.cura-template .grid-template #sub-footer{grid-area:sub-footer}@media (max-width: 360px){.cura-template .grid-template{padding:0px}}@media (min-width: 768px) and (max-width: 1365px){.cura-template .grid-template{padding:0px}}@media (min-width: 1366px) and (max-width: 1919px){.cura-template .grid-template{padding:0px}.cura-template .grid-template #content-container #sidebar-left ::slotted(div[slot=sidebar-left]){margin-right:calc(var(--spacing) * 5px)}.cura-template .grid-template #content-container #sidebar-right ::slotted(div[slot=sidebar-right]){margin-left:calc(var(--spacing) * 5px)}.cura-template .grid-template #content-container{display:-ms-flexbox;display:flex}.cura-template .grid-template #content-container #content{-ms-flex-positive:1;flex-grow:1}.cura-template .grid-template #content-container #sidebar-left,.cura-template .grid-template #content-container #sidebar-right{max-width:20%}}@media (min-width: 1920px){.cura-template .grid-template{padding:0px}.cura-template .grid-template #content-container #sidebar-left ::slotted(div[slot=sidebar-left]){margin-right:calc(var(--spacing) * 7px)}.cura-template .grid-template #content-container #sidebar-right ::slotted(div[slot=sidebar-right]){margin-left:calc(var(--spacing) * 7px)}.cura-template .grid-template #content-container{display:-ms-flexbox;display:flex}.cura-template .grid-template #content-container #content{-ms-flex-positive:1;flex-grow:1}.cura-template .grid-template #content-container #sidebar-left,.cura-template .grid-template #content-container #sidebar-right{max-width:20%}.cura-template .grid-template #content-container.centered{max-width:1920px;justify-self:center}}';const n=class{constructor(e){a(this,e),this.size="regular",this.inverted=!1,this.spotColor="primary"}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.setFontProperties(),this.setColors()}setsizeClass(){const a={};return a[this.size.toLowerCase()]=!0,a}setFontProperties(){this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("body"),"--font-size":window.CuraAPI.theme.fonts.getSize(),"--font-weight-regular":this.weights.regular,"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold},this.setHostProperty("--font-size",window.CuraAPI.theme.fonts.getSize()),this.setHostProperty("--block-margin","1.25em")}setColors(){const a=this.inverted?window.CuraAPI.theme.colors.getColor("neutral-100"):window.CuraAPI.theme.fonts.getColor();this.styles["--color-body"]=a||window.CuraAPI.theme.colors.getColor("neutral-darker"),this.styles["--color-link"]=this.inverted?window.CuraAPI.theme.colors.getColor(`${this.spotColor}-100`):window.CuraAPI.theme.colors.getColor(`${this.spotColor}-700`)}setHostProperty(a,e){this.host.style.setProperty(a,e)}render(){return e(t,{class:"cura-paragraph"},e("p",{style:this.styles,class:this.setsizeClass()},e("slot",null)))}get host(){return i(this)}};n.style=".cura-paragraph{display:block;font-size:var(--font-size)}.cura-paragraph p{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-regular);color:var(--color-body);line-height:140%;letter-spacing:2%;-webkit-margin-before:var(--block-margin);margin-block-start:var(--block-margin);-webkit-margin-after:var(--block-margin);margin-block-end:var(--block-margin)}.cura-paragraph p.large{font-size:1.21em;line-height:150%;letter-spacing:0%}.cura-paragraph p.small{font-size:0.85em;line-height:135%;letter-spacing:4%}.cura-paragraph p.caption{font-size:0.71em;line-height:135%;letter-spacing:6%}@media (min-width: 768px) and (max-width: 1365px){.cura-paragraph p{font-size:1.14em;line-height:145%}.cura-paragraph p.large{font-size:1.35em;line-height:150%}.cura-paragraph p.small{font-size:1em;line-height:135%}.cura-paragraph p.caption{font-size:0.85em;line-height:135%;letter-spacing:6%}}@media (min-width: 1366px){.cura-paragraph p{font-size:1.42em;line-height:150%;letter-spacing:0%}.cura-paragraph p.large{font-size:1.71em;line-height:160%}.cura-paragraph p.small{font-size:1.21em;line-height:145%;letter-spacing:0%}.cura-paragraph p.caption{font-size:1em;line-height:145%;letter-spacing:2%}}.cura-paragraph b,.cura-paragraph strong{font-weight:var(--font-weight-bold)}.cura-paragraph a{font-weight:var(--font-weight-medium);color:var(--color-link);text-underline-offset:10%}.cura-paragraph abbr{color:var(--color-link);-webkit-text-decoration:underline dashed 1px var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";export{r as cura_display,l as cura_heading,s as cura_page_template,n as cura_paragraph}
@@ -0,0 +1 @@
1
+ System.register(["./p-0b79032f.system.js"],(function(e){"use strict";var t,s,i,o;return{setters:[function(e){t=e.r;s=e.h;i=e.H;o=e.g}],execute:function(){var r=".cura-icon{width:var(--size);height:var(--size)}.cura-icon svg{display:inline-block;stroke:var(--color);width:var(--size);height:var(--size);stroke-width:var(--stroke);fill:none}";var n=e("cura_icon",function(){function e(e){t(this,e);this.name="";this.color="neutral-base";this.iconset="default";this.disabled=false;this.sizes={128:{size:128,stroke:5.25},72:{size:72,stroke:3.5},64:{size:64,stroke:3.25},48:{size:48,stroke:2.75},40:{size:40,stroke:2.5},32:{size:32,stroke:2.25},24:{size:24,stroke:2},20:{size:20,stroke:1.75},16:{size:16,stroke:1.5},default:{size:24,stroke:2}}}e.prototype.sizeHandler=function(e){var t=this;var s=function(e){return"".concat(t.sizes[e].stroke*(t.sizes.default.size/t.sizes[e].size),"px")};this.setHostProperty("--size",this.sizes["".concat(e)]?"".concat(this.sizes[e].size,"px"):"".concat(this.sizes.default.size,"px"));this.setHostProperty("--stroke",this.sizes["".concat(e)]?s(e):s("default"))};e.prototype.colorHandler=function(){this.setHostProperty("--color",window.CuraAPI.theme.colors.getColor(this.disabled?"neutral-light":this.color))};e.prototype.connectedCallback=function(){this.assetsPath=window.CuraAPI.localAssetsPath;this.sizeHandler(this.size);this.colorHandler()};e.prototype.setHostProperty=function(e,t){this.host.style.setProperty(e,t)};e.prototype.render=function(){return s(i,{class:"cura-icon"},s("svg",{version:"1.1",viewBox:"0 0 24 24",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},s("use",{xlinkHref:"".concat(this.assetsPath,"/icons/iconset-").concat(this.iconset,".svg#").concat(this.name)})))};Object.defineProperty(e.prototype,"host",{get:function(){return o(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{size:["sizeHandler"],color:["colorHandler"],disabled:["colorHandler"]}},enumerable:false,configurable:true});return e}());n.style=r}}}));
@@ -0,0 +1 @@
1
+ const t={color:{primary:{100:"#71C5E8",300:"#449CD5",500:"#005EB8",700:"#004890",900:"#002855"},secondary:{100:"#F5ECE3",300:"#DDC0A2",500:"#CCA074",700:"#886B4D",900:"#292017"},accent:{100:"#F9E8D5",300:"#E4A04F",500:"#DF8D2C",700:"#955E1D",900:"#2D1C09"}},spacing:{base:4},font:{size:"14px",color:"#4A4A4A",body:"'Roboto', Arial, Helvetica, sans-serif",heading:"'Roboto', Arial, Helvetica, sans-serif",display:"'Roboto', Arial, Helvetica, sans-serif",weights:{thin:100,light:300,regular:400,medium:500,bold:700,black:900}}},e=Object.assign(Object.assign({},t),{color:{primary:{100:"#FCEFF6",300:"#FFBFE5",500:"#CD4D9A",700:"#99126C",900:"#00133B"},secondary:{100:"#EDF3FF",300:"#BDD2FF",500:"#189AB4",700:"#001C58",900:"#430E31"}}}),r=Object.assign(Object.assign({},t),{color:{primary:{100:"#99CFFF",300:"#47A9FF",500:"#0083F5",700:"#006DCC",900:"#0058A4"},secondary:{100:"#CDD7E3",300:"#9BAFC7",500:"#6886AB",700:"#365E8F",900:"#043673"},aux1:{100:"#AABEE1",300:"#557EC4",500:"#003DA6",700:"#00296F",900:"#000C21"},aux2:{100:"#DAF2EF",300:"#84D4CA",500:"#47BFB0",700:"#2F7F75",900:"#0E2623"}}}),o={default:t,maternidade:e,oncologia:r},i={color:{success:{lighter:"#DFF6E9",light:"#94E1B5",base:"#5FD290",dark:"#3F8C60",darker:"#132A1D",depth100:"#DFF6E9",depth300:"#94E1B5",depth500:"#5FD290",depth700:"#3F8C60",depth900:"#132A1D"},info:{lighter:"#CFE2FF",light:"#95BFFF",base:"#6EA8FF",dark:"#517BBB",darker:"#253855",depth100:"#CFE2FF",depth300:"#95BFFF",depth500:"#6EA8FF",depth700:"#517BBB",depth900:"#253855"},error:{lighter:"#FBDDDD",light:"#F28F8F",base:"#EB5757",dark:"#9D3A3A",darker:"#2F1111",depth100:"#FBDDDD",depth300:"#F28F8F",depth500:"#EB5757",depth700:"#9D3A3A",depth900:"#2F1111"},warning:{lighter:"#FCFAC4",light:"#F8F489",base:"#F5EF4E",dark:"#A39F34",darker:"#313010",depth100:"#FCFAC4",depth300:"#F8F489",depth500:"#F5EF4E",depth700:"#A39F34",depth900:"#313010"},neutral:{0:"#FFFFFF",100:"#F6F6F6",200:"#E9E9E9",300:"#E2E2E2",400:"#D4D4D4",500:"#B7B7B7",600:"#929292",700:"#6E6E6E",800:"#4A4A4A",900:"#262626"}}};class s{constructor(){this.NeutralDepthAlias={purewhite:"0",white:"100",pale:"200",lighter:"300",light:"400",base:"500",medium:"600",dark:"700",darker:"800",black:"900"},this.ColorDepthAlias={lighter:"100",light:"300",base:"500",dark:"700",darker:"900"}}getColor(t="primary-base"){const{color:e,depth:r}=this.splitColorDepth(t);return this.getStatic(e,r)||this.getDynamic(e,r)}getStatic(t,e){var r,o;return(null===(r=i.color[t])||void 0===r?void 0:r[e])||(null===(o=i.color[t])||void 0===o?void 0:o[this.NeutralDepthAlias[e]])||null}getDynamic(t,e){const r=this.ColorDepthAlias[e]?`--cura-color-${t}-${this.ColorDepthAlias[e]}`:`--cura-color-${t}-${e}`;return getComputedStyle(document.body).getPropertyValue(r)?`var(${r})`:"var(--cura-color-primary-500)"}splitColorDepth(t){const[e,r]=t.toLowerCase().split(/-(.*)/);return{color:null!=e?e:"primary",depth:null!=r?r:"base"}}}class n{constructor(){this.curaSpacing="--cura-spacing-base"}getSpacing(){return getComputedStyle(document.body).getPropertyValue(this.curaSpacing)?`var(${this.curaSpacing})`:"4"}}class a{constructor(){this.getSize=()=>"var(--cura-font-size)",this.getColor=()=>"var(--cura-font-color)"}getFamily(t="body"){const e="--cura-font-"+t.toLowerCase();return getComputedStyle(document.body).getPropertyValue(e)?`var(${e})`:"var(--cura-font-body)"}getWeights(){const e={};return Object.keys(t.font.weights).forEach((t=>e[t]=`var(--cura-font-weights-${t})`)),e}}class c{constructor(){this.prefix="--cura",this.colors=new s,this.spacing=new n,this.fonts=new a,this.setCssVar=(t,e)=>{const r=this.groupPath(e,t[0]);this.body.style.setProperty(r,t[1])},this.groupPath=(t,e)=>`${t}-${e}`,this.isObject=t=>t&&"object"==typeof t&&!Array.isArray(t),this.mergeObject=(t,e)=>{const r=Object.entries(t);for(let t of r)this.isObject(t[1])?this.mergeObject(t[1],e[t[0]]):e[t[0]]=t[1]},this.buildCssVars=(t,e)=>{const r=Object.entries(e);for(let e of r)this.isObject(e[1])?this.buildCssVars(this.groupPath(t,e[0]),e[1]):this.setCssVar(e,t)},this.body=window.document.documentElement.querySelector("body")}load(t="default"){this.buildCssVars(this.prefix,o[t]?o[t]:o.default)}setCustom(t){const e=t.name;if(e in o)console.log("Error building custom theme. Theme %s already exists. Loading default theme.",e),this.load("default");else{const r=Object.assign({},JSON.parse(JSON.stringify(t.fromPreset&&t.fromPreset in o?o[t.fromPreset]:o.default)));this.mergeObject(t.definitions,r),o[e]=r,this.load(e)}}}class F{constructor(t){this.localAssetsPath=t&&t.localAssetsPath?t.localAssetsPath:"/assets";const e=new c;this.theme={load:function(t){e.load(t)},setCustom:function(t){e.setCustom(t)},colors:{getColor:function(t){return e.colors.getColor(t)}},fonts:{getFamily:function(t){return e.fonts.getFamily(t)},getWeights:function(){return e.fonts.getWeights()},getSize:function(){return e.fonts.getSize()},getColor:function(){return e.fonts.getColor()}},spacing:{getSpacing:function(){return e.spacing.getSpacing()}}},t&&t.customTheme?this.theme.setCustom(t.customTheme):this.theme.load(t&&t.theme?t.theme:"default")}}const h=function(){const t=window.CuraInit;window.CuraAPI=t?new F(t):new F;const e=window.CuraAPI;window.dispatchEvent(new CustomEvent("CuraAPIReady",{detail:{api:e}})),t&&"function"==typeof t.onReady&&t.onReady(e)};export{h as g}
@@ -0,0 +1 @@
1
+ System.register(["./p-0b79032f.system.js"],(function(e){"use strict";var t,a,r,i;return{setters:[function(e){t=e.r;a=e.h;r=e.H;i=e.g}],execute:function(){var s=".cura-display{display:block;font-size:var(--font-size);text-transform:uppercase}.cura-display h1,.cura-display h2,.cura-display h3,.cura-display h4,.cura-display h5,.cura-display h6{font-family:var(--font-family);font-size:4.285em;font-weight:var(--font-weight-black);color:var(--color-body);line-height:120%;letter-spacing:-4%;-webkit-margin-before:var(--block-margin);margin-block-start:var(--block-margin);-webkit-margin-after:var(--block-margin);margin-block-end:var(--block-margin)}.cura-display h1.large,.cura-display h2.large,.cura-display h3.large,.cura-display h4.large,.cura-display h5.large,.cura-display h6.large{font-size:6.21em}.cura-display h1.small,.cura-display h2.small,.cura-display h3.small,.cura-display h4.small,.cura-display h5.small,.cura-display h6.small{font-size:3em;font-weight:var(--font-weight-bold)}@media (min-width: 768px) and (max-width: 1365px){.cura-display h1,.cura-display h2,.cura-display h3,.cura-display h4,.cura-display h5,.cura-display h6{font-size:4.92em}.cura-display h1.large,.cura-display h2.large,.cura-display h3.large,.cura-display h4.large,.cura-display h5.large,.cura-display h6.large{font-size:7.07em}.cura-display h1.small,.cura-display h2.small,.cura-display h3.small,.cura-display h4.small,.cura-display h5.small,.cura-display h6.small{font-size:3.428em}}@media (min-width: 1366px){.cura-display h1,.cura-display h2,.cura-display h3,.cura-display h4,.cura-display h5,.cura-display h6{font-size:6.14em;line-height:125%}.cura-display h1.large,.cura-display h2.large,.cura-display h3.large,.cura-display h4.large,.cura-display h5.large,.cura-display h6.large{font-size:8.857em;letter-spacing:-6%}.cura-display h1.small,.cura-display h2.small,.cura-display h3.small,.cura-display h4.small,.cura-display h5.small,.cura-display h6.small{font-size:4.285em;letter-spacing:-2%}}.cura-display b,.cura-display strong{font-weight:var(--font-weight-bold)}.cura-display a{font-weight:var(--font-weight-bold);color:var(--color-link);text-decoration:none;text-underline-offset:10%;cursor:pointer}.cura-display abbr{color:var(--color-link);-webkit-text-decoration:underline dashed 1px var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";var l=e("cura_display",function(){function e(e){t(this,e);this.level=1;this.size="regular";this.inverted=false;this.spotColor="primary"}e.prototype.connectedCallback=function(){this.weights=window.CuraAPI.theme.fonts.getWeights();this.setFontProperties();this.setColors()};e.prototype.getClasses=function(){var e={};e[this.size.toLowerCase()]=true;return e};e.prototype.setFontProperties=function(){this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("display"),"--font-size":window.CuraAPI.theme.fonts.getSize(),"--font-weight-bold":this.weights.bold,"--font-weight-black":this.weights.black};this.setHostProperty("--font-size",window.CuraAPI.theme.fonts.getSize());this.setHostProperty("--block-margin","0.5em")};e.prototype.setColors=function(){var e=this.inverted?window.CuraAPI.theme.colors.getColor("neutral-100"):window.CuraAPI.theme.fonts.getColor();this.styles["--color-body"]=e||window.CuraAPI.theme.colors.getColor("neutral-darker");this.styles["--color-link"]=this.inverted?window.CuraAPI.theme.colors.getColor("".concat(this.spotColor,"-100")):window.CuraAPI.theme.colors.getColor("".concat(this.spotColor,"-700"))};e.prototype.setHostProperty=function(e,t){this.host.style.setProperty(e,t)};e.prototype.getHeadingTag=function(){var e={1:a("h1",{style:this.styles,class:this.getClasses()},a("slot",null)),2:a("h2",{style:this.styles,class:this.getClasses()},a("slot",null)),3:a("h3",{style:this.styles,class:this.getClasses()},a("slot",null)),4:a("h4",{style:this.styles,class:this.getClasses()},a("slot",null)),5:a("h5",{style:this.styles,class:this.getClasses()},a("slot",null)),6:a("h6",{style:this.styles,class:this.getClasses()},a("slot",null)),default:a("h1",{style:this.styles,class:this.getClasses()},a("slot",null))};return e["".concat(this.level)]||e["default"]};e.prototype.render=function(){return a(r,{class:"cura-display"},this.getHeadingTag())};Object.defineProperty(e.prototype,"host",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());l.style=s;var o=".cura-heading{display:block;font-size:var(--font-size)}.cura-heading h1,.cura-heading h2,.cura-heading h3,.cura-heading h4,.cura-heading h5,.cura-heading h6{font-family:var(--font-family);font-size:1.71em;font-weight:var(--font-weight-regular);color:var(--color-body);line-height:130%;letter-spacing:0%;-webkit-margin-before:var(--block-margin);margin-block-start:var(--block-margin);-webkit-margin-after:var(--block-margin);margin-block-end:var(--block-margin)}.cura-heading h1.bold-weight,.cura-heading h2.bold-weight,.cura-heading h3.bold-weight,.cura-heading h4.bold-weight,.cura-heading h5.bold-weight,.cura-heading h6.bold-weight{font-weight:var(--font-weight-medium)}.cura-heading h1.large,.cura-heading h2.large,.cura-heading h3.large,.cura-heading h4.large,.cura-heading h5.large,.cura-heading h6.large{font-size:2.07em;letter-spacing:-2%}.cura-heading h1.small,.cura-heading h2.small,.cura-heading h3.small,.cura-heading h4.small,.cura-heading h5.small,.cura-heading h6.small{font-size:1.214em;line-height:150%;letter-spacing:0%}.cura-heading h1.small.bold-weight,.cura-heading h2.small.bold-weight,.cura-heading h3.small.bold-weight,.cura-heading h4.small.bold-weight,.cura-heading h5.small.bold-weight,.cura-heading h6.small.bold-weight{font-weight:var(--font-weight-bold)}@media (min-width: 768px) and (max-width: 1365px){.cura-heading h1,.cura-heading h2,.cura-heading h3,.cura-heading h4,.cura-heading h5,.cura-heading h6{font-size:2em}.cura-heading h1.large,.cura-heading h2.large,.cura-heading h3.large,.cura-heading h4.large,.cura-heading h5.large,.cura-heading h6.large{font-size:2.357em}.cura-heading h1.small,.cura-heading h2.small,.cura-heading h3.small,.cura-heading h4.small,.cura-heading h5.small,.cura-heading h6.small{font-size:1.357em}}@media (min-width: 1366px){.cura-heading h1,.cura-heading h2,.cura-heading h3,.cura-heading h4,.cura-heading h5,.cura-heading h6{font-size:2.5em;line-height:135%;letter-spacing:-2%}.cura-heading h1.large,.cura-heading h2.large,.cura-heading h3.large,.cura-heading h4.large,.cura-heading h5.large,.cura-heading h6.large{font-size:2.92em}.cura-heading h1.small,.cura-heading h2.small,.cura-heading h3.small,.cura-heading h4.small,.cura-heading h5.small,.cura-heading h6.small{font-size:1.71em;line-height:160%;letter-spacing:0%}}.cura-heading b,.cura-heading strong{font-weight:var(--font-weight-bold)}.cura-heading a{font-weight:var(--font-weight-bold);color:var(--color-link);text-decoration:none;text-underline-offset:10%;cursor:pointer}.cura-heading abbr{color:var(--color-link);-webkit-text-decoration:underline dashed 1px var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";var n=e("cura_heading",function(){function e(e){t(this,e);this.level=1;this.size="regular";this.weight="regular";this.inverted=false;this.spotColor="primary"}e.prototype.connectedCallback=function(){this.weights=window.CuraAPI.theme.fonts.getWeights();this.setFontProperties();this.setColors()};e.prototype.getClasses=function(){var e={};e[this.size.toLowerCase()]=true;e["".concat(this.weight.toLowerCase(),"-weight")]=true;return e};e.prototype.setFontProperties=function(){this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("heading"),"--font-size":window.CuraAPI.theme.fonts.getSize(),"--font-weight-regular":this.weights.regular,"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold,"--font-weight-black":this.weights.black};this.setHostProperty("--font-size",window.CuraAPI.theme.fonts.getSize());this.setHostProperty("--block-margin","0.5em")};e.prototype.setColors=function(){var e=this.inverted?window.CuraAPI.theme.colors.getColor("neutral-100"):window.CuraAPI.theme.fonts.getColor();this.styles["--color-body"]=e||window.CuraAPI.theme.colors.getColor("neutral-darker");this.styles["--color-link"]=this.inverted?window.CuraAPI.theme.colors.getColor("".concat(this.spotColor,"-100")):window.CuraAPI.theme.colors.getColor("".concat(this.spotColor,"-700"))};e.prototype.setHostProperty=function(e,t){this.host.style.setProperty(e,t)};e.prototype.getHeadingTag=function(){var e={1:a("h1",{style:this.styles,class:this.getClasses()},a("slot",null)),2:a("h2",{style:this.styles,class:this.getClasses()},a("slot",null)),3:a("h3",{style:this.styles,class:this.getClasses()},a("slot",null)),4:a("h4",{style:this.styles,class:this.getClasses()},a("slot",null)),5:a("h5",{style:this.styles,class:this.getClasses()},a("slot",null)),6:a("h6",{style:this.styles,class:this.getClasses()},a("slot",null)),default:a("h1",{style:this.styles,class:this.getClasses()},a("slot",null))};return e["".concat(this.level)]||e["default"]};e.prototype.render=function(){return a(r,{class:"cura-heading"},this.getHeadingTag())};Object.defineProperty(e.prototype,"host",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());n.style=o;var h='.cura-template{display:block}.cura-template .grid-template{display:grid;grid-template-rows:auto;grid-template-columns:auto;grid-template-areas:"sub-header" "header" "pre-content" "content-container" "post-body" "footer" "sub-footer"}.cura-template .grid-template #sub-header{grid-area:sub-header}.cura-template .grid-template #header{grid-area:header}.cura-template .grid-template #pre-content{grid-area:pre-content}.cura-template .grid-template #content-container{grid-area:content-container}.cura-template .grid-template #post-body{grid-area:post-body}.cura-template .grid-template #footer{grid-area:footer}.cura-template .grid-template #sub-footer{grid-area:sub-footer}@media (max-width: 360px){.cura-template .grid-template{padding:0px}}@media (min-width: 768px) and (max-width: 1365px){.cura-template .grid-template{padding:0px}}@media (min-width: 1366px) and (max-width: 1919px){.cura-template .grid-template{padding:0px}.cura-template .grid-template #content-container #sidebar-left ::slotted(div[slot=sidebar-left]){margin-right:calc(var(--spacing) * 5px)}.cura-template .grid-template #content-container #sidebar-right ::slotted(div[slot=sidebar-right]){margin-left:calc(var(--spacing) * 5px)}.cura-template .grid-template #content-container{display:-ms-flexbox;display:flex}.cura-template .grid-template #content-container #content{-ms-flex-positive:1;flex-grow:1}.cura-template .grid-template #content-container #sidebar-left,.cura-template .grid-template #content-container #sidebar-right{max-width:20%}}@media (min-width: 1920px){.cura-template .grid-template{padding:0px}.cura-template .grid-template #content-container #sidebar-left ::slotted(div[slot=sidebar-left]){margin-right:calc(var(--spacing) * 7px)}.cura-template .grid-template #content-container #sidebar-right ::slotted(div[slot=sidebar-right]){margin-left:calc(var(--spacing) * 7px)}.cura-template .grid-template #content-container{display:-ms-flexbox;display:flex}.cura-template .grid-template #content-container #content{-ms-flex-positive:1;flex-grow:1}.cura-template .grid-template #content-container #sidebar-left,.cura-template .grid-template #content-container #sidebar-right{max-width:20%}.cura-template .grid-template #content-container.centered{max-width:1920px;justify-self:center}}';var c=e("cura_page_template",function(){function e(e){t(this,e);this.contentwidth="default"}e.prototype.connectedCallback=function(){this.styles={"--spacing":window.CuraAPI.theme.spacing.getSpacing()}};e.prototype.getClasses=function(){var e={};e[this.contentwidth.toLowerCase()]=true;return e};e.prototype.render=function(){return a(r,{class:"cura-template"},a("div",{style:this.styles,class:"grid-template"},a("div",{id:"sub-header"},a("slot",{name:"sub-header"})),a("div",{id:"header"},a("slot",{name:"header"})),a("div",{id:"pre-content"},a("slot",{name:"pre-content"})),a("div",{id:"content-container",class:this.getClasses()},a("div",{id:"sidebar-left"},a("slot",{name:"sidebar-left"})),a("div",{id:"content"},a("slot",{name:"content"}),a("slot",null)),a("div",{id:"sidebar-right"},a("slot",{name:"sidebar-right"}))),a("div",{id:"post-body"},a("slot",{name:"post-body"})),a("div",{id:"footer"},a("slot",{name:"footer"})),a("div",{id:"sub-footer"},a("slot",{name:"sub-footer"}))))};Object.defineProperty(e.prototype,"host",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());c.style=h;var d=".cura-paragraph{display:block;font-size:var(--font-size)}.cura-paragraph p{font-family:var(--font-family);font-size:var(--font-size);font-weight:var(--font-weight-regular);color:var(--color-body);line-height:140%;letter-spacing:2%;-webkit-margin-before:var(--block-margin);margin-block-start:var(--block-margin);-webkit-margin-after:var(--block-margin);margin-block-end:var(--block-margin)}.cura-paragraph p.large{font-size:1.21em;line-height:150%;letter-spacing:0%}.cura-paragraph p.small{font-size:0.85em;line-height:135%;letter-spacing:4%}.cura-paragraph p.caption{font-size:0.71em;line-height:135%;letter-spacing:6%}@media (min-width: 768px) and (max-width: 1365px){.cura-paragraph p{font-size:1.14em;line-height:145%}.cura-paragraph p.large{font-size:1.35em;line-height:150%}.cura-paragraph p.small{font-size:1em;line-height:135%}.cura-paragraph p.caption{font-size:0.85em;line-height:135%;letter-spacing:6%}}@media (min-width: 1366px){.cura-paragraph p{font-size:1.42em;line-height:150%;letter-spacing:0%}.cura-paragraph p.large{font-size:1.71em;line-height:160%}.cura-paragraph p.small{font-size:1.21em;line-height:145%;letter-spacing:0%}.cura-paragraph p.caption{font-size:1em;line-height:145%;letter-spacing:2%}}.cura-paragraph b,.cura-paragraph strong{font-weight:var(--font-weight-bold)}.cura-paragraph a{font-weight:var(--font-weight-medium);color:var(--color-link);text-underline-offset:10%}.cura-paragraph abbr{color:var(--color-link);-webkit-text-decoration:underline dashed 1px var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";var g=e("cura_paragraph",function(){function e(e){t(this,e);this.size="regular";this.inverted=false;this.spotColor="primary"}e.prototype.connectedCallback=function(){this.weights=window.CuraAPI.theme.fonts.getWeights();this.setFontProperties();this.setColors()};e.prototype.setsizeClass=function(){var e={};e[this.size.toLowerCase()]=true;return e};e.prototype.setFontProperties=function(){this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("body"),"--font-size":window.CuraAPI.theme.fonts.getSize(),"--font-weight-regular":this.weights.regular,"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold};this.setHostProperty("--font-size",window.CuraAPI.theme.fonts.getSize());this.setHostProperty("--block-margin","1.25em")};e.prototype.setColors=function(){var e=this.inverted?window.CuraAPI.theme.colors.getColor("neutral-100"):window.CuraAPI.theme.fonts.getColor();this.styles["--color-body"]=e||window.CuraAPI.theme.colors.getColor("neutral-darker");this.styles["--color-link"]=this.inverted?window.CuraAPI.theme.colors.getColor("".concat(this.spotColor,"-100")):window.CuraAPI.theme.colors.getColor("".concat(this.spotColor,"-700"))};e.prototype.setHostProperty=function(e,t){this.host.style.setProperty(e,t)};e.prototype.render=function(){return a(r,{class:"cura-paragraph"},a("p",{style:this.styles,class:this.setsizeClass()},a("slot",null)))};Object.defineProperty(e.prototype,"host",{get:function(){return i(this)},enumerable:false,configurable:true});return e}());g.style=d}}}));
@@ -0,0 +1 @@
1
+ import{r as s,h as t,H as e,g as i}from"./p-57c5329e.js";const r=class{constructor(t){s(this,t),this.name="",this.color="neutral-base",this.iconset="default",this.disabled=!1,this.sizes={128:{size:128,stroke:5.25},72:{size:72,stroke:3.5},64:{size:64,stroke:3.25},48:{size:48,stroke:2.75},40:{size:40,stroke:2.5},32:{size:32,stroke:2.25},24:{size:24,stroke:2},20:{size:20,stroke:1.75},16:{size:16,stroke:1.5},default:{size:24,stroke:2}}}sizeHandler(s){this.setHostProperty("--size",this.sizes[`${s}`]?`${this.sizes[s].size}px`:`${this.sizes.default.size}px`),this.setHostProperty("--stroke",(s=>this.sizes[s].stroke*(this.sizes.default.size/this.sizes[s].size)+"px")(this.sizes[`${s}`]?s:"default"))}colorHandler(){this.setHostProperty("--color",window.CuraAPI.theme.colors.getColor(this.disabled?"neutral-light":this.color))}connectedCallback(){this.assetsPath=window.CuraAPI.localAssetsPath,this.sizeHandler(this.size),this.colorHandler()}setHostProperty(s,t){this.host.style.setProperty(s,t)}render(){return t(e,{class:"cura-icon"},t("svg",{version:"1.1",viewBox:"0 0 24 24",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},t("use",{xlinkHref:`${this.assetsPath}/icons/iconset-${this.iconset}.svg#${this.name}`})))}get host(){return i(this)}static get watchers(){return{size:["sizeHandler"],color:["colorHandler"],disabled:["colorHandler"]}}};r.style=".cura-icon{width:var(--size);height:var(--size)}.cura-icon svg{display:inline-block;stroke:var(--color);width:var(--size);height:var(--size);stroke-width:var(--stroke);fill:none}";export{r as cura_icon}
@@ -0,0 +1 @@
1
+ import{r as i,h as e,H as a}from"./p-57c5329e.js";const l=["360","accessibility","alertCircle","alertTriangle","arrowDown","arrowDownCircle","arrowLeft","arrowLeftCircle","arrowRight","arrowRightCircle","arrowUp","arrowUpCircle","attach","avatarF","avatarM","biometry","bloodGroup","calendar","cam","camOff","central","chatCircle","check","checkBadge","checkCircle","checkDouble","clock","close","closeCircle","collapse","config","delete","desktop","deslike","download","duplicate","edit","exam","expand","facebook","fileBmp","fileJpg","filePdf","filePng","fileUpload","fileXls","filter","fullscreen","gallery","geotag","google","hate","healthPlan","height","height2","home","horizontalList","imageUp","info2","infoCircle","instagram","key","language","language2","languageEN","languagePT","lattes","like","likeHand","link","linkExternal","linkedin","list","login","logout","love","mail","mail2","medical","menuHamburguer","menuKebab","menuMeatballs","mic","micOff","minus","minusCircle","minusSquare","mobile","neutral","news","notification","order","partner","phone","play","plus","plusCircle","plusSquare","print","profile","profile2","pulldownG","pulldownP","pullupG","pullupP","questionCircle","questionSquare","range","reload","schedule","search","secure","share","share2","sound","soundOff","subItem","target","team","twitter","unLink","unSecure","unlikeHand","upload","verticalList","viewFalse","viewTrue","weight","whatsapp","wifi","youtube","zoomIn","zoomOut"],s=class{constructor(e){i(this,e),this.sizes=[16,20,24,32,40,48,64,72,128],this.colors=["primary","secondary","accent","info","warning","error","success","neutral"],this.selected="360",this.setSelected=i=>{this.selected=i}}render(){return e(a,null,e("div",{class:"iconDetail"},e("h4",null,this.selected),e("div",{class:"iconSizes"},this.sizes.map((i=>e("div",{class:"size"},e("cura-icon",{name:this.selected,size:i}),e("span",null,i))))),e("div",{class:"iconSizes invert"},this.sizes.map((i=>e("div",{class:"size"},e("cura-icon",{name:this.selected,size:i,color:"neutral-white"}),e("span",null,i))))),e("div",{class:"iconSizes"},this.colors.map((i=>e("div",{class:"size"},e("cura-icon",{name:this.selected,color:i}),e("span",null,i)))),e("div",{class:"size"},e("cura-icon",{name:this.selected,disabled:!0}),e("span",null,"Disabled")))),e("div",{class:"icons"},l.map((i=>e("div",{class:"icon",onClick:()=>this.setSelected(i)},e("cura-icon",{name:i}),e("span",null,i))))))}};s.style=':host{display:block;padding:24px;font-family:"Roboto", Arial, Helvetica, sans-serif}.iconDetail{display:block}.iconSizes{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.iconSizes .size{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;margin-right:9px;padding:8px}.iconSizes .size:last-child{margin-right:0}.iconSizes .size span{font-size:10px}.iconSizes.invert{margin-top:12px}.iconSizes.invert .size{background-color:#262626;color:#F6F6F6;border-radius:3px}.icons{margin-top:28px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.icons .icon{position:relative;padding:4px;cursor:pointer;opacity:0.6;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.icons .icon span{font-size:12px;padding:6px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#000;color:#FFF;border-radius:2px;position:absolute;top:-2px;left:50%;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);display:none}.icons .icon:hover{opacity:1}.icons .icon:hover span{display:block}';export{s as cura_icons_view}
@@ -10,12 +10,3 @@ export interface CustomElementsDefineOptions {
10
10
  }
11
11
  export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): Promise<void>;
12
12
  export declare function applyPolyfills(): Promise<void>;
13
-
14
- /**
15
- * Used to specify a nonce value that corresponds with an application's CSP.
16
- * When set, the nonce will be added to all dynamically created script and style tags at runtime.
17
- * Alternatively, the nonce value can be set on a meta tag in the DOM head
18
- * (<meta name="csp-nonce" content="{ nonce value here }" />) which
19
- * will result in the same behavior.
20
- */
21
- export declare function setNonce(nonce: string): void;
@@ -19,11 +19,11 @@ const ThemeDefault = {
19
19
  '900': '#292017'
20
20
  },
21
21
  accent: {
22
- '100': '#FFC27B',
23
- '300': '#FFA84A',
24
- '500': '#FF8200',
25
- '700': '#D7720A',
26
- '900': '#9B5A1A'
22
+ '100': '#F9E8D5',
23
+ '300': '#E4A04F',
24
+ '500': '#DF8D2C',
25
+ '700': '#955E1D',
26
+ '900': '#2D1C09'
27
27
  }
28
28
  },
29
29
  /* Spacing */
@@ -68,13 +68,6 @@ const ThemeMaternity = Object.assign(Object.assign({}, ThemeDefault), {
68
68
  '500': '#189AB4',
69
69
  '700': '#001C58',
70
70
  '900': '#430E31'
71
- },
72
- accent: {
73
- '100': '#FCEFF6',
74
- '300': '#FFBFE5',
75
- '500': '#CD4D9A',
76
- '700': '#99126C',
77
- '900': '#00133B'
78
71
  }
79
72
  } });
80
73
 
@@ -86,11 +79,11 @@ const ThemeOncology = Object.assign(Object.assign({}, ThemeDefault), {
86
79
  /* Colors */
87
80
  color: {
88
81
  primary: {
89
- '100': '#AABEE1',
90
- '300': '#557EC4',
91
- '500': '#003DA6',
92
- '700': '#00296F',
93
- '900': '#000C21'
82
+ '100': '#99CFFF',
83
+ '300': '#47A9FF',
84
+ '500': '#0083F5',
85
+ '700': '#006DCC',
86
+ '900': '#0058A4',
94
87
  },
95
88
  secondary: {
96
89
  '100': '#CDD7E3',
@@ -99,34 +92,20 @@ const ThemeOncology = Object.assign(Object.assign({}, ThemeDefault), {
99
92
  '700': '#365E8F',
100
93
  '900': '#043673',
101
94
  },
102
- accent: {
103
- '100': '#99CFFF',
104
- '300': '#47A9FF',
105
- '500': '#0083F5',
106
- '700': '#006DCC',
107
- '900': '#0058A4',
95
+ aux1: {
96
+ '100': '#AABEE1',
97
+ '300': '#557EC4',
98
+ '500': '#003DA6',
99
+ '700': '#00296F',
100
+ '900': '#000C21',
108
101
  },
109
- aux: {
102
+ aux2: {
110
103
  '100': '#DAF2EF',
111
104
  '300': '#84D4CA',
112
105
  '500': '#47BFB0',
113
106
  '700': '#2F7F75',
114
107
  '900': '#0E2623',
115
108
  },
116
- }, font: {
117
- size: '14px',
118
- color: '#4A4A4A',
119
- body: "'Hanken Grotesk', Arial, Helvetica, sans-serif",
120
- heading: "'Hanken Grotesk', Arial, Helvetica, sans-serif",
121
- display: "'Hanken Grotesk', Arial, Helvetica, sans-serif",
122
- weights: {
123
- thin: 100,
124
- light: 300,
125
- regular: 400,
126
- medium: 500,
127
- bold: 700,
128
- black: 900
129
- },
130
109
  } });
131
110
 
132
111
  const ThemePresets = {
@@ -457,5 +436,3 @@ function appGlobalScript () {
457
436
  const globalScripts = appGlobalScript;
458
437
 
459
438
  export { globalScripts as g };
460
-
461
- //# sourceMappingURL=app-globals-8ed931e6.js.map