@shapesos/clay 0.1.0
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/LICENSE +21 -0
- package/README.md +170 -0
- package/dist/chat.cjs +1117 -0
- package/dist/chat.cjs.map +1 -0
- package/dist/chat.d.cts +46 -0
- package/dist/chat.d.ts +46 -0
- package/dist/chat.js +11 -0
- package/dist/chat.js.map +1 -0
- package/dist/chunk-2GFOESHR.js +613 -0
- package/dist/chunk-2GFOESHR.js.map +1 -0
- package/dist/chunk-5WRI5ZAA.js +31 -0
- package/dist/chunk-5WRI5ZAA.js.map +1 -0
- package/dist/chunk-6HNZQ2BF.js +91 -0
- package/dist/chunk-6HNZQ2BF.js.map +1 -0
- package/dist/chunk-7AJSQJQ5.js +1 -0
- package/dist/chunk-7AJSQJQ5.js.map +1 -0
- package/dist/chunk-A6DKIFWS.js +292 -0
- package/dist/chunk-A6DKIFWS.js.map +1 -0
- package/dist/chunk-C77QMQNT.js +1 -0
- package/dist/chunk-C77QMQNT.js.map +1 -0
- package/dist/chunk-P7NISN4V.js +115 -0
- package/dist/chunk-P7NISN4V.js.map +1 -0
- package/dist/chunk-XY2OM47L.js +16511 -0
- package/dist/chunk-XY2OM47L.js.map +1 -0
- package/dist/icon.cjs +237 -0
- package/dist/icon.cjs.map +1 -0
- package/dist/icon.d.cts +27 -0
- package/dist/icon.d.ts +27 -0
- package/dist/icon.js +12 -0
- package/dist/icon.js.map +1 -0
- package/dist/index.cjs +17634 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +34 -0
- package/dist/index.js.map +1 -0
- package/dist/lottie.cjs +16545 -0
- package/dist/lottie.cjs.map +1 -0
- package/dist/lottie.d.cts +38 -0
- package/dist/lottie.d.ts +38 -0
- package/dist/lottie.js +8 -0
- package/dist/lottie.js.map +1 -0
- package/dist/tokens.cjs +410 -0
- package/dist/tokens.cjs.map +1 -0
- package/dist/tokens.d.cts +121 -0
- package/dist/tokens.d.ts +121 -0
- package/dist/tokens.js +19 -0
- package/dist/tokens.js.map +1 -0
- package/package.json +110 -0
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ColorToken, TypographyStyle, TypographyType, colors, fontFamilies, typographyMixin, typographyStyles, typographyTypes } from './tokens.cjs';
|
|
2
|
+
export { Chat, ChatContextValue, ChatMessage, MessageRole } from './chat.cjs';
|
|
3
|
+
export { Icon, IconButton, IconButtonProps, IconButtonSize, IconProps } from './icon.cjs';
|
|
4
|
+
export { Lottie, LottieAnimationData, LottieProps, LottieRef } from './lottie.cjs';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import 'react';
|
|
7
|
+
import 'lottie-web';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ColorToken, TypographyStyle, TypographyType, colors, fontFamilies, typographyMixin, typographyStyles, typographyTypes } from './tokens.js';
|
|
2
|
+
export { Chat, ChatContextValue, ChatMessage, MessageRole } from './chat.js';
|
|
3
|
+
export { Icon, IconButton, IconButtonProps, IconButtonSize, IconProps } from './icon.js';
|
|
4
|
+
export { Lottie, LottieAnimationData, LottieProps, LottieRef } from './lottie.js';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import 'react';
|
|
7
|
+
import 'lottie-web';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import "./chunk-C77QMQNT.js";
|
|
2
|
+
import {
|
|
3
|
+
Chat
|
|
4
|
+
} from "./chunk-2GFOESHR.js";
|
|
5
|
+
import {
|
|
6
|
+
fontFamilies,
|
|
7
|
+
typographyMixin,
|
|
8
|
+
typographyStyles,
|
|
9
|
+
typographyTypes
|
|
10
|
+
} from "./chunk-A6DKIFWS.js";
|
|
11
|
+
import "./chunk-7AJSQJQ5.js";
|
|
12
|
+
import {
|
|
13
|
+
Icon,
|
|
14
|
+
IconButton
|
|
15
|
+
} from "./chunk-P7NISN4V.js";
|
|
16
|
+
import {
|
|
17
|
+
colors
|
|
18
|
+
} from "./chunk-6HNZQ2BF.js";
|
|
19
|
+
import {
|
|
20
|
+
Lottie
|
|
21
|
+
} from "./chunk-XY2OM47L.js";
|
|
22
|
+
import "./chunk-5WRI5ZAA.js";
|
|
23
|
+
export {
|
|
24
|
+
Chat,
|
|
25
|
+
Icon,
|
|
26
|
+
IconButton,
|
|
27
|
+
Lottie,
|
|
28
|
+
colors,
|
|
29
|
+
fontFamilies,
|
|
30
|
+
typographyMixin,
|
|
31
|
+
typographyStyles,
|
|
32
|
+
typographyTypes
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|