@compiled/webpack-loader 0.12.5 → 0.12.6

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare const HeaderSpacing: React.ComponentType<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & import("packages/react/src/styled").StyledProps>;
2
+ export declare const HeaderSpacing: React.ComponentType<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & import("@compiled/react").StyledProps>;
3
3
  interface HeaderProps {
4
4
  variant?: 'default' | 'invert';
5
5
  children: React.ReactNode;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const Styled: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("packages/react/src/styled").StyledProps>;
2
+ export declare const Styled: import("react").ComponentType<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & import("@compiled/react").StyledProps>;
3
3
  export declare const App: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compiled/webpack-loader",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "description": "A familiar and performant compile time CSS-in-JS library for React.",
5
5
  "homepage": "https://compiledcssinjs.com/docs/pkg-webpack-loader",
6
6
  "bugs": "https://github.com/atlassian-labs/compiled/issues/new?assignees=&labels=bug&template=bug_report.md",
@@ -22,16 +22,16 @@
22
22
  "dependencies": {
23
23
  "@babel/core": "^7.21.8",
24
24
  "@babel/parser": "^7.21.8",
25
- "@compiled/babel-plugin": "^0.28.0",
26
- "@compiled/babel-plugin-strip-runtime": "^0.28.0",
27
- "@compiled/css": "^0.12.1",
28
- "@compiled/utils": "^0.9.2",
25
+ "@compiled/babel-plugin": "^0.28.6",
26
+ "@compiled/babel-plugin-strip-runtime": "^0.28.6",
27
+ "@compiled/css": "^0.12.3",
28
+ "@compiled/utils": "^0.10.0",
29
29
  "enhanced-resolve": "^5.15.0",
30
30
  "loader-utils": "^2.0.4",
31
31
  "webpack-sources": "^3.2.3"
32
32
  },
33
33
  "devDependencies": {
34
- "@compiled/react": "^0.16.8",
34
+ "@compiled/react": "^0.17.0",
35
35
  "babel-loader": "^9.1.2",
36
36
  "css-loader": "^6.7.3",
37
37
  "memfs": "^3.5.3",