@react-spectrum/statuslight 3.5.15 → 3.5.17

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.571171ed.css");
1
+ require("./vars.66d47c1b.css");
2
2
  var $7e20c9d2bb376434$exports = require("./statuslight_vars_css.main.js");
3
3
  var $8aavy$reactspectrumutils = require("@react-spectrum/utils");
4
4
  var $8aavy$reactariautils = require("@react-aria/utils");
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;AAUD,SAAS,kCAAY,KAA+B,EAAE,GAA2B;IAC/E,IAAI,WACF,OAAO,YACP,QAAQ,cACR,UAAU,QACV,IAAI,EACJ,GAAG,YACJ,GAAG,CAAA,GAAA,6CAAe,EAAE;IACrB,IAAI,SAAS,CAAA,GAAA,mCAAQ,EAAE;IACvB,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,uCAAY,EAAE;IAEjC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,aAAa,EACnC,QAAQ,IAAI,CAAC;IAGf,IAAI,CAAC,QAAS,CAAA,KAAK,CAAC,aAAa,IAAI,KAAK,CAAC,kBAAkB,AAAD,GAC1D,QAAQ,IAAI,CAAC;IAGf,qBACE,0DAAC;QACE,GAAG,CAAA,GAAA,oCAAa,EAAE,YAAY;YAAC,WAAW,CAAC,CAAC;QAAI,EAAE;QAClD,GAAG,UAAU;QACd,MAAM;QACN,WAAW,CAAA,GAAA,oCAAS,EAClB,CAAA,GAAA,mDAAK,GACL,wBACA,CAAC,sBAAsB,EAAE,QAAQ,CAAC,EAClC;YACE,eAAe;QACjB,GACA,WAAW,SAAS;QAEtB,KAAK;OACJ;AAGP;AAEA;;;CAGC,GACD,IAAI,0DAAe,CAAA,GAAA,uBAAS,EAAE","sources":["packages/@react-spectrum/statuslight/src/StatusLight.tsx"],"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\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumStatusLightProps} from '@react-types/statuslight';\nimport styles from '@adobe/spectrum-css-temp/components/statuslight/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction StatusLight(props: SpectrumStatusLightProps, ref: DOMRef<HTMLDivElement>) {\n let {\n variant,\n children,\n isDisabled,\n role,\n ...otherProps\n } = useProviderProps(props);\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(otherProps);\n\n if (!children && !props['aria-label']) {\n console.warn('If no children are provided, an aria-label must be specified');\n }\n\n if (!role && (props['aria-label'] || props['aria-labelledby'])) {\n console.warn('A labelled StatusLight must have a role.');\n }\n\n return (\n <div\n {...filterDOMProps(otherProps, {labelable: !!role})}\n {...styleProps}\n role={role}\n className={classNames(\n styles,\n 'spectrum-StatusLight',\n `spectrum-StatusLight--${variant}`,\n {\n 'is-disabled': isDisabled\n },\n styleProps.className\n )}\n ref={domRef}>\n {children}\n </div>\n );\n}\n\n/**\n * Status lights are used to color code categories and labels commonly found in data visualization.\n * When status lights have a semantic meaning, they should use semantic variant colors.\n */\nlet _StatusLight = forwardRef(StatusLight);\nexport {_StatusLight as StatusLight};\n"],"names":[],"version":3,"file":"StatusLight.main.js.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;AAUD,SAAS,kCAAY,KAA+B,EAAE,GAA2B;IAC/E,IAAI,WACF,OAAO,YACP,QAAQ,cACR,UAAU,QACV,IAAI,EACJ,GAAG,YACJ,GAAG,CAAA,GAAA,6CAAe,EAAE;IACrB,IAAI,SAAS,CAAA,GAAA,mCAAQ,EAAE;IACvB,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,uCAAY,EAAE;IAEjC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,aAAa,EACnC,QAAQ,IAAI,CAAC;IAGf,IAAI,CAAC,QAAS,CAAA,KAAK,CAAC,aAAa,IAAI,KAAK,CAAC,kBAAkB,AAAD,GAC1D,QAAQ,IAAI,CAAC;IAGf,qBACE,0DAAC;QACE,GAAG,CAAA,GAAA,oCAAa,EAAE,YAAY;YAAC,WAAW,CAAC,CAAC;QAAI,EAAE;QAClD,GAAG,UAAU;QACd,MAAM;QACN,WAAW,CAAA,GAAA,oCAAS,EAClB,CAAA,GAAA,mDAAK,GACL,wBACA,CAAC,sBAAsB,EAAE,SAAS,EAClC;YACE,eAAe;QACjB,GACA,WAAW,SAAS;QAEtB,KAAK;OACJ;AAGP;AAEA;;;CAGC,GACD,IAAI,0DAAe,CAAA,GAAA,uBAAS,EAAE","sources":["packages/@react-spectrum/statuslight/src/StatusLight.tsx"],"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\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumStatusLightProps} from '@react-types/statuslight';\nimport styles from '@adobe/spectrum-css-temp/components/statuslight/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction StatusLight(props: SpectrumStatusLightProps, ref: DOMRef<HTMLDivElement>) {\n let {\n variant,\n children,\n isDisabled,\n role,\n ...otherProps\n } = useProviderProps(props);\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(otherProps);\n\n if (!children && !props['aria-label']) {\n console.warn('If no children are provided, an aria-label must be specified');\n }\n\n if (!role && (props['aria-label'] || props['aria-labelledby'])) {\n console.warn('A labelled StatusLight must have a role.');\n }\n\n return (\n <div\n {...filterDOMProps(otherProps, {labelable: !!role})}\n {...styleProps}\n role={role}\n className={classNames(\n styles,\n 'spectrum-StatusLight',\n `spectrum-StatusLight--${variant}`,\n {\n 'is-disabled': isDisabled\n },\n styleProps.className\n )}\n ref={domRef}>\n {children}\n </div>\n );\n}\n\n/**\n * Status lights are used to color code categories and labels commonly found in data visualization.\n * When status lights have a semantic meaning, they should use semantic variant colors.\n */\nlet _StatusLight = forwardRef(StatusLight);\nexport {_StatusLight as StatusLight};\n"],"names":[],"version":3,"file":"StatusLight.main.js.map"}
@@ -1,4 +1,4 @@
1
- import "./vars.571171ed.css";
1
+ import "./vars.66d47c1b.css";
2
2
  import $k8ZOF$statuslight_vars_cssmodulejs from "./statuslight_vars_css.mjs";
