@atomic.io/action-cards-web-sdk-cdn-icons 24.2.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/package.json ADDED
@@ -0,0 +1,88 @@
1
+ {
2
+ "name": "@atomic.io/action-cards-web-sdk-cdn-icons",
3
+ "version": "24.2.1",
4
+ "description": "The Atomic Web SDK",
5
+ "main": "public/sdk.js",
6
+ "typings": "public/sdk.d.ts",
7
+ "files": [
8
+ "public/*"
9
+ ],
10
+ "scripts": {
11
+ "test:unit": "jest --testPathIgnorePatterns '/src/test/acceptance/' '/node_modules/' --config 'unit.jest.config.js'",
12
+ "test:acceptance": "./bin/acceptance-tests.sh",
13
+ "test:acceptance:npm": "./bin/acceptance-tests.sh --npm-bundled",
14
+ "test:acceptance:debug": "./bin/acceptance-tests.sh --debug",
15
+ "start": "./bin/dev.sh",
16
+ "start:server": "webpack serve --env outputPath='samples/basic'",
17
+ "start:server:preview": "webpack serve --config webpack.preview.config.js",
18
+ "typescript-check": "tsc -p tsconfig.json",
19
+ "prettier-check": "prettier -c \"src/**/*.{ts,tsx,json,js}\"",
20
+ "emit-types": "tsc -p tsconfig.json --declaration --noEmit false --emitDeclarationOnly --outDir './dist'",
21
+ "prebundle-types": "npm run emit-types",
22
+ "bundle-types": "api-extractor run --typescript-compiler-folder './node_modules/typescript/lib/'"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/atomic-app/action-cards-web-sdk.git"
27
+ },
28
+ "author": "Atomic.io Limited",
29
+ "license": "UNLICENSED",
30
+ "bugs": {
31
+ "url": "https://github.com/atomic-app/action-cards-web-sdk/issues"
32
+ },
33
+ "homepage": "https://github.com/atomic-app/action-cards-web-sdk#readme",
34
+ "devDependencies": {
35
+ "@babel/core": "^7.9.6",
36
+ "@babel/plugin-proposal-class-properties": "^7.8.3",
37
+ "@babel/plugin-proposal-optional-chaining": "^7.9.0",
38
+ "@babel/preset-env": "^7.9.6",
39
+ "@babel/preset-react": "^7.9.4",
40
+ "@babel/preset-typescript": "^7.9.0",
41
+ "@microsoft/api-extractor": "^7.19.5",
42
+ "@playwright/test": "^1.38.0",
43
+ "@popa-marius/pushstate-server": "3.1.2",
44
+ "@types/css-font-loading-module": "^0.0.13",
45
+ "@types/jest": "^26.0.4",
46
+ "@types/node": "^12.12.38",
47
+ "@types/ws": "^8.5.3",
48
+ "babel-jest": "^26.6.3",
49
+ "babel-loader": "^9.1.3",
50
+ "babel-plugin-module-resolver": "^5.0.0",
51
+ "core-js": "^2.6.11",
52
+ "css-loader": "^6.9.1",
53
+ "date-fns": "^1.30.1",
54
+ "enzyme": "^3.11.0",
55
+ "enzyme-adapter-preact-pure": "^4.1.0",
56
+ "focus-visible": "^5.2.0",
57
+ "jest": "^26.0.4",
58
+ "playwright": "^1.38.0",
59
+ "preact": "10.4.1",
60
+ "prettier": "3.2.5",
61
+ "react": "^18.2.0",
62
+ "react-dom": "^18.2.0",
63
+ "redux-zero": "^5.1.4",
64
+ "terser-webpack-plugin": "^5.3.10",
65
+ "to-string-loader": "^1.2.0",
66
+ "ts-loader": "^9.5.1",
67
+ "typescript": "^3.8.3",
68
+ "url-loader": "^4.1.1",
69
+ "webpack": "^5.90.0",
70
+ "webpack-cli": "^5.1.4",
71
+ "webpack-dev-server": "^4.1.0",
72
+ "webpack-license-plugin": "^4.2.0",
73
+ "ws": "^8.6.0"
74
+ },
75
+ "jest": {
76
+ "projects": [
77
+ "unit.jest.config.js"
78
+ ]
79
+ },
80
+ "browserslist": [
81
+ "last 1 Chrome version",
82
+ "last 1 Firefox version",
83
+ "last 1 Safari version",
84
+ "last 1 Edge version",
85
+ "last 3 ios_saf version",
86
+ "last 3 and_chr version"
87
+ ]
88
+ }
@@ -0,0 +1,236 @@
1
+ The Atomic Web SDK (24.2.1) uses the following open sources libraries:
2
+
3
+ -----------------------
4
+
5
+ core-js
6
+
7
+ License: MIT
8
+
9
+ Copyright (c) 2014-2020 Denis Pushkarev
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in
19
+ all copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27
+ THE SOFTWARE.
28
+
29
+
30
+ -----------------------
31
+
32
+ css-loader
33
+
34
+ License: MIT
35
+
36
+ Copyright JS Foundation and other contributors
37
+
38
+ Permission is hereby granted, free of charge, to any person obtaining
39
+ a copy of this software and associated documentation files (the
40
+ 'Software'), to deal in the Software without restriction, including
41
+ without limitation the rights to use, copy, modify, merge, publish,
42
+ distribute, sublicense, and/or sell copies of the Software, and to
43
+ permit persons to whom the Software is furnished to do so, subject to
44
+ the following conditions:
45
+
46
+ The above copyright notice and this permission notice shall be
47
+ included in all copies or substantial portions of the Software.
48
+
49
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
50
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
51
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
52
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
53
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
54
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
55
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56
+
57
+
58
+ -----------------------
59
+
60
+ date-fns
61
+
62
+ License: MIT
63
+
64
+ # License
65
+
66
+ date-fns is licensed under the [MIT license](http://kossnocorp.mit-license.org).
67
+ Read more about MIT at [TLDRLegal](https://tldrlegal.com/license/mit-license).
68
+
69
+
70
+ -----------------------
71
+
72
+ focus-visible
73
+
74
+ License: W3C
75
+
76
+ All Reports in this Repository are licensed by Contributors under the
77
+ [W3C Software and Document
78
+ License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). Contributions to
79
+ Specifications are made under the [W3C CLA](https://www.w3.org/community/about/agreements/cla/).
80
+
81
+
82
+
83
+ -----------------------
84
+
85
+ hooks
86
+
87
+ License: MIT
88
+
89
+ MIT License
90
+
91
+ Copyright (c) <year> <copyright holders>
92
+
93
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
94
+
95
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
96
+
97
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
98
+
99
+
100
+ -----------------------
101
+
102
+ preact
103
+
104
+ License: MIT
105
+
106
+ The MIT License (MIT)
107
+
108
+ Copyright (c) 2015-present Jason Miller
109
+
110
+ Permission is hereby granted, free of charge, to any person obtaining a copy
111
+ of this software and associated documentation files (the "Software"), to deal
112
+ in the Software without restriction, including without limitation the rights
113
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
+ copies of the Software, and to permit persons to whom the Software is
115
+ furnished to do so, subject to the following conditions:
116
+
117
+ The above copyright notice and this permission notice shall be included in all
118
+ copies or substantial portions of the Software.
119
+
120
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
126
+ SOFTWARE.
127
+
128
+
129
+ -----------------------
130
+
131
+ preact-compat
132
+
133
+ License: MIT
134
+
135
+ MIT License
136
+
137
+ Copyright (c) <year> <copyright holders>
138
+
139
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
140
+
141
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
142
+
143
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
144
+
145
+
146
+ -----------------------
147
+
148
+ redux-zero
149
+
150
+ License: MIT
151
+
152
+ MIT License
153
+
154
+ Copyright (c) <2017> <Matheus Lima (matheusml90@gmail.com)>
155
+
156
+ Permission is hereby granted, free of charge, to any person obtaining a copy
157
+ of this software and associated documentation files (the "Software"), to deal
158
+ in the Software without restriction, including without limitation the rights
159
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
160
+ copies of the Software, and to permit persons to whom the Software is
161
+ furnished to do so, subject to the following conditions:
162
+
163
+ The above copyright notice and this permission notice shall be included in all
164
+ copies or substantial portions of the Software.
165
+
166
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
167
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
168
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
169
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
170
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
171
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
172
+ SOFTWARE.
173
+
174
+
175
+ -----------------------
176
+
177
+ uuid
178
+
179
+ License: MIT
180
+
181
+ The MIT License (MIT)
182
+
183
+ Copyright (c) 2010-2016 Robert Kieffer and other contributors
184
+
185
+ Permission is hereby granted, free of charge, to any person obtaining a copy
186
+ of this software and associated documentation files (the "Software"), to deal
187
+ in the Software without restriction, including without limitation the rights
188
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
189
+ copies of the Software, and to permit persons to whom the Software is
190
+ furnished to do so, subject to the following conditions:
191
+
192
+ The above copyright notice and this permission notice shall be included in all
193
+ copies or substantial portions of the Software.
194
+
195
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
196
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
198
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
199
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
200
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
201
+ SOFTWARE.
202
+
203
+
204
+ -----------------------
205
+
206
+ picostyle
207
+
208
+ License: MIT
209
+
210
+ https://github.com/morishitter/picostyle/blob/master/LICENSE
211
+
212
+ -----------------------
213
+
214
+ snarkdown
215
+
216
+ License: MIT
217
+
218
+ https://github.com/developit/snarkdown/blob/master/LICENSE
219
+
220
+ -----------------------
221
+
222
+ Font Awesome
223
+
224
+ License: Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License
225
+
226
+ https://fontawesome.com/license/free
227
+
228
+ -----------------------
229
+
230
+ external-svg-loader
231
+
232
+ License: MIT
233
+
234
+ https://github.com/shubhamjain/svg-loader/blob/main/LICENSE
235
+
236
+ -----------------------