@valiantys/atlassian-app-frontend 3.0.0-alpha-4 → 3.0.0-alpha-6

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,384 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.8",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
165
+ "docComment": "",
166
+ "name": "@valiantys/atlassian-app-frontend",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@valiantys/atlassian-app-frontend!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Function",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButton:function(1)",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare function CopyTextButton({ textToCopy, label, appearance, popupText, popupPlacement, }: "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "CopyTextButtonProps",
187
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps:interface"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": "): "
192
+ },
193
+ {
194
+ "kind": "Content",
195
+ "text": "import(\"react/jsx-runtime\")."
196
+ },
197
+ {
198
+ "kind": "Reference",
199
+ "text": "JSX.Element",
200
+ "canonicalReference": "@types/react!JSX.Element:interface"
201
+ },
202
+ {
203
+ "kind": "Content",
204
+ "text": ";"
205
+ }
206
+ ],
207
+ "fileUrlPath": "../../shared/frontend-ui-copy-button/src/lib/copy-text-button.d.ts",
208
+ "returnTypeTokenRange": {
209
+ "startIndex": 3,
210
+ "endIndex": 5
211
+ },
212
+ "releaseTag": "Public",
213
+ "overloadIndex": 1,
214
+ "parameters": [
215
+ {
216
+ "parameterName": "{ textToCopy, label, appearance, popupText, popupPlacement, }",
217
+ "parameterTypeTokenRange": {
218
+ "startIndex": 1,
219
+ "endIndex": 2
220
+ },
221
+ "isOptional": false
222
+ }
223
+ ],
224
+ "name": "CopyTextButton"
225
+ },
226
+ {
227
+ "kind": "Interface",
228
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps:interface",
229
+ "docComment": "",
230
+ "excerptTokens": [
231
+ {
232
+ "kind": "Content",
233
+ "text": "export interface CopyTextButtonProps "
234
+ }
235
+ ],
236
+ "fileUrlPath": "../../shared/frontend-ui-copy-button/src/lib/copy-text-button.d.ts",
237
+ "releaseTag": "Public",
238
+ "name": "CopyTextButtonProps",
239
+ "preserveMemberOrder": false,
240
+ "members": [
241
+ {
242
+ "kind": "PropertySignature",
243
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps#appearance:member",
244
+ "docComment": "",
245
+ "excerptTokens": [
246
+ {
247
+ "kind": "Content",
248
+ "text": "appearance?: "
249
+ },
250
+ {
251
+ "kind": "Reference",
252
+ "text": "IconButtonAppearance",
253
+ "canonicalReference": "@atlaskit/button!IconButtonAppearance:type"
254
+ },
255
+ {
256
+ "kind": "Content",
257
+ "text": ";"
258
+ }
259
+ ],
260
+ "isReadonly": false,
261
+ "isOptional": true,
262
+ "releaseTag": "Public",
263
+ "name": "appearance",
264
+ "propertyTypeTokenRange": {
265
+ "startIndex": 1,
266
+ "endIndex": 2
267
+ }
268
+ },
269
+ {
270
+ "kind": "PropertySignature",
271
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps#label:member",
272
+ "docComment": "",
273
+ "excerptTokens": [
274
+ {
275
+ "kind": "Content",
276
+ "text": "label?: "
277
+ },
278
+ {
279
+ "kind": "Content",
280
+ "text": "string"
281
+ },
282
+ {
283
+ "kind": "Content",
284
+ "text": ";"
285
+ }
286
+ ],
287
+ "isReadonly": false,
288
+ "isOptional": true,
289
+ "releaseTag": "Public",
290
+ "name": "label",
291
+ "propertyTypeTokenRange": {
292
+ "startIndex": 1,
293
+ "endIndex": 2
294
+ }
295
+ },
296
+ {
297
+ "kind": "PropertySignature",
298
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps#popupPlacement:member",
299
+ "docComment": "",
300
+ "excerptTokens": [
301
+ {
302
+ "kind": "Content",
303
+ "text": "popupPlacement?: "
304
+ },
305
+ {
306
+ "kind": "Reference",
307
+ "text": "Placement",
308
+ "canonicalReference": "@popperjs/core!Placement:type"
309
+ },
310
+ {
311
+ "kind": "Content",
312
+ "text": ";"
313
+ }
314
+ ],
315
+ "isReadonly": false,
316
+ "isOptional": true,
317
+ "releaseTag": "Public",
318
+ "name": "popupPlacement",
319
+ "propertyTypeTokenRange": {
320
+ "startIndex": 1,
321
+ "endIndex": 2
322
+ }
323
+ },
324
+ {
325
+ "kind": "PropertySignature",
326
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps#popupText:member",
327
+ "docComment": "",
328
+ "excerptTokens": [
329
+ {
330
+ "kind": "Content",
331
+ "text": "popupText?: "
332
+ },
333
+ {
334
+ "kind": "Content",
335
+ "text": "string"
336
+ },
337
+ {
338
+ "kind": "Content",
339
+ "text": ";"
340
+ }
341
+ ],
342
+ "isReadonly": false,
343
+ "isOptional": true,
344
+ "releaseTag": "Public",
345
+ "name": "popupText",
346
+ "propertyTypeTokenRange": {
347
+ "startIndex": 1,
348
+ "endIndex": 2
349
+ }
350
+ },
351
+ {
352
+ "kind": "PropertySignature",
353
+ "canonicalReference": "@valiantys/atlassian-app-frontend!CopyTextButtonProps#textToCopy:member",
354
+ "docComment": "",
355
+ "excerptTokens": [
356
+ {
357
+ "kind": "Content",
358
+ "text": "textToCopy: "
359
+ },
360
+ {
361
+ "kind": "Content",
362
+ "text": "string"
363
+ },
364
+ {
365
+ "kind": "Content",
366
+ "text": ";"
367
+ }
368
+ ],
369
+ "isReadonly": false,
370
+ "isOptional": false,
371
+ "releaseTag": "Public",
372
+ "name": "textToCopy",
373
+ "propertyTypeTokenRange": {
374
+ "startIndex": 1,
375
+ "endIndex": 2
376
+ }
377
+ }
378
+ ],
379
+ "extendsTokenRanges": []
380
+ }
381
+ ]
382
+ }
383
+ ]
384
+ }
@@ -0,0 +1,30 @@
1
+ ## API Report File for "@valiantys/atlassian-app-frontend"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import { IconButtonAppearance } from '@atlaskit/button/dist/types/new-button/variants/types';
8
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
9
+ import { Placement } from '@atlaskit/popper';
10
+
11
+ // @public (undocumented)
12
+ export function CopyTextButton({ textToCopy, label, appearance, popupText, popupPlacement, }: CopyTextButtonProps): JSX_2.Element;
13
+
14
+ // @public (undocumented)
15
+ export interface CopyTextButtonProps {
16
+ // (undocumented)
17
+ appearance?: IconButtonAppearance;
18
+ // (undocumented)
19
+ label?: string;
20
+ // (undocumented)
21
+ popupPlacement?: Placement;
22
+ // (undocumented)
23
+ popupText?: string;
24
+ // (undocumented)
25
+ textToCopy: string;
26
+ }
27
+
28
+ // (No @packageDocumentation comment for this package)
29
+
30
+ ```
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../atlassian/shared/frontend-ui-copy-button/src/lib/copy-text-button/index.cjs.js");exports.CopyTextButton=t.CopyTextButton;
@@ -0,0 +1,15 @@
1
+ import { IconButtonAppearance } from '@atlaskit/button/dist/types/new-button/variants/types';
2
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
3
+ import { Placement } from '@atlaskit/popper';
4
+
5
+ export declare function CopyTextButton({ textToCopy, label, appearance, popupText, popupPlacement, }: CopyTextButtonProps): JSX_2.Element;
6
+
7
+ export declare interface CopyTextButtonProps {
8
+ textToCopy: string;
9
+ label?: string;
10
+ appearance?: IconButtonAppearance;
11
+ popupText?: string;
12
+ popupPlacement?: Placement;
13
+ }
14
+
15
+ export { }
@@ -0,0 +1,4 @@
1
+ import { CopyTextButton as e } from "../atlassian/shared/frontend-ui-copy-button/src/lib/copy-text-button/index.es.js";
2
+ export {
3
+ e as CopyTextButton
4
+ };
@@ -0,0 +1,11 @@
1
+ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
+ // It should be published with your NPM package. It should not be tracked by Git.
3
+ {
4
+ "tsdocVersion": "0.12",
5
+ "toolPackages": [
6
+ {
7
+ "packageName": "@microsoft/api-extractor",
8
+ "packageVersion": "7.52.8"
9
+ }
10
+ ]
11
+ }