3
3
  import {useDOMRef as $k8ZOF$useDOMRef, useStyleProps as $k8ZOF$useStyleProps, classNames as $k8ZOF$classNames} from "@react-spectrum/utils";
4
4
  import {filterDOMProps as $k8ZOF$filterDOMProps} from "@react-aria/utils";
@@ -1,4 +1,4 @@
1
- import "./vars.571171ed.css";
1
+ import "./vars.66d47c1b.css";
2
2
  import $k8ZOF$statuslight_vars_cssmodulejs from "./statuslight_vars_css.module.js";
3
3
  import {useDOMRef as $k8ZOF$useDOMRef, useStyleProps as $k8ZOF$useStyleProps, classNames as $k8ZOF$classNames} from "@react-spectrum/utils";
4
4
  import {filterDOMProps as $k8ZOF$filterDOMProps} from "@react-aria/utils";
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;AAUD,SAAS,kCAAY,KAA+B,EAAE,GAA2B;IAC/E,IAAI,WACF,OAAO,YACP,QAAQ,cACR,UAAU,QACV,IAAI,EACJ,GAAG,YACJ,GAAG,CAAA,GAAA,uBAAe,EAAE;IACrB,IAAI,SAAS,CAAA,GAAA,gBAAQ,EAAE;IACvB,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,oBAAY,EAAE;IAEjC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,aAAa,EACnC,QAAQ,IAAI,CAAC;IAGf,IAAI,CAAC,QAAS,CAAA,KAAK,CAAC,aAAa,IAAI,KAAK,CAAC,kBAAkB,AAAD,GAC1D,QAAQ,IAAI,CAAC;IAGf,qBACE,gCAAC;QACE,GAAG,CAAA,GAAA,qBAAa,EAAE,YAAY;YAAC,WAAW,CAAC,CAAC;QAAI,EAAE;QAClD,GAAG,UAAU;QACd,MAAM;QACN,WAAW,CAAA,GAAA,iBAAS,EAClB,CAAA,GAAA,6DAAK,GACL,wBACA,CAAC,sBAAsB,EAAE,QAAQ,CAAC,EAClC;YACE,eAAe;QACjB,GACA,WAAW,SAAS;QAEtB,KAAK;OACJ;AAGP;AAEA;;;CAGC,GACD,IAAI,0DAAe,CAAA,GAAA,iBAAS,EAAE","sources":["packages/@react-spectrum/statuslight/src/StatusLight.tsx"],"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\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumStatusLightProps} from '@react-types/statuslight';\nimport styles from '@adobe/spectrum-css-temp/components/statuslight/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction StatusLight(props: SpectrumStatusLightProps, ref: DOMRef<HTMLDivElement>) {\n let {\n variant,\n children,\n isDisabled,\n role,\n ...otherProps\n } = useProviderProps(props);\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(otherProps);\n\n if (!children && !props['aria-label']) {\n console.warn('If no children are provided, an aria-label must be specified');\n }\n\n if (!role && (props['aria-label'] || props['aria-labelledby'])) {\n console.warn('A labelled StatusLight must have a role.');\n }\n\n return (\n <div\n {...filterDOMProps(otherProps, {labelable: !!role})}\n {...styleProps}\n role={role}\n className={classNames(\n styles,\n 'spectrum-StatusLight',\n `spectrum-StatusLight--${variant}`,\n {\n 'is-disabled': isDisabled\n },\n styleProps.className\n )}\n ref={domRef}>\n {children}\n </div>\n );\n}\n\n/**\n * Status lights are used to color code categories and labels commonly found in data visualization.\n * When status lights have a semantic meaning, they should use semantic variant colors.\n */\nlet _StatusLight = forwardRef(StatusLight);\nexport {_StatusLight as StatusLight};\n"],"names":[],"version":3,"file":"StatusLight.module.js.map"}
1
+ {"mappings":";;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;AAUD,SAAS,kCAAY,KAA+B,EAAE,GAA2B;IAC/E,IAAI,WACF,OAAO,YACP,QAAQ,cACR,UAAU,QACV,IAAI,EACJ,GAAG,YACJ,GAAG,CAAA,GAAA,uBAAe,EAAE;IACrB,IAAI,SAAS,CAAA,GAAA,gBAAQ,EAAE;IACvB,IAAI,cAAC,UAAU,EAAC,GAAG,CAAA,GAAA,oBAAY,EAAE;IAEjC,IAAI,CAAC,YAAY,CAAC,KAAK,CAAC,aAAa,EACnC,QAAQ,IAAI,CAAC;IAGf,IAAI,CAAC,QAAS,CAAA,KAAK,CAAC,aAAa,IAAI,KAAK,CAAC,kBAAkB,AAAD,GAC1D,QAAQ,IAAI,CAAC;IAGf,qBACE,gCAAC;QACE,GAAG,CAAA,GAAA,qBAAa,EAAE,YAAY;YAAC,WAAW,CAAC,CAAC;QAAI,EAAE;QAClD,GAAG,UAAU;QACd,MAAM;QACN,WAAW,CAAA,GAAA,iBAAS,EAClB,CAAA,GAAA,6DAAK,GACL,wBACA,CAAC,sBAAsB,EAAE,SAAS,EAClC;YACE,eAAe;QACjB,GACA,WAAW,SAAS;QAEtB,KAAK;OACJ;AAGP;AAEA;;;CAGC,GACD,IAAI,0DAAe,CAAA,GAAA,iBAAS,EAAE","sources":["packages/@react-spectrum/statuslight/src/StatusLight.tsx"],"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\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumStatusLightProps} from '@react-types/statuslight';\nimport styles from '@adobe/spectrum-css-temp/components/statuslight/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction StatusLight(props: SpectrumStatusLightProps, ref: DOMRef<HTMLDivElement>) {\n let {\n variant,\n children,\n isDisabled,\n role,\n ...otherProps\n } = useProviderProps(props);\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(otherProps);\n\n if (!children && !props['aria-label']) {\n console.warn('If no children are provided, an aria-label must be specified');\n }\n\n if (!role && (props['aria-label'] || props['aria-labelledby'])) {\n console.warn('A labelled StatusLight must have a role.');\n }\n\n return (\n <div\n {...filterDOMProps(otherProps, {labelable: !!role})}\n {...styleProps}\n role={role}\n className={classNames(\n styles,\n 'spectrum-StatusLight',\n `spectrum-StatusLight--${variant}`,\n {\n 'is-disabled': isDisabled\n },\n styleProps.className\n )}\n ref={domRef}>\n {children}\n </div>\n );\n}\n\n/**\n * Status lights are used to color code categories and labels commonly found in data visualization.\n * When status lights have a semantic meaning, they should use semantic variant colors.\n */\nlet _StatusLight = forwardRef(StatusLight);\nexport {_StatusLight as StatusLight};\n"],"names":[],"version":3,"file":"StatusLight.module.js.map"}
@@ -45,27 +45,27 @@ var $7e20c9d2bb376434$export$141dae5af9534f54;
45
45
  var $7e20c9d2bb376434$export$975baced4f8182b4;
