@atlaskit/status 1.1.6 → 1.2.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 +16 -0
- package/dist/cjs/components/analytics.js +1 -1
- package/dist/cjs/components/internal/color-palette.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/analytics.js +1 -1
- package/dist/es2019/components/internal/color-palette.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/analytics.js +1 -1
- package/dist/esm/components/internal/color-palette.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +5 -12
- package/report.api.md +43 -21
- package/dist/types-ts4.0/components/Status.d.ts +0 -15
- package/dist/types-ts4.0/components/StatusPicker.d.ts +0 -16
- package/dist/types-ts4.0/components/analytics.d.ts +0 -11
- package/dist/types-ts4.0/components/constants.d.ts +0 -1
- package/dist/types-ts4.0/components/i18n.d.ts +0 -37
- package/dist/types-ts4.0/components/internal/color-palette.d.ts +0 -11
- package/dist/types-ts4.0/components/internal/color.d.ts +0 -22
- package/dist/types-ts4.0/element.d.ts +0 -2
- package/dist/types-ts4.0/i18n/cs.d.ts +0 -16
- package/dist/types-ts4.0/i18n/da.d.ts +0 -16
- package/dist/types-ts4.0/i18n/de.d.ts +0 -16
- package/dist/types-ts4.0/i18n/en.d.ts +0 -9
- package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -9
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -16
- package/dist/types-ts4.0/i18n/es.d.ts +0 -16
- package/dist/types-ts4.0/i18n/et.d.ts +0 -15
- package/dist/types-ts4.0/i18n/fi.d.ts +0 -16
- package/dist/types-ts4.0/i18n/fr.d.ts +0 -16
- package/dist/types-ts4.0/i18n/hu.d.ts +0 -16
- package/dist/types-ts4.0/i18n/index.d.ts +0 -35
- package/dist/types-ts4.0/i18n/is.d.ts +0 -9
- package/dist/types-ts4.0/i18n/it.d.ts +0 -16
- package/dist/types-ts4.0/i18n/ja.d.ts +0 -16
- package/dist/types-ts4.0/i18n/ko.d.ts +0 -16
- package/dist/types-ts4.0/i18n/languages.d.ts +0 -27
- package/dist/types-ts4.0/i18n/nb.d.ts +0 -16
- package/dist/types-ts4.0/i18n/nl.d.ts +0 -16
- package/dist/types-ts4.0/i18n/pl.d.ts +0 -16
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -16
- package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -15
- package/dist/types-ts4.0/i18n/ro.d.ts +0 -9
- package/dist/types-ts4.0/i18n/ru.d.ts +0 -16
- package/dist/types-ts4.0/i18n/sk.d.ts +0 -15
- package/dist/types-ts4.0/i18n/sv.d.ts +0 -16
- package/dist/types-ts4.0/i18n/th.d.ts +0 -16
- package/dist/types-ts4.0/i18n/tr.d.ts +0 -16
- package/dist/types-ts4.0/i18n/uk.d.ts +0 -16
- package/dist/types-ts4.0/i18n/vi.d.ts +0 -16
- package/dist/types-ts4.0/i18n/zh.d.ts +0 -16
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -16
- package/dist/types-ts4.0/index.d.ts +0 -4
- package/dist/types-ts4.0/picker.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/status
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`b3be5346e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b3be5346e02) - Status warning color picker updated to match the color of the underlying lozenge.
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 1.1.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -16,7 +16,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
16
16
|
var ELEMENTS_CHANNEL = 'fabric-elements';
|
|
17
17
|
exports.ELEMENTS_CHANNEL = ELEMENTS_CHANNEL;
|
|
18
18
|
var packageName = "@atlaskit/status";
|
|
19
|
-
var packageVersion = "1.1
|
|
19
|
+
var packageVersion = "1.2.1";
|
|
20
20
|
|
|
21
21
|
var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
|
|
22
22
|
return function (payload) {
|
|
@@ -32,7 +32,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
32
32
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
33
33
|
|
|
34
34
|
// color value, label, background, borderColor
|
|
35
|
-
var palette = [['neutral', (0, _tokens.token)('color.background.neutral', colors.N40), (0, _tokens.token)('color.text', colors.N400)], ['purple', (0, _tokens.token)('color.background.discovery', colors.P50), (0, _tokens.token)('color.text.discovery', colors.P400)], ['blue', (0, _tokens.token)('color.background.information', colors.B50), (0, _tokens.token)('color.text.information', colors.B400)], ['red', (0, _tokens.token)('color.background.danger', colors.R50), (0, _tokens.token)('color.text.danger', colors.R400)], ['yellow', (0, _tokens.token)('color.background.warning', colors.
|
|
35
|
+
var palette = [['neutral', (0, _tokens.token)('color.background.neutral', colors.N40), (0, _tokens.token)('color.text', colors.N400)], ['purple', (0, _tokens.token)('color.background.discovery', colors.P50), (0, _tokens.token)('color.text.discovery', colors.P400)], ['blue', (0, _tokens.token)('color.background.information', colors.B50), (0, _tokens.token)('color.text.information', colors.B400)], ['red', (0, _tokens.token)('color.background.danger', colors.R50), (0, _tokens.token)('color.text.danger', colors.R400)], ['yellow', (0, _tokens.token)('color.background.warning', colors.Y50), (0, _tokens.token)('color.text.warning', colors.Y400)], ['green', (0, _tokens.token)('color.background.success', colors.G50), (0, _tokens.token)('color.text.success', colors.G400)]];
|
|
36
36
|
var colorPaletteWrapperStyles = (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n margin: ", "px ", "px 0 ", "px;\n /* Firefox bug fix: https://product-fabric.atlassian.net/browse/ED-1789 */\n display: flex;\n flex-wrap: wrap;\n"])), (0, _constants.gridSize)(), (0, _constants.gridSize)(), (0, _constants.gridSize)());
|
|
37
37
|
var VK_LEFT = 37; //ArrowLeft
|
|
38
38
|
|
package/dist/cjs/version.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const ELEMENTS_CHANNEL = 'fabric-elements';
|
|
2
2
|
const packageName = "@atlaskit/status";
|
|
3
|
-
const packageVersion = "1.1
|
|
3
|
+
const packageVersion = "1.2.1";
|
|
4
4
|
export const createStatusAnalyticsAndFire = createAnalyticsEvent => payload => {
|
|
5
5
|
const statusPayload = { ...payload,
|
|
6
6
|
eventType: 'ui'
|
|
@@ -6,7 +6,7 @@ import React, { useEffect, useRef, useCallback } from 'react';
|
|
|
6
6
|
import { css, jsx } from '@emotion/react';
|
|
7
7
|
import Color from './color'; // color value, label, background, borderColor
|
|
8
8
|
|
|
9
|
-
const palette = [['neutral', token('color.background.neutral', colors.N40), token('color.text', colors.N400)], ['purple', token('color.background.discovery', colors.P50), token('color.text.discovery', colors.P400)], ['blue', token('color.background.information', colors.B50), token('color.text.information', colors.B400)], ['red', token('color.background.danger', colors.R50), token('color.text.danger', colors.R400)], ['yellow', token('color.background.warning', colors.
|
|
9
|
+
const palette = [['neutral', token('color.background.neutral', colors.N40), token('color.text', colors.N400)], ['purple', token('color.background.discovery', colors.P50), token('color.text.discovery', colors.P400)], ['blue', token('color.background.information', colors.B50), token('color.text.information', colors.B400)], ['red', token('color.background.danger', colors.R50), token('color.text.danger', colors.R400)], ['yellow', token('color.background.warning', colors.Y50), token('color.text.warning', colors.Y400)], ['green', token('color.background.success', colors.G50), token('color.text.success', colors.G400)]];
|
|
10
10
|
const colorPaletteWrapperStyles = css`
|
|
11
11
|
margin: ${gridSize()}px ${gridSize()}px 0 ${gridSize()}px;
|
|
12
12
|
/* Firefox bug fix: https://product-fabric.atlassian.net/browse/ED-1789 */
|
package/dist/es2019/version.json
CHANGED
|
@@ -6,7 +6,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
6
6
|
|
|
7
7
|
export var ELEMENTS_CHANNEL = 'fabric-elements';
|
|
8
8
|
var packageName = "@atlaskit/status";
|
|
9
|
-
var packageVersion = "1.1
|
|
9
|
+
var packageVersion = "1.2.1";
|
|
10
10
|
export var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
|
|
11
11
|
return function (payload) {
|
|
12
12
|
var statusPayload = _objectSpread(_objectSpread({}, payload), {}, {
|
|
@@ -11,7 +11,7 @@ import React, { useEffect, useRef, useCallback } from 'react';
|
|
|
11
11
|
import { css, jsx } from '@emotion/react';
|
|
12
12
|
import Color from './color'; // color value, label, background, borderColor
|
|
13
13
|
|
|
14
|
-
var palette = [['neutral', token('color.background.neutral', colors.N40), token('color.text', colors.N400)], ['purple', token('color.background.discovery', colors.P50), token('color.text.discovery', colors.P400)], ['blue', token('color.background.information', colors.B50), token('color.text.information', colors.B400)], ['red', token('color.background.danger', colors.R50), token('color.text.danger', colors.R400)], ['yellow', token('color.background.warning', colors.
|
|
14
|
+
var palette = [['neutral', token('color.background.neutral', colors.N40), token('color.text', colors.N400)], ['purple', token('color.background.discovery', colors.P50), token('color.text.discovery', colors.P400)], ['blue', token('color.background.information', colors.B50), token('color.text.information', colors.B400)], ['red', token('color.background.danger', colors.R50), token('color.text.danger', colors.R400)], ['yellow', token('color.background.warning', colors.Y50), token('color.text.warning', colors.Y400)], ['green', token('color.background.success', colors.G50), token('color.text.success', colors.G400)]];
|
|
15
15
|
var colorPaletteWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin: ", "px ", "px 0 ", "px;\n /* Firefox bug fix: https://product-fabric.atlassian.net/browse/ED-1789 */\n display: flex;\n flex-wrap: wrap;\n"])), gridSize(), gridSize(), gridSize());
|
|
16
16
|
var VK_LEFT = 37; //ArrowLeft
|
|
17
17
|
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/status",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Fabric Status React Components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -12,13 +12,6 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"typesVersions": {
|
|
16
|
-
">=4.0 <4.5": {
|
|
17
|
-
"*": [
|
|
18
|
-
"dist/types-ts4.0/*"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
15
|
"atlaskit:src": "src/index.ts",
|
|
23
16
|
"atlassian": {
|
|
24
17
|
"team": "Editor",
|
|
@@ -33,11 +26,11 @@
|
|
|
33
26
|
},
|
|
34
27
|
"dependencies": {
|
|
35
28
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
36
|
-
"@atlaskit/icon": "^21.
|
|
37
|
-
"@atlaskit/lozenge": "^11.
|
|
38
|
-
"@atlaskit/textfield": "^5.
|
|
29
|
+
"@atlaskit/icon": "^21.11.0",
|
|
30
|
+
"@atlaskit/lozenge": "^11.3.0",
|
|
31
|
+
"@atlaskit/textfield": "^5.3.0",
|
|
39
32
|
"@atlaskit/theme": "^12.2.0",
|
|
40
|
-
"@atlaskit/tokens": "^0.
|
|
33
|
+
"@atlaskit/tokens": "^0.11.0",
|
|
41
34
|
"@babel/runtime": "^7.0.0",
|
|
42
35
|
"@emotion/react": "^11.7.1"
|
|
43
36
|
},
|
package/report.api.md
CHANGED
|
@@ -2,39 +2,52 @@
|
|
|
2
2
|
|
|
3
3
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
4
|
|
|
5
|
+
<!--
|
|
6
|
+
Generated API Report version: 2.0
|
|
7
|
+
-->
|
|
8
|
+
|
|
9
|
+
[Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
|
|
10
|
+
|
|
5
11
|
```ts
|
|
6
12
|
import { default as React_2 } from 'react';
|
|
7
13
|
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
8
14
|
import { WithIntlProps } from 'react-intl-next';
|
|
9
15
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
10
16
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
| 'purple'
|
|
14
|
-
| 'blue'
|
|
15
|
-
| 'red'
|
|
16
|
-
| 'yellow'
|
|
17
|
-
| 'green';
|
|
17
|
+
// @public (undocumented)
|
|
18
|
+
export type Color = 'neutral' | 'purple' | 'blue' | 'red' | 'yellow' | 'green';
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
// @public (undocumented)
|
|
21
|
+
type ColorType = Color;
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
// @public (undocumented)
|
|
24
|
+
interface OwnProps {
|
|
25
|
+
// (undocumented)
|
|
23
26
|
color: Color;
|
|
24
|
-
|
|
27
|
+
// (undocumented)
|
|
25
28
|
localId?: string;
|
|
29
|
+
// (undocumented)
|
|
26
30
|
onClick?: (event: React_2.SyntheticEvent<any>) => void;
|
|
31
|
+
// (undocumented)
|
|
27
32
|
onHover?: () => void;
|
|
33
|
+
// (undocumented)
|
|
28
34
|
role?: string;
|
|
35
|
+
// (undocumented)
|
|
36
|
+
style?: StatusStyle;
|
|
37
|
+
// (undocumented)
|
|
38
|
+
text: string;
|
|
29
39
|
}
|
|
30
40
|
|
|
31
|
-
|
|
41
|
+
// @public (undocumented)
|
|
42
|
+
export type Props = OwnProps & WithAnalyticsEventsProps;
|
|
32
43
|
|
|
33
|
-
|
|
44
|
+
// @public (undocumented)
|
|
45
|
+
export const Status: React_2.ForwardRefExoticComponent<
|
|
34
46
|
Omit<Props, keyof WithAnalyticsEventsProps> & React_2.RefAttributes<any>
|
|
35
47
|
>;
|
|
36
48
|
|
|
37
|
-
|
|
49
|
+
// @public (undocumented)
|
|
50
|
+
export const StatusPicker: React_2.FC<
|
|
38
51
|
WithIntlProps<StatusPickerProps & WrappedComponentProps<'intl'>>
|
|
39
52
|
> & {
|
|
40
53
|
WrappedComponent: React_2.ComponentType<
|
|
@@ -42,17 +55,26 @@ export declare const StatusPicker: React_2.FC<
|
|
|
42
55
|
>;
|
|
43
56
|
};
|
|
44
57
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
58
|
+
// @public (undocumented)
|
|
59
|
+
export interface StatusPickerProps {
|
|
60
|
+
// (undocumented)
|
|
61
|
+
autoFocus?: boolean;
|
|
62
|
+
// (undocumented)
|
|
49
63
|
onColorClick: (value: ColorType) => void;
|
|
64
|
+
// (undocumented)
|
|
50
65
|
onColorHover?: (value: ColorType) => void;
|
|
66
|
+
// (undocumented)
|
|
67
|
+
onEnter: () => void;
|
|
68
|
+
// (undocumented)
|
|
51
69
|
onTextChanged: (value: string) => void;
|
|
52
|
-
|
|
70
|
+
// (undocumented)
|
|
71
|
+
selectedColor: ColorType;
|
|
72
|
+
// (undocumented)
|
|
73
|
+
text: string;
|
|
53
74
|
}
|
|
54
75
|
|
|
55
|
-
|
|
76
|
+
// @public (undocumented)
|
|
77
|
+
export type StatusStyle = 'bold' | 'subtle';
|
|
56
78
|
|
|
57
|
-
|
|
79
|
+
// (No @packageDocumentation comment for this package)
|
|
58
80
|
```
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
|
-
export declare type Color = 'neutral' | 'purple' | 'blue' | 'red' | 'yellow' | 'green';
|
|
4
|
-
export declare type StatusStyle = 'bold' | 'subtle';
|
|
5
|
-
export interface OwnProps {
|
|
6
|
-
text: string;
|
|
7
|
-
color: Color;
|
|
8
|
-
style?: StatusStyle;
|
|
9
|
-
localId?: string;
|
|
10
|
-
onClick?: (event: React.SyntheticEvent<any>) => void;
|
|
11
|
-
onHover?: () => void;
|
|
12
|
-
role?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare type Props = OwnProps & WithAnalyticsEventsProps;
|
|
15
|
-
export declare const Status: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
-
import { Color } from './Status';
|
|
4
|
-
export declare type ColorType = Color;
|
|
5
|
-
export interface Props {
|
|
6
|
-
selectedColor: ColorType;
|
|
7
|
-
text: string;
|
|
8
|
-
onEnter: () => void;
|
|
9
|
-
onColorClick: (value: ColorType) => void;
|
|
10
|
-
onColorHover?: (value: ColorType) => void;
|
|
11
|
-
onTextChanged: (value: string) => void;
|
|
12
|
-
autoFocus?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare const StatusPicker: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
|
|
15
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
|
|
16
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CreateUIAnalyticsEvent, UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
2
|
-
export declare const ELEMENTS_CHANNEL = "fabric-elements";
|
|
3
|
-
declare type EventPayload = {
|
|
4
|
-
action: string;
|
|
5
|
-
actionSubject: string;
|
|
6
|
-
attributes?: {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
export declare const createStatusAnalyticsAndFire: (createAnalyticsEvent: CreateUIAnalyticsEvent) => (payload: EventPayload) => UIAnalyticsEvent;
|
|
11
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ANALYTICS_HOVER_DELAY = 1000;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export declare const messages: {
|
|
2
|
-
neutralColor: {
|
|
3
|
-
id: string;
|
|
4
|
-
defaultMessage: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
purpleColor: {
|
|
8
|
-
id: string;
|
|
9
|
-
defaultMessage: string;
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
|
-
blueColor: {
|
|
13
|
-
id: string;
|
|
14
|
-
defaultMessage: string;
|
|
15
|
-
description: string;
|
|
16
|
-
};
|
|
17
|
-
redColor: {
|
|
18
|
-
id: string;
|
|
19
|
-
defaultMessage: string;
|
|
20
|
-
description: string;
|
|
21
|
-
};
|
|
22
|
-
yellowColor: {
|
|
23
|
-
id: string;
|
|
24
|
-
defaultMessage: string;
|
|
25
|
-
description: string;
|
|
26
|
-
};
|
|
27
|
-
greenColor: {
|
|
28
|
-
id: string;
|
|
29
|
-
defaultMessage: string;
|
|
30
|
-
description: string;
|
|
31
|
-
};
|
|
32
|
-
statusInputLabel: {
|
|
33
|
-
id: string;
|
|
34
|
-
defaultMessage: string;
|
|
35
|
-
description: string;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from '@emotion/react';
|
|
2
|
-
import { Color as ColorType } from '../Status';
|
|
3
|
-
interface ColorPaletteProps {
|
|
4
|
-
selectedColor?: ColorType;
|
|
5
|
-
onClick: (value: ColorType) => void;
|
|
6
|
-
onHover?: (value: ColorType) => void;
|
|
7
|
-
cols?: number;
|
|
8
|
-
className?: string;
|
|
9
|
-
}
|
|
10
|
-
declare const _default: ({ cols, onClick, selectedColor, className, onHover, }: ColorPaletteProps) => jsx.JSX.Element;
|
|
11
|
-
export default _default;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React, { PureComponent } from 'react';
|
|
2
|
-
import { jsx } from '@emotion/react';
|
|
3
|
-
import { Color as ColorType } from '../Status';
|
|
4
|
-
export interface ColorProps {
|
|
5
|
-
value: ColorType;
|
|
6
|
-
tabIndex?: number;
|
|
7
|
-
isSelected?: boolean;
|
|
8
|
-
onClick: (value: ColorType) => void;
|
|
9
|
-
onHover?: (value: ColorType) => void;
|
|
10
|
-
backgroundColor: string;
|
|
11
|
-
borderColor: string;
|
|
12
|
-
setRef?: (value: HTMLButtonElement) => HTMLButtonElement;
|
|
13
|
-
}
|
|
14
|
-
export default class Color extends PureComponent<ColorProps> {
|
|
15
|
-
private hoverStartTime;
|
|
16
|
-
render(): jsx.JSX.Element;
|
|
17
|
-
componentWillUnmount(): void;
|
|
18
|
-
onMouseEnter: () => void;
|
|
19
|
-
onMouseLeave: () => void;
|
|
20
|
-
onMouseDown: React.MouseEventHandler<HTMLButtonElement>;
|
|
21
|
-
onClick: React.MouseEventHandler<HTMLButtonElement>;
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* NOTE:
|
|
11
|
-
*
|
|
12
|
-
* This file is automatically generated by Traduki 2.0.
|
|
13
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
14
|
-
*/
|
|
15
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by i18n-tools.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
export { default as zh } from './zh';
|
|
8
|
-
export { default as zh_TW } from './zh_TW';
|
|
9
|
-
export { default as cs } from './cs';
|
|
10
|
-
export { default as da } from './da';
|
|
11
|
-
export { default as nl } from './nl';
|
|
12
|
-
export { default as et } from './et';
|
|
13
|
-
export { default as fi } from './fi';
|
|
14
|
-
export { default as fr } from './fr';
|
|
15
|
-
export { default as de } from './de';
|
|
16
|
-
export { default as hu } from './hu';
|
|
17
|
-
export { default as it } from './it';
|
|
18
|
-
export { default as ja } from './ja';
|
|
19
|
-
export { default as ko } from './ko';
|
|
20
|
-
export { default as nb } from './nb';
|
|
21
|
-
export { default as pl } from './pl';
|
|
22
|
-
export { default as pt_BR } from './pt_BR';
|
|
23
|
-
export { default as pt_PT } from './pt_PT';
|
|
24
|
-
export { default as ru } from './ru';
|
|
25
|
-
export { default as sk } from './sk';
|
|
26
|
-
export { default as es } from './es';
|
|
27
|
-
export { default as sv } from './sv';
|
|
28
|
-
export { default as th } from './th';
|
|
29
|
-
export { default as tr } from './tr';
|
|
30
|
-
export { default as uk } from './uk';
|
|
31
|
-
export { default as vi } from './vi';
|
|
32
|
-
export { default as en } from './en';
|
|
33
|
-
export { default as en_GB } from './en_GB';
|
|
34
|
-
export { default as is } from './is';
|
|
35
|
-
export { default as ro } from './ro';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
zh: string;
|
|
3
|
-
cs: string;
|
|
4
|
-
da: string;
|
|
5
|
-
nl: string;
|
|
6
|
-
en: string;
|
|
7
|
-
en_GB: string;
|
|
8
|
-
et: string;
|
|
9
|
-
fi: string;
|
|
10
|
-
fr: string;
|
|
11
|
-
de: string;
|
|
12
|
-
hu: string;
|
|
13
|
-
is: string;
|
|
14
|
-
it: string;
|
|
15
|
-
ja: string;
|
|
16
|
-
ko: string;
|
|
17
|
-
nb: string;
|
|
18
|
-
pl: string;
|
|
19
|
-
pt_BR: string;
|
|
20
|
-
pt_PT: string;
|
|
21
|
-
ro: string;
|
|
22
|
-
ru: string;
|
|
23
|
-
sk: string;
|
|
24
|
-
es: string;
|
|
25
|
-
sv: string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* NOTE:
|
|
11
|
-
*
|
|
12
|
-
* This file is automatically generated by Traduki 2.0.
|
|
13
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
14
|
-
*/
|
|
15
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.grey': string;
|
|
3
|
-
'fabric.status.color.purple': string;
|
|
4
|
-
'fabric.status.color.blue': string;
|
|
5
|
-
'fabric.status.color.red': string;
|
|
6
|
-
'fabric.status.color.yellow': string;
|
|
7
|
-
'fabric.status.color.green': string;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* NOTE:
|
|
11
|
-
*
|
|
12
|
-
* This file is automatically generated by Traduki 2.0.
|
|
13
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
14
|
-
*/
|
|
15
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
'fabric.status.color.blue': string;
|
|
3
|
-
'fabric.status.color.green': string;
|
|
4
|
-
'fabric.status.color.grey': string;
|
|
5
|
-
'fabric.status.color.purple': string;
|
|
6
|
-
'fabric.status.color.red': string;
|
|
7
|
-
'fabric.status.color.yellow': string;
|
|
8
|
-
'fabric.status.input.label': string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* NOTE:
|
|
12
|
-
*
|
|
13
|
-
* This file is automatically generated by Traduki 2.0.
|
|
14
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
15
|
-
*/
|
|
16
|
-
export default _default;
|