@streamlayer/react 0.11.0 → 0.11.1
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/lib/cjs/index.js +3 -0
- package/lib/esm/index.js +3 -0
- package/package.json +2 -2
package/lib/cjs/index.js
CHANGED
|
@@ -806,6 +806,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
806
806
|
overflow: hidden;
|
|
807
807
|
`,T1=Br.default.div`
|
|
808
808
|
position: absolute;
|
|
809
|
+
right: 10px;
|
|
810
|
+
top: 10px;
|
|
811
|
+
max-width: 600px;
|
|
809
812
|
width: 100%;
|
|
810
813
|
`,k1=Br.default.div`
|
|
811
814
|
margin-bottom: 15px;
|
package/lib/esm/index.js
CHANGED
|
@@ -806,6 +806,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
806
806
|
overflow: hidden;
|
|
807
807
|
`,T1=ao.div`
|
|
808
808
|
position: absolute;
|
|
809
|
+
right: 10px;
|
|
810
|
+
top: 10px;
|
|
811
|
+
max-width: 600px;
|
|
809
812
|
width: 100%;
|
|
810
813
|
`,k1=ao.div`
|
|
811
814
|
margin-bottom: 15px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/react",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Renat Berezovsky (gh:BrRenat)",
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"react-router-dom": "6.16.0",
|
|
60
60
|
"size-limit": "^9.0.0",
|
|
61
61
|
"url-loader": "^4.1.1",
|
|
62
|
-
"@streamlayer/react-ui": "^0.10.0",
|
|
63
62
|
"@streamlayer/sdk-web": "^0.21.0",
|
|
64
63
|
"@streamlayer/sdk-web-core": "^0.5.0",
|
|
64
|
+
"@streamlayer/react-ui": "^0.10.1",
|
|
65
65
|
"@streamlayer/sdk-web-features": "^0.3.0"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|