@spectrum-web-components/color-loupe 0.49.0-beta.1 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,89 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-color-loupe.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-color-loupe",
13
+ "declaration": {
14
+ "name": "ColorLoupe",
15
+ "module": "/src/ColorLoupe.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/ColorLoupe.js",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "ColorLoupe",
28
+ "members": [
29
+ {
30
+ "kind": "field",
31
+ "name": "open",
32
+ "type": {
33
+ "text": "boolean"
34
+ },
35
+ "privacy": "public",
36
+ "default": "false",
37
+ "attribute": "open",
38
+ "reflects": true
39
+ },
40
+ {
41
+ "kind": "field",
42
+ "name": "color",
43
+ "type": {
44
+ "text": "string"
45
+ },
46
+ "privacy": "public",
47
+ "default": "'rgba(255, 0, 0, 0.5)'",
48
+ "attribute": "color"
49
+ }
50
+ ],
51
+ "attributes": [
52
+ {
53
+ "name": "open",
54
+ "type": {
55
+ "text": "boolean"
56
+ },
57
+ "default": "false",
58
+ "fieldName": "open"
59
+ },
60
+ {
61
+ "name": "color",
62
+ "type": {
63
+ "text": "string"
64
+ },
65
+ "default": "'rgba(255, 0, 0, 0.5)'",
66
+ "fieldName": "color"
67
+ }
68
+ ],
69
+ "superclass": {
70
+ "name": "SpectrumElement",
71
+ "package": "@spectrum-web-components/base"
72
+ },
73
+ "tagName": "sp-color-loupe",
74
+ "customElement": true
75
+ }
76
+ ],
77
+ "exports": [
78
+ {
79
+ "kind": "js",
80
+ "name": "ColorLoupe",
81
+ "declaration": {
82
+ "name": "ColorLoupe",
83
+ "module": "src/ColorLoupe.js"
84
+ }
85
+ }
86
+ ]
87
+ }
88
+ ]
89
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/color-loupe",
3
- "version": "0.49.0-beta.1",
3
+ "version": "0.49.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,8 +57,8 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.49.0-beta.1",
61
- "@spectrum-web-components/opacity-checkerboard": "^0.49.0-beta.1"
60
+ "@spectrum-web-components/base": "^0.49.0",
61
+ "@spectrum-web-components/opacity-checkerboard": "^0.49.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@spectrum-css/colorloupe": "^5.1.0"
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "74ee2c5b1276e8e4f768566a1c3c4e263a7eb8b3"
72
+ "gitHead": "088e84caa1e2f723d735b011608ca0a3411e2149"
73
73
  }