@linaria/atomic 3.0.0-beta.21 → 3.0.0-beta.22
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/esm/CSSProperties.js +0 -0
- package/esm/CSSProperties.js.map +0 -0
- package/esm/css.js +0 -0
- package/esm/css.js.map +0 -0
- package/esm/index.js +0 -0
- package/esm/index.js.map +0 -0
- package/esm/processors/css.js +0 -0
- package/esm/processors/css.js.map +0 -0
- package/esm/processors/helpers/atomize.js +0 -0
- package/esm/processors/helpers/atomize.js.map +0 -0
- package/esm/processors/helpers/propertyPriority.js +0 -0
- package/esm/processors/helpers/propertyPriority.js.map +0 -0
- package/esm/processors/styled.js +0 -0
- package/esm/processors/styled.js.map +0 -0
- package/lib/CSSProperties.js +0 -0
- package/lib/CSSProperties.js.map +0 -0
- package/lib/css.js +0 -0
- package/lib/css.js.map +0 -0
- package/lib/index.js +0 -0
- package/lib/index.js.map +0 -0
- package/lib/processors/css.js +0 -0
- package/lib/processors/css.js.map +0 -0
- package/lib/processors/helpers/atomize.js +0 -0
- package/lib/processors/helpers/atomize.js.map +0 -0
- package/lib/processors/helpers/propertyPriority.js +0 -0
- package/lib/processors/helpers/propertyPriority.js.map +0 -0
- package/lib/processors/styled.js +0 -0
- package/lib/processors/styled.js.map +0 -0
- package/package.json +7 -7
- package/processors/css.js +5 -0
- package/processors/styled.js +5 -0
- package/types/CSSProperties.d.ts +0 -0
- package/types/css.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/processors/css.d.ts +0 -0
- package/types/processors/helpers/atomize.d.ts +0 -0
- package/types/processors/helpers/propertyPriority.d.ts +0 -0
- package/types/processors/styled.d.ts +0 -0
package/esm/CSSProperties.js
CHANGED
|
File without changes
|
package/esm/CSSProperties.js.map
CHANGED
|
File without changes
|
package/esm/css.js
CHANGED
|
File without changes
|
package/esm/css.js.map
CHANGED
|
File without changes
|
package/esm/index.js
CHANGED
|
File without changes
|
package/esm/index.js.map
CHANGED
|
File without changes
|
package/esm/processors/css.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/esm/processors/styled.js
CHANGED
|
File without changes
|
|
File without changes
|
package/lib/CSSProperties.js
CHANGED
|
File without changes
|
package/lib/CSSProperties.js.map
CHANGED
|
File without changes
|
package/lib/css.js
CHANGED
|
File without changes
|
package/lib/css.js.map
CHANGED
|
File without changes
|
package/lib/index.js
CHANGED
|
File without changes
|
package/lib/index.js.map
CHANGED
|
File without changes
|
package/lib/processors/css.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/lib/processors/styled.js
CHANGED
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linaria/atomic",
|
|
3
3
|
"description": "Blazing fast zero-runtime CSS in JS library",
|
|
4
|
-
"version": "3.0.0-beta.
|
|
4
|
+
"version": "3.0.0-beta.22",
|
|
5
5
|
"bugs": "https://github.com/callstack/linaria/issues",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@linaria/core": "^3.0.0-beta.
|
|
7
|
+
"@linaria/core": "^3.0.0-beta.22",
|
|
8
8
|
"@linaria/logger": "^3.0.0-beta.20",
|
|
9
|
-
"@linaria/react": "^3.0.0-beta.
|
|
9
|
+
"@linaria/react": "^3.0.0-beta.22",
|
|
10
10
|
"@linaria/utils": "^3.0.0-beta.20",
|
|
11
11
|
"known-css-properties": "^0.24.0",
|
|
12
12
|
"postcss": "^8.3.11",
|
|
@@ -20,9 +20,10 @@
|
|
|
20
20
|
"node": "^12.16.0 || >=13.7.0"
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
23
|
-
"
|
|
23
|
+
"esm/",
|
|
24
24
|
"lib/",
|
|
25
|
-
"
|
|
25
|
+
"processors/",
|
|
26
|
+
"types/"
|
|
26
27
|
],
|
|
27
28
|
"homepage": "https://github.com/callstack/linaria#readme",
|
|
28
29
|
"keywords": [
|
|
@@ -54,6 +55,5 @@
|
|
|
54
55
|
"build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
|
|
55
56
|
"typecheck": "tsc --noEmit --composite false",
|
|
56
57
|
"watch": "npm run build --watch"
|
|
57
|
-
}
|
|
58
|
-
"readme": "<p align=\"center\">\n <img alt=\"Linaria\" src=\"https://raw.githubusercontent.com/callstack/linaria/HEAD/website/assets/linaria-logo@2x.png\" width=\"496\">\n</p>\n\n<p align=\"center\">\nZero-runtime CSS in JS library.\n</p>\n\n---\n\n### 📖 Please refer to the [GitHub](https://github.com/callstack/linaria#readme) for full documentation.\n\n## Features\n\n- Write CSS in JS, but with **zero runtime**, CSS is extracted to CSS files during build\n- Familiar **CSS syntax** with Sass like nesting\n- Use **dynamic prop based styles** with the React bindings, uses CSS variables behind the scenes\n- Easily find where the style was defined with **CSS sourcemaps**\n- **Lint your CSS** in JS with [stylelint](https://github.com/stylelint/stylelint)\n- Use **JavaScript for logic**, no CSS preprocessor needed\n- Optionally use any **CSS preprocessor** such as Sass or PostCSS\n\n**[Why use Linaria](../../docs/BENEFITS.md)**\n\n## Installation\n\n```sh\nnpm install @linaria/core @linaria/react @linaria/babel-preset @linaria/shaker\n```\n\nor\n\n```sh\nyarn add @linaria/core @linaria/react @linaria/babel-preset @linaria/shaker\n```\n"
|
|
58
|
+
}
|
|
59
59
|
}
|
package/types/CSSProperties.d.ts
CHANGED
|
File without changes
|
package/types/css.d.ts
CHANGED
|
File without changes
|
package/types/index.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|