@react-spectrum/theme-express 3.0.0-nightly.3696 → 3.0.0-nightly.3705

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.
Files changed (2) hide show
  1. package/dist/import.mjs +53 -0
  2. package/package.json +10 -5
@@ -0,0 +1,53 @@
1
+ import "./main.css";
2
+ import {theme as $aUolJ$theme} from "@react-spectrum/theme-default";
3
+
4
+ function $parcel$interopDefault(a) {
5
+ return a && a.__esModule ? a.default : a;
6
+ }
7
+ function $parcel$export(e, n, v, s) {
8
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
9
+ }
10
+ /*
11
+ * Copyright 2020 Adobe. All rights reserved.
12
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
13
+ * you may not use this file except in compliance with the License. You may obtain a copy
14
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
15
+ *
16
+ * Unless required by applicable law or agreed to in writing, software distributed under
17
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
18
+ * OF ANY KIND, either express or implied. See the License for the specific language
19
+ * governing permissions and limitations under the License.
20
+ */ /// <reference types="css-module-types" />
21
+
22
+ var $f7081ce6e3bea695$exports = {};
23
+
24
+ $parcel$export($f7081ce6e3bea695$exports, "express", () => $f7081ce6e3bea695$export$7cee79dbff713def, (v) => $f7081ce6e3bea695$export$7cee79dbff713def = v);
25
+ $parcel$export($f7081ce6e3bea695$exports, "medium", () => $f7081ce6e3bea695$export$649ecc744817b5c7, (v) => $f7081ce6e3bea695$export$649ecc744817b5c7 = v);
26
+ $parcel$export($f7081ce6e3bea695$exports, "large", () => $f7081ce6e3bea695$export$f09585a853dddd32, (v) => $f7081ce6e3bea695$export$f09585a853dddd32 = v);
27
+ var $f7081ce6e3bea695$export$7cee79dbff713def;
28
+ var $f7081ce6e3bea695$export$649ecc744817b5c7;
29
+ var $f7081ce6e3bea695$export$f09585a853dddd32;
30
+ $f7081ce6e3bea695$export$7cee79dbff713def = "express_814f06";
31
+ $f7081ce6e3bea695$export$649ecc744817b5c7 = "medium_814f06";
32
+ $f7081ce6e3bea695$export$f09585a853dddd32 = "large_814f06";
33
+
34
+
35
+ let $deb24b9d30a568dd$export$bca14c5b3b88a9c9 = {
36
+ ...(0, $aUolJ$theme),
37
+ global: {
38
+ ...(0, $aUolJ$theme).global,
39
+ express: (0, (/*@__PURE__*/$parcel$interopDefault($f7081ce6e3bea695$exports))).express
40
+ },
41
+ medium: {
42
+ ...(0, $aUolJ$theme).medium,
43
+ express: (0, (/*@__PURE__*/$parcel$interopDefault($f7081ce6e3bea695$exports))).medium
44
+ },
45
+ large: {
46
+ ...(0, $aUolJ$theme).large,
47
+ express: (0, (/*@__PURE__*/$parcel$interopDefault($f7081ce6e3bea695$exports))).large
48
+ }
49
+ };
50
+
51
+
52
+ export {$deb24b9d30a568dd$export$bca14c5b3b88a9c9 as theme};
53
+ //# sourceMappingURL=module.js.map
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@react-spectrum/theme-express",
3
- "version": "3.0.0-nightly.3696+be0fae9f7",
3
+ "version": "3.0.0-nightly.3705+93b3c951e",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
7
7
  "module": "dist/module.js",
8
+ "exports": {
9
+ "types": "./dist/types.d.ts",
10
+ "import": "./dist/import.mjs",
11
+ "require": "./dist/main.js"
12
+ },
8
13
  "types": "dist/types.d.ts",
9
14
  "source": "src/index.ts",
10
15
  "files": [
@@ -31,12 +36,12 @@
31
36
  "url": "https://github.com/adobe/react-spectrum"
32
37
  },
33
38
  "dependencies": {
34
- "@react-spectrum/theme-default": "3.0.0-nightly.1996+be0fae9f7",
35
- "@react-types/provider": "3.5.6-nightly.3696+be0fae9f7",
39
+ "@react-spectrum/theme-default": "3.0.0-nightly.2005+93b3c951e",
40
+ "@react-types/provider": "3.5.6-nightly.3705+93b3c951e",
36
41
  "@swc/helpers": "^0.4.14"
37
42
  },
38
43
  "devDependencies": {
39
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1996+be0fae9f7"
44
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2005+93b3c951e"
40
45
  },
41
46
  "publishConfig": {
42
47
  "access": "public"
@@ -44,5 +49,5 @@
44
49
  "peerDependencies": {
45
50
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
46
51
  },
47
- "gitHead": "be0fae9f7952f4d09823498dc1f251e13842f338"
52
+ "gitHead": "93b3c951eb784b14183f9988f2d188b34de8f42d"
48
53
  }