@spectrum-web-components/base 1.11.2 → 1.11.3-next.20260216102310

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/base",
3
- "version": "1.11.2",
3
+ "version": "1.11.3-next.20260216102310",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/src/Base.d.ts CHANGED
@@ -9,5 +9,19 @@
9
9
  * OF ANY KIND, either express or implied. See the License for the specific language
10
10
  * governing permissions and limitations under the License.
11
11
  */
12
- export { SpectrumElement, SpectrumMixin, } from '@spectrum-web-components/core/shared/base/Base.js';
13
- export type { SpectrumInterface } from '@spectrum-web-components/core/shared/base/Base.js';
12
+ import { SpectrumElement as CoreSpectrumElement } from '@spectrum-web-components/core/shared/base/Base.js';
13
+ export { type SpectrumInterface, SpectrumMixin, } from '@spectrum-web-components/core/shared/base/Base.js';
14
+ /**
15
+ * Base class for 1st-gen Spectrum Web Components.
16
+ * Extends the core SpectrumElement with 1st-gen specific version information.
17
+ */
18
+ export declare class SpectrumElement extends CoreSpectrumElement {
19
+ /**
20
+ * The version of the 1st-gen Spectrum Web Components library.
21
+ */
22
+ static VERSION: string;
23
+ /**
24
+ * The version of the core base package.
25
+ */
26
+ static CORE_VERSION: string;
27
+ }
package/src/Base.dev.js CHANGED
@@ -1,6 +1,17 @@
1
1
  "use strict";
2
+ import { SpectrumElement as CoreSpectrumElement } from "@spectrum-web-components/core/shared/base/Base.js";
3
+ import { coreVersion, version } from "./version.dev.js";
2
4
  export {
3
- SpectrumElement,
4
5
  SpectrumMixin
5
6
  } from "@spectrum-web-components/core/shared/base/Base.js";
7
+ export class SpectrumElement extends CoreSpectrumElement {
8
+ }
9
+ /**
10
+ * The version of the 1st-gen Spectrum Web Components library.
11
+ */
12
+ SpectrumElement.VERSION = version;
13
+ /**
14
+ * The version of the core base package.
15
+ */
16
+ SpectrumElement.CORE_VERSION = coreVersion;
6
17
  //# sourceMappingURL=Base.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["Base.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\nexport {\n SpectrumElement,\n SpectrumMixin,\n} from '@spectrum-web-components/core/shared/base/Base.js';\nexport type { SpectrumInterface } from '@spectrum-web-components/core/shared/base/Base.js';\n"],
5
- "mappings": ";AAYA;AAAA,EACI;AAAA,EACA;AAAA,OACG;",
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 { SpectrumElement as CoreSpectrumElement } from '@spectrum-web-components/core/shared/base/Base.js';\nimport { coreVersion, version } from './version.dev.js'\n\nexport {\n type SpectrumInterface,\n SpectrumMixin,\n} from '@spectrum-web-components/core/shared/base/Base.js';\n\n/**\n * Base class for 1st-gen Spectrum Web Components.\n * Extends the core SpectrumElement with 1st-gen specific version information.\n */\nexport class SpectrumElement extends CoreSpectrumElement {\n /**\n * The version of the 1st-gen Spectrum Web Components library.\n */\n static override VERSION = version;\n\n /**\n * The version of the core base package.\n */\n static override CORE_VERSION = coreVersion;\n}\n"],
5
+ "mappings": ";AAYA,SAAS,mBAAmB,2BAA2B;AACvD,SAAS,aAAa,eAAe;AAErC;AAAA,EAEI;AAAA,OACG;AAMA,aAAM,wBAAwB,oBAAoB;AAUzD;AAAA;AAAA;AAAA;AAVa,gBAIO,UAAU;AAAA;AAAA;AAAA;AAJjB,gBASO,eAAe;",
6
6
  "names": []
7
7
  }
package/src/Base.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";export{SpectrumElement,SpectrumMixin}from"@spectrum-web-components/core/shared/base/Base.js";
1
+ "use strict";import{SpectrumElement as e}from"@spectrum-web-components/core/shared/base/Base.js";import{coreVersion as r,version as t}from"./version.js";export{SpectrumMixin}from"@spectrum-web-components/core/shared/base/Base.js";export class SpectrumElement extends e{}SpectrumElement.VERSION=t,SpectrumElement.CORE_VERSION=r;
2
2
  //# sourceMappingURL=Base.js.map
