@bitrise/bitkit 9.5.0 → 9.5.3-alpha-src.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/package.json +4 -1
- package/src/tsconfig.tsbuildinfo +1 -0
- package/src/variables.css +141 -1
- package/.browserslistrc +0 -2
- package/.editorconfig +0 -4
- package/.eslint-tsconfig.json +0 -7
- package/.eslintrc.js +0 -28
- package/.husky/commit-msg +0 -4
- package/.nvmrc +0 -1
- package/.storybook/main.js +0 -35
- package/.storybook/manager.js +0 -6
- package/.storybook/preview.tsx +0 -20
- package/.storybook/theme.js +0 -7
- package/.stylelintignore +0 -2
- package/.stylelintrc +0 -287
- package/.svgrrc.js +0 -52
- package/.tool-versions +0 -1
- package/@types/@bitrise/bitkit.ts +0 -1
- package/@types/react-docgen.ts +0 -119
- package/CHANGELOG.md +0 -987
- package/CONTRIBUTING.md +0 -79
- package/FAQ.md +0 -19
- package/bitrise.yml +0 -66
- package/commitlint.config.js +0 -10
- package/jest.setup.js +0 -36
- package/netlify.toml +0 -42
- package/postcss.config.js +0 -16
- package/release.config.js +0 -32
- package/renovate.json +0 -6
- package/scripts/build-docs-watch.ts +0 -7
- package/scripts/build-docs.ts +0 -59
- package/site/assets/fonts/TT_Norms_Pro_Bold.woff +0 -0
- package/site/assets/fonts/TT_Norms_Pro_Normal.woff +0 -0
- package/site/assets/icons/favicon-32x32.png +0 -0
- package/site/assets/images/app_icon.jpg +0 -0
- package/site/assets/images/status-checks.png +0 -0
- package/site/components/CodeBlock/CodeBlock.css +0 -87
- package/site/components/CodeBlock/CodeBlock.tsx +0 -35
- package/site/components/Documentation/ComponentDocumentationPage.tsx +0 -150
- package/site/components/Documentation/Components/SectionAddonBeam.tsx +0 -47
- package/site/components/Documentation/Components/SectionAddonBeamSandbox.tsx +0 -32
- package/site/components/Documentation/Components/SectionAddonFooter.tsx +0 -22
- package/site/components/Documentation/Components/SectionAppear.tsx +0 -59
- package/site/components/Documentation/Components/SectionAvatar.tsx +0 -50
- package/site/components/Documentation/Components/SectionBadge.tsx +0 -38
- package/site/components/Documentation/Components/SectionBase.tsx +0 -17
- package/site/components/Documentation/Components/SectionButtons.tsx +0 -361
- package/site/components/Documentation/Components/SectionCards.tsx +0 -276
- package/site/components/Documentation/Components/SectionCheckbox.tsx +0 -38
- package/site/components/Documentation/Components/SectionDatePicker.tsx +0 -82
- package/site/components/Documentation/Components/SectionDivider.tsx +0 -31
- package/site/components/Documentation/Components/SectionDot.tsx +0 -27
- package/site/components/Documentation/Components/SectionDropdowns.tsx +0 -388
- package/site/components/Documentation/Components/SectionExpand.tsx +0 -143
- package/site/components/Documentation/Components/SectionFlex.tsx +0 -33
- package/site/components/Documentation/Components/SectionFormElements.tsx +0 -187
- package/site/components/Documentation/Components/SectionGrid.tsx +0 -125
- package/site/components/Documentation/Components/SectionHamburger.tsx +0 -34
- package/site/components/Documentation/Components/SectionIcons.tsx +0 -30
- package/site/components/Documentation/Components/SectionInputs.tsx +0 -89
- package/site/components/Documentation/Components/SectionList.tsx +0 -26
- package/site/components/Documentation/Components/SectionModals.tsx +0 -224
- package/site/components/Documentation/Components/SectionNotification.tsx +0 -38
- package/site/components/Documentation/Components/SectionPlacement.tsx +0 -167
- package/site/components/Documentation/Components/SectionProgress.tsx +0 -149
- package/site/components/Documentation/Components/SectionRadioButton.tsx +0 -38
- package/site/components/Documentation/Components/SectionRibbon.tsx +0 -33
- package/site/components/Documentation/Components/SectionRibbonSandbox.tsx +0 -17
- package/site/components/Documentation/Components/SectionSidebar.tsx +0 -125
- package/site/components/Documentation/Components/SectionSkeleton.tsx +0 -99
- package/site/components/Documentation/Components/SectionStatus.tsx +0 -53
- package/site/components/Documentation/Components/SectionStatusSandbox404.tsx +0 -42
- package/site/components/Documentation/Components/SectionStatusSandbox500.tsx +0 -13
- package/site/components/Documentation/Components/SectionTable.tsx +0 -83
- package/site/components/Documentation/Components/SectionTabs.tsx +0 -25
- package/site/components/Documentation/Components/SectionText.tsx +0 -34
- package/site/components/Documentation/Components/SectionTextarea.tsx +0 -43
- package/site/components/Documentation/Components/SectionToggle.tsx +0 -50
- package/site/components/Documentation/Components/SectionTooltips.tsx +0 -50
- package/site/components/Documentation/Documentation.tsx +0 -302
- package/site/components/Documentation/Materials/SectionColors.css +0 -33
- package/site/components/Documentation/Materials/SectionColors.tsx +0 -197
- package/site/components/Documentation/Materials/SectionIcons.tsx +0 -106
- package/site/components/Documentation/Materials/SectionTypography.tsx +0 -143
- package/site/components/Page/Page.tsx +0 -8
- package/site/components/Page/PageTitle.tsx +0 -8
- package/site/components/PropsTable/PropsTable.tsx +0 -35
- package/site/components/PropsTable/PropsTableCellUnion.tsx +0 -29
- package/site/components/PropsTable/PropsTableRow.tsx +0 -55
- package/site/components/Root/Root.tsx +0 -89
- package/site/components/Root/index.tsx +0 -4
- package/site/components/Sandbox/Sandbox.tsx +0 -19
- package/site/components/Sandbox/SandboxFrame.css +0 -20
- package/site/components/Sandbox/SandboxFrame.tsx +0 -77
- package/site/components/Section/Section.tsx +0 -8
- package/site/components/Section/SectionSubTitle.tsx +0 -8
- package/site/components/Section/SectionTitle.tsx +0 -8
- package/site/components/SideMenu/SideMenu.css +0 -39
- package/site/components/SideMenu/SideMenu.tsx +0 -53
- package/site/components/SideMenu/SideMenuItem.tsx +0 -34
- package/site/components/Window/Window.tsx +0 -62
- package/site/index.css +0 -11
- package/site/index.html +0 -16
- package/site/index.tsx +0 -16
- package/superstatic.json +0 -13
- package/tsconfig.json +0 -25
package/@types/react-docgen.ts
DELETED
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
-
/* eslint-disable no-unused-vars */
|
|
3
|
-
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
4
|
-
|
|
5
|
-
declare module 'react-docgen' {
|
|
6
|
-
interface DocumentationObject {
|
|
7
|
-
description: string;
|
|
8
|
-
displayName: string;
|
|
9
|
-
props?: { [key: string]: PropDescriptor };
|
|
10
|
-
context?: { [key: string]: PropDescriptor };
|
|
11
|
-
childContext?: { [key: string]: PropDescriptor };
|
|
12
|
-
composes?: string[];
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
interface PropDescriptor {
|
|
16
|
-
type?: PropTypeDescriptor;
|
|
17
|
-
flowType?: FlowTypeDescriptor;
|
|
18
|
-
tsType?: FlowTypeDescriptor;
|
|
19
|
-
required?: boolean;
|
|
20
|
-
defaultValue?: any;
|
|
21
|
-
description?: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
type PropTypeDescriptorName =
|
|
25
|
-
'arrayOf' |
|
|
26
|
-
'custom' |
|
|
27
|
-
'enum' |
|
|
28
|
-
'array' |
|
|
29
|
-
'bool' |
|
|
30
|
-
'func' |
|
|
31
|
-
'number' |
|
|
32
|
-
'object' |
|
|
33
|
-
'string' |
|
|
34
|
-
'any' |
|
|
35
|
-
'element' |
|
|
36
|
-
'node' |
|
|
37
|
-
'symbol' |
|
|
38
|
-
'objectOf' |
|
|
39
|
-
'shape' |
|
|
40
|
-
'exact' |
|
|
41
|
-
'union' |
|
|
42
|
-
'elementType';
|
|
43
|
-
|
|
44
|
-
type FlowTypeName =
|
|
45
|
-
'literal' |
|
|
46
|
-
'union' |
|
|
47
|
-
'signiture';
|
|
48
|
-
|
|
49
|
-
interface PropTypeDescriptor {
|
|
50
|
-
name: PropTypeDescriptorName;
|
|
51
|
-
value?: any;
|
|
52
|
-
raw?: string;
|
|
53
|
-
computed?: boolean;
|
|
54
|
-
description?: string;
|
|
55
|
-
required?: boolean;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
type FlowTypeDescriptor =
|
|
59
|
-
FlowSimpleType |
|
|
60
|
-
FlowLiteralType |
|
|
61
|
-
FlowElementsType |
|
|
62
|
-
FlowFunctionSignatureType |
|
|
63
|
-
FlowObjectSignatureType;
|
|
64
|
-
|
|
65
|
-
interface FlowBaseType {
|
|
66
|
-
required?: boolean;
|
|
67
|
-
nullable?: boolean;
|
|
68
|
-
alias?: string;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
interface FlowSimpleType extends FlowBaseType {
|
|
72
|
-
name: string;
|
|
73
|
-
raw?: string;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
interface FlowLiteralType extends FlowBaseType {
|
|
77
|
-
name: 'literal';
|
|
78
|
-
value: string;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
interface FlowElementsType extends FlowBaseType {
|
|
82
|
-
name: string;
|
|
83
|
-
raw: string;
|
|
84
|
-
elements: FlowTypeDescriptor[];
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
interface FlowFunctionArgumentType {
|
|
88
|
-
name: string;
|
|
89
|
-
type?: FlowTypeDescriptor;
|
|
90
|
-
rest?: boolean;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
interface FlowFunctionSignatureType extends FlowBaseType {
|
|
94
|
-
name: 'signature';
|
|
95
|
-
type: 'function';
|
|
96
|
-
raw: string;
|
|
97
|
-
signature: {
|
|
98
|
-
arguments: FlowFunctionArgumentType[];
|
|
99
|
-
return: FlowTypeDescriptor;
|
|
100
|
-
};
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
interface FlowObjectSignatureType extends FlowBaseType {
|
|
104
|
-
name: 'signature';
|
|
105
|
-
type: 'object';
|
|
106
|
-
raw: string;
|
|
107
|
-
signature: {
|
|
108
|
-
properties: {
|
|
109
|
-
key: string | FlowTypeDescriptor;
|
|
110
|
-
value: FlowTypeDescriptor;
|
|
111
|
-
}[];
|
|
112
|
-
constructor?: FlowTypeDescriptor;
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export const parse = (fileContent: string): DocumentationObject => {
|
|
118
|
-
return {};
|
|
119
|
-
};
|