@react-spectrum/badge 3.1.21 → 3.1.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.
@@ -1,4 +1,4 @@
1
- require("./vars.a9683aca.css");
1
+ require("./badge.814a37ed.css");
2
2
  var $0f362c72c73357fc$exports = require("./badge_vars_css.main.js");
3
3
  var $3aISS$reactspectrumutils = require("@react-spectrum/utils");
4
4
  var $3aISS$reactariautils = require("@react-aria/utils");
package/dist/Badge.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import "./vars.a9683aca.css";
1
+ import "./badge.814a37ed.css";
2
2
  import $jtG7a$badge_vars_cssmodulejs from "./badge_vars_css.mjs";
3
3
  import {useDOMRef as $jtG7a$useDOMRef, useStyleProps as $jtG7a$useStyleProps, classNames as $jtG7a$classNames, SlotProvider as $jtG7a$SlotProvider} from "@react-spectrum/utils";
4
4
  import {filterDOMProps as $jtG7a$filterDOMProps} from "@react-aria/utils";
@@ -1,4 +1,4 @@
1
- import "./vars.a9683aca.css";
1
+ import "./badge.814a37ed.css";
2
2
  import $jtG7a$badge_vars_cssmodulejs from "./badge_vars_css.module.js";
3
3
  import {useDOMRef as $jtG7a$useDOMRef, useStyleProps as $jtG7a$useStyleProps, classNames as $jtG7a$classNames, SlotProvider as $jtG7a$SlotProvider} from "@react-spectrum/utils";
4
4
  import {filterDOMProps as $jtG7a$filterDOMProps} from "@react-aria/utils";
@@ -179,4 +179,4 @@
179
179
  color: var(--spectrum-gray-50);
180
180
  background-color: var(--spectrum-purple-background-color-default);
181
181
  }
182
- /*# sourceMappingURL=vars.a9683aca.css.map */
182
+ /*# sourceMappingURL=badge.814a37ed.css.map */
@@ -1 +1 @@
1
- {"mappings":"AA4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAMJ;;;;;;;;;;;;;;AAoBE;;;;;AAKA;;;;;;AAMA;;;;AAIA;;;;AAKA;;;;AAKA;;;;;AAMF;;;;;AAKA;;;;;AAiBA;;;;AAIA;;;;AAIA;;;;AAIA;;;;;AAKA;;;;;AAKA;;;;AAIA;;;;AAIA;;;;;AAKA;;;;;AAKA;;;;;AAKA","sources":["packages/@adobe/spectrum-css-temp/components/badge/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"vars.a9683aca.css.map"}
1
+ {"mappings":"AA4DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAMJ;;;;;;;;;;;;;;AAoBE;;;;;AAKA;;;;;;AAMA;;;;AAIA;;;;AAKA;;;;AAKA;;;;;AAMF;;;;;AAKA;;;;;AAiBA;;;;AAIA;;;;AAIA;;;;AAIA;;;;;AAKA;;;;;AAKA;;;;AAIA;;;;AAIA;;;;;AAKA;;;;;AAKA;;;;;AAKA","sources":["packages/@adobe/spectrum-css-temp/components/badge/vars.css"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"badge.814a37ed.css.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/badge",
3
- "version": "3.1.21",
3
+ "version": "3.1.22",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,11 +36,11 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "^3.28.1",
40
- "@react-spectrum/text": "^3.5.13",
41
- "@react-spectrum/utils": "^3.12.3",
42
- "@react-types/badge": "^3.1.15",
43
- "@react-types/shared": "^3.28.0",
39
+ "@react-aria/utils": "^3.28.2",
40
+ "@react-spectrum/text": "^3.5.14",
41
+ "@react-spectrum/utils": "^3.12.4",
42
+ "@react-types/badge": "^3.1.16",
43
+ "@react-types/shared": "^3.29.0",
44
44
  "@swc/helpers": "^0.5.0"
45
45
  },
46
46
  "devDependencies": {
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "9c4ebbc0c1972cc880febc29de995ca58caa3ba4"
57
+ "gitHead": "9b66d270572f482948afee95622a85cdf68ed408"
58
58
  }