@spectrum-web-components/picker-button 1.0.0 → 1.1.0-beta.0

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": "1.0.0",
3
+ "version": "1.1.0-beta.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,11 +58,11 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "^1.0.0",
62
- "@spectrum-web-components/button": "^1.0.0",
63
- "@spectrum-web-components/icon": "^1.0.0",
64
- "@spectrum-web-components/icons-ui": "^1.0.0",
65
- "@spectrum-web-components/shared": "^1.0.0"
61
+ "@spectrum-web-components/base": "^1.1.0-beta.0",
62
+ "@spectrum-web-components/button": "^1.1.0-beta.0",
63
+ "@spectrum-web-components/icon": "^1.1.0-beta.0",
64
+ "@spectrum-web-components/icons-ui": "^1.1.0-beta.0",
65
+ "@spectrum-web-components/shared": "^1.1.0-beta.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@spectrum-css/pickerbutton": "^6.0.0-s2-foundations.16"
@@ -73,5 +73,5 @@
73
73
  "./sp-*.js",
74
74
  "./**/*.dev.js"
75
75
  ],
76
- "gitHead": "5cf5d34645bf9494ebd20f64c42d1619523d2d84"
76
+ "gitHead": "8840da116b3429f0b4de70ad7f690ae3de1c9448"
77
77
  }
@@ -1,107 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-picker-button.js",
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.js",
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
- "readonly": true
57
- }
58
- ],
59
- "attributes": [
60
- {
61
- "name": "invalid",
62
- "type": {
63
- "text": "boolean"
64
- },
65
- "default": "false",
66
- "fieldName": "invalid"
67
- },
68
- {
69
- "name": "position",
70
- "type": {
71
- "text": "'left' | 'right'"
72
- },
73
- "default": "'right'",
74
- "fieldName": "position"
75
- }
76
- ],
77
- "mixins": [
78
- {
79
- "name": "SizedMixin",
80
- "package": "@spectrum-web-components/base"
81
- },
82
- {
83
- "name": "ObserveSlotPresence",
84
- "package": "@spectrum-web-components/shared/src/observe-slot-presence.js"
85
- }
86
- ],
87
- "superclass": {
88
- "name": "ButtonBase",
89
- "package": "@spectrum-web-components/button/src/ButtonBase.js"
90
- },
91
- "tagName": "sp-picker-button",
92
- "customElement": true
93
- }
94
- ],
95
- "exports": [
96
- {
97
- "kind": "js",
98
- "name": "PickerButton",
99
- "declaration": {
100
- "name": "PickerButton",
101
- "module": "src/PickerButton.js"
102
- }
103
- }
104
- ]
105
- }
106
- ]
107
- }