@bcrumbs.net/bc-chat 1.0.83 → 1.0.85

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.
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gvFAAA,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ivFAAA,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,115 @@
1
- {
2
- "name": "@bcrumbs.net/bc-chat",
3
- "version": "1.0.83",
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
- "@azure/storage-blob": "^12.26.0",
19
- "@emotion/react": "^11.11.3",
20
- "@emotion/styled": "11.11.0",
21
- "@react-google-maps/api": "^2.19.3",
22
- "@types/node": "^16.18.119",
23
- "@types/react": "^18.3.1",
24
- "@types/react-dom": "^18.3.0",
25
- "ajv": "^8.17.1",
26
- "ajv-keywords": "^5.1.0",
27
- "franc-min": "^6.2.0",
28
- "mapbox-gl": "^1.13.0",
29
- "mediaelement": "^4.2.14",
30
- "react-input-mask": "^2.0.4",
31
- "react-mapbox-gl": "^3.9.2",
32
- "react-markdown": "^9.0.1",
33
- "react-phone-number-input": "^3.1.9",
34
- "react-redux": "^8.1.3",
35
- "react-tippy": "^1.4.0",
36
- "redux": "^4.0.1",
37
- "rehype-raw": "^7.0.0",
38
- "rollup-plugin-ignore-import": "^1.3.2",
39
- "uuid": "^8.3.2",
40
- "web-vitals": "^2.1.4"
41
- },
42
- "peerDependencies": {
43
- "react": "18.3.1",
44
- "react-dom": "18.3.1"
45
- },
46
- "scripts": {
47
- "start": "react-scripts start",
48
- "build": "react-scripts build",
49
- "test": "react-scripts test",
50
- "eject": "react-scripts eject",
51
- "coverage": "npm test -- --coverage --watchAll",
52
- "build-lib": "rm -rf build && rollup -c",
53
- "lib-watch": "rm -rf build && rollup -c -w",
54
- "format": "prettier --write 'src/**/*.{ts,tsx,js}'"
55
- },
56
- "eslintConfig": {
57
- "extends": [
58
- "react-app",
59
- "react-app/jest"
60
- ]
61
- },
62
- "browserslist": {
63
- "production": [
64
- ">0.2%",
65
- "not dead",
66
- "not op_mini all"
67
- ],
68
- "development": [
69
- "last 1 chrome version",
70
- "last 1 firefox version",
71
- "last 1 safari version"
72
- ]
73
- },
74
- "devDependencies": {
75
- "@babel/preset-react": "^7.25.9",
76
- "@babel/preset-typescript": "^7.26.0",
77
- "@rollup/plugin-babel": "^6.0.4",
78
- "@rollup/plugin-commonjs": "^28.0.1",
79
- "@rollup/plugin-node-resolve": "^15.3.0",
80
- "@svgr/rollup": "8.1.0",
81
- "@svgr/webpack": "8.0.1",
82
- "babel-core": "^6.26.3",
83
- "babel-plugin-external-helpers": "^6.22.0",
84
- "babel-plugin-transform-class-properties": "^6.24.1",
85
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
86
- "babel-preset-env": "^1.7.0",
87
- "babel-preset-react": "^6.24.1",
88
- "babel-preset-stage-0": "^6.24.1",
89
- "browserslist": "^4.16.1",
90
- "chance": "^1.1.7",
91
- "prettier": "2.3.1",
92
- "react": "^18.3.1",
93
- "react-dom": "^18.3.1",
94
- "react-scripts": "5.0.1",
95
- "redux-mock-store": "^1.5.4",
96
- "redux-thunk": "^2.3.0",
97
- "rollup": "^2.79.1",
98
- "rollup-plugin-copy-assets-to": "^1.0.0",
99
- "rollup-plugin-dts": "^6.1.1",
100
- "rollup-plugin-ignore": "^1.0.9",
101
- "rollup-plugin-json": "^4.0.0",
102
- "rollup-plugin-peer-deps-external": "^2.2.4",
103
- "rollup-plugin-postcss": "^4.0.2",
104
- "rollup-plugin-terser": "^7.0.2",
105
- "rollup-plugin-typescript2": "^0.36.0",
106
- "rollup-plugin-url": "^1.4.0",
107
- "rollup-pluginutils": "^2.8.2",
108
- "sass": "^1.89.2",
109
- "typescript": "^4.9.5"
110
- },
111
- "files": [
112
- "build/**/*"
113
- ],
114
- "types": "build/index.d.ts"
115
- }
1
+ {
2
+ "name": "@bcrumbs.net/bc-chat",
3
+ "version": "1.0.85",
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
+ "@azure/storage-blob": "^12.26.0",
19
+ "@emotion/react": "^11.11.3",
20
+ "@emotion/styled": "11.11.0",
21
+ "@react-google-maps/api": "^2.19.3",
22
+ "@types/node": "^16.18.119",
23
+ "@types/react": "^18.3.1",
24
+ "@types/react-dom": "^18.3.0",
25
+ "ajv": "^8.17.1",
26
+ "ajv-keywords": "^5.1.0",
27
+ "franc-min": "^6.2.0",
28
+ "mapbox-gl": "^1.13.0",
29
+ "mediaelement": "^4.2.14",
30
+ "react-input-mask": "^2.0.4",
31
+ "react-mapbox-gl": "^3.9.2",
32
+ "react-markdown": "^9.0.1",
33
+ "react-phone-number-input": "^3.1.9",
34
+ "react-redux": "^8.1.3",
35
+ "react-tippy": "^1.4.0",
36
+ "redux": "^4.0.1",
37
+ "rehype-raw": "^7.0.0",
38
+ "rollup-plugin-ignore-import": "^1.3.2",
39
+ "uuid": "^8.3.2",
40
+ "web-vitals": "^2.1.4"
41
+ },
42
+ "peerDependencies": {
43
+ "react": "18.3.1",
44
+ "react-dom": "18.3.1"
45
+ },
46
+ "scripts": {
47
+ "start": "react-scripts start",
48
+ "build": "react-scripts build",
49
+ "test": "react-scripts test",
50
+ "eject": "react-scripts eject",
51
+ "coverage": "npm test -- --coverage --watchAll",
52
+ "build-lib": "rm -rf build && rollup -c",
53
+ "lib-watch": "rm -rf build && rollup -c -w",
54
+ "format": "prettier --write 'src/**/*.{ts,tsx,js}'"
55
+ },
56
+ "eslintConfig": {
57
+ "extends": [
58
+ "react-app",
59
+ "react-app/jest"
60
+ ]
61
+ },
62
+ "browserslist": {
63
+ "production": [
64
+ ">0.2%",
65
+ "not dead",
66
+ "not op_mini all"
67
+ ],
68
+ "development": [
69
+ "last 1 chrome version",
70
+ "last 1 firefox version",
71
+ "last 1 safari version"
72
+ ]
73
+ },
74
+ "devDependencies": {
75
+ "@babel/preset-react": "^7.25.9",
76
+ "@babel/preset-typescript": "^7.26.0",
77
+ "@rollup/plugin-babel": "^6.0.4",
78
+ "@rollup/plugin-commonjs": "^28.0.1",
79
+ "@rollup/plugin-node-resolve": "^15.3.0",
80
+ "@svgr/rollup": "8.1.0",
81
+ "@svgr/webpack": "8.0.1",
82
+ "babel-core": "^6.26.3",
83
+ "babel-plugin-external-helpers": "^6.22.0",
84
+ "babel-plugin-transform-class-properties": "^6.24.1",
85
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
86
+ "babel-preset-env": "^1.7.0",
87
+ "babel-preset-react": "^6.24.1",
88
+ "babel-preset-stage-0": "^6.24.1",
89
+ "browserslist": "^4.16.1",
90
+ "chance": "^1.1.7",
91
+ "prettier": "2.3.1",
92
+ "react": "^18.3.1",
93
+ "react-dom": "^18.3.1",
94
+ "react-scripts": "5.0.1",
95
+ "redux-mock-store": "^1.5.4",
96
+ "redux-thunk": "^2.3.0",
97
+ "rollup": "^2.79.1",
98
+ "rollup-plugin-copy-assets-to": "^1.0.0",
99
+ "rollup-plugin-dts": "^6.1.1",
100
+ "rollup-plugin-ignore": "^1.0.9",
101
+ "rollup-plugin-json": "^4.0.0",
102
+ "rollup-plugin-peer-deps-external": "^2.2.4",
103
+ "rollup-plugin-postcss": "^4.0.2",
104
+ "rollup-plugin-terser": "^7.0.2",
105
+ "rollup-plugin-typescript2": "^0.36.0",
106
+ "rollup-plugin-url": "^1.4.0",
107
+ "rollup-pluginutils": "^2.8.2",
108
+ "sass": "^1.89.2",
109
+ "typescript": "^4.9.5"
110
+ },
111
+ "files": [
112
+ "build/**/*"
113
+ ],
114
+ "types": "build/index.d.ts"
115
+ }