@spectrum-web-components/picker-button 0.1.7-react.32 → 0.1.7-react.48

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/picker-button",
3
- "version": "0.1.7-react.32+342d768c5",
3
+ "version": "0.1.7-react.48+e4fada004",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -44,16 +44,16 @@
44
44
  "lit-html"
45
45
  ],
46
46
  "dependencies": {
47
- "@spectrum-web-components/base": "^0.7.5-react.32+342d768c5",
48
- "@spectrum-web-components/icons-ui": "^0.9.8-react.32+342d768c5"
47
+ "@spectrum-web-components/base": "^0.7.5-react.48+e4fada004",
48
+ "@spectrum-web-components/icons-ui": "^0.9.8-react.48+e4fada004"
49
49
  },
50
50
  "devDependencies": {
51
- "@spectrum-css/pickerbutton": "^2.0.1"
51
+ "@spectrum-css/pickerbutton": "^2.0.4"
52
52
  },
53
53
  "types": "./src/index.d.ts",
54
54
  "customElements": "custom-elements.json",
55
55
  "sideEffects": [
56
56
  "./sp-*.js"
57
57
  ],
58
- "gitHead": "342d768c58d0a2790117f7625db6085210bb7f17"
58
+ "gitHead": "e4fada0040dcaf1e1267f2159f366ec708cb2d09"
59
59
  }
@@ -1,106 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-picker-button.ts",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-picker-button",
13
- "declaration": {
14
- "name": "PickerButton",
15
- "module": "/src/PickerButton.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/PickerButton.ts",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "PickerButton",
28
- "members": [
29
- {
30
- "kind": "field",
31
- "name": "invalid",
32
- "type": {
33
- "text": "boolean"
34
- },
35
- "default": "false",
36
- "attribute": "invalid",
37
- "reflects": true
38
- },
39
- {
40
- "kind": "field",
41
- "name": "position",
42
- "type": {
43
- "text": "'left' | 'right'"
44
- },
45
- "default": "'right'",
46
- "attribute": "position",
47
- "reflects": true
48
- },
49
- {
50
- "kind": "field",
51
- "name": "hasText",
52
- "type": {
53
- "text": "boolean"
54
- },
55
- "privacy": "protected"
56
- }
57
- ],
58
- "attributes": [
59
- {
60
- "name": "invalid",
61
- "type": {
62
- "text": "boolean"
63
- },
64
- "default": "false",
65
- "fieldName": "invalid"
66
- },
67
- {
68
- "name": "position",
69
- "type": {
70
- "text": "'left' | 'right'"
71
- },
72
- "default": "'right'",
73
- "fieldName": "position"
74
- }
75
- ],
76
- "mixins": [
77
- {
78
- "name": "SizedMixin",
79
- "package": "@spectrum-web-components/base"
80
- },
81
- {
82
- "name": "ObserveSlotPresence",
83
- "package": "@spectrum-web-components/shared/src/observe-slot-presence.js"
84
- }
85
- ],
86
- "superclass": {
87
- "name": "ButtonBase",
88
- "package": "@spectrum-web-components/button/src/ButtonBase.js"
89
- },
90
- "tagName": "sp-picker-button",
91
- "customElement": true
92
- }
93
- ],
94
- "exports": [
95
- {
96
- "kind": "js",
97
- "name": "PickerButton",
98
- "declaration": {
99
- "name": "PickerButton",
100
- "module": "src/PickerButton.ts"
101
- }
102
- }
103
- ]
104
- }
105
- ]
106
- }