mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
31
web/node_modules/@emotion/core/jsx-runtime/dist/core.browser.cjs.js
generated
vendored
Normal file
31
web/node_modules/@emotion/core/jsx-runtime/dist/core.browser.cjs.js
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
require('@babel/runtime/helpers/inheritsLoose');
|
||||
require('react');
|
||||
require('@emotion/cache');
|
||||
var emotionElement = require('../../dist/emotion-element-8aec08a7.browser.cjs.js');
|
||||
require('@emotion/utils');
|
||||
require('@emotion/serialize');
|
||||
var ReactJSXRuntime = require('react/jsx-runtime');
|
||||
|
||||
var Fragment = ReactJSXRuntime.Fragment;
|
||||
function jsx(type, props, key) {
|
||||
if (!emotionElement.hasOwnProperty.call(props, 'css')) {
|
||||
return ReactJSXRuntime.jsx(type, props, key);
|
||||
}
|
||||
|
||||
return ReactJSXRuntime.jsx(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
|
||||
}
|
||||
function jsxs(type, props, key) {
|
||||
if (!emotionElement.hasOwnProperty.call(props, 'css')) {
|
||||
return ReactJSXRuntime.jsxs(type, props, key);
|
||||
}
|
||||
|
||||
return ReactJSXRuntime.jsxs(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
|
||||
}
|
||||
|
||||
exports.Fragment = Fragment;
|
||||
exports.jsx = jsx;
|
||||
exports.jsxs = jsxs;
|
25
web/node_modules/@emotion/core/jsx-runtime/dist/core.browser.esm.js
generated
vendored
Normal file
25
web/node_modules/@emotion/core/jsx-runtime/dist/core.browser.esm.js
generated
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
import '@babel/runtime/helpers/inheritsLoose';
|
||||
import 'react';
|
||||
import '@emotion/cache';
|
||||
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-57a3a7a3.browser.esm.js';
|
||||
import '@emotion/utils';
|
||||
import '@emotion/serialize';
|
||||
import { Fragment as Fragment$1, jsx as jsx$1, jsxs as jsxs$1 } from 'react/jsx-runtime';
|
||||
|
||||
var Fragment = Fragment$1;
|
||||
function jsx(type, props, key) {
|
||||
if (!hasOwnProperty.call(props, 'css')) {
|
||||
return jsx$1(type, props, key);
|
||||
}
|
||||
|
||||
return jsx$1(Emotion, createEmotionProps(type, props), key);
|
||||
}
|
||||
function jsxs(type, props, key) {
|
||||
if (!hasOwnProperty.call(props, 'css')) {
|
||||
return jsxs$1(type, props, key);
|
||||
}
|
||||
|
||||
return jsxs$1(Emotion, createEmotionProps(type, props), key);
|
||||
}
|
||||
|
||||
export { Fragment, jsx, jsxs };
|
31
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.dev.js
generated
vendored
Normal file
31
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.dev.js
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
require('@babel/runtime/helpers/inheritsLoose');
|
||||
require('react');
|
||||
require('@emotion/cache');
|
||||
var emotionElement = require('../../dist/emotion-element-49eeaaac.cjs.dev.js');
|
||||
require('@emotion/utils');
|
||||
require('@emotion/serialize');
|
||||
var ReactJSXRuntime = require('react/jsx-runtime');
|
||||
|
||||
var Fragment = ReactJSXRuntime.Fragment;
|
||||
function jsx(type, props, key) {
|
||||
if (!emotionElement.hasOwnProperty.call(props, 'css')) {
|
||||
return ReactJSXRuntime.jsx(type, props, key);
|
||||
}
|
||||
|
||||
return ReactJSXRuntime.jsx(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
|
||||
}
|
||||
function jsxs(type, props, key) {
|
||||
if (!emotionElement.hasOwnProperty.call(props, 'css')) {
|
||||
return ReactJSXRuntime.jsxs(type, props, key);
|
||||
}
|
||||
|
||||
return ReactJSXRuntime.jsxs(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key);
|
||||
}
|
||||
|
||||
exports.Fragment = Fragment;
|
||||
exports.jsx = jsx;
|
||||
exports.jsxs = jsxs;
|
7
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.js
generated
vendored
Normal file
7
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.js
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
module.exports = require("./core.cjs.prod.js");
|
||||
} else {
|
||||
module.exports = require("./core.cjs.dev.js");
|
||||
}
|
2
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.js.flow
generated
vendored
Normal file
2
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.js.flow
generated
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
// @flow
|
||||
export * from "../../src/jsx-runtime.js";
|
21
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.prod.js
generated
vendored
Normal file
21
web/node_modules/@emotion/core/jsx-runtime/dist/core.cjs.prod.js
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: !0
|
||||
}), require("@babel/runtime/helpers/inheritsLoose"), require("react"), require("@emotion/cache");
|
||||
|
||||
var emotionElement = require("../../dist/emotion-element-0e1e5002.cjs.prod.js");
|
||||
|
||||
require("@emotion/utils"), require("@emotion/serialize");
|
||||
|
||||
var ReactJSXRuntime = require("react/jsx-runtime"), Fragment = ReactJSXRuntime.Fragment;
|
||||
|
||||
function jsx(type, props, key) {
|
||||
return emotionElement.hasOwnProperty.call(props, "css") ? ReactJSXRuntime.jsx(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key) : ReactJSXRuntime.jsx(type, props, key);
|
||||
}
|
||||
|
||||
function jsxs(type, props, key) {
|
||||
return emotionElement.hasOwnProperty.call(props, "css") ? ReactJSXRuntime.jsxs(emotionElement.Emotion, emotionElement.createEmotionProps(type, props), key) : ReactJSXRuntime.jsxs(type, props, key);
|
||||
}
|
||||
|
||||
exports.Fragment = Fragment, exports.jsx = jsx, exports.jsxs = jsxs;
|
25
web/node_modules/@emotion/core/jsx-runtime/dist/core.esm.js
generated
vendored
Normal file
25
web/node_modules/@emotion/core/jsx-runtime/dist/core.esm.js
generated
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
import '@babel/runtime/helpers/inheritsLoose';
|
||||
import 'react';
|
||||
import '@emotion/cache';
|
||||
import { h as hasOwnProperty, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-cfcfecf4.esm.js';
|
||||
import '@emotion/utils';
|
||||
import '@emotion/serialize';
|
||||
import { Fragment as Fragment$1, jsx as jsx$1, jsxs as jsxs$1 } from 'react/jsx-runtime';
|
||||
|
||||
var Fragment = Fragment$1;
|
||||
function jsx(type, props, key) {
|
||||
if (!hasOwnProperty.call(props, 'css')) {
|
||||
return jsx$1(type, props, key);
|
||||
}
|
||||
|
||||
return jsx$1(Emotion, createEmotionProps(type, props), key);
|
||||
}
|
||||
function jsxs(type, props, key) {
|
||||
if (!hasOwnProperty.call(props, 'css')) {
|
||||
return jsxs$1(type, props, key);
|
||||
}
|
||||
|
||||
return jsxs$1(Emotion, createEmotionProps(type, props), key);
|
||||
}
|
||||
|
||||
export { Fragment, jsx, jsxs };
|
2
web/node_modules/@emotion/core/jsx-runtime/dist/core.umd.min.js
generated
vendored
Normal file
2
web/node_modules/@emotion/core/jsx-runtime/dist/core.umd.min.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
1
web/node_modules/@emotion/core/jsx-runtime/dist/core.umd.min.js.map
generated
vendored
Normal file
1
web/node_modules/@emotion/core/jsx-runtime/dist/core.umd.min.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
13
web/node_modules/@emotion/core/jsx-runtime/package.json
generated
vendored
Normal file
13
web/node_modules/@emotion/core/jsx-runtime/package.json
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"main": "dist/core.cjs.js",
|
||||
"module": "dist/core.esm.js",
|
||||
"umd:main": "dist/core.umd.min.js",
|
||||
"browser": {
|
||||
"./dist/core.cjs.js": "./dist/core.browser.cjs.js",
|
||||
"./dist/core.esm.js": "./dist/core.browser.esm.js"
|
||||
},
|
||||
"preconstruct": {
|
||||
"source": "../src/jsx-runtime",
|
||||
"umdName": "emotionCoreJSXRuntime"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue