@spectrum-web-components/color-field 0.47.2 → 0.48.0-beta.0

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/color-field",
3
- "version": "0.47.2",
3
+ "version": "0.48.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,9 +57,9 @@
57
57
  ],
58
58
  "dependencies": {
59
59
  "@ctrl/tinycolor": "^4.0.3",
60
- "@spectrum-web-components/base": "^0.47.2",
61
- "@spectrum-web-components/color-handle": "^0.47.2",
62
- "@spectrum-web-components/textfield": "^0.47.2"
60
+ "@spectrum-web-components/base": "^0.48.0-beta.0",
61
+ "@spectrum-web-components/color-handle": "^0.48.0-beta.0",
62
+ "@spectrum-web-components/textfield": "^0.48.0-beta.0"
63
63
  },
64
64
  "types": "./src/index.d.ts",
65
65
  "customElements": "custom-elements.json",
@@ -67,5 +67,5 @@
67
67
  "./sp-*.js",
68
68
  "./**/*.dev.js"
69
69
  ],
70
- "gitHead": "2784e4c65da6a65b6bc748d785154714c8498a8e"
70
+ "gitHead": "9a1377f0402a17b732b96e17ad06b800df6ab52e"
71
71
  }
@@ -1,145 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-color-field.js",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-color-field",
13
- "declaration": {
14
- "name": "ColorField",
15
- "module": "/src/ColorField.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/ColorField.js",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "ColorField",
28
- "members": [
29
- {
30
- "kind": "field",
31
- "name": "viewColor",
32
- "type": {
33
- "text": "boolean"
34
- },
35
- "privacy": "public",
36
- "default": "false",
37
- "attribute": "view-color"
38
- },
39
- {
40
- "kind": "field",
41
- "name": "value",
42
- "privacy": "public",
43
- "type": {
44
- "text": "string"
45
- }
46
- },
47
- {
48
- "kind": "field",
49
- "name": "_value",
50
- "type": {
51
- "text": "string"
52
- },
53
- "privacy": "protected",
54
- "default": "''"
55
- },
56
- {
57
- "kind": "field",
58
- "name": "cachedColor",
59
- "type": {
60
- "text": "string | null"
61
- },
62
- "privacy": "private",
63
- "default": "null"
64
- },
65
- {
66
- "kind": "method",
67
- "name": "getColorValue",
68
- "privacy": "public",
69
- "return": {
70
- "type": {
71
- "text": "string"
72
- }
73
- }
74
- },
75
- {
76
- "kind": "method",
77
- "name": "renderColorHandle",
78
- "privacy": "private",
79
- "return": {
80
- "type": {
81
- "text": "TemplateResult"
82
- }
83
- }
84
- },
85
- {
86
- "kind": "field",
87
- "name": "cachedTinyColor",
88
- "type": {
89
- "text": "TinyColor | null"
90
- },
91
- "privacy": "private",
92
- "default": "null"
93
- },
94
- {
95
- "kind": "method",
96
- "name": "checkValidity",
97
- "privacy": "public",
98
- "return": {
99
- "type": {
100
- "text": "boolean"
101
- }
102
- }
103
- }
104
- ],
105
- "events": [
106
- {
107
- "description": "The value of the color-field has changed.",
108
- "name": "input"
109
- },
110
- {
111
- "description": "An alteration to the value of the color-field has been committed by the user.",
112
- "name": "change"
113
- }
114
- ],
115
- "attributes": [
116
- {
117
- "name": "view-color",
118
- "type": {
119
- "text": "boolean"
120
- },
121
- "default": "false",
122
- "fieldName": "viewColor"
123
- }
124
- ],
125
- "superclass": {
126
- "name": "TextfieldBase",
127
- "package": "@spectrum-web-components/textfield"
128
- },
129
- "tagName": "sp-color-field",
130
- "customElement": true
131
- }
132
- ],
133
- "exports": [
134
- {
135
- "kind": "js",
136
- "name": "ColorField",
137
- "declaration": {
138
- "name": "ColorField",
139
- "module": "src/ColorField.js"
140
- }
141
- }
142
- ]
143
- }
144
- ]
145
- }