@stokr/components-library 0.2.9 → 1.0.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.
- package/buildpushndeploy.sh +2 -2
- package/devops/Jenkinsfile +1 -1
- package/devops/docker-compose.yml +8 -8
- package/dist/07233f511246c9825a0d58e5ab2641f3.svg +47 -0
- package/dist/08418fc6c324f51f7e56.svg +1 -0
- package/dist/179ef2df02cb0b68c9fd.woff2 +0 -0
- package/dist/21e493d43617de76dbc7.woff2 +0 -0
- package/dist/2640959b1f9381cde047.eot +0 -0
- package/dist/311956ded96d3fd2813d.woff2 +0 -0
- package/dist/39f5961b2d3eb4aa5bf5.woff +0 -0
- package/dist/3caa0d4f9b7d58668066.woff2 +0 -0
- package/dist/4c3c428d0ce82f840710.woff +0 -0
- package/dist/4e528d6445ca1974c313.woff +0 -0
- package/dist/55053cc0a8e6482eca64.ttf +0 -0
- package/dist/643c37f102b41f7f90c3.woff2 +0 -0
- package/dist/76dd0ed9c3f137513fd4.svg +1 -0
- package/dist/81f3ef07b7952e249da1.woff +0 -0
- package/dist/98b7d3182f652f021bc3.ttf +0 -0
- package/dist/9bea22b57dc165ed4382.ttf +0 -0
- package/dist/9ec738fbb66068dc1ca7.woff +0 -0
- package/dist/a1d7666a48f976227722.ttf +0 -0
- package/dist/a750292d6a0b5a760679.woff +0 -0
- package/dist/bcb6531cf820152b7538.ttf +0 -0
- package/dist/c6a4bc1bd034d6303053.woff +0 -0
- package/dist/cbfc24090ef8bacab132.woff2 +0 -0
- package/dist/d2b1865643b98c0e8b54.ttf +0 -0
- package/dist/d97d7385fe8771611848.ttf +0 -0
- package/dist/index.js +2 -1
- package/dist/index.js.LICENSE.txt +1 -0
- package/docker-compose.yml +8 -8
- package/package.json +21 -17
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
package/docker-compose.yml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
version: '3.4'
|
|
2
2
|
|
|
3
|
-
networks:
|
|
3
|
+
networks:
|
|
4
4
|
internal-net-l1:
|
|
5
5
|
external: true
|
|
6
6
|
services:
|
|
7
7
|
components-library:
|
|
8
|
-
image: reg.stokr.
|
|
8
|
+
image: reg.stokr.info/stokr/components-library:latest
|
|
9
9
|
networks:
|
|
10
10
|
- internal-net-l1
|
|
11
11
|
deploy:
|
|
@@ -15,11 +15,11 @@ services:
|
|
|
15
15
|
constraints:
|
|
16
16
|
- node.hostname == node0
|
|
17
17
|
labels:
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
18
|
+
- "traefik.enable=true"
|
|
19
|
+
- "traefik.http.routers.components-library.rule=Host(`storybook.stokr.info`)"
|
|
20
|
+
- "traefik.http.routers.components-library.entrypoints=httpsEntryPoint"
|
|
21
|
+
- "traefik.http.routers.components-library.tls=true"
|
|
22
22
|
# # #### applying the custome middelware to the route, vip.
|
|
23
23
|
#- "traefik.http.routers.components-library.middlewares=customeSecurityHeaders@file, hsts-header@file"
|
|
24
|
-
-
|
|
25
|
-
-
|
|
24
|
+
- "traefik.http.services.components-library.loadbalancer.server.port=9009"
|
|
25
|
+
- "traefik.docker.network=internal-net-l1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stokr/components-library",
|
|
3
|
-
"version": "0.2
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "STOKR - Components Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@atlaskit/field-range": "^9.0.5",
|
|
26
|
-
"@fortawesome/fontawesome-svg-core": "^1.2
|
|
26
|
+
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
|
27
27
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
28
28
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
29
29
|
"@randlabs/myalgo-connect": "^1.1.1",
|
|
@@ -32,9 +32,10 @@
|
|
|
32
32
|
"@testing-library/jest-dom": "^4.2.4",
|
|
33
33
|
"@testing-library/react": "^9.5.0",
|
|
34
34
|
"@testing-library/user-event": "^7.1.2",
|
|
35
|
-
"algosdk": "^1.
|
|
35
|
+
"algosdk": "^1.19.0",
|
|
36
36
|
"axios": "^0.21.1",
|
|
37
37
|
"bignumber.js": "^9.0.1",
|
|
38
|
+
"crypto-browserify": "^3.12.0",
|
|
38
39
|
"formik": "^2.2.8",
|
|
39
40
|
"js-cookie": "^2.2.1",
|
|
40
41
|
"mobile-detect": "^1.4.5",
|
|
@@ -79,28 +80,31 @@
|
|
|
79
80
|
"@storybook/addon-links": "^6.4.14",
|
|
80
81
|
"@storybook/addon-storysource": "^6.4.14",
|
|
81
82
|
"@storybook/addons": "^6.4.14",
|
|
82
|
-
"@storybook/preset-create-react-app": "^1.
|
|
83
|
+
"@storybook/preset-create-react-app": "^4.1.2",
|
|
83
84
|
"@storybook/react": "^6.4.14",
|
|
84
|
-
"auto": "^
|
|
85
|
-
"babel-core": "^
|
|
85
|
+
"auto": "^10.37.4",
|
|
86
|
+
"babel-core": "^6.26.3",
|
|
86
87
|
"babel-eslint": "^10.1.0",
|
|
87
|
-
"babel-jest": "^
|
|
88
|
+
"babel-jest": "^28.1.3",
|
|
88
89
|
"babel-loader": "^8.2.2",
|
|
89
|
-
"babel-plugin-styled-components": "^
|
|
90
|
+
"babel-plugin-styled-components": "^2.0.7",
|
|
90
91
|
"cross-env": "^7.0.3",
|
|
91
|
-
"eslint": "^
|
|
92
|
-
"eslint-config-react-app": "^
|
|
93
|
-
"eslint-plugin-flowtype": "^
|
|
92
|
+
"eslint": "^8.21.0",
|
|
93
|
+
"eslint-config-react-app": "^7.0.1",
|
|
94
|
+
"eslint-plugin-flowtype": "^8.0.3",
|
|
94
95
|
"eslint-plugin-import": "^2.23.3",
|
|
95
96
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
96
97
|
"eslint-plugin-react": "^7.23.2",
|
|
97
|
-
"eslint-plugin-react-hooks": "^
|
|
98
|
-
"eslint-plugin-storybook": "^0.
|
|
99
|
-
"jest": "^
|
|
100
|
-
"prettier": "^
|
|
101
|
-
"storybook-chromatic": "^
|
|
98
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
99
|
+
"eslint-plugin-storybook": "^0.6.3",
|
|
100
|
+
"jest": "^28.1.3",
|
|
101
|
+
"prettier": "^2.7.1",
|
|
102
|
+
"storybook-chromatic": "^4.0.2",
|
|
102
103
|
"styled-components.macro": "^1.0.0",
|
|
103
|
-
"webpack": "^
|
|
104
|
+
"webpack": "^5.74.0"
|
|
105
|
+
},
|
|
106
|
+
"browser": {
|
|
107
|
+
"[module-name]": false
|
|
104
108
|
},
|
|
105
109
|
"eslintConfig": {
|
|
106
110
|
"extends": "react-app"
|