@streamlayer/react-ui 0.66.0 → 0.67.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 (76) hide show
  1. package/lib/LeaderBoard_p8tnz3-4ed993c7.js +1 -0
  2. package/lib/assets/style.css +1 -0
  3. package/lib/index.js +4 -5
  4. package/lib/index_1ujx5m0-4ed993c7.js +1 -0
  5. package/lib/masters_18kvgvj-4ed993c7.js +1 -0
  6. package/lib/ui/app/Features/Gamification/Question.js +47 -34
  7. package/lib/ui/app/Features/Gamification/index.js +51 -37
  8. package/lib/ui/app/Navigation/MastersNavigation/index.js +13 -10
  9. package/lib/ui/app/Navigation/index.js +3 -2
  10. package/lib/ui/app/Notifications/Onboarding/Notification/index.d.ts +8 -0
  11. package/lib/ui/app/Notifications/Onboarding/Notification/index.js +21 -0
  12. package/lib/ui/app/Notifications/Onboarding/Notification/styles.d.ts +10 -0
  13. package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +52 -0
  14. package/lib/ui/app/Notifications/Onboarding/index.js +96 -74
  15. package/lib/ui/app/Notifications/index.js +37 -13
  16. package/lib/ui/app/Notifications/styles.js +8 -13
  17. package/lib/ui/app/masters.js +32 -13
  18. package/lib/ui/app/styles.js +21 -36
  19. package/lib/ui/app/useMastersApp.js +4 -4
  20. package/lib/ui/button/styles.js +12 -42
  21. package/lib/ui/gamification/detail/header/styles.js +33 -55
  22. package/lib/ui/gamification/detail/sponsor/index.js +19 -12
  23. package/lib/ui/gamification/insight/styles.js +42 -63
  24. package/lib/ui/gamification/insight-list/styles.js +12 -18
  25. package/lib/ui/gamification/invite-link/styles.js +31 -45
  26. package/lib/ui/gamification/leaderboard/list-item/styles.js +40 -62
  27. package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +32 -45
  28. package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +70 -97
  29. package/lib/ui/gamification/onboarding/slides/onboarding-rules/styles.js +40 -79
  30. package/lib/ui/gamification/onboarding/styles.js +39 -49
  31. package/lib/ui/gamification/points/index.js +4 -6
  32. package/lib/ui/gamification/points/styles.js +31 -80
  33. package/lib/ui/gamification/question/insight/styles.js +11 -51
  34. package/lib/ui/gamification/question/list/styles.js +7 -9
  35. package/lib/ui/gamification/question/notification/insight/styles.js +26 -63
  36. package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +82 -163
  37. package/lib/ui/gamification/question/notification/prediction-result/styles.js +53 -128
  38. package/lib/ui/gamification/question/notification/styles.js +43 -83
  39. package/lib/ui/gamification/question/notification/tweet/styles.js +36 -65
  40. package/lib/ui/gamification/question/styles.js +66 -92
  41. package/lib/ui/gamification/question/twitter/styles.js +13 -23
  42. package/lib/ui/gamification/tabs/styles.js +22 -65
  43. package/lib/ui/gamification/user-statistics/components/rank/styles.js +17 -23
  44. package/lib/ui/gamification/user-statistics/components/statistic/styles.js +16 -20
  45. package/lib/ui/gamification/user-statistics/styles.js +84 -119
  46. package/lib/ui/gamification/vote/expired-alert/styles.js +17 -27
  47. package/lib/ui/gamification/vote/feedback/styles.js +36 -64
  48. package/lib/ui/gamification/vote/insight-details/styles.js +12 -23
  49. package/lib/ui/gamification/vote/styles.js +21 -30
  50. package/lib/ui/gamification/vote/twitter-details/styles.js +6 -8
  51. package/lib/ui/gamification/vote/vote-option/styles.js +63 -147
  52. package/lib/ui/gamification/vote/win-bar/styles.js +37 -45
  53. package/lib/ui/icons/index.js +35 -20
  54. package/lib/ui/login/styles.js +36 -68
  55. package/lib/ui/navigation/button/Channels.js +18 -26
  56. package/lib/ui/navigation/button/FeaturedGroups.js +19 -27
  57. package/lib/ui/navigation/button/LeaderBoard.js +22 -23
  58. package/lib/ui/navigation/button/styles.js +16 -56
  59. package/lib/ui/navigation/index.js +13 -7
  60. package/lib/ui/navigation/masters.js +8 -32
  61. package/lib/ui/questions/insight/styles.js +26 -30
  62. package/lib/ui/questions/twitter/account/styles.js +30 -35
  63. package/lib/ui/questions/twitter/styles.js +31 -42
  64. package/lib/ui/show-in/index.js +18 -63
  65. package/lib/ui/theme/index.js +3 -4
  66. package/lib/ui/theme/masters.js +2 -9
  67. package/lib/ui/theme/theme.js +31 -27
  68. package/lib/ui/timer/index.js +38 -34
  69. package/lib/ui/video-player/styles.js +21 -26
  70. package/lib/utils/debug/components/bypassLogin.js +44 -60
  71. package/lib/utils/debug/components/developer.js +55 -87
  72. package/lib/utils/debug/components/envToggle.js +33 -58
  73. package/lib/utils/debug/components/styles.js +7 -49
  74. package/lib/utils/decorators/container.js +3 -4
  75. package/lib/utils/decorators/styles.js +7 -21
  76. package/package.json +7 -3
