@bitrise/bitkit 7.14.1 → 7.15.0-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.
- package/CHANGELOG.md +7 -0
- package/README.md +2 -0
- package/lib/cjs/AddonBeam/AddonBeam.js +1 -1
- package/lib/cjs/AddonBeam/AddonBeam.js.map +1 -1
- package/lib/cjs/AddonFooter/AddonFooter.js +2 -2
- package/lib/cjs/AddonFooter/AddonFooter.js.map +1 -1
- package/lib/cjs/Avatar/Avatar.js +1 -1
- package/lib/cjs/Avatar/Avatar.js.map +1 -1
- package/lib/cjs/Badge/Badge.css +1 -0
- package/lib/cjs/Badge/Badge.d.ts.map +1 -1
- package/lib/cjs/Badge/Badge.js +1 -1
- package/lib/cjs/Badge/Badge.js.map +1 -1
- package/lib/cjs/Button/Button.css +3 -3
- package/lib/cjs/Button/ColorButton.css +3 -3
- package/lib/cjs/DatePicker/DatePickerMonth.js +1 -1
- package/lib/cjs/DatePicker/DatePickerMonth.js.map +1 -1
- package/lib/cjs/Input/InputInlineHelp.js +1 -1
- package/lib/cjs/Input/InputInlineHelp.js.map +1 -1
- package/lib/cjs/Input/InputLabel.js +1 -1
- package/lib/cjs/Input/InputLabel.js.map +1 -1
- package/lib/cjs/Modal/ModalTitle.js +1 -1
- package/lib/cjs/Modal/ModalTitle.js.map +1 -1
- package/lib/cjs/Progress/ProgressBitbot.js +1 -1
- package/lib/cjs/Progress/ProgressBitbot.js.map +1 -1
- package/lib/cjs/Status/Status404.js +2 -2
- package/lib/cjs/Status/Status404.js.map +1 -1
- package/lib/cjs/Status/Status500.js +3 -3
- package/lib/cjs/Status/Status500.js.map +1 -1
- package/lib/cjs/Text/Text.css +0 -19
- package/lib/cjs/Text/Text.d.ts +2 -8
- package/lib/cjs/Text/Text.d.ts.map +1 -1
- package/lib/cjs/Text/Text.js +3 -17
- package/lib/cjs/Text/Text.js.map +1 -1
- package/lib/cjs/Text/TextSizes.css +39 -0
- package/lib/cjs/Tooltip/Tooltip.js +1 -1
- package/lib/cjs/Tooltip/Tooltip.js.map +1 -1
- package/lib/cjs/index.d.ts +1 -1
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/root.css +2 -2
- package/lib/cjs/tsconfig.tsbuildinfo +19 -19
- package/lib/cjs/variables.css +16 -16
- package/lib/cjs/variables.d.ts +16 -16
- package/lib/cjs/variables.d.ts.map +1 -1
- package/lib/cjs/variables.js +16 -16
- package/lib/cjs/variables.js.map +1 -1
- package/lib/esn/AddonBeam/AddonBeam.js +1 -1
- package/lib/esn/AddonBeam/AddonBeam.js.map +1 -1
- package/lib/esn/AddonFooter/AddonFooter.js +2 -2
- package/lib/esn/AddonFooter/AddonFooter.js.map +1 -1
- package/lib/esn/Avatar/Avatar.js +1 -1
- package/lib/esn/Avatar/Avatar.js.map +1 -1
- package/lib/esn/Badge/Badge.css +1 -0
- package/lib/esn/Badge/Badge.d.ts.map +1 -1
- package/lib/esn/Badge/Badge.js +1 -1
- package/lib/esn/Badge/Badge.js.map +1 -1
- package/lib/esn/Button/Button.css +3 -3
- package/lib/esn/Button/ColorButton.css +3 -3
- package/lib/esn/DatePicker/DatePickerMonth.js +1 -1
- package/lib/esn/DatePicker/DatePickerMonth.js.map +1 -1
- package/lib/esn/Input/InputInlineHelp.js +1 -1
- package/lib/esn/Input/InputInlineHelp.js.map +1 -1
- package/lib/esn/Input/InputLabel.js +1 -1
- package/lib/esn/Input/InputLabel.js.map +1 -1
- package/lib/esn/Modal/ModalTitle.js +1 -1
- package/lib/esn/Modal/ModalTitle.js.map +1 -1
- package/lib/esn/Progress/ProgressBitbot.js +1 -1
- package/lib/esn/Progress/ProgressBitbot.js.map +1 -1
- package/lib/esn/Status/Status404.js +2 -2
- package/lib/esn/Status/Status404.js.map +1 -1
- package/lib/esn/Status/Status500.js +3 -3
- package/lib/esn/Status/Status500.js.map +1 -1
- package/lib/esn/Text/Text.css +0 -19
- package/lib/esn/Text/Text.d.ts +2 -8
- package/lib/esn/Text/Text.d.ts.map +1 -1
- package/lib/esn/Text/Text.js +3 -17
- package/lib/esn/Text/Text.js.map +1 -1
- package/lib/esn/Text/TextSizes.css +39 -0
- package/lib/esn/Tooltip/Tooltip.js +1 -1
- package/lib/esn/Tooltip/Tooltip.js.map +1 -1
- package/lib/esn/index.d.ts +1 -1
- package/lib/esn/index.d.ts.map +1 -1
- package/lib/esn/index.js.map +1 -1
- package/lib/esn/root.css +2 -2
- package/lib/esn/tsconfig.tsbuildinfo +19 -19
- package/lib/esn/variables.css +16 -16
- package/lib/esn/variables.d.ts +16 -16
- package/lib/esn/variables.d.ts.map +1 -1
- package/lib/esn/variables.js +16 -16
- package/lib/esn/variables.js.map +1 -1
- package/package.json +1 -1
- package/site/components/CodeBlock/CodeBlock.css +2 -2
- package/site/components/Documentation/ComponentDocumentationPage.tsx +7 -7
- package/site/components/Documentation/Components/SectionCards.tsx +10 -10
- package/site/components/Documentation/Components/SectionDropdowns.tsx +1 -1
- package/site/components/Documentation/Components/SectionExpand.tsx +6 -6
- package/site/components/Documentation/Components/SectionFlex.tsx +1 -1
- package/site/components/Documentation/Components/SectionGrid.tsx +1 -1
- package/site/components/Documentation/Components/SectionIcons.tsx +1 -1
- package/site/components/Documentation/Components/SectionModals.tsx +3 -3
- package/site/components/Documentation/Components/SectionSidebar.tsx +1 -1
- package/site/components/Documentation/Components/SectionStatusSandbox404.tsx +1 -1
- package/site/components/Documentation/Components/SectionText.tsx +6 -6
- package/site/components/Documentation/Materials/SectionColors.tsx +6 -6
- package/site/components/Documentation/Materials/SectionIcons.tsx +2 -2
- package/site/components/Documentation/Materials/SectionTypography.tsx +39 -83
- package/site/components/Page/PageTitle.tsx +1 -1
- package/site/components/PropsTable/PropsTable.tsx +1 -1
- package/site/components/PropsTable/PropsTableCellUnion.tsx +1 -1
- package/site/components/PropsTable/PropsTableRow.tsx +3 -3
- package/site/components/Root/Root.tsx +5 -4
- package/site/components/Section/SectionSubTitle.tsx +1 -1
- package/site/components/Section/SectionTitle.tsx +1 -1
- package/site/components/Window/Window.tsx +1 -1
- package/src/AddonBeam/AddonBeam.tsx +1 -1
- package/src/AddonFooter/AddonFooter.tsx +2 -2
- package/src/Avatar/Avatar.tsx +1 -1
- package/src/Badge/Badge.css +1 -0
- package/src/Badge/Badge.tsx +2 -1
- package/src/Button/Button.css +3 -3
- package/src/Button/ColorButton.css +3 -3
- package/src/DatePicker/DatePickerMonth.tsx +1 -1
- package/src/Input/InputInlineHelp.tsx +1 -1
- package/src/Input/InputLabel.tsx +1 -1
- package/src/Modal/ModalTitle.tsx +1 -1
- package/src/Progress/ProgressBitbot.tsx +1 -1
- package/src/Status/Status404.tsx +2 -2
- package/src/Status/Status500.tsx +3 -3
- package/src/Text/Text.css +0 -19
- package/src/Text/Text.tsx +4 -27
- package/src/Text/TextSizes.css +39 -0
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/root.css +2 -2
- package/src/variables.css +16 -16
- package/src/variables.ts +17 -17
- package/lib/cjs/Text/TextConfigurations.css +0 -56
- package/lib/esn/Text/TextConfigurations.css +0 -56
- package/src/Text/TextConfigurations.css +0 -56
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
.Text--config-1 {
|
|
2
|
-
font-size: var(--font-size--x8);
|
|
3
|
-
font-weight: var(--font-weight--bold);
|
|
4
|
-
letter-spacing: var(--letter-spacing--x1);
|
|
5
|
-
line-height: var(--line-height--x8);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.Text--config-2 {
|
|
9
|
-
font-size: var(--font-size--x7);
|
|
10
|
-
font-weight: var(--font-weight--bold);
|
|
11
|
-
line-height: var(--line-height--x7);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.Text--config-3 {
|
|
15
|
-
font-size: var(--font-size--x6);
|
|
16
|
-
font-weight: var(--font-weight--bold);
|
|
17
|
-
letter-spacing: var(--letter-spacing--x2);
|
|
18
|
-
line-height: var(--line-height--x6);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.Text--config-4 {
|
|
22
|
-
font-size: var(--font-size--x5);
|
|
23
|
-
font-weight: var(--font-weight--bold);
|
|
24
|
-
letter-spacing: var(--letter-spacing--x3);
|
|
25
|
-
line-height: var(--line-height--x5);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.Text--config-5 {
|
|
29
|
-
font-size: var(--font-size--x4);
|
|
30
|
-
font-weight: var(--font-weight--bold);
|
|
31
|
-
line-height: var(--line-height--x4);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.Text--config-6 {
|
|
35
|
-
font-size: var(--font-size--x2);
|
|
36
|
-
letter-spacing: var(--letter-spacing--x4);
|
|
37
|
-
text-transform: uppercase;
|
|
38
|
-
line-height: var(--line-height--x2);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.Text--config-7 {
|
|
42
|
-
font-size: var(--font-size--x3);
|
|
43
|
-
line-height: var(--line-height--x3);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.Text--config-8 {
|
|
47
|
-
font-size: var(--font-size--x2);
|
|
48
|
-
line-height: var(--line-height--x2);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.Text--config-9 {
|
|
52
|
-
font-size: var(--font-size--x1);
|
|
53
|
-
letter-spacing: var(--letter-spacing--x5);
|
|
54
|
-
text-transform: uppercase;
|
|
55
|
-
line-height: var(--line-height--x1);
|
|
56
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
.Text--config-1 {
|
|
2
|
-
font-size: var(--font-size--x8);
|
|
3
|
-
font-weight: var(--font-weight--bold);
|
|
4
|
-
letter-spacing: var(--letter-spacing--x1);
|
|
5
|
-
line-height: var(--line-height--x8);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.Text--config-2 {
|
|
9
|
-
font-size: var(--font-size--x7);
|
|
10
|
-
font-weight: var(--font-weight--bold);
|
|
11
|
-
line-height: var(--line-height--x7);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.Text--config-3 {
|
|
15
|
-
font-size: var(--font-size--x6);
|
|
16
|
-
font-weight: var(--font-weight--bold);
|
|
17
|
-
letter-spacing: var(--letter-spacing--x2);
|
|
18
|
-
line-height: var(--line-height--x6);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.Text--config-4 {
|
|
22
|
-
font-size: var(--font-size--x5);
|
|
23
|
-
font-weight: var(--font-weight--bold);
|
|
24
|
-
letter-spacing: var(--letter-spacing--x3);
|
|
25
|
-
line-height: var(--line-height--x5);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.Text--config-5 {
|
|
29
|
-
font-size: var(--font-size--x4);
|
|
30
|
-
font-weight: var(--font-weight--bold);
|
|
31
|
-
line-height: var(--line-height--x4);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.Text--config-6 {
|
|
35
|
-
font-size: var(--font-size--x2);
|
|
36
|
-
letter-spacing: var(--letter-spacing--x4);
|
|
37
|
-
text-transform: uppercase;
|
|
38
|
-
line-height: var(--line-height--x2);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.Text--config-7 {
|
|
42
|
-
font-size: var(--font-size--x3);
|
|
43
|
-
line-height: var(--line-height--x3);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.Text--config-8 {
|
|
47
|
-
font-size: var(--font-size--x2);
|
|
48
|
-
line-height: var(--line-height--x2);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.Text--config-9 {
|
|
52
|
-
font-size: var(--font-size--x1);
|
|
53
|
-
letter-spacing: var(--letter-spacing--x5);
|
|
54
|
-
text-transform: uppercase;
|
|
55
|
-
line-height: var(--line-height--x1);
|
|
56
|
-
}
|