package/src/Base.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["Base.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\nexport {\n SpectrumElement,\n SpectrumMixin,\n} from '@spectrum-web-components/core/shared/base/Base.js';\nexport type { SpectrumInterface } from '@spectrum-web-components/core/shared/base/Base.js';\n"],
5
- "mappings": "aAYA,OACI,gBACA,kBACG",
6
- "names": []
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 { SpectrumElement as CoreSpectrumElement } from '@spectrum-web-components/core/shared/base/Base.js';\nimport { coreVersion, version } from './version.js';\n\nexport {\n type SpectrumInterface,\n SpectrumMixin,\n} from '@spectrum-web-components/core/shared/base/Base.js';\n\n/**\n * Base class for 1st-gen Spectrum Web Components.\n * Extends the core SpectrumElement with 1st-gen specific version information.\n */\nexport class SpectrumElement extends CoreSpectrumElement {\n /**\n * The version of the 1st-gen Spectrum Web Components library.\n */\n static override VERSION = version;\n\n /**\n * The version of the core base package.\n */\n static override CORE_VERSION = coreVersion;\n}\n"],
5
+ "mappings": "aAYA,OAAS,mBAAmBA,MAA2B,oDACvD,OAAS,eAAAC,EAAa,WAAAC,MAAe,eAErC,OAEI,kBACG,oDAMA,aAAM,wBAAwBF,CAAoB,CAUzD,CAVa,gBAIO,QAAUE,EAJjB,gBASO,aAAeD",
6
+ "names": ["CoreSpectrumElement", "coreVersion", "version"]
7
7
  }
package/src/index.d.ts CHANGED
@@ -12,4 +12,5 @@
12
12
  export * from './Base.js';
13
13
  export * from './sizedMixin.js';
14
14
  export * from './constants.js';
15
+ export * from './version.js';
15
16
  export * from 'lit';
package/src/index.dev.js CHANGED
@@ -2,5 +2,6 @@
2
2
  export * from "./Base.dev.js";
3
3
  export * from "./sizedMixin.dev.js";
4
4
  export * from "./constants.dev.js";
5
+ export * from "./version.dev.js";
5
6
  export * from "lit";
6
7
  //# sourceMappingURL=index.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["index.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\nexport * from './Base.dev.js'\nexport * from './sizedMixin.dev.js'\nexport * from './constants.dev.js'\nexport * from 'lit';\n"],
5
- "mappings": ";AAYA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
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\nexport * from './Base.dev.js'\nexport * from './sizedMixin.dev.js'\nexport * from './constants.dev.js'\nexport * from './version.dev.js'\nexport * from 'lit';\n"],
5
+ "mappings": ";AAYA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
package/src/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";export*from"./Base.js";export*from"./sizedMixin.js";export*from"./constants.js";export*from"lit";
1
+ "use strict";export*from"./Base.js";export*from"./sizedMixin.js";export*from"./constants.js";export*from"./version.js";export*from"lit";
2
2
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["index.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\nexport * from './Base.js';\nexport * from './sizedMixin.js';\nexport * from './constants.js';\nexport * from 'lit';\n"],
5
- "mappings": "aAYA,WAAc,YACd,WAAc,kBACd,WAAc,iBACd,WAAc",
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\nexport * from './Base.js';\nexport * from './sizedMixin.js';\nexport * from './constants.js';\nexport * from './version.js';\nexport * from 'lit';\n"],
5
+ "mappings": "aAYA,WAAc,YACd,WAAc,kBACd,WAAc,iBACd,WAAc,eACd,WAAc",
6
6
  "names": []
7
7
  }
package/src/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /*
1
+ /**
2
2
  * Copyright 2025 Adobe. All rights reserved.
3
3
  * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  * you may not use this file except in compliance with the License. You may obtain a copy
@@ -9,4 +9,11 @@
9
9
  * OF ANY KIND, either express or implied. See the License for the specific language
10
10
  * governing permissions and limitations under the License.
11
11
  */
12
- export declare const version: string;
12
+ /**
13
+ * The version of the 1st-gen Spectrum Web Components library.
14
+ */
15
+ export declare const version = "1.11.3-next.20260216102310";
16
+ /**
17
+ * The version of the core base package.
18
+ */
19
+ export declare const coreVersion = "0.0.4";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ export const version = "1.11.3-next.20260216102310";
3
+ export const coreVersion = "0.0.4";
4
+ //# sourceMappingURL=version.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["version.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\n// Auto-generated from 1st-gen/tools/base/package.json\n// Generation: 1st-gen\n// DO NOT EDIT - This file is generated by scripts/generate-versions.js\n\n/**\n * The version of the 1st-gen Spectrum Web Components library.\n */\nexport const version = '1.11.3-next.20260216102310';\n\n/**\n * The version of the core base package.\n */\nexport const coreVersion = '0.0.4';\n"],
5
+ "mappings": ";AAmBO,aAAM,UAAU;AAKhB,aAAM,cAAc;",
6
+ "names": []
7
+ }
package/src/version.js CHANGED
@@ -1,12 +1,2 @@
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
- export { version } from '@spectrum-web-components/core/shared/base/version.js';
1
+ "use strict";export const version="1.11.3-next.20260216102310",coreVersion="0.0.4";
2
+ //# sourceMappingURL=version.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["version.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\n// Auto-generated from 1st-gen/tools/base/package.json\n// Generation: 1st-gen\n// DO NOT EDIT - This file is generated by scripts/generate-versions.js\n\n/**\n * The version of the 1st-gen Spectrum Web Components library.\n */\nexport const version = '1.11.3-next.20260216102310';\n\n/**\n * The version of the core base package.\n */\nexport const coreVersion = '0.0.4';\n"],
5
+ "mappings": "aAmBO,aAAM,QAAU,6BAKV,YAAc",
6
+ "names": []
7
+ }