@@ -1,28 +1,27 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { styled as r } from "@linaria/react";
3
- import { SvgIcon as a } from "../../icons/index.js";
4
- import { Button as d } from "./index.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { styled as e } from "@linaria/react";
3
+ import { SvgIcon as n } from "../../icons/index.js";
4
+ import { Button as a } from "./index.js";
5
+ import "../../../LeaderBoard_p8tnz3-4ed993c7.js";
5
6
  import "react";
6
7
  import "./styles.js";
7
- const n = r(a)`
8
- &[data-selected='true'] {
9
- g > path {
10
- fill: #fff;
11
- }
12
- }
13
- `, p = "leaderboard", s = (t) => {
14
- var o;
15
- return /* @__PURE__ */ e(
16
- d,
17
- {
18
- ...t,
19
- label: "Leader Board",
20
- id: "leaderboard",
21
- icon: /* @__PURE__ */ e(n, { name: "icon-btn-leaderboard", "data-selected": (o = t.active) == null ? void 0 : o.toString() })
22
- }
23
- );
8
+ const d = () => n, c = /* @__PURE__ */ e(d())({
9
+ name: "ButtonIcon",
10
+ class: "ButtonIcon_b180jd7l",
11
+ propsAsIs: !0
12
+ }), b = "leaderboard", I = (o) => {
13
+ var t;
14
+ return /* @__PURE__ */ r(a, {
15
+ ...o,
16
+ label: "Leader Board",
17
+ id: "leaderboard",
18
+ icon: /* @__PURE__ */ r(c, {
19
+ name: "icon-btn-leaderboard",
20
+ "data-selected": (t = o.active) == null ? void 0 : t.toString()
21
+ })
22
+ });
24
23
  };
25
24
  export {
26
- s as LeaderBoardButton,
27
- p as LeaderBoardButtonId
25
+ I as LeaderBoardButton,
26
+ b as LeaderBoardButtonId
28
27
  };
@@ -1,59 +1,19 @@
1
- import { styled as r } from "@linaria/react";
2
- const e = r.button`
3
- display: flex;
4
- align-items: center;
5
- justify-content: center;
6
- min-height: 36px;
7
- max-height: 36px;
8
- background-color: var(--color-white);
9
- border-radius: 100px;
10
- border: 1px solid var(--color-neutrals-gray3);
11
- color: var(--color-primary-green1);
12
- padding: 0px 8px;
13
- font-size: 12px;
14
- font-weight: var(--font-weight-default);
15
- letter-spacing: -0.5px;
16
- cursor: pointer;
17
-
18
- &:hover {
19
- border-color: var(--color-primary-green1);
20
- }
21
-
22
- &[data-selected='true'] {
23
- color: var(--color-white);
24
- background-color: var(--color-primary-green1);
25
- border-color: var(--color-primary-green1);
26
-
27
- &:hover {
28
- cursor: default;
29
- }
30
-
31
- &:disabled {
32
- &:hover {
33
- border-color: var(--color-primary-green1);
34
- }
35
- }
36
- }
37
-
38
- &:disabled {
39
- opacity: 0.5;
40
- cursor: default;
41
-
42
- &:hover {
43
- cursor: default;
44
- border-color: var(--color-neutrals-gray3);
45
- }
46
- }
47
- `, t = r.span`
48
- display: flex;
49
- width: 22px;
50
- height: 22px;
51
- justify-content: center;
52
- align-items: center;
53
- margin-right: 5px;
54
- `, a = r.span``;
1
+ import { styled as s } from "@linaria/react";
2
+ const n = /* @__PURE__ */ s("button")({
3
+ name: "SButton",
4
+ class: "SButton_sxxa0c",
5
+ propsAsIs: !1
6
+ }), o = /* @__PURE__ */ s("span")({
7
+ name: "ButtonIcon",
8
+ class: "ButtonIcon_b193dcyu",
9
+ propsAsIs: !1
10
+ }), a = /* @__PURE__ */ s("span")({
11
+ name: "ButtonLabel",
12
+ class: "ButtonLabel_b40tuix",
13
+ propsAsIs: !1
14
+ });
55
15
  export {
56
- t as ButtonIcon,
16
+ o as ButtonIcon,
57
17
  a as ButtonLabel,
58
- e as SButton
18
+ n as SButton
59
19
  };
@@ -1,11 +1,17 @@
1
- import { jsx as e } from "react/jsx-runtime";
1
+ import { jsx as s } from "react/jsx-runtime";
2
2
  import { styled as r } from "@linaria/react";
3
- const n = r.div`
4
- display: flex;
5
- align-items: center;
6
- justify-content: space-between;
7
- background-color: var(--color-neutrals-white);
8
- `, a = ({ children: t, className: o }) => /* @__PURE__ */ e(n, { className: o, children: t });
3
+ import "../../index_1ujx5m0-4ed993c7.js";
4
+ const n = /* @__PURE__ */ r("div")({
5
+ name: "Buttons",
6
+ class: "Buttons_b6tbwuy",
7
+ propsAsIs: !1
8
+ }), a = ({
9
+ children: t,
10
+ className: o
11
+ }) => /* @__PURE__ */ s(n, {
12
+ className: o,
13
+ children: t
14
+ });
9
15
  export {
10
16
  a as Navigation
11
17
  };
@@ -1,37 +1,13 @@
1
1
  import { styled as o } from "@linaria/react";
2
2
  import { Navigation as i } from "./index.js";
3
+ import "../../masters_18kvgvj-4ed993c7.js";
3
4
  import "react/jsx-runtime";
4
- const n = o(i)`
5
- position: absolute;
6
- top: 0;
7
- left: 0;
8
- right: 0;
9
-
10
- box-sizing: border-box;
11
- overflow: hidden;
12
- opacity: 0;
13
-
14
- animation: show-nav 0.5s ease;
15
- animation-fill-mode: forwards;
16
-
17
- padding: var(--container-padding);
18
- border-bottom: 1px solid var(--color-neutrals-gray3);
19
-
20
- & > button:not(:last-child) {
21
- margin-right: 8px;
22
- }
23
-
24
- @keyframes show-nav {
25
- 90% {
26
- opacity: 0;
27
- }
28
-
29
- 100% {
30
- height: 68px;
31
- opacity: 1;
32
- }
33
- }
34
- `;
5
+ import "../../index_1ujx5m0-4ed993c7.js";
6
+ const t = () => i, m = /* @__PURE__ */ o(t())({
7
+ name: "Navigation",
8
+ class: "Navigation_n19lpak2",
9
+ propsAsIs: !0
10
+ });
35
11
  export {
36
- n as Navigation
12
+ m as Navigation
37
13
  };
@@ -1,33 +1,29 @@
1
- import { styled as t } from "@linaria/react";
2
- const e = t.div`
3
- display: flex;
4
- flex-direction: column;
5
- row-gap: 16px;
6
- `, i = t.div`
7
- display: flex;
8
- flex-direction: column;
9
- row-gap: 12px;
10
- `, n = t.h3`
11
- color: var(--color-primary-green1);
12
- font-size: 16px;
13
- line-height: 26px;
14
- font-family: var(--font-serif);
15
- font-weight: var(--font-weight-default);
16
- `, r = t.div`
17
- color: var(--color-neutrals-gray9);
18
- font-size: 14px;
19
- line-height: 24px;
20
- font-weight: var(--font-weight-default);
21
- `, l = t.div`
22
- color: var(--color-neutrals-gray7);
23
- font-size: 12px;
24
- font-weight: var(--font-weight-default);
25
- line-height: 18px;
26
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const e = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_cgn5uen",
5
+ propsAsIs: !1
6
+ }), n = /* @__PURE__ */ s("div")({
7
+ name: "Content",
8
+ class: "Content_c1px8nt6",
9
+ propsAsIs: !1
10
+ }), a = /* @__PURE__ */ s("h3")({
11
+ name: "Title",
12
+ class: "Title_t5et2jt",
13
+ propsAsIs: !1
14
+ }), o = /* @__PURE__ */ s("div")({
15
+ name: "Description",
16
+ class: "Description_d1i2kpk2",
17
+ propsAsIs: !1
18
+ }), p = /* @__PURE__ */ s("div")({
19
+ name: "DateWrap",
20
+ class: "DateWrap_dd3lh3p",
21
+ propsAsIs: !1
22
+ });
27
23
  export {
28
24
  e as Container,
29
- i as Content,
30
- l as DateWrap,
31
- r as Description,
32
- n as Title
25
+ n as Content,
26
+ p as DateWrap,
27
+ o as Description,
28
+ a as Title
33
29
  };
@@ -1,39 +1,34 @@
1
- import { styled as e } from "@linaria/react";
2
- const i = e.div`
3
- display: flex;
4
- align-items: center;
5
- column-gap: 8px;
6
- `, n = e.div`
7
- display: flex;
8
- align-items: center;
9
- justify-content: center;
10
- `, o = e.img`
11
- width: 46px;
12
- height: 46px;
13
- object-fit: cover;
14
- object-position: center;
15
- border-radius: 50%;
16
- `, a = e.div`
17
- display: flex;
18
- flex-direction: column;
19
- row-gap: 2px;
20
- color: var(--color-neutrals-gray9);
21
- font-weight: var(--font-weight-default);
22
- `, r = e.div`
23
- display: flex;
24
- align-items: center;
25
- column-gap: 4px;
26
- font-size: 12px;
27
- font-family: var(--font-serif);
28
- `, l = e.div`
29
- font-size: 12px;
30
- line-height: 20px;
31
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const e = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_cjq447q",
5
+ propsAsIs: !1
6
+ }), n = /* @__PURE__ */ s("div")({
7
+ name: "ImageContainer",
8
+ class: "ImageContainer_i14egogb",
9
+ propsAsIs: !1
10
+ }), o = /* @__PURE__ */ s("img")({
11
+ name: "Image",
12
+ class: "Image_i2g9g4l",
13
+ propsAsIs: !1
14
+ }), m = /* @__PURE__ */ s("div")({
15
+ name: "Details",
16
+ class: "Details_d1c454nm",
17
+ propsAsIs: !1
18
+ }), t = /* @__PURE__ */ s("div")({
19
+ name: "Name",
20
+ class: "Name_n11nigc3",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("div")({
23
+ name: "UserName",
24
+ class: "UserName_urxa4k8",
25
+ propsAsIs: !1
26
+ });
32
27
  export {
33
- i as Container,
34
- a as Details,
28
+ e as Container,
29
+ m as Details,
35
30
  o as Image,
36
31
  n as ImageContainer,
37
- r as Name,
38
- l as UserName
32
+ t as Name,
33
+ i as UserName
39
34
  };
@@ -1,45 +1,34 @@
1
- import { styled as o } from "@linaria/react";
2
- const e = o.div`
3
- display: flex;
4
- flex-direction: column;
5
- row-gap: 8px;
6
- `, r = o.div`
7
- color: var(--color-neutrals-gray7);
8
- font-size: 12px;
9
- font-weight: var(--font-weight-default);
10
- line-height: 18px;
11
- `, i = o.blockquote`
12
- display: flex;
13
- column-gap: 12px;
14
- padding: 4px 16px 8px 0;
15
- color: var(--color-primary-green2);
16
- font-size: 12px;
17
- font-family: var(--font-serif);
18
- font-weight: var(--font-weight-default);
19
-
20
- &:before {
21
- content: '';
22
- width: 2px;
23
- background-color: var(--color-primary-green2);
24
- }
25
- `, n = o.div`
26
- display: flex;
27
- flex-direction: column;
28
- row-gap: 12px;
29
- `, a = o.div`
30
- color: var(--color-neutrals-gray9);
31
- font-size: 12px;
32
- font-weight: var(--font-weight-default);
33
- line-height: 18px;
34
- `, l = o.img`
35
- max-width: 100%;
36
- border-radius: 8px;
37
- `;
1
+ import { styled as s } from "@linaria/react";
2
+ const a = /* @__PURE__ */ s("div")({
3
+ name: "Container",
4
+ class: "Container_c1kzqw87",
5
+ propsAsIs: !1
6
+ }), o = /* @__PURE__ */ s("div")({
7
+ name: "DateTime",
8
+ class: "DateTime_d9r1hf9",
9
+ propsAsIs: !1
10
+ }), t = /* @__PURE__ */ s("blockquote")({
11
+ name: "Quote",
12
+ class: "Quote_qezygt5",
13
+ propsAsIs: !1
14
+ }), n = /* @__PURE__ */ s("div")({
15
+ name: "Details",
16
+ class: "Details_d1y8f7ym",
17
+ propsAsIs: !1
18
+ }), l = /* @__PURE__ */ s("div")({
19
+ name: "Body",
20
+ class: "Body_b18gwonx",
21
+ propsAsIs: !1
22
+ }), i = /* @__PURE__ */ s("img")({
23
+ name: "Image",
24
+ class: "Image_i3g0xjd",
25
+ propsAsIs: !1
26
+ });
38
27
  export {
39
- a as Body,
40
- e as Container,
41
- r as DateTime,
28
+ l as Body,
29
+ a as Container,
30
+ o as DateTime,
42
31
  n as Details,
43
- l as Image,
44
- i as Quote
32
+ i as Image,
33
+ t as Quote
45
34
  };
@@ -1,65 +1,20 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { css as r, cx as e } from "@linaria/core";
3
- import { styled as m } from "@linaria/react";
4
- const s = m.div`
5
- overflow: hidden;
6
- width: 100%;
7
- transform: scale(1);
8
- opacity: 1;
9
- max-height: 2500px;
10
-
11
- animation: containerShowIn ease-out;
12
- animation-duration: var(--animation-duration);
13
-
14
- @keyframes containerShowIn {
15
- 0% {
16
- transform: scale(0);
17
- opacity: 0;
18
- max-height: 0;
19
- }
20
- 80% {
21
- opacity: 0;
22
- transform: scale(0.9);
23
- max-height: 2500px;
24
- }
25
- 85% {
26
- transform: scale(0.9);
27
- max-height: 2500px;
28
- }
29
- 100% {
30
- transform: scale(1);
31
- opacity: 1;
32
- max-height: 2500px;
33
- }
34
- }
35
- `, c = r`
36
- animation: containerHide ease-out;
37
- animation-duration: var(--animation-duration);
38
- animation-direction: reverse;
39
- animation-fill-mode: forwards;
40
-
41
- @keyframes containerHide {
42
- 0% {
43
- transform: scale(0);
44
- opacity: 0;
45
- max-height: 0;
46
- }
47
- 80% {
48
- opacity: 0;
49
- transform: scale(0.9);
50
- max-height: 2500px;
51
- }
52
- 85% {
53
- transform: scale(0.9);
54
- max-height: 2500px;
55
- }
56
- 100% {
57
- transform: scale(1);
58
- opacity: 1;
59
- max-height: 2500px;
60
- }
61
- }
62
- `, f = ({ children: a, style: i, className: t, hiding: o }) => /* @__PURE__ */ n(s, { style: i, className: e(t, o && c), children: a });
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import { cx as r } from "@linaria/core";
3
+ import { styled as a } from "@linaria/react";
4
+ const e = /* @__PURE__ */ a("div")({
5
+ name: "Container",
6
+ class: "Container_c1pgyo67",
7
+ propsAsIs: !1
8
+ }), m = "HidingAnimation_hx17qu6", x = ({
9
+ children: n,
10
+ style: o,
11
+ className: i,
12
+ hiding: t
13
+ }) => /* @__PURE__ */ s(e, {
14
+ style: o,
15
+ className: r(i, t && m),
16
+ children: n
17
+ });
63
18
  export {
64
- f as ShowIn
19
+ x as ShowIn
65
20
  };
@@ -1,8 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { theme as o } from "./theme.js";
3
- import "@linaria/core";
2
+ import { theme as a } from "./theme.js";
4
3
  import "./constants.js";
5
- const p = ({ children: r, style: m }) => /* @__PURE__ */ e("div", { className: "StreamLayerSDKTheme", children: /* @__PURE__ */ e("div", { className: o, style: m, children: r }) });
4
+ const s = ({ children: r, style: m }) => /* @__PURE__ */ e("div", { className: "StreamLayerSDKTheme", children: /* @__PURE__ */ e("div", { className: a, style: m, children: r }) });
6
5
  export {
7
- p as StreamLayerThemeProvider
6
+ s as StreamLayerThemeProvider
8
7
  };
@@ -1,11 +1,4 @@
1
- import { css as a } from "@linaria/core";
2
- const i = a`
3
- --header-height: 68px;
4
- --question-headers-height: 117px;
5
- --animation-duration: 0.5s;
6
- --animation-function: ease;
7
- --container-padding: 16px;
8
- `;
1
+ const s = "mastersVariables_m17a8r9z";
9
2
  export {
10
- i as mastersVariables
3
+ s as mastersVariables
11
4
  };
@@ -1,8 +1,7 @@
1
1
  import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
- import { css as d } from "@linaria/core";
3
- import { colors as l, FONT as t } from "./constants.js";
4
- const i = `
5
- ${l}
2
+ import { colors as h, FONT as t } from "./constants.js";
3
+ const d = `
4
+ ${h}
6
5
  --font-family: ${t.REGULAR};
7
6
  --font-regular: ${t.REGULAR};
8
7
  --font-color: ${t.COLOR};
@@ -14,28 +13,33 @@ const i = `
14
13
  --animation-function: ease;
15
14
  --container-padding: 16px;
16
15
  --border-radius: 8px;
17
- `, f = "StreamLayerCSSReset", p = d`
18
- ${i}
19
-
20
- * {
21
- box-sizing: border-box;
22
- }
23
- `, u = () => /* @__PURE__ */ e("table", { children: /* @__PURE__ */ r("table", { children: [
24
- /* @__PURE__ */ e("thead", { children: /* @__PURE__ */ r("tr", { children: [
25
- /* @__PURE__ */ e("th", { children: "name" }),
26
- /* @__PURE__ */ e("th", { children: "value" })
27
- ] }) }),
28
- /* @__PURE__ */ e("tbody", { children: i.split(";").map((o) => {
29
- const n = o.trim(), [a, s] = n.split(":");
30
- return /* @__PURE__ */ r("tr", { children: [
31
- /* @__PURE__ */ e("td", { children: a }),
32
- /* @__PURE__ */ e("td", { children: s })
33
- ] }, n);
34
- }) })
35
- ] }) });
16
+ `, c = "StreamLayerCSSReset", m = "theme_ttkj0ah", f = () => /* @__PURE__ */ e("table", {
17
+ children: /* @__PURE__ */ r("table", {
18
+ children: [/* @__PURE__ */ e("thead", {
19
+ children: /* @__PURE__ */ r("tr", {
20
+ children: [/* @__PURE__ */ e("th", {
21
+ children: "name"
22
+ }), /* @__PURE__ */ e("th", {
23
+ children: "value"
24
+ })]
25
+ })
26
+ }), /* @__PURE__ */ e("tbody", {
27
+ children: d.split(";").map((i) => {
28
+ const n = i.trim(), [o, a] = n.split(":");
29
+ return /* @__PURE__ */ r("tr", {
30
+ children: [/* @__PURE__ */ e("td", {
31
+ children: o
32
+ }), /* @__PURE__ */ e("td", {
33
+ children: a
34
+ })]
35
+ }, n);
36
+ })
37
+ })]
38
+ })
39
+ });
36
40
  export {
37
- u as ThemeVariables,
38
- f as resetCss,
39
- p as theme,
40
- i as themeStr
41
+ f as ThemeVariables,
42
+ c as resetCss,
43
+ m as theme,
44
+ d as themeStr
41
45
  };