@bcrumbs.net/bc-chat 1.0.84 → 1.0.86
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/build/index.d.ts +163 -163
- package/build/index.es.js +118 -95
- package/build/index.es.js.map +1 -1
- package/build/index.js +118 -95
- package/build/index.js.map +1 -1
- package/package.json +116 -115
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../node_modules/style-inject/dist/style-inject.es.js"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n"],"names":["styleInject","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../node_modules/style-inject/dist/style-inject.es.js"],"sourcesContent":["function styleInject(css, ref) {\n if ( ref === void 0 ) ref = {};\n var insertAt = ref.insertAt;\n\n if (!css || typeof document === 'undefined') { return; }\n\n var head = document.head || document.getElementsByTagName('head')[0];\n var style = document.createElement('style');\n style.type = 'text/css';\n\n if (insertAt === 'top') {\n if (head.firstChild) {\n head.insertBefore(style, head.firstChild);\n } else {\n head.appendChild(style);\n }\n } else {\n head.appendChild(style);\n }\n\n if (style.styleSheet) {\n style.styleSheet.cssText = css;\n } else {\n style.appendChild(document.createTextNode(css));\n }\n}\n\nexport default styleInject;\n"],"names":["styleInject","css","ref","insertAt","document","head","getElementsByTagName","style","createElement","type","firstChild","insertBefore","appendChild","styleSheet","cssText","createTextNode"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kvFAAA,SAASA,GAAYC,EAAKC,QACX,IAARA,IAAiBA,EAAM,CAAA,GAC5B,IAAIC,EAAWD,EAAIC,SAEnB,GAAKF,GAA2B,oBAAbG,SAAnB,CAEA,IAAIC,EAAOD,SAASC,MAAQD,SAASE,qBAAqB,QAAQ,GAC9DC,EAAQH,SAASI,cAAc,SACnCD,EAAME,KAAO,WAEI,QAAbN,GACEE,EAAKK,WACPL,EAAKM,aAAaJ,EAAOF,EAAKK,YAKhCL,EAAKO,YAAYL,GAGfA,EAAMM,WACRN,EAAMM,WAAWC,QAAUb,EAE3BM,EAAMK,YAAYR,SAASW,eAAed,GAnBY,CAqB1D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,115 +1,116 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bcrumbs.net/bc-chat",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"main": "build/index.js",
|
|
5
|
-
"module": "build/index.es.js",
|
|
6
|
-
"jsnext:main": "build/index.es.js",
|
|
7
|
-
"engines": {
|
|
8
|
-
"node": ">=20",
|
|
9
|
-
"npm": ">=10"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"Bread Crumbs",
|
|
13
|
-
"BC-Chat"
|
|
14
|
-
],
|
|
15
|
-
"author": "Ahmad Mhaish",
|
|
16
|
-
"license": "MIT",
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@
|
|
19
|
-
"@
|
|
20
|
-
"@emotion/
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@types/
|
|
24
|
-
"@types/react
|
|
25
|
-
"
|
|
26
|
-
"ajv
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"react-
|
|
32
|
-
"react-
|
|
33
|
-
"react-
|
|
34
|
-
"react-
|
|
35
|
-
"react-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"react
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"lib
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"react-app
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"
|
|
66
|
-
"not
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"last 1
|
|
71
|
-
"last 1
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"@babel/preset-
|
|
77
|
-
"@
|
|
78
|
-
"@rollup/plugin-
|
|
79
|
-
"@rollup/plugin-
|
|
80
|
-
"@
|
|
81
|
-
"@svgr/
|
|
82
|
-
"
|
|
83
|
-
"babel-
|
|
84
|
-
"babel-plugin-
|
|
85
|
-
"babel-plugin-transform-
|
|
86
|
-
"babel-
|
|
87
|
-
"babel-preset-
|
|
88
|
-
"babel-preset-
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"react
|
|
94
|
-
"react-
|
|
95
|
-
"
|
|
96
|
-
"redux-
|
|
97
|
-
"
|
|
98
|
-
"rollup
|
|
99
|
-
"rollup-plugin-
|
|
100
|
-
"rollup-plugin-
|
|
101
|
-
"rollup-plugin-
|
|
102
|
-
"rollup-plugin-
|
|
103
|
-
"rollup-plugin-
|
|
104
|
-
"rollup-plugin-
|
|
105
|
-
"rollup-plugin-
|
|
106
|
-
"rollup-plugin-
|
|
107
|
-
"rollup-
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@bcrumbs.net/bc-chat",
|
|
3
|
+
"version": "1.0.86",
|
|
4
|
+
"main": "build/index.js",
|
|
5
|
+
"module": "build/index.es.js",
|
|
6
|
+
"jsnext:main": "build/index.es.js",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=20",
|
|
9
|
+
"npm": ">=10"
|
|
10
|
+
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"Bread Crumbs",
|
|
13
|
+
"BC-Chat"
|
|
14
|
+
],
|
|
15
|
+
"author": "Ahmad Mhaish",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@breezystack/lamejs": "^1.2.7",
|
|
19
|
+
"@azure/storage-blob": "^12.26.0",
|
|
20
|
+
"@emotion/react": "^11.11.3",
|
|
21
|
+
"@emotion/styled": "11.11.0",
|
|
22
|
+
"@react-google-maps/api": "^2.19.3",
|
|
23
|
+
"@types/node": "^16.18.119",
|
|
24
|
+
"@types/react": "^18.3.1",
|
|
25
|
+
"@types/react-dom": "^18.3.0",
|
|
26
|
+
"ajv": "^8.17.1",
|
|
27
|
+
"ajv-keywords": "^5.1.0",
|
|
28
|
+
"franc-min": "^6.2.0",
|
|
29
|
+
"mapbox-gl": "^1.13.0",
|
|
30
|
+
"mediaelement": "^4.2.14",
|
|
31
|
+
"react-input-mask": "^2.0.4",
|
|
32
|
+
"react-mapbox-gl": "^3.9.2",
|
|
33
|
+
"react-markdown": "^9.0.1",
|
|
34
|
+
"react-phone-number-input": "^3.1.9",
|
|
35
|
+
"react-redux": "^8.1.3",
|
|
36
|
+
"react-tippy": "^1.4.0",
|
|
37
|
+
"redux": "^4.0.1",
|
|
38
|
+
"rehype-raw": "^7.0.0",
|
|
39
|
+
"rollup-plugin-ignore-import": "^1.3.2",
|
|
40
|
+
"uuid": "^8.3.2",
|
|
41
|
+
"web-vitals": "^2.1.4"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"react": "18.3.1",
|
|
45
|
+
"react-dom": "18.3.1"
|
|
46
|
+
},
|
|
47
|
+
"scripts": {
|
|
48
|
+
"start": "react-scripts start",
|
|
49
|
+
"build": "react-scripts build",
|
|
50
|
+
"test": "react-scripts test",
|
|
51
|
+
"eject": "react-scripts eject",
|
|
52
|
+
"coverage": "npm test -- --coverage --watchAll",
|
|
53
|
+
"build-lib": "rm -rf build && rollup -c",
|
|
54
|
+
"lib-watch": "rm -rf build && rollup -c -w",
|
|
55
|
+
"format": "prettier --write 'src/**/*.{ts,tsx,js}'"
|
|
56
|
+
},
|
|
57
|
+
"eslintConfig": {
|
|
58
|
+
"extends": [
|
|
59
|
+
"react-app",
|
|
60
|
+
"react-app/jest"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"browserslist": {
|
|
64
|
+
"production": [
|
|
65
|
+
">0.2%",
|
|
66
|
+
"not dead",
|
|
67
|
+
"not op_mini all"
|
|
68
|
+
],
|
|
69
|
+
"development": [
|
|
70
|
+
"last 1 chrome version",
|
|
71
|
+
"last 1 firefox version",
|
|
72
|
+
"last 1 safari version"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"devDependencies": {
|
|
76
|
+
"@babel/preset-react": "^7.25.9",
|
|
77
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
78
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
79
|
+
"@rollup/plugin-commonjs": "^28.0.1",
|
|
80
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
81
|
+
"@svgr/rollup": "8.1.0",
|
|
82
|
+
"@svgr/webpack": "8.0.1",
|
|
83
|
+
"babel-core": "^6.26.3",
|
|
84
|
+
"babel-plugin-external-helpers": "^6.22.0",
|
|
85
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
86
|
+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
87
|
+
"babel-preset-env": "^1.7.0",
|
|
88
|
+
"babel-preset-react": "^6.24.1",
|
|
89
|
+
"babel-preset-stage-0": "^6.24.1",
|
|
90
|
+
"browserslist": "^4.16.1",
|
|
91
|
+
"chance": "^1.1.7",
|
|
92
|
+
"prettier": "2.3.1",
|
|
93
|
+
"react": "^18.3.1",
|
|
94
|
+
"react-dom": "^18.3.1",
|
|
95
|
+
"react-scripts": "5.0.1",
|
|
96
|
+
"redux-mock-store": "^1.5.4",
|
|
97
|
+
"redux-thunk": "^2.3.0",
|
|
98
|
+
"rollup": "^2.79.1",
|
|
99
|
+
"rollup-plugin-copy-assets-to": "^1.0.0",
|
|
100
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
101
|
+
"rollup-plugin-ignore": "^1.0.9",
|
|
102
|
+
"rollup-plugin-json": "^4.0.0",
|
|
103
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
104
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
105
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
106
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
107
|
+
"rollup-plugin-url": "^1.4.0",
|
|
108
|
+
"rollup-pluginutils": "^2.8.2",
|
|
109
|
+
"sass": "^1.89.2",
|
|
110
|
+
"typescript": "^4.9.5"
|
|
111
|
+
},
|
|
112
|
+
"files": [
|
|
113
|
+
"build/**/*"
|
|
114
|
+
],
|
|
115
|
+
"types": "build/index.d.ts"
|
|
116
|
+
}
|