@linaria/react 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/index.js CHANGED
File without changes
package/esm/index.js.map CHANGED
File without changes
File without changes
File without changes
package/esm/styled.js CHANGED
File without changes
package/esm/styled.js.map CHANGED
File without changes
package/lib/index.js CHANGED
@@ -7,5 +7,4 @@ var _styled = _interopRequireDefault(require("./styled"));
7
7
 
8
8
  exports.styled = _styled.default;
9
9
 
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
- //# sourceMappingURL=index.js.map
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
package/lib/index.js.map CHANGED
File without changes
File without changes
File without changes
package/lib/styled.js CHANGED
@@ -139,5 +139,4 @@ var _default = process.env.NODE_ENV !== 'production' ? new Proxy(styled, {
139
139
 
140
140
  }) : styled;
141
141
 
142
- exports.default = _default;
143
- //# sourceMappingURL=styled.js.map
142
+ exports.default = _default;
package/lib/styled.js.map CHANGED
File without changes
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@linaria/react",
3
3
  "description": "Blazing fast zero-runtime CSS in JS library",
4
- "version": "3.0.0-beta.21",
4
+ "version": "3.0.0-beta.22",
5
5
  "bugs": "https://github.com/callstack/linaria/issues",
6
6
  "dependencies": {
7
7
  "@emotion/is-prop-valid": "^0.8.8",
8
- "@linaria/core": "^3.0.0-beta.21",
8
+ "@linaria/core": "^3.0.0-beta.22",
9
9
  "ts-invariant": "^0.10.3"
10
10
  },
11
11
  "devDependencies": {
@@ -33,9 +33,10 @@
33
33
  }
34
34
  },
35
35
  "files": [
36
- "types/",
36
+ "esm/",
37
37
  "lib/",
38
- "esm/"
38
+ "processors/",
39
+ "types/"
39
40
  ],
40
41
  "homepage": "https://github.com/callstack/linaria#readme",
41
42
  "keywords": [
@@ -79,6 +80,5 @@
79
80
  "test:dts": "dtslint --localTs ../../node_modules/typescript/lib __dtslint__",
80
81
  "typecheck": "tsc --noEmit --composite false",
81
82
  "watch": "npm run build --watch"
82
- },
83
- "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"
83
+ }
84
84
  }
@@ -0,0 +1,5 @@
1
+ Object.defineProperty(exports, '__esModule', {
2
+ value: true,
3
+ });
4
+
5
+ exports.default = require('../lib/processors/styled').default;
package/types/index.d.ts CHANGED
File without changes
File without changes
package/types/styled.d.ts CHANGED
File without changes