46
46
  var $7e20c9d2bb376434$export$d14bcd2d3ae8238c;
47
47
  var $7e20c9d2bb376434$export$b22c4af54e28c6c;
48
- $7e20c9d2bb376434$export$f39a09f249340e2a = `j59EQa_focus-ring`;
49
- $7e20c9d2bb376434$export$8c4ee2c50c22c514 = `j59EQa_i18nFontFamily`;
50
- $7e20c9d2bb376434$export$d35bc1e505d1ebbf = `j59EQa_is-disabled`;
51
- $7e20c9d2bb376434$export$4109102f950813a6 = `j59EQa_spectrum-FocusRing-ring`;
52
- $7e20c9d2bb376434$export$24c7f46a6e3605dd = `j59EQa_spectrum-FocusRing ${$7e20c9d2bb376434$export$4109102f950813a6}`;
53
- $7e20c9d2bb376434$export$2927016961429360 = `j59EQa_spectrum-FocusRing--quiet`;
54
- $7e20c9d2bb376434$export$11d3697e7e5c1bef = `j59EQa_spectrum-StatusLight`;
55
- $7e20c9d2bb376434$export$b40c603f4b579265 = `j59EQa_spectrum-StatusLight--active`;
56
- $7e20c9d2bb376434$export$e9a22f483095fe3e = `j59EQa_spectrum-StatusLight--celery`;
57
- $7e20c9d2bb376434$export$f05bd1f10c0cc15f = `j59EQa_spectrum-StatusLight--chartreuse`;
58
- $7e20c9d2bb376434$export$cbaba642d0afd312 = `j59EQa_spectrum-StatusLight--fuchsia`;
59
- $7e20c9d2bb376434$export$8b77e0c07c11635a = `j59EQa_spectrum-StatusLight--indigo`;
60
- $7e20c9d2bb376434$export$945a5d9a4e8494e6 = `j59EQa_spectrum-StatusLight--info`;
61
- $7e20c9d2bb376434$export$43990cc5ba9a0059 = `j59EQa_spectrum-StatusLight--magenta`;
62
- $7e20c9d2bb376434$export$1974c2646528dc4f = `j59EQa_spectrum-StatusLight--negative`;
63
- $7e20c9d2bb376434$export$bbf75dd99797a93e = `j59EQa_spectrum-StatusLight--neutral`;
64
- $7e20c9d2bb376434$export$30a5e512ed4618b = `j59EQa_spectrum-StatusLight--notice`;
65
- $7e20c9d2bb376434$export$141dae5af9534f54 = `j59EQa_spectrum-StatusLight--positive`;
66
- $7e20c9d2bb376434$export$975baced4f8182b4 = `j59EQa_spectrum-StatusLight--purple`;
67
- $7e20c9d2bb376434$export$d14bcd2d3ae8238c = `j59EQa_spectrum-StatusLight--seafoam`;
68
- $7e20c9d2bb376434$export$b22c4af54e28c6c = `j59EQa_spectrum-StatusLight--yellow`;
48
+ $7e20c9d2bb376434$export$f39a09f249340e2a = `P3i24W_focus-ring`;
49
+ $7e20c9d2bb376434$export$8c4ee2c50c22c514 = `P3i24W_i18nFontFamily`;
50
+ $7e20c9d2bb376434$export$d35bc1e505d1ebbf = `P3i24W_is-disabled`;
51
+ $7e20c9d2bb376434$export$4109102f950813a6 = `P3i24W_spectrum-FocusRing-ring`;
52
+ $7e20c9d2bb376434$export$24c7f46a6e3605dd = `P3i24W_spectrum-FocusRing ${$7e20c9d2bb376434$export$4109102f950813a6}`;
53
+ $7e20c9d2bb376434$export$2927016961429360 = `P3i24W_spectrum-FocusRing--quiet`;
54
+ $7e20c9d2bb376434$export$11d3697e7e5c1bef = `P3i24W_spectrum-StatusLight`;
55
+ $7e20c9d2bb376434$export$b40c603f4b579265 = `P3i24W_spectrum-StatusLight--active`;
56
+ $7e20c9d2bb376434$export$e9a22f483095fe3e = `P3i24W_spectrum-StatusLight--celery`;
57
+ $7e20c9d2bb376434$export$f05bd1f10c0cc15f = `P3i24W_spectrum-StatusLight--chartreuse`;
58
+ $7e20c9d2bb376434$export$cbaba642d0afd312 = `P3i24W_spectrum-StatusLight--fuchsia`;
59
+ $7e20c9d2bb376434$export$8b77e0c07c11635a = `P3i24W_spectrum-StatusLight--indigo`;
60
+ $7e20c9d2bb376434$export$945a5d9a4e8494e6 = `P3i24W_spectrum-StatusLight--info`;
61
+ $7e20c9d2bb376434$export$43990cc5ba9a0059 = `P3i24W_spectrum-StatusLight--magenta`;
62
+ $7e20c9d2bb376434$export$1974c2646528dc4f = `P3i24W_spectrum-StatusLight--negative`;
63
+ $7e20c9d2bb376434$export$bbf75dd99797a93e = `P3i24W_spectrum-StatusLight--neutral`;
64
+ $7e20c9d2bb376434$export$30a5e512ed4618b = `P3i24W_spectrum-StatusLight--notice`;
65
+ $7e20c9d2bb376434$export$141dae5af9534f54 = `P3i24W_spectrum-StatusLight--positive`;
66
+ $7e20c9d2bb376434$export$975baced4f8182b4 = `P3i24W_spectrum-StatusLight--purple`;
67
+ $7e20c9d2bb376434$export$d14bcd2d3ae8238c = `P3i24W_spectrum-StatusLight--seafoam`;
68
+ $7e20c9d2bb376434$export$b22c4af54e28c6c = `P3i24W_spectrum-StatusLight--yellow`;
69
69
 
