@okam/stack-ui 1.5.1 → 1.5.2

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 (65) hide show
  1. package/{ArrowDown-d86c375b.js → ArrowDown-1480de51.js} +1 -1
  2. package/{ArrowDown-3fcc21d2.mjs → ArrowDown-4199a552.mjs} +1 -1
  3. package/{ArrowLeft-270c6281.js → ArrowLeft-2b1859d7.js} +1 -1
  4. package/{ArrowLeft-f7062072.mjs → ArrowLeft-702d1804.mjs} +1 -1
  5. package/{BrandArrowRight-8d9155c6.mjs → BrandArrowRight-92e40001.mjs} +1 -1
  6. package/{BrandArrowRight-9fe9b317.js → BrandArrowRight-b91a12ef.js} +1 -1
  7. package/{Check-9f1e21b7.mjs → Check-92242a40.mjs} +1 -1
  8. package/{Check-ea628715.js → Check-b87d7005.js} +1 -1
  9. package/{ChevronLeft-5cbe8d05.mjs → ChevronLeft-a0a9bde4.mjs} +1 -1
  10. package/{ChevronLeft-02e9ce36.js → ChevronLeft-fc17bf06.js} +1 -1
  11. package/{ChevronRight-0502f6aa.js → ChevronRight-7e1dad44.js} +1 -1
  12. package/{ChevronRight-4a48e57a.mjs → ChevronRight-c51ec216.mjs} +1 -1
  13. package/{CloseBtn-4cd14581.mjs → CloseBtn-19740d07.mjs} +1 -1
  14. package/{CloseBtn-f4c900f9.js → CloseBtn-8913dada.js} +1 -1
  15. package/{Facebook-d4816bdc.mjs → Facebook-0162335d.mjs} +1 -1
  16. package/{Facebook-40746ac1.js → Facebook-9eb86e22.js} +1 -1
  17. package/{FacebookColored-5cd958a4.mjs → FacebookColored-4ec8320e.mjs} +1 -1
  18. package/{FacebookColored-c657cc79.js → FacebookColored-6a349a51.js} +1 -1
  19. package/{Globe-a6cf0e2c.mjs → Globe-d302c570.mjs} +1 -1
  20. package/{Globe-5ce2d913.js → Globe-dc2428f1.js} +1 -1
  21. package/{Instagram-e2699ba5.mjs → Instagram-67e18814.mjs} +1 -1
  22. package/{Instagram-a8405182.js → Instagram-e88a9f5a.js} +1 -1
  23. package/{InstagramColored-56368129.mjs → InstagramColored-3c886a91.mjs} +1 -1
  24. package/{InstagramColored-5370e6ae.js → InstagramColored-4bffffe9.js} +1 -1
  25. package/{Link-22ff14e3.js → Link-c479eff7.js} +1 -1
  26. package/{Link-ce681252.mjs → Link-ca5a14c7.mjs} +1 -1
  27. package/{Mail-cd9799e7.mjs → Mail-437c6c34.mjs} +1 -1
  28. package/{Mail-cac65d1c.js → Mail-e4ed2cfe.js} +1 -1
  29. package/{Plus-8c742b40.js → Plus-0b36aa75.js} +1 -1
  30. package/{Plus-833cd1a9.mjs → Plus-55b481c5.mjs} +1 -1
  31. package/{Share-d92558f0.mjs → Share-58a6b425.mjs} +1 -1
  32. package/{Share-98561f32.js → Share-dfc6b417.js} +1 -1
  33. package/{Twitter-e3d29c19.js → Twitter-5df94357.js} +1 -1
  34. package/{Twitter-b7ceb5ab.mjs → Twitter-9cc14f31.mjs} +1 -1
  35. package/{TwitterColored-9a35d580.js → TwitterColored-170afdf4.js} +1 -1
  36. package/{TwitterColored-f8e4eee7.mjs → TwitterColored-c97a5298.mjs} +1 -1
  37. package/{Upload-3d57628d.js → Upload-95e4d7cc.js} +1 -1
  38. package/{Upload-38698355.mjs → Upload-c5d3f4dc.mjs} +1 -1
  39. package/{YouTube-d53b7370.mjs → YouTube-42ada862.mjs} +1 -1
  40. package/{YouTube-302c72f5.js → YouTube-526cecc4.js} +1 -1
  41. package/{YouTubeColored-ac409038.mjs → YouTubeColored-6dc46e5c.mjs} +1 -1
  42. package/{YouTubeColored-be50dad1.js → YouTubeColored-ceedab78.js} +1 -1
  43. package/components/Icon/index.d.ts +1 -1
  44. package/index-199a230e.js +75 -0
  45. package/index-e5c829b7.mjs +20684 -0
  46. package/index.d.ts +5 -3
  47. package/index.js +1 -1
  48. package/index.mjs +34 -28
  49. package/package.json +2 -2
  50. package/providers/Client/index.d.ts +4 -0
  51. package/providers/Client/interface.d.ts +10 -0
  52. package/theme/Accordion/index.d.ts +154 -0
  53. package/theme/Box/index.d.ts +100 -0
  54. package/theme/Button/index.d.ts +70 -0
  55. package/theme/Calendar/index.d.ts +237 -0
  56. package/theme/Checkbox/index.d.ts +75 -0
  57. package/theme/DatePicker/index.d.ts +51 -0
  58. package/theme/LightBox/index.d.ts +143 -0
  59. package/theme/ShareButton/index.d.ts +110 -0
  60. package/theme/SidePanel/index.d.ts +15 -0
  61. package/theme/TextArea/index.d.ts +17 -0
  62. package/theme/Typography/index.d.ts +134 -0
  63. package/theme/index.d.ts +5 -0
  64. package/index-3069990a.js +0 -30
  65. package/index-c159b0a6.mjs +0 -17661
