mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-05 15:42:18 +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
13
web/node_modules/@emotion/unitless/CHANGELOG.md
generated
vendored
Normal file
13
web/node_modules/@emotion/unitless/CHANGELOG.md
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# @emotion/unitless
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`4c62ae9`](https://github.com/emotion-js/emotion/commit/4c62ae9447959d438928e1a26f76f1487983c968) [#1698](https://github.com/emotion-js/emotion/pull/1698) Thanks [@Andarist](https://github.com/Andarist)! - Add LICENSE file
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pull/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool
|
21
web/node_modules/@emotion/unitless/LICENSE
generated
vendored
Normal file
21
web/node_modules/@emotion/unitless/LICENSE
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Emotion team and other contributors
|
||||
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
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.
|
11
web/node_modules/@emotion/unitless/README.md
generated
vendored
Normal file
11
web/node_modules/@emotion/unitless/README.md
generated
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
# @emotion/unitless
|
||||
|
||||
> An object of css properties that don't accept values with units
|
||||
|
||||
```jsx
|
||||
import unitless from '@emotion/unitless'
|
||||
|
||||
unitless.flex === 1
|
||||
|
||||
unitless.padding === undefined
|
||||
```
|
54
web/node_modules/@emotion/unitless/dist/unitless.browser.cjs.js
generated
vendored
Normal file
54
web/node_modules/@emotion/unitless/dist/unitless.browser.cjs.js
generated
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
var unitlessKeys = {
|
||||
animationIterationCount: 1,
|
||||
borderImageOutset: 1,
|
||||
borderImageSlice: 1,
|
||||
borderImageWidth: 1,
|
||||
boxFlex: 1,
|
||||
boxFlexGroup: 1,
|
||||
boxOrdinalGroup: 1,
|
||||
columnCount: 1,
|
||||
columns: 1,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
flexPositive: 1,
|
||||
flexShrink: 1,
|
||||
flexNegative: 1,
|
||||
flexOrder: 1,
|
||||
gridRow: 1,
|
||||
gridRowEnd: 1,
|
||||
gridRowSpan: 1,
|
||||
gridRowStart: 1,
|
||||
gridColumn: 1,
|
||||
gridColumnEnd: 1,
|
||||
gridColumnSpan: 1,
|
||||
gridColumnStart: 1,
|
||||
msGridRow: 1,
|
||||
msGridRowSpan: 1,
|
||||
msGridColumn: 1,
|
||||
msGridColumnSpan: 1,
|
||||
fontWeight: 1,
|
||||
lineHeight: 1,
|
||||
opacity: 1,
|
||||
order: 1,
|
||||
orphans: 1,
|
||||
tabSize: 1,
|
||||
widows: 1,
|
||||
zIndex: 1,
|
||||
zoom: 1,
|
||||
WebkitLineClamp: 1,
|
||||
// SVG-related properties
|
||||
fillOpacity: 1,
|
||||
floodOpacity: 1,
|
||||
stopOpacity: 1,
|
||||
strokeDasharray: 1,
|
||||
strokeDashoffset: 1,
|
||||
strokeMiterlimit: 1,
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1
|
||||
};
|
||||
|
||||
exports.default = unitlessKeys;
|
50
web/node_modules/@emotion/unitless/dist/unitless.browser.esm.js
generated
vendored
Normal file
50
web/node_modules/@emotion/unitless/dist/unitless.browser.esm.js
generated
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
var unitlessKeys = {
|
||||
animationIterationCount: 1,
|
||||
borderImageOutset: 1,
|
||||
borderImageSlice: 1,
|
||||
borderImageWidth: 1,
|
||||
boxFlex: 1,
|
||||
boxFlexGroup: 1,
|
||||
boxOrdinalGroup: 1,
|
||||
columnCount: 1,
|
||||
columns: 1,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
flexPositive: 1,
|
||||
flexShrink: 1,
|
||||
flexNegative: 1,
|
||||
flexOrder: 1,
|
||||
gridRow: 1,
|
||||
gridRowEnd: 1,
|
||||
gridRowSpan: 1,
|
||||
gridRowStart: 1,
|
||||
gridColumn: 1,
|
||||
gridColumnEnd: 1,
|
||||
gridColumnSpan: 1,
|
||||
gridColumnStart: 1,
|
||||
msGridRow: 1,
|
||||
msGridRowSpan: 1,
|
||||
msGridColumn: 1,
|
||||
msGridColumnSpan: 1,
|
||||
fontWeight: 1,
|
||||
lineHeight: 1,
|
||||
opacity: 1,
|
||||
order: 1,
|
||||
orphans: 1,
|
||||
tabSize: 1,
|
||||
widows: 1,
|
||||
zIndex: 1,
|
||||
zoom: 1,
|
||||
WebkitLineClamp: 1,
|
||||
// SVG-related properties
|
||||
fillOpacity: 1,
|
||||
floodOpacity: 1,
|
||||
stopOpacity: 1,
|
||||
strokeDasharray: 1,
|
||||
strokeDashoffset: 1,
|
||||
strokeMiterlimit: 1,
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1
|
||||
};
|
||||
|
||||
export default unitlessKeys;
|
54
web/node_modules/@emotion/unitless/dist/unitless.cjs.dev.js
generated
vendored
Normal file
54
web/node_modules/@emotion/unitless/dist/unitless.cjs.dev.js
generated
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
var unitlessKeys = {
|
||||
animationIterationCount: 1,
|
||||
borderImageOutset: 1,
|
||||
borderImageSlice: 1,
|
||||
borderImageWidth: 1,
|
||||
boxFlex: 1,
|
||||
boxFlexGroup: 1,
|
||||
boxOrdinalGroup: 1,
|
||||
columnCount: 1,
|
||||
columns: 1,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
flexPositive: 1,
|
||||
flexShrink: 1,
|
||||
flexNegative: 1,
|
||||
flexOrder: 1,
|
||||
gridRow: 1,
|
||||
gridRowEnd: 1,
|
||||
gridRowSpan: 1,
|
||||
gridRowStart: 1,
|
||||
gridColumn: 1,
|
||||
gridColumnEnd: 1,
|
||||
gridColumnSpan: 1,
|
||||
gridColumnStart: 1,
|
||||
msGridRow: 1,
|
||||
msGridRowSpan: 1,
|
||||
msGridColumn: 1,
|
||||
msGridColumnSpan: 1,
|
||||
fontWeight: 1,
|
||||
lineHeight: 1,
|
||||
opacity: 1,
|
||||
order: 1,
|
||||
orphans: 1,
|
||||
tabSize: 1,
|
||||
widows: 1,
|
||||
zIndex: 1,
|
||||
zoom: 1,
|
||||
WebkitLineClamp: 1,
|
||||
// SVG-related properties
|
||||
fillOpacity: 1,
|
||||
floodOpacity: 1,
|
||||
stopOpacity: 1,
|
||||
strokeDasharray: 1,
|
||||
strokeDashoffset: 1,
|
||||
strokeMiterlimit: 1,
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1
|
||||
};
|
||||
|
||||
exports.default = unitlessKeys;
|
7
web/node_modules/@emotion/unitless/dist/unitless.cjs.js
generated
vendored
Normal file
7
web/node_modules/@emotion/unitless/dist/unitless.cjs.js
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
if (process.env.NODE_ENV === "production") {
|
||||
module.exports = require("./unitless.cjs.prod.js");
|
||||
} else {
|
||||
module.exports = require("./unitless.cjs.dev.js");
|
||||
}
|
3
web/node_modules/@emotion/unitless/dist/unitless.cjs.js.flow
generated
vendored
Normal file
3
web/node_modules/@emotion/unitless/dist/unitless.cjs.js.flow
generated
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
// @flow
|
||||
export * from "../src/index.js";
|
||||
export { default } from "../src/index.js";
|
55
web/node_modules/@emotion/unitless/dist/unitless.cjs.prod.js
generated
vendored
Normal file
55
web/node_modules/@emotion/unitless/dist/unitless.cjs.prod.js
generated
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: !0
|
||||
});
|
||||
|
||||
var unitlessKeys = {
|
||||
animationIterationCount: 1,
|
||||
borderImageOutset: 1,
|
||||
borderImageSlice: 1,
|
||||
borderImageWidth: 1,
|
||||
boxFlex: 1,
|
||||
boxFlexGroup: 1,
|
||||
boxOrdinalGroup: 1,
|
||||
columnCount: 1,
|
||||
columns: 1,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
flexPositive: 1,
|
||||
flexShrink: 1,
|
||||
flexNegative: 1,
|
||||
flexOrder: 1,
|
||||
gridRow: 1,
|
||||
gridRowEnd: 1,
|
||||
gridRowSpan: 1,
|
||||
gridRowStart: 1,
|
||||
gridColumn: 1,
|
||||
gridColumnEnd: 1,
|
||||
gridColumnSpan: 1,
|
||||
gridColumnStart: 1,
|
||||
msGridRow: 1,
|
||||
msGridRowSpan: 1,
|
||||
msGridColumn: 1,
|
||||
msGridColumnSpan: 1,
|
||||
fontWeight: 1,
|
||||
lineHeight: 1,
|
||||
opacity: 1,
|
||||
order: 1,
|
||||
orphans: 1,
|
||||
tabSize: 1,
|
||||
widows: 1,
|
||||
zIndex: 1,
|
||||
zoom: 1,
|
||||
WebkitLineClamp: 1,
|
||||
fillOpacity: 1,
|
||||
floodOpacity: 1,
|
||||
stopOpacity: 1,
|
||||
strokeDasharray: 1,
|
||||
strokeDashoffset: 1,
|
||||
strokeMiterlimit: 1,
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1
|
||||
};
|
||||
|
||||
exports.default = unitlessKeys;
|
50
web/node_modules/@emotion/unitless/dist/unitless.esm.js
generated
vendored
Normal file
50
web/node_modules/@emotion/unitless/dist/unitless.esm.js
generated
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
var unitlessKeys = {
|
||||
animationIterationCount: 1,
|
||||
borderImageOutset: 1,
|
||||
borderImageSlice: 1,
|
||||
borderImageWidth: 1,
|
||||
boxFlex: 1,
|
||||
boxFlexGroup: 1,
|
||||
boxOrdinalGroup: 1,
|
||||
columnCount: 1,
|
||||
columns: 1,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
flexPositive: 1,
|
||||
flexShrink: 1,
|
||||
flexNegative: 1,
|
||||
flexOrder: 1,
|
||||
gridRow: 1,
|
||||
gridRowEnd: 1,
|
||||
gridRowSpan: 1,
|
||||
gridRowStart: 1,
|
||||
gridColumn: 1,
|
||||
gridColumnEnd: 1,
|
||||
gridColumnSpan: 1,
|
||||
gridColumnStart: 1,
|
||||
msGridRow: 1,
|
||||
msGridRowSpan: 1,
|
||||
msGridColumn: 1,
|
||||
msGridColumnSpan: 1,
|
||||
fontWeight: 1,
|
||||
lineHeight: 1,
|
||||
opacity: 1,
|
||||
order: 1,
|
||||
orphans: 1,
|
||||
tabSize: 1,
|
||||
widows: 1,
|
||||
zIndex: 1,
|
||||
zoom: 1,
|
||||
WebkitLineClamp: 1,
|
||||
// SVG-related properties
|
||||
fillOpacity: 1,
|
||||
floodOpacity: 1,
|
||||
stopOpacity: 1,
|
||||
strokeDasharray: 1,
|
||||
strokeDashoffset: 1,
|
||||
strokeMiterlimit: 1,
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1
|
||||
};
|
||||
|
||||
export default unitlessKeys;
|
20
web/node_modules/@emotion/unitless/package.json
generated
vendored
Normal file
20
web/node_modules/@emotion/unitless/package.json
generated
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "@emotion/unitless",
|
||||
"version": "0.7.5",
|
||||
"description": "An object of css properties that don't accept values with units",
|
||||
"main": "dist/unitless.cjs.js",
|
||||
"module": "dist/unitless.esm.js",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/emotion-js/emotion/tree/master/packages/unitless",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"browser": {
|
||||
"./dist/unitless.cjs.js": "./dist/unitless.browser.cjs.js",
|
||||
"./dist/unitless.esm.js": "./dist/unitless.browser.esm.js"
|
||||
}
|
||||
}
|
53
web/node_modules/@emotion/unitless/src/index.js
generated
vendored
Normal file
53
web/node_modules/@emotion/unitless/src/index.js
generated
vendored
Normal file
|
@ -0,0 +1,53 @@
|
|||
// @flow
|
||||
|
||||
let unitlessKeys: { [key: string]: 1 } = {
|
||||
animationIterationCount: 1,
|
||||
borderImageOutset: 1,
|
||||
borderImageSlice: 1,
|
||||
borderImageWidth: 1,
|
||||
boxFlex: 1,
|
||||
boxFlexGroup: 1,
|
||||
boxOrdinalGroup: 1,
|
||||
columnCount: 1,
|
||||
columns: 1,
|
||||
flex: 1,
|
||||
flexGrow: 1,
|
||||
flexPositive: 1,
|
||||
flexShrink: 1,
|
||||
flexNegative: 1,
|
||||
flexOrder: 1,
|
||||
gridRow: 1,
|
||||
gridRowEnd: 1,
|
||||
gridRowSpan: 1,
|
||||
gridRowStart: 1,
|
||||
gridColumn: 1,
|
||||
gridColumnEnd: 1,
|
||||
gridColumnSpan: 1,
|
||||
gridColumnStart: 1,
|
||||
msGridRow: 1,
|
||||
msGridRowSpan: 1,
|
||||
msGridColumn: 1,
|
||||
msGridColumnSpan: 1,
|
||||
fontWeight: 1,
|
||||
lineHeight: 1,
|
||||
opacity: 1,
|
||||
order: 1,
|
||||
orphans: 1,
|
||||
tabSize: 1,
|
||||
widows: 1,
|
||||
zIndex: 1,
|
||||
zoom: 1,
|
||||
WebkitLineClamp: 1,
|
||||
|
||||
// SVG-related properties
|
||||
fillOpacity: 1,
|
||||
floodOpacity: 1,
|
||||
stopOpacity: 1,
|
||||
strokeDasharray: 1,
|
||||
strokeDashoffset: 1,
|
||||
strokeMiterlimit: 1,
|
||||
strokeOpacity: 1,
|
||||
strokeWidth: 1
|
||||
}
|
||||
|
||||
export default unitlessKeys
|
Loading…
Add table
Add a link
Reference in a new issue