@spectrum-web-components/color-loupe 1.0.0-rc.9 → 1.0.1

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": "1.0.0-rc.9",
3
+ "version": "1.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,8 +58,8 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "^1.0.0-rc.9",
62
- "@spectrum-web-components/opacity-checkerboard": "^1.0.0-rc.9"
61
+ "@spectrum-web-components/base": "^1.0.1",
62
+ "@spectrum-web-components/opacity-checkerboard": "^1.0.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@spectrum-css/colorloupe": "^6.0.0-s2-foundations.15"
@@ -70,5 +70,5 @@
70
70
  "./sp-*.js",
71
71
  "./**/*.dev.js"
72
72
  ],
73
- "gitHead": "e6c08c203010712c7b7b54bfa1f3bc83e96566b0"
73
+ "gitHead": "b359bc0242712be118c5e3e2cc05f88707d3eeb1"
74
74
  }