@spectrum-web-components/color-loupe 0.35.1-rc.43 → 0.37.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.35.1-rc.43+432051b80",
3
+ "version": "0.37.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,10 +57,10 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.35.1-rc.43+432051b80"
60
+ "@spectrum-web-components/base": "^0.37.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@spectrum-css/colorloupe": "^4.1.6"
63
+ "@spectrum-css/colorloupe": "^4.1.10"
64
64
  },
65
65
  "types": "./src/index.d.ts",
66
66
  "customElements": "custom-elements.json",
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "432051b8085e7c86032333fa296bfa5334d47d84"
71
+ "gitHead": "d771f62f0d8063070af43283bb0fd5e3400bad06"
72
72
  }