@spectrum-web-components/progress-bar 1.9.1-nightly.20251028225419 → 1.9.1-nightly.20251029100130

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,79 +1,79 @@
1
1
  {
2
- "name": "@spectrum-web-components/progress-bar",
3
- "version": "1.9.1-nightly.20251028225419",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "description": "",
8
- "license": "Apache-2.0",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/adobe/spectrum-web-components.git",
12
- "directory": "1st-gen/packages/progress-bar"
13
- },
14
- "author": "Adobe",
15
- "homepage": "https://opensource.adobe.com/spectrum-web-components/components/progress-bar",
16
- "bugs": {
17
- "url": "https://github.com/adobe/spectrum-web-components/issues"
18
- },
19
- "main": "./src/index.js",
20
- "module": "./src/index.js",
21
- "type": "module",
22
- "exports": {
23
- ".": {
24
- "development": "./src/index.dev.js",
25
- "default": "./src/index.js"
2
+ "name": "@spectrum-web-components/progress-bar",
3
+ "version": "1.9.1-nightly.20251029100130",
4
+ "publishConfig": {
5
+ "access": "public"
26
6
  },
27
- "./package.json": "./package.json",
28
- "./src/ProgressBar.js": {
29
- "development": "./src/ProgressBar.dev.js",
30
- "default": "./src/ProgressBar.js"
7
+ "description": "",
8
+ "license": "Apache-2.0",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/adobe/spectrum-web-components.git",
12
+ "directory": "1st-gen/packages/progress-bar"
31
13
  },
32
- "./src/index.js": {
33
- "development": "./src/index.dev.js",
34
- "default": "./src/index.js"
14
+ "author": "Adobe",
15
+ "homepage": "https://opensource.adobe.com/spectrum-web-components/components/progress-bar",
16
+ "bugs": {
17
+ "url": "https://github.com/adobe/spectrum-web-components/issues"
35
18
  },
36
- "./src/progress-bar-overrides.css.js": "./src/progress-bar-overrides.css.js",
37
- "./src/progress-bar.css.js": "./src/progress-bar.css.js",
38
- "./sp-progress-bar.js": {
39
- "development": "./sp-progress-bar.dev.js",
40
- "default": "./sp-progress-bar.js"
41
- }
42
- },
43
- "scripts": {
44
- "test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
45
- },
46
- "files": [
47
- "**/*.d.ts",
48
- "**/*.js",
49
- "**/*.js.map",
50
- "custom-elements.json",
51
- "!stories/",
52
- "!test/"
53
- ],
54
- "keywords": [
55
- "design-system",
56
- "spectrum",
57
- "adobe",
58
- "adobe-spectrum",
59
- "web components",
60
- "web-components",
61
- "lit-element",
62
- "lit-html",
63
- "component",
64
- "css"
65
- ],
66
- "dependencies": {
67
- "@spectrum-web-components/base": "1.9.1-nightly.20251028225419",
68
- "@spectrum-web-components/field-label": "1.9.1-nightly.20251028225419",
69
- "@spectrum-web-components/reactive-controllers": "1.9.1-nightly.20251028225419",
70
- "@spectrum-web-components/shared": "1.9.1-nightly.20251028225419"
71
- },
72
- "types": "./src/index.d.ts",
73
- "customElements": "custom-elements.json",
74
- "deprecationNotice": "The over-background attribute has been deprecated and will be removed in a future release. Use static-color='white' instead.",
75
- "sideEffects": [
76
- "./sp-*.js",
77
- "./**/*.dev.js"
78
- ]
79
- }
19
+ "main": "./src/index.js",
20
+ "module": "./src/index.js",
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "development": "./src/index.dev.js",
25
+ "default": "./src/index.js"
26
+ },
27
+ "./package.json": "./package.json",
28
+ "./src/ProgressBar.js": {
29
+ "development": "./src/ProgressBar.dev.js",
30
+ "default": "./src/ProgressBar.js"
31
+ },
32
+ "./src/index.js": {
33
+ "development": "./src/index.dev.js",
34
+ "default": "./src/index.js"
35
+ },
36
+ "./src/progress-bar-overrides.css.js": "./src/progress-bar-overrides.css.js",
37
+ "./src/progress-bar.css.js": "./src/progress-bar.css.js",
38
+ "./sp-progress-bar.js": {
39
+ "development": "./sp-progress-bar.dev.js",
40
+ "default": "./sp-progress-bar.js"
41
+ }
42
+ },
43
+ "scripts": {
44
+ "test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
45
+ },
46
+ "files": [
47
+ "**/*.d.ts",
48
+ "**/*.js",
49
+ "**/*.js.map",
50
+ "custom-elements.json",
51
+ "!stories/",
52
+ "!test/"
53
+ ],
54
+ "keywords": [
55
+ "design-system",
56
+ "spectrum",
57
+ "adobe",
58
+ "adobe-spectrum",
59
+ "web components",
60
+ "web-components",
61
+ "lit-element",
62
+ "lit-html",
63
+ "component",
64
+ "css"
65
+ ],
66
+ "dependencies": {
67
+ "@spectrum-web-components/base": "1.9.1-nightly.20251029100130",
68
+ "@spectrum-web-components/field-label": "1.9.1-nightly.20251029100130",
69
+ "@spectrum-web-components/reactive-controllers": "1.9.1-nightly.20251029100130",
70
+ "@spectrum-web-components/shared": "1.9.1-nightly.20251029100130"
71
+ },
72
+ "types": "./src/index.d.ts",
73
+ "customElements": "custom-elements.json",
74
+ "deprecationNotice": "The over-background attribute has been deprecated and will be removed in a future release. Use static-color='white' instead.",
75
+ "sideEffects": [
76
+ "./sp-*.js",
77
+ "./**/*.dev.js"
78
+ ]
79
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+ import { ProgressBar } from './src/ProgressBar.js';
13
+ declare global {
14
+ interface HTMLElementTagNameMap {
15
+ 'sp-progress-bar': ProgressBar;
16
+ }
17
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ import { ProgressBar } from "./src/ProgressBar.dev.js";
3
+ import { defineElement } from "@spectrum-web-components/base/src/define-element.js";
4
+ defineElement("sp-progress-bar", ProgressBar);
5
+ //# sourceMappingURL=sp-progress-bar.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["basic-test.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2025 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 '@spectrum-web-components/progress-bar/sp-progress-bar.js';\nimport { html } from 'lit';\nimport { measureFixtureCreation } from '../../../../test/benchmark/helpers.js';\n\nmeasureFixtureCreation(html`\n <sp-progress-bar label=\"Loading\" indeterminate></sp-progress-bar>\n`);\n"],
5
- "mappings": ";AAYA,OAAO;AACP,SAAS,YAAY;AACrB,SAAS,8BAA8B;AAEvC,uBAAuB;AAAA;AAAA,CAEtB;",
3
+ "sources": ["sp-progress-bar.ts"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 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 { ProgressBar } from './src/ProgressBar.dev.js'\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-progress-bar', ProgressBar);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-progress-bar': ProgressBar;\n }\n}\n"],
5
+ "mappings": ";AAYA,SAAS,mBAAmB;AAC5B,SAAS,qBAAqB;AAE9B,cAAc,mBAAmB,WAAW;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,2 @@
1
+ "use strict";import{ProgressBar as r}from"./src/ProgressBar.js";import{defineElement as e}from"@spectrum-web-components/base/src/define-element.js";e("sp-progress-bar",r);
2
+ //# sourceMappingURL=sp-progress-bar.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["progress-bar-memory.test.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2025 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 { html } from '@open-wc/testing';\nimport '@spectrum-web-components/progress-bar/sp-progress-bar.js';\nimport { testForMemoryLeaks } from '../../../test/testing-helpers.js';\n\ntestForMemoryLeaks(html`\n <sp-progress-bar></sp-progress-bar>\n`);\n"],
5
- "mappings": ";AAYA,SAAS,YAAY;AACrB,OAAO;AACP,SAAS,0BAA0B;AAEnC,mBAAmB;AAAA;AAAA,CAElB;",
6
- "names": []
3
+ "sources": ["sp-progress-bar.ts"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 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 { ProgressBar } from './src/ProgressBar.js';\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-progress-bar', ProgressBar);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-progress-bar': ProgressBar;\n }\n}\n"],
5
+ "mappings": "aAYA,OAAS,eAAAA,MAAmB,uBAC5B,OAAS,iBAAAC,MAAqB,sDAE9BA,EAAc,kBAAmBD,CAAW",
6
+ "names": ["ProgressBar", "defineElement"]
7
7
  }