70
70
 
71
71
  //# sourceMappingURL=statuslight_vars_css.main.js.map
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AApBA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAAgC,CAAC,kBAAkB,CAAC;AACpD,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAyC,CAAC,2BAA2B,CAAC;AACtE,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAqD,CAAC,uCAAuC,CAAC;AAC9F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/statuslight/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":"statuslight_vars_css.main.js.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AApBA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAAgC,CAAC,kBAAkB,CAAC;AACpD,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,2CAA2C;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAyC,CAAC,2BAA2B,CAAC;AACtE,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAqD,CAAC,uCAAuC,CAAC;AAC9F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/statuslight/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":"statuslight_vars_css.main.js.map"}
@@ -46,27 +46,27 @@ var $7661ca422872705f$export$141dae5af9534f54;
46
46
  var $7661ca422872705f$export$975baced4f8182b4;
47
47
  var $7661ca422872705f$export$d14bcd2d3ae8238c;
48
48
  var $7661ca422872705f$export$b22c4af54e28c6c;
49
- $7661ca422872705f$export$f39a09f249340e2a = `j59EQa_focus-ring`;
50
- $7661ca422872705f$export$8c4ee2c50c22c514 = `j59EQa_i18nFontFamily`;
51
- $7661ca422872705f$export$d35bc1e505d1ebbf = `j59EQa_is-disabled`;
52
- $7661ca422872705f$export$4109102f950813a6 = `j59EQa_spectrum-FocusRing-ring`;
53
- $7661ca422872705f$export$24c7f46a6e3605dd = `j59EQa_spectrum-FocusRing ${$7661ca422872705f$export$4109102f950813a6}`;
54
- $7661ca422872705f$export$2927016961429360 = `j59EQa_spectrum-FocusRing--quiet`;
55
- $7661ca422872705f$export$11d3697e7e5c1bef = `j59EQa_spectrum-StatusLight`;
56
- $7661ca422872705f$export$b40c603f4b579265 = `j59EQa_spectrum-StatusLight--active`;
57
- $7661ca422872705f$export$e9a22f483095fe3e = `j59EQa_spectrum-StatusLight--celery`;
58
- $7661ca422872705f$export$f05bd1f10c0cc15f = `j59EQa_spectrum-StatusLight--chartreuse`;
59
- $7661ca422872705f$export$cbaba642d0afd312 = `j59EQa_spectrum-StatusLight--fuchsia`;
60
- $7661ca422872705f$export$8b77e0c07c11635a = `j59EQa_spectrum-StatusLight--indigo`;
61
- $7661ca422872705f$export$945a5d9a4e8494e6 = `j59EQa_spectrum-StatusLight--info`;
62
- $7661ca422872705f$export$43990cc5ba9a0059 = `j59EQa_spectrum-StatusLight--magenta`;
63
- $7661ca422872705f$export$1974c2646528dc4f = `j59EQa_spectrum-StatusLight--negative`;
64
- $7661ca422872705f$export$bbf75dd99797a93e = `j59EQa_spectrum-StatusLight--neutral`;
65
- $7661ca422872705f$export$30a5e512ed4618b = `j59EQa_spectrum-StatusLight--notice`;
66
- $7661ca422872705f$export$141dae5af9534f54 = `j59EQa_spectrum-StatusLight--positive`;
67
- $7661ca422872705f$export$975baced4f8182b4 = `j59EQa_spectrum-StatusLight--purple`;
68
- $7661ca422872705f$export$d14bcd2d3ae8238c = `j59EQa_spectrum-StatusLight--seafoam`;
69
- $7661ca422872705f$export$b22c4af54e28c6c = `j59EQa_spectrum-StatusLight--yellow`;
49
+ $7661ca422872705f$export$f39a09f249340e2a = `P3i24W_focus-ring`;
50
+ $7661ca422872705f$export$8c4ee2c50c22c514 = `P3i24W_i18nFontFamily`;
51
+ $7661ca422872705f$export$d35bc1e505d1ebbf = `P3i24W_is-disabled`;
52
+ $7661ca422872705f$export$4109102f950813a6 = `P3i24W_spectrum-FocusRing-ring`;
53
+ $7661ca422872705f$export$24c7f46a6e3605dd = `P3i24W_spectrum-FocusRing ${$7661ca422872705f$export$4109102f950813a6}`;
54
+ $7661ca422872705f$export$2927016961429360 = `P3i24W_spectrum-FocusRing--quiet`;
55
+ $7661ca422872705f$export$11d3697e7e5c1bef = `P3i24W_spectrum-StatusLight`;
56
+ $7661ca422872705f$export$b40c603f4b579265 = `P3i24W_spectrum-StatusLight--active`;
57
+ $7661ca422872705f$export$e9a22f483095fe3e = `P3i24W_spectrum-StatusLight--celery`;
58
+ $7661ca422872705f$export$f05bd1f10c0cc15f = `P3i24W_spectrum-StatusLight--chartreuse`;
59
+ $7661ca422872705f$export$cbaba642d0afd312 = `P3i24W_spectrum-StatusLight--fuchsia`;
60
+ $7661ca422872705f$export$8b77e0c07c11635a = `P3i24W_spectrum-StatusLight--indigo`;
61
+ $7661ca422872705f$export$945a5d9a4e8494e6 = `P3i24W_spectrum-StatusLight--info`;
62
+ $7661ca422872705f$export$43990cc5ba9a0059 = `P3i24W_spectrum-StatusLight--magenta`;
63
+ $7661ca422872705f$export$1974c2646528dc4f = `P3i24W_spectrum-StatusLight--negative`;
64
+ $7661ca422872705f$export$bbf75dd99797a93e = `P3i24W_spectrum-StatusLight--neutral`;
65
+ $7661ca422872705f$export$30a5e512ed4618b = `P3i24W_spectrum-StatusLight--notice`;
66
+ $7661ca422872705f$export$141dae5af9534f54 = `P3i24W_spectrum-StatusLight--positive`;
67
+ $7661ca422872705f$export$975baced4f8182b4 = `P3i24W_spectrum-StatusLight--purple`;
68
+ $7661ca422872705f$export$d14bcd2d3ae8238c = `P3i24W_spectrum-StatusLight--seafoam`;
69
+ $7661ca422872705f$export$b22c4af54e28c6c = `P3i24W_spectrum-StatusLight--yellow`;
70
70
 
