@spectrum-web-components/slider 1.12.1 → 1.12.2-next.20260706135249

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/slider",
3
- "version": "1.12.1",
3
+ "version": "1.12.2-next.20260706135249",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Adobe",
@@ -73,12 +73,12 @@
73
73
  "dependencies": {
74
74
  "@internationalized/number": "3.6.5",
75
75
  "@lit-labs/observers": "2.0.2",
76
- "@spectrum-web-components/base": "1.12.1",
77
- "@spectrum-web-components/field-label": "1.12.1",
78
- "@spectrum-web-components/number-field": "1.12.1",
79
- "@spectrum-web-components/reactive-controllers": "1.12.1",
80
- "@spectrum-web-components/shared": "1.12.1",
81
- "@spectrum-web-components/theme": "1.12.1"
76
+ "@spectrum-web-components/base": "1.12.2-next.20260706135249",
77
+ "@spectrum-web-components/field-label": "1.12.2-next.20260706135249",
78
+ "@spectrum-web-components/number-field": "1.12.2-next.20260706135249",
79
+ "@spectrum-web-components/reactive-controllers": "1.12.2-next.20260706135249",
80
+ "@spectrum-web-components/shared": "1.12.2-next.20260706135249",
81
+ "@spectrum-web-components/theme": "1.12.2-next.20260706135249"
82
82
  },
83
83
  "keywords": [
84
84
  "design-system",
package/sp-slider.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import './sp-slider-handle.js';
1
+ import '@spectrum-web-components/slider/sp-slider-handle.js';
2
2
  import { Slider } from './src/Slider.js';
3
3
  declare global {
4
4
  interface HTMLElementTagNameMap {
package/sp-slider.dev.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  import { defineElement } from "@spectrum-web-components/base/src/define-element.js";
3
- import "./sp-slider-handle.dev.js";
3
+ import "@spectrum-web-components/slider/sp-slider-handle.js";
4
4
  import { Slider } from "./src/Slider.dev.js";
5
5
  defineElement("sp-slider", Slider);
6
6
  //# sourceMappingURL=sp-slider.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["sp-slider.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2026 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 */\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\nimport './sp-slider-handle.dev.js' // codify sp-slider's implicit dependency on sp-slider-handle\n\nimport { Slider } from './src/Slider.dev.js'\n\ndefineElement('sp-slider', Slider);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-slider': Slider;\n }\n}\n"],
5
- "mappings": ";AAWA,SAAS,qBAAqB;AAE9B,OAAO;AAEP,SAAS,cAAc;AAEvB,cAAc,aAAa,MAAM;",
4
+ "sourcesContent": ["/**\n * Copyright 2026 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 */\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport '@spectrum-web-components/slider/sp-slider-handle.js';\n\nimport { Slider } from './src/Slider.dev.js'\n\ndefineElement('sp-slider', Slider);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-slider': Slider;\n }\n}\n"],
5
+ "mappings": ";AAWA,SAAS,qBAAqB;AAG9B,OAAO;AAEP,SAAS,cAAc;AAEvB,cAAc,aAAa,MAAM;",
6
6
  "names": []
7
7
  }
package/sp-slider.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";import{defineElement as e}from"@spectrum-web-components/base/src/define-element.js";import"./sp-slider-handle.js";import{Slider as r}from"./src/Slider.js";e("sp-slider",r);
1
+ "use strict";import{defineElement as e}from"@spectrum-web-components/base/src/define-element.js";import"@spectrum-web-components/slider/sp-slider-handle.js";import{Slider as r}from"./src/Slider.js";e("sp-slider",r);
2
2
  //# sourceMappingURL=sp-slider.js.map
package/sp-slider.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["sp-slider.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2026 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 */\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\nimport './sp-slider-handle.js'; // codify sp-slider's implicit dependency on sp-slider-handle\n\nimport { Slider } from './src/Slider.js';\n\ndefineElement('sp-slider', Slider);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-slider': Slider;\n }\n}\n"],
5
- "mappings": "aAWA,OAAS,iBAAAA,MAAqB,sDAE9B,MAAO,wBAEP,OAAS,UAAAC,MAAc,kBAEvBD,EAAc,YAAaC,CAAM",
4
+ "sourcesContent": ["/**\n * Copyright 2026 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 */\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport '@spectrum-web-components/slider/sp-slider-handle.js';\n\nimport { Slider } from './src/Slider.js';\n\ndefineElement('sp-slider', Slider);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-slider': Slider;\n }\n}\n"],
5
+ "mappings": "aAWA,OAAS,iBAAAA,MAAqB,sDAG9B,MAAO,sDAEP,OAAS,UAAAC,MAAc,kBAEvBD,EAAc,YAAaC,CAAM",
6
6
  "names": ["defineElement", "Slider"]
7
7
  }