directory name change
1
Standard UI Components/components.min.js
vendored
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "commonjs",
|
|
||||||
"target": "ESNext",
|
|
||||||
"watch": true,
|
|
||||||
"lib": ["DOM", "ES2017"]
|
|
||||||
},
|
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -925,7 +925,7 @@
|
|||||||
|
|
||||||
let allComponentsObj = []
|
let allComponentsObj = []
|
||||||
async function getComponents() {
|
async function getComponents() {
|
||||||
const files = await fetch('https://api.github.com/repos/ranchimall/standard-visual-design-system/contents/Standard%20UI%20Components/dist')
|
const files = await fetch('https://api.github.com/repos/ranchimall/standard-visual-design-system/contents/components/dist')
|
||||||
allComponentsObj = await files.json()
|
allComponentsObj = await files.json()
|
||||||
}
|
}
|
||||||
function downloadJs(componentsArray, options = {minified: true}){
|
function downloadJs(componentsArray, options = {minified: true}){
|
||||||
|
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 1007 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 441 KiB After Width: | Height: | Size: 441 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 236 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 430 KiB After Width: | Height: | Size: 430 KiB |
|
Before Width: | Height: | Size: 519 KiB After Width: | Height: | Size: 519 KiB |
|
Before Width: | Height: | Size: 280 KiB After Width: | Height: | Size: 280 KiB |