71
71
 
72
72
  export {$7661ca422872705f$exports as default};
@@ -46,27 +46,27 @@ var $7661ca422872705f$export$141dae5af9534f54;
46
46
  var $7661ca422872705f$export$975baced4f8182b4;
47
47
  var $7661ca422872705f$export$d14bcd2d3ae8238c;
48
48
  var $7661ca422872705f$export$b22c4af54e28c6c;
49
- $7661ca422872705f$export$f39a09f249340e2a = `j59EQa_focus-ring`;
50
- $7661ca422872705f$export$8c4ee2c50c22c514 = `j59EQa_i18nFontFamily`;
51
- $7661ca422872705f$export$d35bc1e505d1ebbf = `j59EQa_is-disabled`;
52
- $7661ca422872705f$export$4109102f950813a6 = `j59EQa_spectrum-FocusRing-ring`;
53
- $7661ca422872705f$export$24c7f46a6e3605dd = `j59EQa_spectrum-FocusRing ${$7661ca422872705f$export$4109102f950813a6}`;
54
- $7661ca422872705f$export$2927016961429360 = `j59EQa_spectrum-FocusRing--quiet`;
55
- $7661ca422872705f$export$11d3697e7e5c1bef = `j59EQa_spectrum-StatusLight`;
56
- $7661ca422872705f$export$b40c603f4b579265 = `j59EQa_spectrum-StatusLight--active`;
57
- $7661ca422872705f$export$e9a22f483095fe3e = `j59EQa_spectrum-StatusLight--celery`;
58
- $7661ca422872705f$export$f05bd1f10c0cc15f = `j59EQa_spectrum-StatusLight--chartreuse`;
59
- $7661ca422872705f$export$cbaba642d0afd312 = `j59EQa_spectrum-StatusLight--fuchsia`;
60
- $7661ca422872705f$export$8b77e0c07c11635a = `j59EQa_spectrum-StatusLight--indigo`;
61
- $7661ca422872705f$export$945a5d9a4e8494e6 = `j59EQa_spectrum-StatusLight--info`;
62
- $7661ca422872705f$export$43990cc5ba9a0059 = `j59EQa_spectrum-StatusLight--magenta`;
63
- $7661ca422872705f$export$1974c2646528dc4f = `j59EQa_spectrum-StatusLight--negative`;
64
- $7661ca422872705f$export$bbf75dd99797a93e = `j59EQa_spectrum-StatusLight--neutral`;
65
- $7661ca422872705f$export$30a5e512ed4618b = `j59EQa_spectrum-StatusLight--notice`;
66
- $7661ca422872705f$export$141dae5af9534f54 = `j59EQa_spectrum-StatusLight--positive`;
67
- $7661ca422872705f$export$975baced4f8182b4 = `j59EQa_spectrum-StatusLight--purple`;
68
- $7661ca422872705f$export$d14bcd2d3ae8238c = `j59EQa_spectrum-StatusLight--seafoam`;
69
- $7661ca422872705f$export$b22c4af54e28c6c = `j59EQa_spectrum-StatusLight--yellow`;
49
+ $7661ca422872705f$export$f39a09f249340e2a = `P3i24W_focus-ring`;
50
+ $7661ca422872705f$export$8c4ee2c50c22c514 = `P3i24W_i18nFontFamily`;
51
+ $7661ca422872705f$export$d35bc1e505d1ebbf = `P3i24W_is-disabled`;
52
+ $7661ca422872705f$export$4109102f950813a6 = `P3i24W_spectrum-FocusRing-ring`;
53
+ $7661ca422872705f$export$24c7f46a6e3605dd = `P3i24W_spectrum-FocusRing ${$7661ca422872705f$export$4109102f950813a6}`;
54
+ $7661ca422872705f$export$2927016961429360 = `P3i24W_spectrum-FocusRing--quiet`;
55
+ $7661ca422872705f$export$11d3697e7e5c1bef = `P3i24W_spectrum-StatusLight`;
56
+ $7661ca422872705f$export$b40c603f4b579265 = `P3i24W_spectrum-StatusLight--active`;
57
+ $7661ca422872705f$export$e9a22f483095fe3e = `P3i24W_spectrum-StatusLight--celery`;
58
+ $7661ca422872705f$export$f05bd1f10c0cc15f = `P3i24W_spectrum-StatusLight--chartreuse`;
59
+ $7661ca422872705f$export$cbaba642d0afd312 = `P3i24W_spectrum-StatusLight--fuchsia`;
60
+ $7661ca422872705f$export$8b77e0c07c11635a = `P3i24W_spectrum-StatusLight--indigo`;
61
+ $7661ca422872705f$export$945a5d9a4e8494e6 = `P3i24W_spectrum-StatusLight--info`;
62
+ $7661ca422872705f$export$43990cc5ba9a0059 = `P3i24W_spectrum-StatusLight--magenta`;
63
+ $7661ca422872705f$export$1974c2646528dc4f = `P3i24W_spectrum-StatusLight--negative`;
64
+ $7661ca422872705f$export$bbf75dd99797a93e = `P3i24W_spectrum-StatusLight--neutral`;
65
+ $7661ca422872705f$export$30a5e512ed4618b = `P3i24W_spectrum-StatusLight--notice`;
66
+ $7661ca422872705f$export$141dae5af9534f54 = `P3i24W_spectrum-StatusLight--positive`;
67
+ $7661ca422872705f$export$975baced4f8182b4 = `P3i24W_spectrum-StatusLight--purple`;
68
+ $7661ca422872705f$export$d14bcd2d3ae8238c = `P3i24W_spectrum-StatusLight--seafoam`;
69
+ $7661ca422872705f$export$b22c4af54e28c6c = `P3i24W_spectrum-StatusLight--yellow`;
70
70
 