@@ -0,0 +1,134 @@
1
+ declare const typography: import("tailwind-variants").TVReturnType<{
2
+ size: {
3
+ h1: "text-5xl";
4
+ h2: "text-4xl";
5
+ h3: "text-3xl";
6
+ h4: "text-2xl";
7
+ h5: "text-xl";
8
+ h6: "text-lg";
9
+ leading: "text-md font-bold leading-normal";
10
+ paragraph: "text-md inline";
11
+ footnotes: "text-sm";
12
+ xs: "text-xs";
13
+ };
14
+ font: {
15
+ body: "font-body";
16
+ };
17
+ weight: {
18
+ normal: "font-normal";
19
+ light: "font-light";
20
+ bold: "font-bold";
21
+ };
22
+ color: {
23
+ gray: "text-gray-500";
24
+ white: "text-white";
25
+ };
26
+ isError: {
27
+ true: "text-sm text-error ml-8 py-3";
28
+ };
29
+ align: {
30
+ center: "text-center";
31
+ left: "text-left";
32
+ right: "text-right";
33
+ };
34
+ }, undefined, undefined, import("tailwind-variants/dist/config").TVConfig<{
35
+ size: {
36
+ h1: "text-5xl";
37
+ h2: "text-4xl";
38
+ h3: "text-3xl";
39
+ h4: "text-2xl";
40
+ h5: "text-xl";
41
+ h6: "text-lg";
42
+ leading: "text-md font-bold leading-normal";
43
+ paragraph: "text-md inline";
44
+ footnotes: "text-sm";
45
+ xs: "text-xs";
46
+ };
47
+ font: {
48
+ body: "font-body";
49
+ };
50
+ weight: {
51
+ normal: "font-normal";
52
+ light: "font-light";
53
+ bold: "font-bold";
54
+ };
55
+ color: {
56
+ gray: "text-gray-500";
57
+ white: "text-white";
58
+ };
59
+ isError: {
60
+ true: "text-sm text-error ml-8 py-3";
61
+ };
62
+ align: {
63
+ center: "text-center";
64
+ left: "text-left";
65
+ right: "text-right";
66
+ };
67
+ }, {
68
+ size: {
69
+ h1: "text-5xl";
70
+ h2: "text-4xl";
71
+ h3: "text-3xl";
72
+ h4: "text-2xl";
73
+ h5: "text-xl";
74
+ h6: "text-lg";
75
+ leading: "text-md font-bold leading-normal";
76
+ paragraph: "text-md inline";
77
+ footnotes: "text-sm";
78
+ xs: "text-xs";
79
+ };
80
+ font: {
81
+ body: "font-body";
82
+ };
83
+ weight: {
84
+ normal: "font-normal";
85
+ light: "font-light";
86
+ bold: "font-bold";
87
+ };
88
+ color: {
89
+ gray: "text-gray-500";
90
+ white: "text-white";
91
+ };
92
+ isError: {
93
+ true: "text-sm text-error ml-8 py-3";
94
+ };
95
+ align: {
96
+ center: "text-center";
97
+ left: "text-left";
98
+ right: "text-right";
99
+ };
100
+ }>, {
101
+ size: {
102
+ h1: "text-5xl";
103
+ h2: "text-4xl";
104
+ h3: "text-3xl";
105
+ h4: "text-2xl";
106
+ h5: "text-xl";
107
+ h6: "text-lg";
108
+ leading: "text-md font-bold leading-normal";
109
+ paragraph: "text-md inline";
110
+ footnotes: "text-sm";
111
+ xs: "text-xs";
112
+ };
113
+ font: {
114
+ body: "font-body";
115
+ };
116
+ weight: {
117
+ normal: "font-normal";
118
+ light: "font-light";
119
+ bold: "font-bold";
120
+ };
121
+ color: {
122
+ gray: "text-gray-500";
123
+ white: "text-white";
124
+ };
125
+ isError: {
126
+ true: "text-sm text-error ml-8 py-3";
127
+ };
128
+ align: {
129
+ center: "text-center";
130
+ left: "text-left";
131
+ right: "text-right";
132
+ };
133
+ }, undefined>;
134
+ export default typography;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<({ children }: {
3
+ children: React.ReactNode;
4
+ }) => import("react/jsx-runtime").JSX.Element>;
5
+ export default _default;