@livechat/design-system-react-components 1.16.5 → 1.16.7
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/README.md +82 -0
- package/dist/components/Icon/IconsShowcase/IconsShowcase.d.ts +11 -0
- package/dist/components/Icon/IconsShowcase/constans.d.ts +2 -0
- package/dist/components/Icon/IconsShowcase/helpers.d.ts +2 -0
- package/dist/components/Icon/IconsShowcase/types.d.ts +9 -0
- package/dist/components/Picker/helpers.d.ts +1 -0
- package/dist/components/Picker/hooks/useFloatingPicker.d.ts +33 -0
- package/dist/components/Picker/hooks/usePickerItems.d.ts +20 -0
- package/dist/components/Picker/types.d.ts +17 -1
- package/dist/components/Typography/Display.d.ts +3 -1
- package/dist/components/Typography/Heading.d.ts +7 -3
- package/dist/components/Typography/Text.d.ts +13 -3
- package/dist/components/Typography/index.d.ts +1 -0
- package/dist/components/Typography/types.d.ts +3 -0
- package/dist/dsrc.cjs.js +1 -1
- package/dist/dsrc.es.js +1793 -1655
- package/dist/{themes → foundations}/design-token.d.ts +2 -0
- package/dist/foundations/radius-token.d.ts +6 -0
- package/dist/foundations/shadow-token.d.ts +1 -0
- package/dist/foundations/spacing-token.d.ts +4 -0
- package/dist/foundations/transition-token.d.ts +3 -0
- package/dist/index.d.ts +1 -1
- package/dist/preview-stats.json +621 -558
- package/dist/stories/components/Table/Table.d.ts +13 -0
- package/dist/stories/foundations/Color/ColorTable.d.ts +7 -0
- package/dist/stories/foundations/Color/constants.d.ts +2 -0
- package/dist/stories/foundations/Color/data.d.ts +7 -0
- package/dist/stories/foundations/Color/helpers.d.ts +2 -0
- package/dist/stories/foundations/Color/types.d.ts +43 -0
- package/dist/stories/foundations/Radius/RadiusTable.d.ts +7 -0
- package/dist/stories/foundations/Radius/constants.d.ts +2 -0
- package/dist/stories/foundations/Radius/types.d.ts +8 -0
- package/dist/stories/foundations/Shadow/ShadowTable.d.ts +7 -0
- package/dist/stories/foundations/Shadow/constants.d.ts +2 -0
- package/dist/stories/foundations/Shadow/types.d.ts +6 -0
- package/dist/stories/foundations/Spacing/SpacingTable.d.ts +7 -0
- package/dist/stories/foundations/Spacing/constants.d.ts +2 -0
- package/dist/stories/foundations/Spacing/types.d.ts +7 -0
- package/dist/stories/foundations/Transition/TransitionTable.d.ts +7 -0
- package/dist/stories/foundations/Transition/components/TransitionDelayExample.d.ts +2 -0
- package/dist/stories/foundations/Transition/components/TransitionDurationExample.d.ts +2 -0
- package/dist/stories/foundations/Transition/components/TransitionTimingExample.d.ts +2 -0
- package/dist/stories/foundations/Transition/constants.d.ts +4 -0
- package/dist/stories/foundations/Transition/types.d.ts +16 -0
- package/dist/stories/foundations/Typography/components/DisplayExamples.d.ts +2 -0
- package/dist/stories/foundations/Typography/components/HeadingExamples.d.ts +2 -0
- package/dist/stories/foundations/Typography/components/TextExamples.d.ts +2 -0
- package/dist/stories/helpers.d.ts +6 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/docs/components/ColorTokens.d.ts +0 -2
- package/dist/docs/components/Icons/TablerIconsShowcase.d.ts +0 -6
- package/dist/docs/components/Radius/Radius.d.ts +0 -2
- package/dist/docs/components/Radius/RadiusExamples.d.ts +0 -2
- package/dist/docs/components/Shadow/Shadow.d.ts +0 -2
- package/dist/docs/components/Shadow/ShadowExamples.d.ts +0 -2
- package/dist/docs/components/Spacing/Spacing.d.ts +0 -2
- package/dist/docs/components/Spacing/SpacingExamples.d.ts +0 -2
- package/dist/docs/components/Transition/TransitionTable.d.ts +0 -10
- package/dist/docs/components/Transition/transitionDelay.d.ts +0 -6
- package/dist/docs/components/Transition/transitionDuration.d.ts +0 -5
- package/dist/docs/components/Transition/transitionTiming.d.ts +0 -5
- /package/dist/{docs → stories}/components/BlockColumns/BlockColumns.d.ts +0 -0
- /package/dist/{docs → stories}/components/StoryDescriptor.d.ts +0 -0
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
export declare const RadiusToken: {
|
|
2
|
+
Radius0: string;
|
|
3
|
+
Radius1: string;
|
|
4
|
+
Radius2: string;
|
|
5
|
+
Radius3: string;
|
|
6
|
+
Radius4: string;
|
|
2
7
|
0: string;
|
|
3
8
|
1: string;
|
|
4
9
|
2: string;
|
|
5
10
|
3: string;
|
|
6
11
|
4: string;
|
|
7
12
|
};
|
|
13
|
+
export type RadiusTokenKey = keyof typeof RadiusToken;
|
|
@@ -7,8 +7,11 @@ export declare const SpacingToken: {
|
|
|
7
7
|
Spacing4: string;
|
|
8
8
|
Spacing5: string;
|
|
9
9
|
Spacing6: string;
|
|
10
|
+
Spacing7: string;
|
|
10
11
|
Spacing8: string;
|
|
12
|
+
Spacing9: string;
|
|
11
13
|
Spacing10: string;
|
|
14
|
+
Spacing11: string;
|
|
12
15
|
Spacing12: string;
|
|
13
16
|
Spacing14: string;
|
|
14
17
|
Spacing16: string;
|
|
@@ -16,3 +19,4 @@ export declare const SpacingToken: {
|
|
|
16
19
|
Spacing20: string;
|
|
17
20
|
Spacing24: string;
|
|
18
21
|
};
|
|
22
|
+
export type SpacingTokenKey = keyof typeof SpacingToken;
|
|
@@ -3,12 +3,15 @@ export declare const TransitionDurationToken: {
|
|
|
3
3
|
Fast2: string;
|
|
4
4
|
Moderate1: string;
|
|
5
5
|
};
|
|
6
|
+
export type TransitionDurationTokenKey = keyof typeof TransitionDurationToken;
|
|
6
7
|
export declare const TransitionTimingToken: {
|
|
7
8
|
EaseIn: string;
|
|
8
9
|
EaseOut: string;
|
|
9
10
|
};
|
|
11
|
+
export type TransitionTimingTokenKey = keyof typeof TransitionTimingToken;
|
|
10
12
|
export declare const TransitionDelayToken: {
|
|
11
13
|
Instant: string;
|
|
12
14
|
Moderate: string;
|
|
13
15
|
Slow: string;
|
|
14
16
|
};
|
|
17
|
+
export type TransitionDelayTokenKey = keyof typeof TransitionDelayToken;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { DesignToken } from './
|
|
1
|
+
export { DesignToken } from './foundations/design-token';
|
|
2
2
|
export { SpacingToken } from './foundations/spacing-token';
|
|
3
3
|
export { ShadowToken } from './foundations/shadow-token';
|
|
4
4
|
export { RadiusToken } from './foundations/radius-token';
|