71
71
 
72
72
  export {$7661ca422872705f$exports as default};
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AApBA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAAgC,CAAC,kBAAkB,CAAC;AACpD,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,0CAA0C,CAAC;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAyC,CAAC,2BAA2B,CAAC;AACtE,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAqD,CAAC,uCAAuC,CAAC;AAC9F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/statuslight/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":"statuslight_vars_css.module.js.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AACA,IAAA;AApBA,4CAA+B,CAAC,iBAAiB,CAAC;AAClD,4CAAmC,CAAC,qBAAqB,CAAC;AAC1D,4CAAgC,CAAC,kBAAkB,CAAC;AACpD,4CAA4C,CAAC,8BAA8B,CAAC;AAC5E,4CAAuC,CAAC,0BAA0B,EAAE,2CAA2C;AAC/G,4CAA8C,CAAC,gCAAgC,CAAC;AAChF,4CAAyC,CAAC,2BAA2B,CAAC;AACtE,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAqD,CAAC,uCAAuC,CAAC;AAC9F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAA+C,CAAC,iCAAiC,CAAC;AAClF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAmD,CAAC,qCAAqC,CAAC;AAC1F,4CAAiD,CAAC,mCAAmC,CAAC;AACtF,4CAAkD,CAAC,oCAAoC,CAAC;AACxF,2CAAiD,CAAC,mCAAmC,CAAC","sources":["packages/@adobe/spectrum-css-temp/components/statuslight/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":"statuslight_vars_css.module.js.map"}
@@ -1,41 +1,41 @@
1
- .j59EQa_i18nFontFamily {
1
+ .P3i24W_i18nFontFamily {
2
2
  font-synthesis: weight;
3
3
  font-family: adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
4
4
  }
5
5
 
6
- .j59EQa_i18nFontFamily:lang(ar) {
6
+ .P3i24W_i18nFontFamily:lang(ar) {
7
7
  font-family: myriad-arabic, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
8
8
  }
9
9
 
10
- .j59EQa_i18nFontFamily:lang(he) {
10
+ .P3i24W_i18nFontFamily:lang(he) {
11
11
  font-family: myriad-hebrew, adobe-clean, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Trebuchet MS, Lucida Grande, sans-serif;
12
12
  }
13
13
 
14
- .j59EQa_i18nFontFamily:lang(zh) {
14
+ .P3i24W_i18nFontFamily:lang(zh) {
15
15
  font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Heiti TC Light, sans-serif;
16
16
  }
17
17
 
18
- .j59EQa_i18nFontFamily:lang(zh-Hans) {
18
+ .P3i24W_i18nFontFamily:lang(zh-Hans) {
19
19
  font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
20
20
  }
21
21
 
22
- .j59EQa_i18nFontFamily:lang(zh-Hant) {
22
+ .P3i24W_i18nFontFamily:lang(zh-Hant) {
23
23
  font-family: adobe-clean-han-traditional, source-han-traditional, MingLiu, Microsoft JhengHei UI, Microsoft JhengHei, Heiti TC Light, sans-serif;
24
24
  }
25
25
 
26
- .j59EQa_i18nFontFamily:lang(zh-SG), .j59EQa_i18nFontFamily:lang(zh-CN) {
26
+ .P3i24W_i18nFontFamily:lang(zh-SG), .P3i24W_i18nFontFamily:lang(zh-CN) {
27
27
  font-family: adobe-clean-han-simplified-c, source-han-simplified-c, SimSun, Heiti SC Light, sans-serif;
28
28
  }
29
29
 
30
- .j59EQa_i18nFontFamily:lang(ko) {
30
+ .P3i24W_i18nFontFamily:lang(ko) {
31
31
  font-family: adobe-clean-han-korean, source-han-korean, Malgun Gothic, Apple Gothic, sans-serif;
32
32
  }
33
33
 
34
- .j59EQa_i18nFontFamily:lang(ja) {
34
+ .P3i24W_i18nFontFamily:lang(ja) {
35
35
  font-family: adobe-clean-han-japanese, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Osaka, YuGothic, Yu Gothic, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
36
36
  }
37
37
 
38
- .j59EQa_spectrum-FocusRing-ring {
38
+ .P3i24W_spectrum-FocusRing-ring {
39
39
  --spectrum-focus-ring-border-radius: var(--spectrum-textfield-border-radius, var(--spectrum-alias-border-radius-regular));
40
40
  --spectrum-focus-ring-gap: var(--spectrum-alias-input-focusring-gap);
41
41
  --spectrum-focus-ring-size: var(--spectrum-alias-input-focusring-size);
@@ -43,7 +43,7 @@
43
43
  --spectrum-focus-ring-color: var(--spectrum-high-contrast-focus-ring-color, var(--spectrum-alias-focus-ring-color, var(--spectrum-alias-focus-color)));
44
44
  }
45
45
 
46
- .j59EQa_spectrum-FocusRing-ring:after {
46
+ .P3i24W_spectrum-FocusRing-ring:after {
47
47
  border-radius: calc(var(--spectrum-focus-ring-border-radius) + var(--spectrum-focus-ring-gap));
48
48
  content: "";
49
49
  margin: calc(-1 * var(--spectrum-focus-ring-border-size));
@@ -54,31 +54,31 @@
54
54
  inset: 0;
55
55
  }
56
56
 
57
- .j59EQa_spectrum-FocusRing.j59EQa_focus-ring:after {
57
+ .P3i24W_spectrum-FocusRing.P3i24W_focus-ring:after {
58
58
  margin: calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size));
59
59
  box-shadow: 0 0 0 var(--spectrum-focus-ring-size) var(--spectrum-focus-ring-color);
60
60
  }
61
61
 
62
- .j59EQa_spectrum-FocusRing--quiet:after {
62
+ .P3i24W_spectrum-FocusRing--quiet:after {
63
63
  border-radius: 0;
64
64
  }
65
65
 
66
- .j59EQa_spectrum-FocusRing--quiet.j59EQa_focus-ring:after {
66
+ .P3i24W_spectrum-FocusRing--quiet.P3i24W_focus-ring:after {
67
67
  margin: 0 0 calc(var(--spectrum-focus-ring-gap) * -1 - var(--spectrum-focus-ring-border-size)) 0;
68
68
  box-shadow: 0 var(--spectrum-focus-ring-size) 0 var(--spectrum-focus-ring-color);
69
69
  }
70
70
 
71
71
  @media (forced-colors: active) {
72
- .j59EQa_spectrum-FocusRing, .j59EQa_spectrum-FocusRing-ring, .j59EQa_spectrum-FocusRing--quiet {
72
+ .P3i24W_spectrum-FocusRing, .P3i24W_spectrum-FocusRing-ring, .P3i24W_spectrum-FocusRing--quiet {
73
73
  --spectrum-high-contrast-focus-ring-color: Highlight;
74
74
  }
75
75
 
76
- :is(.j59EQa_spectrum-FocusRing, .j59EQa_spectrum-FocusRing-ring, .j59EQa_spectrum-FocusRing--quiet):after {
76
+ :is(.P3i24W_spectrum-FocusRing, .P3i24W_spectrum-FocusRing-ring, .P3i24W_spectrum-FocusRing--quiet):after {
77
77
  forced-color-adjust: none;
78
78
  }
79
79
  }
80
80
 
81
- .j59EQa_spectrum-StatusLight {
81
+ .P3i24W_spectrum-StatusLight {
82
82
  min-block-size: var(--spectrum-statuslight-height, var(--spectrum-alias-single-line-height));
83
83
  padding: calc(var(--spectrum-global-dimension-size-65) - 1px) 0 calc(var(--spectrum-global-dimension-size-65) + 1px) 0;
84
84
  box-sizing: border-box;
@@ -90,7 +90,7 @@
90
90
  display: flex;
91
91
  }
92
92
 
93
- .j59EQa_spectrum-StatusLight:before {
93
+ .P3i24W_spectrum-StatusLight:before {
94
94
  content: "";
95
95
  inline-size: var(--spectrum-statuslight-dot-size, var(--spectrum-global-dimension-size-100));
96
96
  block-size: var(--spectrum-statuslight-dot-size, var(--spectrum-global-dimension-size-100));
@@ -101,96 +101,96 @@
101
101
  display: inline-block;
102
102
  }
103
103
 
104
- .j59EQa_spectrum-StatusLight--neutral {
104
+ .P3i24W_spectrum-StatusLight--neutral {
105
105
  font-style: italic;
106
106
  }
107
107
 
108
- .j59EQa_spectrum-StatusLight {
108
+ .P3i24W_spectrum-StatusLight {
109
109
  color: var(--spectrum-statuslight-text-color, var(--spectrum-alias-text-color));
110
110
  }
111
111
 
112
- .j59EQa_spectrum-StatusLight[disabled] {
112
+ .P3i24W_spectrum-StatusLight[disabled] {
113
113
  color: var(--spectrum-statuslight-text-color-disabled, var(--spectrum-alias-text-color-disabled));
114
114
  }
115
115
 
116
- .j59EQa_spectrum-StatusLight[disabled]:before {
116
+ .P3i24W_spectrum-StatusLight[disabled]:before {
117
117
  background-color: var(--spectrum-statuslight-dot-color-disabled, var(--spectrum-global-color-gray-400));
118
118
  }
119
119
 
120
- .j59EQa_spectrum-StatusLight.j59EQa_is-disabled {
120
+ .P3i24W_spectrum-StatusLight.P3i24W_is-disabled {
121
121
  color: var(--spectrum-statuslight-text-color-disabled, var(--spectrum-alias-text-color-disabled));
122
122
  }
123
123
 
124
- .j59EQa_spectrum-StatusLight.j59EQa_is-disabled:before {
124
+ .P3i24W_spectrum-StatusLight.P3i24W_is-disabled:before {
125
125
  background-color: var(--spectrum-statuslight-dot-color-disabled, var(--spectrum-global-color-gray-400));
126
126
  }
127
127
 
128
- .j59EQa_spectrum-StatusLight--negative:before {
128
+ .P3i24W_spectrum-StatusLight--negative:before {
129
129
  background-color: var(--spectrum-statuslight-negative-dot-color, var(--spectrum-semantic-negative-color-status));
130
130
  }
131
131
 
132
- .j59EQa_spectrum-StatusLight--notice:before {
132
+ .P3i24W_spectrum-StatusLight--notice:before {
133
133
  background-color: var(--spectrum-statuslight-notice-dot-color, var(--spectrum-semantic-notice-color-status));
134
134
  }
135
135
 
136
- .j59EQa_spectrum-StatusLight--positive:before {
136
+ .P3i24W_spectrum-StatusLight--positive:before {
137
137
  background-color: var(--spectrum-statuslight-positive-dot-color, var(--spectrum-semantic-positive-color-status));
138
138
  }
139
139
 
140
- .j59EQa_spectrum-StatusLight--info:before, .j59EQa_spectrum-StatusLight--active:before {
140
+ .P3i24W_spectrum-StatusLight--info:before, .P3i24W_spectrum-StatusLight--active:before {
141
141
  background-color: var(--spectrum-statuslight-info-dot-color, var(--spectrum-semantic-informative-color-status));
142
142
  }
143
143
 
144
- .j59EQa_spectrum-StatusLight--neutral {
144
+ .P3i24W_spectrum-StatusLight--neutral {
145
145
  color: var(--spectrum-statuslight-neutral-text-color, var(--spectrum-global-color-gray-700));
146
146
  }
147
147
 
148
- .j59EQa_spectrum-StatusLight--neutral:before {
148
+ .P3i24W_spectrum-StatusLight--neutral:before {
149
149
  background-color: var(--spectrum-gray-visual-color);
150
150
  }
151
151
 
152
- .j59EQa_spectrum-StatusLight--celery:before {
152
+ .P3i24W_spectrum-StatusLight--celery:before {
153
153
  background-color: var(--spectrum-celery-visual-color);
154
154
  }
155
155
 
156
- .j59EQa_spectrum-StatusLight--yellow:before {
156
+ .P3i24W_spectrum-StatusLight--yellow:before {
157
157
  background-color: var(--spectrum-yellow-visual-color);
158
158
  }
159
159
 
160
- .j59EQa_spectrum-StatusLight--fuchsia:before {
160
+ .P3i24W_spectrum-StatusLight--fuchsia:before {
161
161
  background-color: var(--spectrum-fuchsia-visual-color);
162
162
  }
163
163
 
164
- .j59EQa_spectrum-StatusLight--indigo:before {
164
+ .P3i24W_spectrum-StatusLight--indigo:before {
165
165
  background-color: var(--spectrum-indigo-visual-color);
166
166
  }
167
167
 
168
- .j59EQa_spectrum-StatusLight--seafoam:before {
168
+ .P3i24W_spectrum-StatusLight--seafoam:before {
169
169
  background-color: var(--spectrum-seafoam-visual-color);
170
170
  }
171
171
 
172
- .j59EQa_spectrum-StatusLight--chartreuse:before {
172
+ .P3i24W_spectrum-StatusLight--chartreuse:before {
173
173
  background-color: var(--spectrum-chartreuse-visual-color);
174
174
  }
175
175
 
176
- .j59EQa_spectrum-StatusLight--magenta:before {
176
+ .P3i24W_spectrum-StatusLight--magenta:before {
177
177
  background-color: var(--spectrum-magenta-visual-color);
178
178
  }
179
179
 
180
- .j59EQa_spectrum-StatusLight--purple:before {
180
+ .P3i24W_spectrum-StatusLight--purple:before {
181
181
  background-color: var(--spectrum-purple-visual-color);
182
182
  }
183
183
 
184
184
  @media (forced-colors: active) {
185
- .j59EQa_spectrum-StatusLight {
185
+ .P3i24W_spectrum-StatusLight {
186
186
  forced-color-adjust: none;
187
187
  --spectrum-statuslight-text-color: CanvasText;
188
188
  --spectrum-statuslight-text-color-disabled: GrayText;
189
189
  --spectrum-statuslight-dot-color-disabled: GrayText;
190
190
  }
191
191
 
192
- .j59EQa_spectrum-StatusLight:before {
192
+ .P3i24W_spectrum-StatusLight:before {
193
193
  border: 1px solid buttontext;
194
194
  }
195
195
  }
196
- /*# sourceMappingURL=vars.571171ed.css.map */
196
+ /*# sourceMappingURL=vars.66d47c1b.css.map */
@@ -1 +1 @@
1
- {"mappings":"AA2DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAMJ;;;;;;;;;;;;AAaA;;;;;;;;;;;AAcA;;;;AAgBA;;;;AAGE;;;;AAIE;;;;AAJF;;;;AAIE;;;;AAMJ;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAKA;;;;AAGE;;;;AAKF;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;EACE;;;;;;;EAKE","sources":["packages/@adobe/spectrum-css-temp/components/statuslight/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.571171ed.css.map"}
1
+ {"mappings":"AA2DA;;;;;AAIE;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAQA;;;;AAIA;;;;AAKF;;;;;;;;AAOE;;;;;;;;;;;AAqBE;;;;;AAQF;;;;AAKE;;;;;AAOJ;EACE;;;;EAIE;;;;;AAMJ;;;;;;;;;;;;AAaA;;;;;;;;;;;AAcA;;;;AAgBA;;;;AAGE;;;;AAIE;;;;AAJF;;;;AAIE;;;;AAMJ;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAKA;;;;AAGE;;;;AAKF;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;EACE;;;;;;;EAKE","sources":["packages/@adobe/spectrum-css-temp/components/statuslight/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.66d47c1b.css.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/statuslight",
3
- "version": "3.5.15",
3
+ "version": "3.5.17",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,10 +36,10 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "^3.25.1",
40
- "@react-spectrum/utils": "^3.11.9",
41
- "@react-types/shared": "^3.24.1",
42
- "@react-types/statuslight": "^3.3.11",
39
+ "@react-aria/utils": "^3.26.0",
40
+ "@react-spectrum/utils": "^3.12.0",
41
+ "@react-types/shared": "^3.26.0",
42
+ "@react-types/statuslight": "^3.3.13",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
@@ -47,10 +47,10 @@
47
47
  },
48
48
  "peerDependencies": {
49
49
  "@react-spectrum/provider": "^3.0.0",
50
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
50
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "f0aa6aacee60af265dc8994b9274ccf072a850aa"
55
+ "gitHead": "71f0ef23053f9e03ee7e97df736e8b083e006849"
56
56
  }