@spectrum-web-components/divider 1.9.0 → 1.9.1-nightly.20251028221318

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,98 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-divider.js",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-divider",
13
- "declaration": {
14
- "name": "Divider",
15
- "module": "/src/Divider.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/Divider.js",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "Divider",
28
- "members": [
29
- {
30
- "kind": "field",
31
- "name": "vertical",
32
- "type": {
33
- "text": "boolean"
34
- },
35
- "privacy": "public",
36
- "default": "false",
37
- "description": "Whether the divider is vertical. If false, the divider is horizontal. The default is false.",
38
- "attribute": "vertical",
39
- "reflects": true
40
- },
41
- {
42
- "kind": "field",
43
- "name": "staticColor",
44
- "type": {
45
- "text": "'white' | 'black' | undefined"
46
- },
47
- "privacy": "public",
48
- "description": "The static color variant to use for the divider.",
49
- "attribute": "static-color",
50
- "reflects": true
51
- }
52
- ],
53
- "attributes": [
54
- {
55
- "name": "vertical",
56
- "type": {
57
- "text": "boolean"
58
- },
59
- "default": "false",
60
- "description": "Whether the divider is vertical. If false, the divider is horizontal. The default is false.",
61
- "fieldName": "vertical"
62
- },
63
- {
64
- "name": "static-color",
65
- "type": {
66
- "text": "'white' | 'black' | undefined"
67
- },
68
- "description": "The static color variant to use for the divider.",
69
- "fieldName": "staticColor"
70
- }
71
- ],
72
- "mixins": [
73
- {
74
- "name": "SizedMixin",
75
- "package": "@spectrum-web-components/base"
76
- }
77
- ],
78
- "superclass": {
79
- "name": "SpectrumElement",
80
- "package": "@spectrum-web-components/base"
81
- },
82
- "tagName": "sp-divider",
83
- "customElement": true
84
- }
85
- ],
86
- "exports": [
87
- {
88
- "kind": "js",
89
- "name": "Divider",
90
- "declaration": {
91
- "name": "Divider",
92
- "module": "src/Divider.js"
93
- }
94
- }
95
- ]
96
- }
97
- ]
98
- }
package/sp-divider.d.ts DELETED
@@ -1,17 +0,0 @@
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 { Divider } from './src/Divider.js';
13
- declare global {
14
- interface HTMLElementTagNameMap {
15
- 'sp-divider': Divider;
16
- }
17
- }
package/sp-divider.dev.js DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
- import { Divider } from "./src/Divider.dev.js";
3
- import { defineElement } from "@spectrum-web-components/base/src/define-element.js";
4
- defineElement("sp-divider", Divider);
5
- //# sourceMappingURL=sp-divider.dev.js.map
package/sp-divider.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";import{Divider as e}from"./src/Divider.js";import{defineElement as i}from"@spectrum-web-components/base/src/define-element.js";i("sp-divider",e);
2
- //# sourceMappingURL=sp-divider.js.map