@spectrum-web-components/color-loupe 0.31.1-overlay.29 → 0.31.1-react.2

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