ods-component-lib 1.18.76 → 1.18.78

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.
@@ -0,0 +1,21 @@
1
+ import OdsRangeTimepicker from '../../components/antd/timepicker/OdsRangeTimepicker';
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof OdsRangeTimepicker;
5
+ tags: string[];
6
+ argTypes: {
7
+ enableSeconds: {
8
+ control: string;
9
+ description: string;
10
+ defaultValue: boolean;
11
+ table: {
12
+ defaultValue: {
13
+ summary: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default _default;
20
+ export declare const Range: any;
21
+ export declare const RangeWithoutSeconds: any;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const TimeRangePickerTemplate: (args: any) => React.JSX.Element;
3
+ export default TimeRangePickerTemplate;
@@ -0,0 +1,62 @@
1
+ import OdsText from '../../components/antd/typography/OdsText';
2
+ import { Default } from './Samples/Default.Tample';
3
+ import { CustomText } from './Samples/CustomText.Tample';
4
+ import { StrongText } from './Samples/StrongText.Tample';
5
+ import { UnderlineText } from './Samples/UnderlineText.Tample';
6
+ import { EllipsisText } from './Samples/EllipsisText.Tample';
7
+ declare const _default: {
8
+ title: string;
9
+ component: typeof OdsText;
10
+ tags: string[];
11
+ argTypes: {
12
+ children: {
13
+ control: string;
14
+ description: string;
15
+ };
16
+ style: {
17
+ control: string;
18
+ description: string;
19
+ };
20
+ className: {
21
+ control: string;
22
+ description: string;
23
+ };
24
+ ellipsis: {
25
+ control: string;
26
+ description: string;
27
+ };
28
+ strong: {
29
+ control: string;
30
+ description: string;
31
+ };
32
+ underline: {
33
+ control: string;
34
+ description: string;
35
+ };
36
+ delete: {
37
+ control: string;
38
+ description: string;
39
+ };
40
+ code: {
41
+ control: string;
42
+ description: string;
43
+ };
44
+ mark: {
45
+ control: string;
46
+ description: string;
47
+ };
48
+ type: {
49
+ options: string[];
50
+ control: {
51
+ type: string;
52
+ };
53
+ description: string;
54
+ };
55
+ disabled: {
56
+ control: string;
57
+ description: string;
58
+ };
59
+ };
60
+ };
61
+ export default _default;
62
+ export { Default, CustomText, StrongText, UnderlineText, EllipsisText };
@@ -0,0 +1 @@
1
+ export declare const CustomText: any;
@@ -0,0 +1 @@
1
+ export declare const Default: any;
@@ -0,0 +1 @@
1
+ export declare const EllipsisText: any;
@@ -0,0 +1 @@
1
+ export declare const StrongText: any;
@@ -0,0 +1 @@
1
+ export declare const UnderlineText: any;
@@ -7,4 +7,3 @@ declare const _default: {
7
7
  };
8
8
  export default _default;
9
9
  export declare const Basic: any;
10
- export declare const Range: () => import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ods-component-lib",
3
- "version": "1.18.76",
3
+ "version": "1.18.78",
4
4
  "description": "Odeon design system component lib",
5
5
  "author": "OdeonTechnology",
6
6
  "license": "MIT",