@streamlayer/react-ui 0.75.1 → 0.76.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 (32) hide show
  1. package/lib/assets/style.css +1 -1
  2. package/lib/ui/app/Features/Gamification/Question.js +41 -32
  3. package/lib/ui/app/Features/Gamification/QuestionsList.js +10 -2
  4. package/lib/ui/app/Features/Gamification/Tabs.js +15 -7
  5. package/lib/ui/app/Features/Gamification/gamification-feature.js +10 -0
  6. package/lib/ui/app/Features/Gamification/index.js +12 -2
  7. package/lib/ui/app/Notifications/index.js +4 -2
  8. package/lib/ui/app/masters.js +4 -2
  9. package/lib/ui/gamification/question/list/index.js +22 -10
  10. package/lib/ui/gamification/question/notification/index.js +13 -11
  11. package/lib/ui/gamification/question/notification/tweet/index.d.ts +1 -1
  12. package/lib/ui/gamification/question/notification/tweet/index.js +10 -18
  13. package/lib/ui/gamification/question/notification/tweet/styles.d.ts +0 -3
  14. package/lib/ui/gamification/question/notification/tweet/styles.js +10 -25
  15. package/lib/ui/gamification/question/twitter/index.d.ts +4 -2
  16. package/lib/ui/gamification/question/twitter/index.js +33 -9
  17. package/lib/ui/gamification/question/twitter/styles.d.ts +2 -0
  18. package/lib/ui/gamification/question/twitter/styles.js +16 -6
  19. package/lib/ui/gamification/vote/twitter-details/index.d.ts +1 -1
  20. package/lib/ui/gamification/vote/twitter-details/index.js +28 -6
  21. package/lib/ui/gamification/vote/twitter-details/styles.d.ts +2 -0
  22. package/lib/ui/gamification/vote/twitter-details/styles.js +12 -2
  23. package/lib/ui/icons/index.d.ts +1 -0
  24. package/lib/ui/icons/index.js +14 -13
  25. package/lib/ui/questions/twitter/account/index.js +15 -9
  26. package/lib/ui/questions/twitter/account/styles.d.ts +1 -0
  27. package/lib/ui/questions/twitter/account/styles.js +21 -13
  28. package/lib/ui/questions/twitter/index.d.ts +3 -6
  29. package/lib/ui/questions/twitter/index.js +8 -13
  30. package/lib/ui/questions/twitter/styles.d.ts +0 -3
  31. package/lib/ui/questions/twitter/styles.js +8 -23
  32. package/package.json +8 -8
@@ -1,7 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  export declare const Container: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
3
- export declare const DateTime: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
- export declare const Quote: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLQuoteElement> & import("react").BlockquoteHTMLAttributes<HTMLQuoteElement> & Record<never, unknown>>;
5
3
  export declare const Details: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
4
  export declare const Body: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
7
- export declare const Image: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLImageElement> & import("react").ImgHTMLAttributes<HTMLImageElement> & Record<never, unknown>>;
@@ -1,34 +1,19 @@
1
1
  import { styled as s } from "@linaria/react";
2
- const a = /* @__PURE__ */ s("div")({
2
+ const o = /* @__PURE__ */ s("div")({
3
3
  name: "Container",
4
4
  class: "c1kzqw87",
5
5
  propsAsIs: !1
6
- }), o = /* @__PURE__ */ s("div")({
7
- name: "DateTime",
8
- class: "d9r1hf9",
9
- propsAsIs: !1
10
- }), t = /* @__PURE__ */ s("blockquote")({
11
- name: "Quote",
12
- class: "qezygt5",
13
- propsAsIs: !1
14
- }), n = /* @__PURE__ */ s("div")({
6
+ }), a = /* @__PURE__ */ s("div")({
15
7
  name: "Details",
16
- class: "d1y8f7ym",
8
+ class: "d9r1hf9",
17
9
  propsAsIs: !1
18
- }), l = /* @__PURE__ */ s("div")({
10
+ }), t = /* @__PURE__ */ s("div")({
19
11
  name: "Body",
20
- class: "b18gwonx",
21
- propsAsIs: !1
22
- }), c = /* @__PURE__ */ s("img")({
23
- name: "Image",
24
- class: "i3g0xjd",
12
+ class: "bezygt5",
25
13
  propsAsIs: !1
26
14
  });
27
15
  export {
28
- l as Body,
29
- a as Container,
30
- o as DateTime,
31
- n as Details,
32
- c as Image,
33
- t as Quote
16
+ t as Body,
17
+ o as Container,
18
+ a as Details
34
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/react-ui",
3
- "version": "0.75.1",
3
+ "version": "0.76.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./lib/index.d.ts",
@@ -40,17 +40,17 @@
40
40
  "react-virtualized-auto-sizer": "^1.0.20",
41
41
  "react-window": "^1.8.9",
42
42
  "react-window-infinite-loader": "^1.0.9",
43
- "@streamlayer/feature-gamification": "^0.28.0",
44
- "@streamlayer/sdk-web": "^0.29.4",
45
- "@streamlayer/sdk-web-anonymous-auth": "^0.11.29",
43
+ "@streamlayer/sdk-web": "^0.29.5",
44
+ "@streamlayer/feature-gamification": "^0.29.0",
45
+ "@streamlayer/sdk-web-anonymous-auth": "^0.11.30",
46
46
  "@streamlayer/sdk-web-api": "^0.1.0",
47
- "@streamlayer/sdk-web-core": "^0.0.6",
48
- "@streamlayer/sdk-web-features": "^0.10.36",
47
+ "@streamlayer/sdk-web-core": "^0.0.7",
48
+ "@streamlayer/sdk-web-features": "^0.10.37",
49
49
  "@streamlayer/sdk-web-interfaces": "^0.0.1",
50
50
  "@streamlayer/sdk-web-notifications": "^0.1.0",
51
51
  "@streamlayer/sdk-web-storage": "^0.0.4",
52
52
  "@streamlayer/sdk-web-logger": "^0.0.1",
53
- "@streamlayer/sdk-web-types": "^0.0.1"
53
+ "@streamlayer/sdk-web-types": "^0.1.0"
54
54
  },
55
55
  "nx": {
56
56
  "implicitDependencies": [
@@ -90,6 +90,6 @@
90
90
  "vite-plugin-svgr": "^4.1.0",
91
91
  "vite-svg-loader": "^4.0.0",
92
92
  "vite-tsconfig-paths": "^4.2.1",
93
- "@streamlayer/react": "^0.32.6"
93
+ "@streamlayer/react": "^0.32.7"
94
94
  }
95
95
  }