santech-galaxy-component 2.3.11 → 2.3.13
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/index.common.js +163 -128
- package/lib/index.css +1 -1
- package/lib/index.umd.js +163 -128
- package/lib/index.umd.min.js +16 -16
- package/package.json +1 -1
- package/.gitignore copy +0 -24
package/package.json
CHANGED
package/.gitignore copy
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
.DS_Store
|
|
2
|
-
node_modules
|
|
3
|
-
/dist
|
|
4
|
-
/lib
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# local env files
|
|
8
|
-
.env.local
|
|
9
|
-
.env.*.local
|
|
10
|
-
|
|
11
|
-
# Log files
|
|
12
|
-
npm-debug.log*
|
|
13
|
-
yarn-debug.log*
|
|
14
|
-
yarn-error.log*
|
|
15
|
-
pnpm-debug.log*
|
|
16
|
-
|
|
17
|
-
# Editor directories and files
|
|
18
|
-
.idea
|
|
19
|
-
.vscode
|
|
20
|
-
*.suo
|
|
21
|
-
*.ntvs*
|
|
22
|
-
*.njsproj
|
|
23
|
-
*.sln
|
|
24
|
-
*.sw?
|