@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.
Files changed (49) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +170 -0
  3. package/dist/chat.cjs +1117 -0
  4. package/dist/chat.cjs.map +1 -0
  5. package/dist/chat.d.cts +46 -0
  6. package/dist/chat.d.ts +46 -0
  7. package/dist/chat.js +11 -0
  8. package/dist/chat.js.map +1 -0
  9. package/dist/chunk-2GFOESHR.js +613 -0
  10. package/dist/chunk-2GFOESHR.js.map +1 -0
  11. package/dist/chunk-5WRI5ZAA.js +31 -0
  12. package/dist/chunk-5WRI5ZAA.js.map +1 -0
  13. package/dist/chunk-6HNZQ2BF.js +91 -0
  14. package/dist/chunk-6HNZQ2BF.js.map +1 -0
  15. package/dist/chunk-7AJSQJQ5.js +1 -0
  16. package/dist/chunk-7AJSQJQ5.js.map +1 -0
  17. package/dist/chunk-A6DKIFWS.js +292 -0
  18. package/dist/chunk-A6DKIFWS.js.map +1 -0
  19. package/dist/chunk-C77QMQNT.js +1 -0
  20. package/dist/chunk-C77QMQNT.js.map +1 -0
  21. package/dist/chunk-P7NISN4V.js +115 -0
  22. package/dist/chunk-P7NISN4V.js.map +1 -0
  23. package/dist/chunk-XY2OM47L.js +16511 -0
  24. package/dist/chunk-XY2OM47L.js.map +1 -0
  25. package/dist/icon.cjs +237 -0
  26. package/dist/icon.cjs.map +1 -0
  27. package/dist/icon.d.cts +27 -0
  28. package/dist/icon.d.ts +27 -0
  29. package/dist/icon.js +12 -0
  30. package/dist/icon.js.map +1 -0
  31. package/dist/index.cjs +17634 -0
  32. package/dist/index.cjs.map +1 -0
  33. package/dist/index.d.cts +7 -0
  34. package/dist/index.d.ts +7 -0
  35. package/dist/index.js +34 -0
  36. package/dist/index.js.map +1 -0
  37. package/dist/lottie.cjs +16545 -0
  38. package/dist/lottie.cjs.map +1 -0
  39. package/dist/lottie.d.cts +38 -0
  40. package/dist/lottie.d.ts +38 -0
  41. package/dist/lottie.js +8 -0
  42. package/dist/lottie.js.map +1 -0
  43. package/dist/tokens.cjs +410 -0
  44. package/dist/tokens.cjs.map +1 -0
  45. package/dist/tokens.d.cts +121 -0
  46. package/dist/tokens.d.ts +121 -0
  47. package/dist/tokens.js +19 -0
  48. package/dist/tokens.js.map +1 -0
  49. package/package.json +110 -0
@@ -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';
@@ -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":[]}