@proximus/lavender-action-button 1.4.16-alpha.8 → 1.4.16-beta.2

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.
@@ -0,0 +1,114 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "src/ActionButton.ts",
8
+ "declarations": [
9
+ {
10
+ "kind": "class",
11
+ "description": "",
12
+ "name": "ActionButton",
13
+ "members": [
14
+ {
15
+ "kind": "field",
16
+ "name": "nativeName",
17
+ "type": {
18
+ "text": "string"
19
+ },
20
+ "static": true,
21
+ "default": "'button'"
22
+ },
23
+ {
24
+ "kind": "field",
25
+ "name": "template"
26
+ },
27
+ {
28
+ "kind": "field",
29
+ "name": "$icon",
30
+ "readonly": true
31
+ },
32
+ {
33
+ "kind": "field",
34
+ "name": "$dropdown",
35
+ "readonly": true
36
+ },
37
+ {
38
+ "kind": "field",
39
+ "name": "iconName"
40
+ },
41
+ {
42
+ "kind": "field",
43
+ "name": "iconFrom"
44
+ },
45
+ {
46
+ "kind": "field",
47
+ "name": "promoted"
48
+ },
49
+ {
50
+ "kind": "field",
51
+ "name": "innerHTML"
52
+ }
53
+ ],
54
+ "attributes": [
55
+ {
56
+ "name": "icon-name"
57
+ },
58
+ {
59
+ "name": "icon-from"
60
+ },
61
+ {
62
+ "name": "promoted"
63
+ }
64
+ ],
65
+ "superclass": {
66
+ "name": "PxElement",
67
+ "package": "@proximus/lavender-common"
68
+ },
69
+ "tagName": "px-action-button",
70
+ "customElement": true
71
+ }
72
+ ],
73
+ "exports": [
74
+ {
75
+ "kind": "js",
76
+ "name": "ActionButton",
77
+ "declaration": {
78
+ "name": "ActionButton",
79
+ "module": "src/ActionButton.ts"
80
+ }
81
+ },
82
+ {
83
+ "kind": "custom-element-definition",
84
+ "name": "px-action-button",
85
+ "declaration": {
86
+ "name": "ActionButton",
87
+ "module": "src/ActionButton.ts"
88
+ }
89
+ }
90
+ ]
91
+ },
92
+ {
93
+ "kind": "javascript-module",
94
+ "path": "src/action-button.css",
95
+ "declarations": [],
96
+ "exports": []
97
+ },
98
+ {
99
+ "kind": "javascript-module",
100
+ "path": "src/index.ts",
101
+ "declarations": [],
102
+ "exports": [
103
+ {
104
+ "kind": "js",
105
+ "name": "*",
106
+ "declaration": {
107
+ "name": "*",
108
+ "module": "src/ActionButton"
109
+ }
110
+ }
111
+ ]
112
+ }
113
+ ]
114
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-css-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "properties": [],
5
+ "pseudoElements": []
6
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
+ "version": 1.1,
4
+ "tags": [
5
+ {
6
+ "name": "px-action-button",
7
+ "description": "\n---\n",
8
+ "attributes": [
9
+ { "name": "icon-name", "values": [] },
10
+ { "name": "icon-from", "values": [] },
11
+ { "name": "promoted", "values": [] }
12
+ ],
13
+ "references": []
14
+ }
15
+ ]
16
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
+ "name": "@proximus/lavender-action-button",
4
+ "version": "1.4.16-beta.2",
5
+ "description-markup": "markdown",
6
+ "contributions": {
7
+ "html": {
8
+ "elements": [
9
+ {
10
+ "name": "px-action-button",
11
+ "description": "\n\n---\n",
12
+ "doc-url": "",
13
+ "attributes": [
14
+ { "name": "icon-name", "value": { "type": "string" } },
15
+ { "name": "icon-from", "value": { "type": "string" } },
16
+ { "name": "promoted", "value": { "type": "string" } }
17
+ ],
18
+ "events": [],
19
+ "js": {
20
+ "properties": [
21
+ { "name": "template" },
22
+ { "name": "$icon" },
23
+ { "name": "$dropdown" },
24
+ { "name": "iconName" },
25
+ { "name": "iconFrom" },
26
+ { "name": "promoted" },
27
+ { "name": "innerHTML" }
28
+ ],
29
+ "events": []
30
+ }
31
+ }
32
+ ]
33
+ },
34
+ "css": {
35
+ "properties": [],
36
+ "pseudo-elements": []
37
+ }
38
+ }
39
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-action-button",
3
- "version": "1.4.16-alpha.8",
3
+ "version": "1.4.16-beta.2",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",