@nimbus-ds/webpack 1.3.0-rc.3 → 1.3.1-rc.1

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.
@@ -3,7 +3,7 @@
3
3
  * @see https://webpack.js.org/configuration/externals/
4
4
  */
5
5
  export declare const externalLibs: {
6
- "@floating-ui/react-dom-interactions": string;
6
+ "@floating-ui/react": string;
7
7
  "@nimbus-ds/styles": string;
8
8
  react: string;
9
9
  "react-dom": string;
@@ -25,7 +25,7 @@ export declare const externalItems: {
25
25
  "@nimbus-ds/text": string;
26
26
  "@nimbus-ds/title": string;
27
27
  "@nimbus-ds/tokens": string;
28
- "@floating-ui/react-dom-interactions": string;
28
+ "@floating-ui/react": string;
29
29
  "@nimbus-ds/styles": string;
30
30
  react: string;
31
31
  "react-dom": string;
@@ -6,7 +6,7 @@ exports.externalItems = exports.externalPackages = exports.externalLibs = void 0
6
6
  * @see https://webpack.js.org/configuration/externals/
7
7
  */
8
8
  exports.externalLibs = {
9
- "@floating-ui/react-dom-interactions": "@floating-ui/react-dom-interactions",
9
+ "@floating-ui/react": "@floating-ui/react",
10
10
  "@nimbus-ds/styles": "@nimbus-ds/styles",
11
11
  react: "react",
12
12
  "react-dom": "react-dom",
@@ -1 +1 @@
1
- {"version":3,"file":"external.js","sourceRoot":"","sources":["../../src/config/external.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,YAAY,GAAG;IAC1B,qCAAqC,EAAE,qCAAqC;IAC5E,mBAAmB,EAAE,mBAAmB;IACxC,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,WAAW;CACzB,CAAC;AAEW,QAAA,gBAAgB,GAAG;IAC9B,iBAAiB,EAAE,iBAAiB;IACpC,kBAAkB,EAAE,kBAAkB;IACtC,qBAAqB,EAAE,qBAAqB;IAC5C,oBAAoB,EAAE,oBAAoB;IAC1C,iBAAiB,EAAE,iBAAiB;IACpC,kBAAkB,EAAE,kBAAkB;IACtC,mBAAmB,EAAE,mBAAmB;CACzC,CAAC;AAEW,QAAA,aAAa,GAAG,EAAE,GAAG,oBAAY,EAAE,GAAG,wBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"external.js","sourceRoot":"","sources":["../../src/config/external.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,YAAY,GAAG;IAC1B,oBAAoB,EAAE,oBAAoB;IAC1C,mBAAmB,EAAE,mBAAmB;IACxC,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,WAAW;CACzB,CAAC;AAEW,QAAA,gBAAgB,GAAG;IAC9B,iBAAiB,EAAE,iBAAiB;IACpC,kBAAkB,EAAE,kBAAkB;IACtC,qBAAqB,EAAE,qBAAqB;IAC5C,oBAAoB,EAAE,oBAAoB;IAC1C,iBAAiB,EAAE,iBAAiB;IACpC,kBAAkB,EAAE,kBAAkB;IACtC,mBAAmB,EAAE,mBAAmB;CACzC,CAAC;AAEW,QAAA,aAAa,GAAG,EAAE,GAAG,oBAAY,EAAE,GAAG,wBAAgB,EAAE,CAAC"}
package/dist/index.d.ts CHANGED
@@ -45,7 +45,7 @@ export declare const configuration: {
45
45
  "@nimbus-ds/webpack": string;
46
46
  };
47
47
  externalLibs: {
48
- "@floating-ui/react-dom-interactions": string;
48
+ "@floating-ui/react": string;
49
49
  "@nimbus-ds/styles": string;
50
50
  react: string;
51
51
  "react-dom": string;
@@ -119,7 +119,7 @@ declare const webpack: {
119
119
  "@nimbus-ds/webpack": string;
120
120
  };
121
121
  externalLibs: {
122
- "@floating-ui/react-dom-interactions": string;
122
+ "@floating-ui/react": string;
123
123
  "@nimbus-ds/styles": string;
124
124
  react: string;
125
125
  "react-dom": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbus-ds/webpack",
3
- "version": "1.3.0-rc.3",
3
+ "version": "1.3.1-rc.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -34,5 +34,6 @@
34
34
  "webpack": "^5.76.0",
35
35
  "webpack-merge": "^5.8.0",
36
36
  "webpack-shell-plugin-next": "^2.3.1"
37
- }
37
+ },
38
+ "stableVersion": "1.3.0"
38
39
  }