@rededor/cura 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-0e3b7fc6.js → app-globals-2988084b.js} +5 -5
- package/dist/cjs/app-globals-2988084b.js.map +1 -0
- package/dist/cjs/cura-accordion_8.cjs.entry.js +452 -0
- package/dist/cjs/cura-accordion_8.cjs.entry.js.map +1 -0
- package/dist/cjs/cura-button-outline.cjs.entry.js +83 -0
- package/dist/cjs/cura-button-outline.cjs.entry.js.map +1 -0
- package/dist/cjs/cura-button-transparent.cjs.entry.js +83 -0
- package/dist/cjs/cura-button-transparent.cjs.entry.js.map +1 -0
- package/dist/cjs/cura-display.cjs.entry.js +74 -0
- package/dist/cjs/cura-display.cjs.entry.js.map +1 -0
- package/dist/cjs/cura-icons-view.cjs.entry.js +29 -0
- package/dist/cjs/cura-icons-view.cjs.entry.js.map +1 -0
- package/dist/cjs/cura-label.cjs.entry.js +69 -0
- package/dist/cjs/cura-label.cjs.entry.js.map +1 -0
- package/dist/cjs/cura.cjs.js +2 -2
- package/dist/cjs/index.cjs.js +7 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/api/cura-api.type.js.map +1 -1
- package/dist/collection/api/modules/cura-theme-breakpoints-module.js +1 -1
- package/dist/collection/api/modules/cura-theme-breakpoints-module.js.map +1 -1
- package/dist/collection/api/modules/cura-theme-colors-module.js +1 -1
- package/dist/collection/api/modules/cura-theme-colors-module.js.map +1 -1
- package/dist/collection/api/theme-presets/static.js +2 -2
- package/dist/collection/api/theme-presets/static.js.map +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/accordion/cura-accordion-item/cura-accordion-item.css +10 -6
- package/dist/collection/components/cura-page-template/cura-page-template.css +13 -9
- package/dist/collection/components/forms/cura-label/cura-label.css +70 -0
- package/dist/collection/components/forms/cura-label/cura-label.js +190 -0
- package/dist/collection/components/forms/cura-label/cura-label.js.map +1 -0
- package/dist/collection/components/forms/cura-label/cura-label.stories.js +137 -0
- package/dist/collection/components/forms/cura-label/cura-label.stories.js.map +1 -0
- package/dist/collection/components/text/cura-display/cura-display.css +21 -38
- package/dist/collection/components/text/cura-display/cura-display.js +80 -49
- package/dist/collection/components/text/cura-display/cura-display.js.map +1 -1
- package/dist/collection/components/text/cura-display/cura-display.stories.js +78 -33
- package/dist/collection/components/text/cura-display/cura-display.stories.js.map +1 -1
- package/dist/collection/components/text/cura-heading/cura-heading.css +50 -24
- package/dist/collection/components/text/cura-heading/cura-heading.js +94 -39
- package/dist/collection/components/text/cura-heading/cura-heading.js.map +1 -1
- package/dist/collection/components/text/cura-heading/cura-heading.stories.js +92 -36
- package/dist/collection/components/text/cura-heading/cura-heading.stories.js.map +1 -1
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.css +37 -38
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.js +62 -41
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.js.map +1 -1
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.stories.js +78 -46
- package/dist/collection/components/text/cura-paragraph/cura-paragraph.stories.js.map +1 -1
- package/dist/collection/index.js +3 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/components/cura-accordion-item.js +1 -1
- package/dist/components/cura-accordion-item.js.map +1 -1
- package/dist/components/cura-display.js +41 -35
- package/dist/components/cura-display.js.map +1 -1
- package/dist/components/cura-heading.js +34 -21
- package/dist/components/cura-heading.js.map +1 -1
- package/dist/components/cura-label.d.ts +11 -0
- package/dist/components/cura-label.js +91 -0
- package/dist/components/cura-label.js.map +1 -0
- package/dist/components/cura-page-template.js +1 -1
- package/dist/components/cura-page-template.js.map +1 -1
- package/dist/components/cura-paragraph.js +25 -23
- package/dist/components/cura-paragraph.js.map +1 -1
- package/dist/components/index.js +11 -5
- package/dist/components/index.js.map +1 -1
- package/dist/cura/cura.esm.js +1 -1
- package/dist/cura/cura.esm.js.map +1 -1
- package/dist/cura/cura.js +1 -1
- package/dist/cura/index.esm.js +1 -1
- package/dist/cura/index.esm.js.map +1 -1
- package/dist/cura/p-03047b3e.entry.js +2 -0
- package/dist/cura/p-03047b3e.entry.js.map +1 -0
- package/dist/cura/p-0c79c54e.entry.js +2 -0
- package/dist/cura/p-0c79c54e.entry.js.map +1 -0
- package/dist/cura/p-120926c5.system.js +2 -0
- package/dist/cura/p-120926c5.system.js.map +1 -0
- package/dist/cura/p-223924fb.system.entry.js +2 -0
- package/dist/cura/p-223924fb.system.entry.js.map +1 -0
- package/dist/cura/p-48426f60.system.js +2 -0
- package/dist/cura/p-48426f60.system.js.map +1 -0
- package/dist/cura/p-49813052.entry.js +2 -0
- package/dist/cura/p-49813052.entry.js.map +1 -0
- package/dist/cura/p-4bdbcdf0.system.entry.js +2 -0
- package/dist/cura/p-4bdbcdf0.system.entry.js.map +1 -0
- package/dist/cura/p-7c8f3c77.system.entry.js +2 -0
- package/dist/cura/p-7c8f3c77.system.entry.js.map +1 -0
- package/dist/cura/p-8b18b5f7.system.js +2 -0
- package/dist/cura/p-8b18b5f7.system.js.map +1 -0
- package/dist/cura/p-91b0f78e.entry.js +2 -0
- package/dist/cura/p-91b0f78e.entry.js.map +1 -0
- package/dist/cura/p-a0395f90.entry.js +2 -0
- package/dist/cura/p-a0395f90.entry.js.map +1 -0
- package/dist/cura/p-a7ef255f.entry.js +2 -0
- package/dist/cura/p-a7ef255f.entry.js.map +1 -0
- package/dist/cura/p-ca054b07.system.entry.js +2 -0
- package/dist/cura/p-ca054b07.system.entry.js.map +1 -0
- package/dist/cura/p-d47b9cfe.system.entry.js +2 -0
- package/dist/cura/p-d47b9cfe.system.entry.js.map +1 -0
- package/dist/cura/p-f8fffdc1.js +2 -0
- package/dist/cura/p-f8fffdc1.js.map +1 -0
- package/dist/cura/p-fc77814b.system.entry.js +2 -0
- package/dist/cura/p-fc77814b.system.entry.js.map +1 -0
- package/dist/esm/{app-globals-cc003eaf.js → app-globals-29001758.js} +5 -5
- package/dist/esm/app-globals-29001758.js.map +1 -0
- package/dist/esm/cura-accordion_8.entry.js +441 -0
- package/dist/esm/cura-accordion_8.entry.js.map +1 -0
- package/dist/esm/cura-button-outline.entry.js +79 -0
- package/dist/esm/cura-button-outline.entry.js.map +1 -0
- package/dist/esm/cura-button-transparent.entry.js +79 -0
- package/dist/esm/cura-button-transparent.entry.js.map +1 -0
- package/dist/esm/cura-display.entry.js +70 -0
- package/dist/esm/cura-display.entry.js.map +1 -0
- package/dist/esm/cura-icons-view.entry.js +25 -0
- package/dist/esm/cura-icons-view.entry.js.map +1 -0
- package/dist/esm/cura-label.entry.js +65 -0
- package/dist/esm/cura-label.entry.js.map +1 -0
- package/dist/esm/cura.js +2 -2
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm-es5/app-globals-29001758.js +2 -0
- package/dist/esm-es5/app-globals-29001758.js.map +1 -0
- package/dist/esm-es5/cura-accordion_8.entry.js +2 -0
- package/dist/esm-es5/cura-accordion_8.entry.js.map +1 -0
- package/dist/esm-es5/cura-button-outline.entry.js +2 -0
- package/dist/esm-es5/cura-button-outline.entry.js.map +1 -0
- package/dist/esm-es5/cura-button-transparent.entry.js +2 -0
- package/dist/esm-es5/cura-button-transparent.entry.js.map +1 -0
- package/dist/esm-es5/cura-display.entry.js +2 -0
- package/dist/esm-es5/cura-display.entry.js.map +1 -0
- package/dist/esm-es5/cura-icons-view.entry.js +2 -0
- package/dist/esm-es5/cura-icons-view.entry.js.map +1 -0
- package/dist/esm-es5/cura-label.entry.js +2 -0
- package/dist/esm-es5/cura-label.entry.js.map +1 -0
- package/dist/esm-es5/cura.js +1 -1
- package/dist/esm-es5/cura.js.map +1 -1
- package/dist/esm-es5/index.js +1 -1
- package/dist/esm-es5/index.js.map +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +1 -1
- package/dist/types/api/cura-api.type.d.ts +1 -0
- package/dist/types/components/forms/cura-label/cura-label.d.ts +54 -0
- package/dist/types/components/forms/cura-label/cura-label.stories.d.ts +126 -0
- package/dist/types/components/text/cura-display/cura-display.d.ts +29 -18
- package/dist/types/components/text/cura-display/cura-display.stories.d.ts +52 -14
- package/dist/types/components/text/cura-heading/cura-heading.d.ts +34 -17
- package/dist/types/components/text/cura-heading/cura-heading.stories.d.ts +58 -6
- package/dist/types/components/text/cura-paragraph/cura-paragraph.d.ts +24 -12
- package/dist/types/components/text/cura-paragraph/cura-paragraph.stories.d.ts +47 -9
- package/dist/types/components.d.ts +139 -46
- package/dist/types/index.d.ts +9 -0
- package/package.json +2 -4
- package/dist/cjs/app-globals-0e3b7fc6.js.map +0 -1
- package/dist/cjs/cura-accordion_12.cjs.entry.js +0 -674
- package/dist/cjs/cura-accordion_12.cjs.entry.js.map +0 -1
- package/dist/cura/p-319699df.entry.js +0 -2
- package/dist/cura/p-319699df.entry.js.map +0 -1
- package/dist/cura/p-50ea2036.system.js +0 -2
- package/dist/cura/p-50ea2036.system.js.map +0 -1
- package/dist/cura/p-5250cb43.system.js +0 -2
- package/dist/cura/p-5250cb43.system.js.map +0 -1
- package/dist/cura/p-5cc3c8bd.system.entry.js +0 -2
- package/dist/cura/p-5cc3c8bd.system.entry.js.map +0 -1
- package/dist/cura/p-788e035b.system.js +0 -2
- package/dist/cura/p-788e035b.system.js.map +0 -1
- package/dist/cura/p-d5c64a5f.js +0 -2
- package/dist/cura/p-d5c64a5f.js.map +0 -1
- package/dist/esm/app-globals-cc003eaf.js.map +0 -1
- package/dist/esm/cura-accordion_12.entry.js +0 -659
- package/dist/esm/cura-accordion_12.entry.js.map +0 -1
- package/dist/esm-es5/app-globals-cc003eaf.js +0 -2
- package/dist/esm-es5/app-globals-cc003eaf.js.map +0 -1
- package/dist/esm-es5/cura-accordion_12.entry.js +0 -2
- package/dist/esm-es5/cura-accordion_12.entry.js.map +0 -1
|
@@ -10,82 +10,138 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
}
|
|
11
11
|
return t;
|
|
12
12
|
};
|
|
13
|
+
import { getColorsWithDepths } from "../../../utils/utils";
|
|
14
|
+
const colors = getColorsWithDepths();
|
|
15
|
+
const renderCuraHeading = (label, args) => {
|
|
16
|
+
const styles = args.cssMarginBlock || args.cssLineHeight ? `<style>
|
|
17
|
+
cura-heading { ${args.cssMarginBlock ? `
|
|
18
|
+
--margin-block: ${args.cssMarginBlock} !important;` : ``}${args.cssLineHeight ? `
|
|
19
|
+
--line-height: ${args.cssLineHeight} !important;` : ``}
|
|
20
|
+
}
|
|
21
|
+
</style>
|
|
22
|
+
|
|
23
|
+
` : '';
|
|
24
|
+
const block = `<cura-heading${args.size && (args.size !== 'medium' && args.size !== 'regular') ? `
|
|
25
|
+
size="${args.size}"` : ``}${args.level ? `
|
|
26
|
+
level="${args.level}"` : ''}${args.weight ? `
|
|
27
|
+
weight="${args.weight}"` : ''}${args.color ? `
|
|
28
|
+
color="${args.color}"` : ''}${args.spotColor ? `
|
|
29
|
+
spot-color="${args.spotColor}"` : ''}${args.marginBlock ? `
|
|
30
|
+
margin-block="${args.marginBlock}"` : ''}${args.lineHeight ? `
|
|
31
|
+
line-height="${args.lineHeight}"` : ''}>
|
|
32
|
+
${label}
|
|
33
|
+
</cura-heading>
|
|
34
|
+
`;
|
|
35
|
+
return `${styles}${block}${block}${block}`;
|
|
36
|
+
};
|
|
13
37
|
export default {
|
|
14
38
|
title: 'Componentes/Text/Heading',
|
|
15
39
|
tags: ['autodocs'],
|
|
16
40
|
render: (_a) => {
|
|
17
41
|
var { label } = _a, args = __rest(_a, ["label"]);
|
|
18
|
-
|
|
19
|
-
// return `<div>${label}</div>`;
|
|
20
|
-
return `<cura-heading
|
|
21
|
-
level="${args.level}"
|
|
22
|
-
spot-color="${args.spotColor}"
|
|
23
|
-
size="${args.size}"
|
|
24
|
-
inverted="${args.inverted}"
|
|
25
|
-
weight="${args.weight}">
|
|
26
|
-
${label}
|
|
27
|
-
</cura-heading>
|
|
28
|
-
<cura-paragraph>Proin quis turpis et turpis efficitur dictum. Suspendisse egestas posuere libero. Sed non dapibus urna. Sed luctus tincidunt nibh, eu tincidunt justo. Curabitur at ullamcorper mauris, feugiat fermentum nulla. Quisque sed nibh in odio blandit mollis at quis dolor. Sed urna lacus, ultricies ac vulputate at, luctus eu ex. Duis at elit facilisis, iaculis orci sed, suscipit nisl. Phasellus semper lorem sed tincidunt semper. Morbi lobortis eu mi sed ultricies. Sed consequat id orci at iaculis.</cura-paragraph>`;
|
|
42
|
+
return renderCuraHeading(label, args);
|
|
29
43
|
},
|
|
30
44
|
argTypes: {
|
|
31
45
|
label: {
|
|
32
46
|
control: 'text',
|
|
33
|
-
description: '
|
|
47
|
+
description: 'Define o texto do componente diretamente. Aceita tags HTML <i>Phrasing Content</i>.',
|
|
34
48
|
name: 'Content'
|
|
35
49
|
},
|
|
36
|
-
inverted: {
|
|
37
|
-
control: 'boolean',
|
|
38
|
-
description: 'Inverte cores do texto para aplicação em fundo escuro.',
|
|
39
|
-
table: {
|
|
40
|
-
category: 'Properties',
|
|
41
|
-
defaultValue: { summary: 'false' }
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
50
|
size: {
|
|
45
51
|
control: { type: 'select' },
|
|
46
|
-
options: ['small', '
|
|
47
|
-
description: '
|
|
52
|
+
options: ['xsmall', 'small', 'medium', 'large'],
|
|
53
|
+
description: 'Define o tamanho do bloco de texto considerando `xsmall`, `small`, `medium` (default) e `large` como valores válidos.',
|
|
48
54
|
table: {
|
|
49
55
|
category: 'Properties',
|
|
50
|
-
defaultValue: { summary: '
|
|
56
|
+
defaultValue: { summary: 'medium' }
|
|
51
57
|
}
|
|
52
58
|
},
|
|
53
59
|
weight: {
|
|
54
60
|
control: { type: 'inline-radio' },
|
|
55
61
|
options: ['regular', 'bold'],
|
|
56
|
-
description: 'Espessura de fonte',
|
|
62
|
+
description: 'Espessura de fonte `regular` (default) ou `bold` para todo o texto. É possível aplicar parcialmente utilizando as tags `<b>` e `<strong>`.',
|
|
57
63
|
table: {
|
|
58
64
|
category: 'Properties',
|
|
59
65
|
defaultValue: { summary: 'regular' }
|
|
60
66
|
}
|
|
61
67
|
},
|
|
68
|
+
color: {
|
|
69
|
+
control: { type: 'select' },
|
|
70
|
+
options: ['', ...colors],
|
|
71
|
+
description: 'Define a cor de texto do bloco. Aceita qualquer valor do esquema de cores do design system.',
|
|
72
|
+
table: {
|
|
73
|
+
category: 'Properties',
|
|
74
|
+
defaultValue: { summary: 'Cor de texto padrão do tema' }
|
|
75
|
+
}
|
|
76
|
+
},
|
|
62
77
|
spotColor: {
|
|
63
78
|
control: { type: 'select' },
|
|
64
|
-
options: ['
|
|
65
|
-
description: '
|
|
79
|
+
options: ['', ...colors],
|
|
80
|
+
description: 'Define a cor dos itens de interação dentro do bloco de texto como as tags `<a>`. Aceita qualquer valor do esquema de cores do design system.',
|
|
81
|
+
name: 'spot-color',
|
|
66
82
|
table: {
|
|
67
83
|
category: 'Properties',
|
|
68
|
-
defaultValue: { summary: '
|
|
84
|
+
defaultValue: { summary: 'accent-dark' }
|
|
69
85
|
}
|
|
70
86
|
},
|
|
71
87
|
level: {
|
|
72
88
|
control: { type: 'number', min: 1, max: 6, step: 1 },
|
|
73
|
-
description: 'Define a tag semântica do título. Ex. h1, h2, h3, etc.',
|
|
89
|
+
description: 'Define a tag semântica do título. Ex. h1, h2, h3, etc. A semântica é independente do estilo aplicado.',
|
|
74
90
|
table: {
|
|
75
91
|
category: 'Properties',
|
|
76
|
-
defaultValue: { summary:
|
|
92
|
+
defaultValue: { summary: 1 }
|
|
77
93
|
}
|
|
78
|
-
}
|
|
94
|
+
},
|
|
95
|
+
marginBlock: {
|
|
96
|
+
control: 'text',
|
|
97
|
+
description: 'Define o tamanho do espaçamento superior e inferior do bloco. Valores válidos para a propriedade CSS `margin-block`.',
|
|
98
|
+
name: 'margin-block',
|
|
99
|
+
table: {
|
|
100
|
+
category: 'Properties',
|
|
101
|
+
defaultValue: { summary: '1.25em' }
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
lineHeight: {
|
|
105
|
+
control: 'text',
|
|
106
|
+
description: 'Define a altura de linha base a ser considerada pelo componente em sua responsividade. Valores válidos para a propriedade CSS `line-height`.',
|
|
107
|
+
name: 'line-height',
|
|
108
|
+
table: {
|
|
109
|
+
category: 'Properties',
|
|
110
|
+
defaultValue: { summary: '130%' }
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
cssMarginBlock: {
|
|
114
|
+
control: 'text',
|
|
115
|
+
description: 'Permite a definição da propriedade `margin-block` por folhas de estilo. É necessário o uso do `!important` conforme o exemplo de código.',
|
|
116
|
+
name: '--margin-block',
|
|
117
|
+
table: {
|
|
118
|
+
category: 'CSS Properties',
|
|
119
|
+
defaultValue: { summary: '1.25em' }
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
cssLineHeight: {
|
|
123
|
+
control: 'text',
|
|
124
|
+
description: 'Permite a definição da propriedade `line-height` por folhas de estilo. É necessário o uso do `!important` conforme o exemplo de código.',
|
|
125
|
+
name: '--line-height',
|
|
126
|
+
table: {
|
|
127
|
+
category: 'CSS Properties',
|
|
128
|
+
defaultValue: { summary: '130%' }
|
|
129
|
+
}
|
|
130
|
+
},
|
|
79
131
|
},
|
|
80
132
|
};
|
|
81
133
|
export const Heading = {
|
|
82
134
|
args: {
|
|
83
|
-
label: 'Dolor sit <a href="https://www.rededorsaoluiz.com.br" target="_blank">amet</a>, consectetur adipiscing elit.',
|
|
84
|
-
size: '
|
|
85
|
-
weight: '
|
|
86
|
-
level:
|
|
87
|
-
|
|
88
|
-
|
|
135
|
+
label: 'Dolor sit <a href="https://www.rededorsaoluiz.com.br" target="_blank">amet</a>, consectetur <i>adipiscing</i> elit.',
|
|
136
|
+
size: 'medium',
|
|
137
|
+
weight: '',
|
|
138
|
+
level: '',
|
|
139
|
+
color: '',
|
|
140
|
+
spotColor: '',
|
|
141
|
+
marginBlock: '',
|
|
142
|
+
lineHeight: '',
|
|
143
|
+
cssMarginBlock: '',
|
|
144
|
+
cssLineHeight: ''
|
|
89
145
|
},
|
|
90
146
|
};
|
|
91
147
|
//# sourceMappingURL=cura-heading.stories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cura-heading.stories.js","sourceRoot":"","sources":["../../../../src/components/text/cura-heading/cura-heading.stories.tsx"],"names":[],"mappings":";;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cura-heading.stories.js","sourceRoot":"","sources":["../../../../src/components/text/cura-heading/cura-heading.stories.tsx"],"names":[],"mappings":"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","sourcesContent":["import { getColorsWithDepths } from \"../../../utils/utils\";\n\nconst colors = getColorsWithDepths();\n\nconst renderCuraHeading = (label: string, args: any) => {\n const styles = args.cssMarginBlock || args.cssLineHeight ? `<style>\n cura-heading { ${args.cssMarginBlock ? `\n --margin-block: ${args.cssMarginBlock} !important;` : ``}${ args.cssLineHeight ? `\n --line-height: ${args.cssLineHeight} !important;` : ``}\n }\n</style>\n\n` : '';\n const block = `<cura-heading${args.size && (args.size !== 'medium' && args.size !== 'regular') ? `\n size=\"${args.size}\"` : ``}${args.level ? `\n level=\"${args.level}\"` : ''}${args.weight ? `\n weight=\"${args.weight}\"` : ''}${args.color ? `\n color=\"${args.color}\"` : ''}${args.spotColor ? `\n spot-color=\"${args.spotColor}\"` : ''}${args.marginBlock ? `\n margin-block=\"${args.marginBlock}\"` : ''}${args.lineHeight ? `\n line-height=\"${args.lineHeight}\"` : ''}>\n ${label}\n</cura-heading>\n`;\n return `${styles}${block}${block}${block}`;\n}\n\nexport default {\n title: 'Componentes/Text/Heading',\n tags: ['autodocs'],\n render: ({ label, ...args }) => {\n return renderCuraHeading(label, args);\n },\n argTypes: {\n label: {\n control: 'text',\n description: 'Define o texto do componente diretamente. Aceita tags HTML <i>Phrasing Content</i>.',\n name: 'Content'\n },\n size: {\n control: { type: 'select' },\n options: ['xsmall', 'small', 'medium', 'large'],\n description: 'Define o tamanho do bloco de texto considerando `xsmall`, `small`, `medium` (default) e `large` como valores válidos.',\n table: {\n category: 'Properties',\n defaultValue: { summary: 'medium'}\n }\n },\n weight: {\n control: { type: 'inline-radio' },\n options: ['regular', 'bold'],\n description: 'Espessura de fonte `regular` (default) ou `bold` para todo o texto. É possível aplicar parcialmente utilizando as tags `<b>` e `<strong>`.',\n table: {\n category: 'Properties',\n defaultValue: { summary: 'regular'}\n }\n },\n color: {\n control: { type: 'select' },\n options: ['', ...colors],\n description: 'Define a cor de texto do bloco. Aceita qualquer valor do esquema de cores do design system.',\n table: {\n category: 'Properties',\n defaultValue: { summary: 'Cor de texto padrão do tema'}\n }\n },\n spotColor: {\n control: { type: 'select' },\n options: ['', ...colors],\n description: 'Define a cor dos itens de interação dentro do bloco de texto como as tags `<a>`. Aceita qualquer valor do esquema de cores do design system.',\n name: 'spot-color',\n table: {\n category: 'Properties',\n defaultValue: { summary: 'accent-dark'}\n }\n },\n level: {\n control: { type: 'number', min: 1, max: 6, step: 1 },\n description: 'Define a tag semântica do título. Ex. h1, h2, h3, etc. A semântica é independente do estilo aplicado.',\n table: {\n category: 'Properties',\n defaultValue: { summary: 1}\n }\n },\n marginBlock: {\n control: 'text',\n description: 'Define o tamanho do espaçamento superior e inferior do bloco. Valores válidos para a propriedade CSS `margin-block`.',\n name: 'margin-block',\n table: {\n category: 'Properties',\n defaultValue: { summary: '1.25em'}\n }\n },\n lineHeight: {\n control: 'text',\n description: 'Define a altura de linha base a ser considerada pelo componente em sua responsividade. Valores válidos para a propriedade CSS `line-height`.',\n name: 'line-height',\n table: {\n category: 'Properties',\n defaultValue: { summary: '130%'}\n }\n },\n cssMarginBlock: {\n control: 'text',\n description: 'Permite a definição da propriedade `margin-block` por folhas de estilo. É necessário o uso do `!important` conforme o exemplo de código.',\n name: '--margin-block',\n table: {\n category: 'CSS Properties',\n defaultValue: { summary: '1.25em'}\n }\n },\n cssLineHeight: {\n control: 'text',\n description: 'Permite a definição da propriedade `line-height` por folhas de estilo. É necessário o uso do `!important` conforme o exemplo de código.',\n name: '--line-height',\n table: {\n category: 'CSS Properties',\n defaultValue: { summary: '130%'}\n }\n },\n },\n};\n\nexport const Heading = {\n args: {\n label: 'Dolor sit <a href=\"https://www.rededorsaoluiz.com.br\" target=\"_blank\">amet</a>, consectetur <i>adipiscing</i> elit.',\n size: 'medium',\n weight: '',\n level: '',\n color: '',\n spotColor: '',\n marginBlock: '',\n lineHeight: '',\n cssMarginBlock: '',\n cssLineHeight: ''\n },\n};\n"]}
|
|
@@ -11,92 +11,87 @@
|
|
|
11
11
|
* Responsive media for large only.
|
|
12
12
|
* Use: @include large-only() { ... }
|
|
13
13
|
*/
|
|
14
|
-
/**
|
|
15
|
-
* Responsive media for large and up.
|
|
16
|
-
* Use: @include large-up() { ... }
|
|
17
|
-
*/
|
|
18
14
|
/**
|
|
19
15
|
* Responsive media for xlarge only.
|
|
20
16
|
* Use: @include xlarge-only() { ... }
|
|
21
17
|
*/
|
|
18
|
+
/**
|
|
19
|
+
* Responsive media for medium to large.
|
|
20
|
+
* Use: @include medium-large() { ... }
|
|
21
|
+
*/
|
|
22
|
+
/**
|
|
23
|
+
* Responsive media for large and up.
|
|
24
|
+
* Use: @include large-up() { ... }
|
|
25
|
+
*/
|
|
22
26
|
:host {
|
|
23
27
|
display: block;
|
|
24
|
-
font-size: var(--font-size);
|
|
28
|
+
font-size: var(--font-size-base);
|
|
25
29
|
}
|
|
26
30
|
:host p {
|
|
27
31
|
font-family: var(--font-family);
|
|
28
|
-
font-size: var(--font-size);
|
|
32
|
+
font-size: var(--font-size-base);
|
|
29
33
|
font-weight: var(--font-weight-regular);
|
|
30
34
|
color: var(--color-body);
|
|
31
35
|
line-height: var(--line-height);
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
margin-block-end: var(--block-margin);
|
|
36
|
+
margin-block: var(--margin-block);
|
|
37
|
+
letter-spacing: 0.28px;
|
|
35
38
|
}
|
|
36
39
|
:host p.large {
|
|
37
|
-
font-size: 1.
|
|
40
|
+
font-size: 1.214em;
|
|
38
41
|
line-height: calc(var(--line-height) + 10%);
|
|
39
|
-
|
|
40
|
-
/* letter-spacing: normal; */
|
|
42
|
+
letter-spacing: 0px;
|
|
41
43
|
}
|
|
42
44
|
:host p.small {
|
|
43
45
|
font-size: 0.85em;
|
|
44
46
|
line-height: calc(var(--line-height) - 5%);
|
|
45
|
-
|
|
46
|
-
/* letter-spacing: 0.04em; */
|
|
47
|
+
letter-spacing: 0.48px;
|
|
47
48
|
}
|
|
48
|
-
:host p.caption {
|
|
49
|
-
font-size: 0.
|
|
49
|
+
:host p.caption, :host p.xsmall {
|
|
50
|
+
font-size: 0.714em;
|
|
50
51
|
line-height: calc(var(--line-height) - 5%);
|
|
51
|
-
|
|
52
|
-
/* letter-spacing: 0.06em; */
|
|
52
|
+
letter-spacing: 0.6px;
|
|
53
53
|
}
|
|
54
|
-
@media (min-width:
|
|
54
|
+
@media (min-width: 769px) and (max-width: 1920px) {
|
|
55
55
|
:host p {
|
|
56
|
-
font-size: 1.
|
|
56
|
+
font-size: 1.143em;
|
|
57
57
|
line-height: calc(var(--line-height) + 5%);
|
|
58
|
-
|
|
58
|
+
letter-spacing: 0.32px;
|
|
59
59
|
}
|
|
60
60
|
:host p.large {
|
|
61
|
-
font-size: 1.
|
|
61
|
+
font-size: 1.357em;
|
|
62
62
|
line-height: calc(var(--line-height) + 10%);
|
|
63
|
-
|
|
63
|
+
letter-spacing: 0px;
|
|
64
64
|
}
|
|
65
65
|
:host p.small {
|
|
66
66
|
font-size: 1em;
|
|
67
67
|
line-height: calc(var(--line-height) - 5%);
|
|
68
|
-
|
|
68
|
+
letter-spacing: 0.56px;
|
|
69
69
|
}
|
|
70
|
-
:host p.caption {
|
|
70
|
+
:host p.caption, :host p.xsmall {
|
|
71
71
|
font-size: 0.85em;
|
|
72
72
|
line-height: calc(var(--line-height) - 5%);
|
|
73
|
-
|
|
74
|
-
/* letter-spacing: 0.06em; */
|
|
73
|
+
letter-spacing: 0.72px;
|
|
75
74
|
}
|
|
76
75
|
}
|
|
77
|
-
@media (min-width:
|
|
76
|
+
@media (min-width: 1921px) {
|
|
78
77
|
:host p {
|
|
79
|
-
font-size: 1.
|
|
78
|
+
font-size: 1.429em;
|
|
80
79
|
line-height: calc(var(--line-height) + 10%);
|
|
81
|
-
|
|
82
|
-
/* letter-spacing: normal; */
|
|
80
|
+
letter-spacing: 0px;
|
|
83
81
|
}
|
|
84
82
|
:host p.large {
|
|
85
|
-
font-size: 1.
|
|
83
|
+
font-size: 1.714em;
|
|
86
84
|
line-height: calc(var(--line-height) + 20%);
|
|
87
|
-
/* line-height: 160%; */
|
|
88
85
|
}
|
|
89
86
|
:host p.small {
|
|
90
87
|
font-size: 1.21em;
|
|
91
88
|
line-height: calc(var(--line-height) + 5%);
|
|
92
|
-
|
|
93
|
-
/* letter-spacing: normal; */
|
|
89
|
+
letter-spacing: 0px;
|
|
94
90
|
}
|
|
95
|
-
:host p.caption {
|
|
91
|
+
:host p.caption, :host p.xsmall {
|
|
96
92
|
font-size: 1em;
|
|
97
93
|
line-height: calc(var(--line-height) + 5%);
|
|
98
|
-
|
|
99
|
-
/* letter-spacing: 0.02em; */
|
|
94
|
+
letter-spacing: 0.28px;
|
|
100
95
|
}
|
|
101
96
|
}
|
|
102
97
|
:host ::slotted(b), :host ::slotted(strong) {
|
|
@@ -107,6 +102,10 @@
|
|
|
107
102
|
color: var(--color-link);
|
|
108
103
|
text-underline-offset: 10%;
|
|
109
104
|
}
|
|
105
|
+
:host ::slotted(u) {
|
|
106
|
+
font-weight: var(--font-weight-medium);
|
|
107
|
+
text-underline-offset: 10%;
|
|
108
|
+
}
|
|
110
109
|
:host ::slotted(abbr) {
|
|
111
110
|
color: var(--color-link);
|
|
112
111
|
text-decoration: underline dashed 1px var(--color-link);
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { Host, h } from '@stencil/core';
|
|
2
2
|
export class CuraParagraph {
|
|
3
3
|
constructor() {
|
|
4
|
-
this.
|
|
5
|
-
this.
|
|
6
|
-
this.spotColor = '
|
|
4
|
+
this.theme = window.CuraAPI.theme;
|
|
5
|
+
this.size = 'medium';
|
|
6
|
+
this.spotColor = 'accent-dark';
|
|
7
7
|
this.color = undefined;
|
|
8
|
+
this.marginBlock = '1.25em';
|
|
9
|
+
this.lineHeight = '140%';
|
|
8
10
|
this.styles = {};
|
|
9
11
|
}
|
|
10
12
|
handleChangeColor() {
|
|
11
13
|
this.setColors();
|
|
12
14
|
}
|
|
13
15
|
connectedCallback() {
|
|
14
|
-
this.weights = window.CuraAPI.theme.fonts.getWeights();
|
|
15
16
|
this.setFontProperties();
|
|
16
17
|
this.setColors();
|
|
17
18
|
}
|
|
@@ -21,31 +22,30 @@ export class CuraParagraph {
|
|
|
21
22
|
return sizeclass;
|
|
22
23
|
}
|
|
23
24
|
setFontProperties() {
|
|
25
|
+
this.weights = this.theme.fonts.getWeights();
|
|
26
|
+
this.fontSizeBase = this.theme.fonts.getSize();
|
|
24
27
|
this.styles = {
|
|
25
|
-
'--font-family':
|
|
26
|
-
'--font-size': window.CuraAPI.theme.fonts.getSize(),
|
|
28
|
+
'--font-family': this.theme.fonts.getFamily('body'),
|
|
27
29
|
'--font-weight-regular': this.weights.regular,
|
|
28
30
|
'--font-weight-medium': this.weights.medium,
|
|
29
31
|
'--font-weight-bold': this.weights.bold
|
|
30
32
|
};
|
|
31
|
-
this.setHostProperty('--font-size', window.CuraAPI.theme.fonts.getSize());
|
|
32
|
-
this.setHostProperty('--block-margin', '1.25em');
|
|
33
|
-
this.setHostProperty('--line-height', '140%');
|
|
34
33
|
}
|
|
35
34
|
setColors() {
|
|
36
|
-
const fontColor = this.color
|
|
37
|
-
this.
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
this.styles = Object.assign(Object.assign({}, this.styles), { '--color-body': fontColor || window.CuraAPI.theme.colors.getColor('neutral-darker'), '--color-link': this.inverted
|
|
41
|
-
? window.CuraAPI.theme.colors.getColor(`${this.spotColor}-lighter`)
|
|
42
|
-
: window.CuraAPI.theme.colors.getColor(`${this.spotColor}-dark`) });
|
|
35
|
+
const fontColor = this.color
|
|
36
|
+
? this.theme.colors.getColor(this.color)
|
|
37
|
+
: this.theme.fonts.getColor();
|
|
38
|
+
this.styles = Object.assign(Object.assign({}, this.styles), { '--color-body': fontColor || this.theme.colors.getColor('neutral-darker'), '--color-link': this.theme.colors.getColor(`${this.spotColor}`) });
|
|
43
39
|
}
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
hostCSSProperties() {
|
|
41
|
+
return {
|
|
42
|
+
'--margin-block': this.marginBlock,
|
|
43
|
+
'--font-size-base': this.fontSizeBase,
|
|
44
|
+
'--line-height': this.lineHeight
|
|
45
|
+
};
|
|
46
46
|
}
|
|
47
47
|
render() {
|
|
48
|
-
return (h(Host,
|
|
48
|
+
return (h(Host, { style: this.hostCSSProperties() }, h("p", { style: this.styles, class: this.setsizeClass() }, h("slot", null))));
|
|
49
49
|
}
|
|
50
50
|
static get is() { return "cura-paragraph"; }
|
|
51
51
|
static get encapsulation() { return "shadow"; }
|
|
@@ -65,39 +65,39 @@ export class CuraParagraph {
|
|
|
65
65
|
"type": "string",
|
|
66
66
|
"mutable": false,
|
|
67
67
|
"complexType": {
|
|
68
|
-
"original": "'regular' | 'large' | 'small' | 'caption'",
|
|
69
|
-
"resolved": "\"caption\" | \"large\" | \"regular\" | \"small\"",
|
|
68
|
+
"original": "'regular' | 'medium' | 'large' | 'small' | 'caption' | 'xsmall'",
|
|
69
|
+
"resolved": "\"caption\" | \"large\" | \"medium\" | \"regular\" | \"small\" | \"xsmall\"",
|
|
70
70
|
"references": {}
|
|
71
71
|
},
|
|
72
72
|
"required": false,
|
|
73
73
|
"optional": false,
|
|
74
74
|
"docs": {
|
|
75
75
|
"tags": [],
|
|
76
|
-
"text": "Set size of body text.\nValues: regular (default) | large | small | caption."
|
|
76
|
+
"text": "Set size of body text.\nValues: regular (deprecated), medium (default) | large | small | caption (deprecated) | xsmall."
|
|
77
77
|
},
|
|
78
78
|
"attribute": "size",
|
|
79
79
|
"reflect": true,
|
|
80
|
-
"defaultValue": "'
|
|
80
|
+
"defaultValue": "'medium'"
|
|
81
81
|
},
|
|
82
|
-
"
|
|
83
|
-
"type": "
|
|
82
|
+
"spotColor": {
|
|
83
|
+
"type": "string",
|
|
84
84
|
"mutable": false,
|
|
85
85
|
"complexType": {
|
|
86
|
-
"original": "
|
|
87
|
-
"resolved": "
|
|
86
|
+
"original": "string",
|
|
87
|
+
"resolved": "string",
|
|
88
88
|
"references": {}
|
|
89
89
|
},
|
|
90
90
|
"required": false,
|
|
91
91
|
"optional": false,
|
|
92
92
|
"docs": {
|
|
93
93
|
"tags": [],
|
|
94
|
-
"text": "Apply
|
|
94
|
+
"text": "Apply design system color to interactive elements like <a> and <abbr> inside the text.\nValues: Color from design system scheme. Default to 'accent-dark'."
|
|
95
95
|
},
|
|
96
|
-
"attribute": "
|
|
96
|
+
"attribute": "spot-color",
|
|
97
97
|
"reflect": true,
|
|
98
|
-
"defaultValue": "
|
|
98
|
+
"defaultValue": "'accent-dark'"
|
|
99
99
|
},
|
|
100
|
-
"
|
|
100
|
+
"color": {
|
|
101
101
|
"type": "string",
|
|
102
102
|
"mutable": false,
|
|
103
103
|
"complexType": {
|
|
@@ -109,28 +109,46 @@ export class CuraParagraph {
|
|
|
109
109
|
"optional": false,
|
|
110
110
|
"docs": {
|
|
111
111
|
"tags": [],
|
|
112
|
-
"text": "
|
|
112
|
+
"text": "Text color.\nValues: Color from design system scheme. Default to the font color from the theme."
|
|
113
113
|
},
|
|
114
|
-
"attribute": "
|
|
114
|
+
"attribute": "color",
|
|
115
|
+
"reflect": false
|
|
116
|
+
},
|
|
117
|
+
"marginBlock": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"mutable": false,
|
|
120
|
+
"complexType": {
|
|
121
|
+
"original": "string",
|
|
122
|
+
"resolved": "string",
|
|
123
|
+
"references": {}
|
|
124
|
+
},
|
|
125
|
+
"required": false,
|
|
126
|
+
"optional": false,
|
|
127
|
+
"docs": {
|
|
128
|
+
"tags": [],
|
|
129
|
+
"text": "CSS margin-block property values.\nDefault to 1.25em"
|
|
130
|
+
},
|
|
131
|
+
"attribute": "margin-block",
|
|
115
132
|
"reflect": true,
|
|
116
|
-
"defaultValue": "'
|
|
133
|
+
"defaultValue": "'1.25em'"
|
|
117
134
|
},
|
|
118
|
-
"
|
|
119
|
-
"type": "
|
|
135
|
+
"lineHeight": {
|
|
136
|
+
"type": "string",
|
|
120
137
|
"mutable": false,
|
|
121
138
|
"complexType": {
|
|
122
|
-
"original": "
|
|
123
|
-
"resolved": "
|
|
139
|
+
"original": "string",
|
|
140
|
+
"resolved": "string",
|
|
124
141
|
"references": {}
|
|
125
142
|
},
|
|
126
143
|
"required": false,
|
|
127
144
|
"optional": false,
|
|
128
145
|
"docs": {
|
|
129
146
|
"tags": [],
|
|
130
|
-
"text": "
|
|
147
|
+
"text": "CSS line-height property values.\nDefault to 140%"
|
|
131
148
|
},
|
|
132
|
-
"attribute": "
|
|
133
|
-
"reflect":
|
|
149
|
+
"attribute": "line-height",
|
|
150
|
+
"reflect": true,
|
|
151
|
+
"defaultValue": "'140%'"
|
|
134
152
|
}
|
|
135
153
|
};
|
|
136
154
|
}
|
|
@@ -144,6 +162,9 @@ export class CuraParagraph {
|
|
|
144
162
|
return [{
|
|
145
163
|
"propName": "color",
|
|
146
164
|
"methodName": "handleChangeColor"
|
|
165
|
+
}, {
|
|
166
|
+
"propName": "spotColor",
|
|
167
|
+
"methodName": "handleChangeColor"
|
|
147
168
|
}];
|
|
148
169
|
}
|
|
149
170
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cura-paragraph.js","sourceRoot":"","sources":["../../../../src/components/text/cura-paragraph/cura-paragraph.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAOhF,MAAM,OAAO,aAAa;;
|
|
1
|
+
{"version":3,"file":"cura-paragraph.js","sourceRoot":"","sources":["../../../../src/components/text/cura-paragraph/cura-paragraph.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAOhF,MAAM,OAAO,aAAa;;IAgDxB,UAAK,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;gBA1CkE,QAAQ;qBAMpE,aAAa;;uBAiBX,QAAQ;sBAMT,MAAM;kBAYxB,EAAE;;EA1BpB,iBAAiB;IACf,IAAI,CAAC,SAAS,EAAE,CAAC;EACnB,CAAC;EA2BD,iBAAiB;IACf,IAAI,CAAC,iBAAiB,EAAE,CAAC;IACzB,IAAI,CAAC,SAAS,EAAE,CAAC;EACnB,CAAC;EAED,YAAY;IACV,MAAM,SAAS,GAAG,EAAE,CAAC;IACrB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,GAAG,IAAI,CAAC;IAC1C,OAAO,SAAS,CAAC;EACnB,CAAC;EAED,iBAAiB;IACf,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,EAAE,CAAC;IAC7C,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;IAC/C,IAAI,CAAC,MAAM,GAAG;MACZ,eAAe,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC;MACnD,uBAAuB,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO;MAC7C,sBAAsB,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM;MAC3C,oBAAoB,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI;KACxC,CAAC;EACJ,CAAC;EAED,SAAS;IACP,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK;MAC1B,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC;MACxC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;IAChC,IAAI,CAAC,MAAM,mCACN,IAAI,CAAC,MAAM,KACd,cAAc,EAAE,SAAS,IAAI,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,gBAAgB,CAAC,EACzE,cAAc,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,SAAS,EAAE,CAAC,GAChE,CAAC;EACJ,CAAC;EAED,iBAAiB;IACf,OAAO;MACL,gBAAgB,EAAE,IAAI,CAAC,WAAW;MAClC,kBAAkB,EAAE,IAAI,CAAC,YAAY;MACrC,eAAe,EAAE,IAAI,CAAC,UAAU;KACjC,CAAC;EACJ,CAAC;EAED,MAAM;IACJ,OAAO,CACL,EAAC,IAAI,IAAC,KAAK,EAAE,IAAI,CAAC,iBAAiB,EAAE;MACnC,SAAG,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC,YAAY,EAAE;QAC/C,eAAa,CACX,CACC,CACR,CAAC;EACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEF","sourcesContent":["import { Component, Host, Prop, h, Element, Watch, State } from '@stencil/core';\n\n@Component({\n tag: 'cura-paragraph',\n styleUrl: 'cura-paragraph.scss',\n shadow: true,\n})\nexport class CuraParagraph {\n\n /**\n * Set size of body text.\n * Values: regular (deprecated), medium (default) | large | small | caption (deprecated) | xsmall.\n */\n @Prop({reflect: true}) size: 'regular' | 'medium' | 'large' | 'small' | 'caption' | 'xsmall' = 'medium';\n\n /**\n * Apply design system color to interactive elements like <a> and <abbr> inside the text.\n * Values: Color from design system scheme. Default to 'accent-dark'.\n */\n @Prop({reflect: true}) spotColor = 'accent-dark';\n\n /**\n * Text color.\n * Values: Color from design system scheme. Default to the font color from the theme.\n */\n @Prop() color: string;\n @Watch('color')\n @Watch('spotColor')\n handleChangeColor() {\n this.setColors();\n }\n\n /**\n * CSS margin-block property values.\n * Default to 1.25em\n */\n @Prop({reflect: true}) marginBlock = '1.25em';\n\n /**\n * CSS line-height property values.\n * Default to 140%\n */\n @Prop({reflect: true}) lineHeight = '140%';\n\n /**\n * Host element <cura-paragraph>\n */\n @Element() host: HTMLElement;\n\n /**\n * Internal Props\n */\n weights: any;\n fontSizeBase: string;\n @State() styles = {};\n theme = window.CuraAPI.theme;\n\n connectedCallback() {\n this.setFontProperties();\n this.setColors();\n }\n\n setsizeClass() {\n const sizeclass = {};\n sizeclass[this.size.toLowerCase()] = true;\n return sizeclass;\n }\n\n setFontProperties() {\n this.weights = this.theme.fonts.getWeights();\n this.fontSizeBase = this.theme.fonts.getSize();\n this.styles = {\n '--font-family': this.theme.fonts.getFamily('body'),\n '--font-weight-regular': this.weights.regular,\n '--font-weight-medium': this.weights.medium,\n '--font-weight-bold': this.weights.bold\n };\n }\n\n setColors() {\n const fontColor = this.color\n ? this.theme.colors.getColor(this.color)\n : this.theme.fonts.getColor();\n this.styles = {\n ...this.styles,\n '--color-body': fontColor || this.theme.colors.getColor('neutral-darker'),\n '--color-link': this.theme.colors.getColor(`${this.spotColor}`)\n };\n }\n\n hostCSSProperties() {\n return {\n '--margin-block': this.marginBlock,\n '--font-size-base': this.fontSizeBase,\n '--line-height': this.lineHeight\n };\n }\n\n render() {\n return (\n <Host style={this.hostCSSProperties()}>\n <p style={this.styles} class={this.setsizeClass()}>\n <slot></slot>\n </p>\n </Host>\n );\n }\n\n}\n"]}
|