@carbon/ibm-products-web-components 0.10.0 → 0.11.0-rc.1

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.
Files changed (112) hide show
  1. package/custom-elements.json +250 -0
  2. package/es/components/about-modal/about-modal.d.ts +418 -0
  3. package/es/components/about-modal/about-modal.js +143 -0
  4. package/es/components/about-modal/about-modal.js.map +1 -0
  5. package/es/components/about-modal/about-modal.scss.js +13 -0
  6. package/es/components/about-modal/about-modal.scss.js.map +1 -0
  7. package/es/components/about-modal/about-modal.test.d.ts +7 -0
  8. package/es/components/about-modal/about-modal.test.js +87 -0
  9. package/es/components/about-modal/about-modal.test.js.map +1 -0
  10. package/es/components/about-modal/defs.d.ts +8 -0
  11. package/es/components/about-modal/defs.js +8 -0
  12. package/es/components/about-modal/defs.js.map +1 -0
  13. package/es/components/about-modal/index.d.ts +9 -0
  14. package/es/components/about-modal/index.js +9 -0
  15. package/es/components/about-modal/index.js.map +1 -0
  16. package/es/components/side-panel/side-panel.d.ts +87 -61
  17. package/es/components/side-panel/side-panel.js +64 -63
  18. package/es/components/side-panel/side-panel.js.map +1 -1
  19. package/es/components/side-panel/side-panel.scss.js +1 -1
  20. package/es/components/side-panel/side-panel.test.js +2 -3
  21. package/es/components/side-panel/side-panel.test.js.map +1 -1
  22. package/es/components/tearsheet/tearsheet.d.ts +87 -61
  23. package/es/components/tearsheet/tearsheet.js +37 -37
  24. package/es/components/tearsheet/tearsheet.js.map +1 -1
  25. package/es/components/tearsheet/tearsheet.scss.js +1 -1
  26. package/es/components/tearsheet/tearsheet.test.js +2 -3
  27. package/es/components/tearsheet/tearsheet.test.js.map +1 -1
  28. package/es/components/user-avatar/user-avatar.d.ts +92 -61
  29. package/es/components/user-avatar/user-avatar.js +21 -19
  30. package/es/components/user-avatar/user-avatar.js.map +1 -1
  31. package/es/components/user-avatar/user-avatar.scss.js +1 -1
  32. package/es/index.d.ts +1 -0
  33. package/es/index.js +1 -0
  34. package/es/index.js.map +1 -1
  35. package/es/package.json.js +1 -1
  36. package/es-custom/components/about-modal/about-modal.d.ts +418 -0
  37. package/es-custom/components/about-modal/about-modal.js +143 -0
  38. package/es-custom/components/about-modal/about-modal.js.map +1 -0
  39. package/es-custom/components/about-modal/about-modal.scss.js +13 -0
  40. package/es-custom/components/about-modal/about-modal.scss.js.map +1 -0
  41. package/es-custom/components/about-modal/about-modal.test.d.ts +7 -0
  42. package/es-custom/components/about-modal/about-modal.test.js +87 -0
  43. package/es-custom/components/about-modal/about-modal.test.js.map +1 -0
  44. package/es-custom/components/about-modal/defs.d.ts +8 -0
  45. package/es-custom/components/about-modal/defs.js +8 -0
  46. package/es-custom/components/about-modal/defs.js.map +1 -0
  47. package/es-custom/components/about-modal/index.d.ts +9 -0
  48. package/es-custom/components/about-modal/index.js +9 -0
  49. package/es-custom/components/about-modal/index.js.map +1 -0
  50. package/es-custom/components/side-panel/defs.d.ts +39 -0
  51. package/es-custom/components/side-panel/defs.js +51 -0
  52. package/es-custom/components/side-panel/defs.js.map +1 -0
  53. package/es-custom/components/side-panel/index.d.ts +9 -0
  54. package/es-custom/components/side-panel/index.js +9 -0
  55. package/es-custom/components/side-panel/index.js.map +1 -0
  56. package/es-custom/components/side-panel/side-panel.d.ts +546 -0
  57. package/es-custom/components/side-panel/side-panel.js +828 -0
  58. package/es-custom/components/side-panel/side-panel.js.map +1 -0
  59. package/es-custom/components/side-panel/side-panel.scss.js +13 -0
  60. package/es-custom/components/side-panel/side-panel.scss.js.map +1 -0
  61. package/es-custom/components/side-panel/side-panel.test.d.ts +7 -0
  62. package/es-custom/components/side-panel/side-panel.test.js +56 -0
  63. package/es-custom/components/side-panel/side-panel.test.js.map +1 -0
  64. package/es-custom/components/tearsheet/defs.d.ts +26 -0
  65. package/es-custom/components/tearsheet/defs.js +39 -0
  66. package/es-custom/components/tearsheet/defs.js.map +1 -0
  67. package/es-custom/components/tearsheet/index.d.ts +9 -0
  68. package/es-custom/components/tearsheet/index.js +9 -0
  69. package/es-custom/components/tearsheet/index.js.map +1 -0
  70. package/es-custom/components/tearsheet/tearsheet.d.ts +516 -0
  71. package/es-custom/components/tearsheet/tearsheet.js +676 -0
  72. package/es-custom/components/tearsheet/tearsheet.js.map +1 -0
  73. package/es-custom/components/tearsheet/tearsheet.scss.js +13 -0
  74. package/es-custom/components/tearsheet/tearsheet.scss.js.map +1 -0
  75. package/es-custom/components/tearsheet/tearsheet.test.d.ts +7 -0
  76. package/es-custom/components/tearsheet/tearsheet.test.js +121 -0
  77. package/es-custom/components/tearsheet/tearsheet.test.js.map +1 -0
  78. package/es-custom/components/user-avatar/index.d.ts +9 -0
  79. package/es-custom/components/user-avatar/index.js +9 -0
  80. package/es-custom/components/user-avatar/index.js.map +1 -0
  81. package/es-custom/components/user-avatar/user-avatar.d.ts +405 -0
  82. package/es-custom/components/user-avatar/user-avatar.js +151 -0
  83. package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
  84. package/es-custom/components/user-avatar/user-avatar.scss.js +13 -0
  85. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
  86. package/es-custom/globals/internal/handle.d.ts +18 -0
  87. package/es-custom/globals/internal/handle.js +8 -0
  88. package/es-custom/globals/internal/handle.js.map +1 -0
  89. package/es-custom/globals/internal/storybook-cdn.js +78 -0
  90. package/es-custom/globals/internal/storybook-cdn.js.map +1 -0
  91. package/es-custom/globals/settings.d.ts +15 -0
  92. package/es-custom/globals/settings.js +28 -0
  93. package/es-custom/globals/settings.js.map +1 -0
  94. package/es-custom/index.d.ts +12 -0
  95. package/es-custom/index.js +12 -0
  96. package/es-custom/index.js.map +1 -0
  97. package/es-custom/package.json.js +13 -0
  98. package/es-custom/package.json.js.map +1 -0
  99. package/lib/components/about-modal/about-modal.d.ts +418 -0
  100. package/lib/components/about-modal/about-modal.test.d.ts +7 -0
  101. package/lib/components/about-modal/defs.d.ts +8 -0
  102. package/lib/components/about-modal/defs.js +10 -0
  103. package/lib/components/about-modal/defs.js.map +1 -0
  104. package/lib/components/about-modal/index.d.ts +9 -0
  105. package/lib/components/side-panel/side-panel.d.ts +87 -61
  106. package/lib/components/tearsheet/tearsheet.d.ts +87 -61
  107. package/lib/components/user-avatar/user-avatar.d.ts +92 -61
  108. package/lib/index.d.ts +1 -0
  109. package/package.json +17 -13
  110. package/scss/components/about-modal/about-modal.scss +117 -0
  111. package/scss/components/about-modal/story-styles.scss +34 -0
  112. package/scss/components/user-avatar/user-avatar.scss +17 -0
@@ -1,6 +1,130 @@
1
1
  {
2
2
  "version": "experimental",
3
3
  "tags": [
4
+ {
5
+ "name": "c4p-about-modal",
6
+ "path": "./src/components/about-modal/about-modal.ts",
7
+ "description": "About Modal.",
8
+ "attributes": [
9
+ {
10
+ "name": "open",
11
+ "description": "Determines if About Modal is open or not.",
12
+ "type": "boolean",
13
+ "default": "true"
14
+ },
15
+ {
16
+ "name": "closeIconDescription",
17
+ "description": "Determines if About Modal is open or not.",
18
+ "type": "string",
19
+ "default": "\"close\""
20
+ },
21
+ {
22
+ "name": "copyrightText",
23
+ "description": "Determines if About Modal is open or not."
24
+ },
25
+ {
26
+ "name": "logo",
27
+ "description": "A visual symbol used to represent the product."
28
+ },
29
+ {
30
+ "name": "version",
31
+ "description": "Text that provides information on the version number of your product."
32
+ },
33
+ {
34
+ "name": "title",
35
+ "description": "Header text that provides the product name. The IBM Services logo consists of two discrete, but required, elements: the iconic IBM 8-bar logo represented alongside the IBM Services logotype. Please follow these guidelines to ensure proper execution."
36
+ },
37
+ {
38
+ "name": "additionalInfo",
39
+ "description": "If you are legally required to display logos of technologies used to build your product you can provide this in the additionalInfo. Additional information will be displayed in the footer."
40
+ },
41
+ {
42
+ "name": "content",
43
+ "description": "Subhead text providing any relevant product disclaimers including legal information (optional)"
44
+ },
45
+ {
46
+ "name": "links",
47
+ "description": "An array of Carbon `Link` component if there are additional information to call out within the card. The about modal should be used to display the product information and not where users go to find help (optional)"
48
+ }
49
+ ],
50
+ "properties": [
51
+ {
52
+ "name": "open",
53
+ "attribute": "open",
54
+ "description": "Determines if About Modal is open or not.",
55
+ "type": "boolean",
56
+ "default": "true"
57
+ },
58
+ {
59
+ "name": "closeIconDescription",
60
+ "attribute": "closeIconDescription",
61
+ "description": "Determines if About Modal is open or not.",
62
+ "type": "string",
63
+ "default": "\"close\""
64
+ },
65
+ {
66
+ "name": "copyrightText",
67
+ "attribute": "copyrightText",
68
+ "description": "Determines if About Modal is open or not."
69
+ },
70
+ {
71
+ "name": "logo",
72
+ "attribute": "logo",
73
+ "description": "A visual symbol used to represent the product."
74
+ },
75
+ {
76
+ "name": "version",
77
+ "attribute": "version",
78
+ "description": "Text that provides information on the version number of your product."
79
+ },
80
+ {
81
+ "name": "title",
82
+ "attribute": "title",
83
+ "description": "Header text that provides the product name. The IBM Services logo consists of two discrete, but required, elements: the iconic IBM 8-bar logo represented alongside the IBM Services logotype. Please follow these guidelines to ensure proper execution."
84
+ },
85
+ {
86
+ "name": "additionalInfo",
87
+ "attribute": "additionalInfo",
88
+ "description": "If you are legally required to display logos of technologies used to build your product you can provide this in the additionalInfo. Additional information will be displayed in the footer."
89
+ },
90
+ {
91
+ "name": "content",
92
+ "attribute": "content",
93
+ "description": "Subhead text providing any relevant product disclaimers including legal information (optional)"
94
+ },
95
+ {
96
+ "name": "links",
97
+ "attribute": "links",
98
+ "description": "An array of Carbon `Link` component if there are additional information to call out within the card. The about modal should be used to display the product information and not where users go to find help (optional)"
99
+ },
100
+ {
101
+ "name": "styles",
102
+ "default": "\"styles\""
103
+ },
104
+ {
105
+ "name": "size",
106
+ "type": "number"
107
+ },
108
+ {
109
+ "name": "customElements",
110
+ "type": "CustomElementRegistry | undefined"
111
+ },
112
+ {
113
+ "name": "registry",
114
+ "type": "CustomElementRegistry | undefined"
115
+ }
116
+ ],
117
+ "events": [
118
+ {
119
+ "name": "c4p-about-modal-beingclosed",
120
+ "description": "The custom event fired before this about modal is being closed upon a user gesture.\nCancellation of this event stops the user-initiated action of closing this about modal."
121
+ },
122
+ {
123
+ "name": "c4p-about-modal-closed",
124
+ "description": "The custom event fired after this about modal is closed upon a user gesture."
125
+ }
126
+ ]
127
+ },
4
128
  {
5
129
  "name": "c4p-side-panel",
6
130
  "path": "./src/components/side-panel/side-panel.ts",
@@ -190,6 +314,14 @@
190
314
  "description": "SidePanel size.",
191
315
  "type": "SIDE_PANEL_SIZE",
192
316
  "default": "\"md\""
317
+ },
318
+ {
319
+ "name": "customElements",
320
+ "type": "CustomElementRegistry | undefined"
321
+ },
322
+ {
323
+ "name": "registry",
324
+ "type": "CustomElementRegistry | undefined"
193
325
  }
194
326
  ],
195
327
  "events": [
@@ -339,6 +471,14 @@
339
471
  {
340
472
  "name": "size",
341
473
  "type": "number"
474
+ },
475
+ {
476
+ "name": "customElements",
477
+ "type": "CustomElementRegistry | undefined"
478
+ },
479
+ {
480
+ "name": "registry",
481
+ "type": "CustomElementRegistry | undefined"
342
482
  }
343
483
  ],
344
484
  "events": [
@@ -351,6 +491,116 @@
351
491
  "description": "The custom event fired after this tearsheet is closed upon a user gesture."
352
492
  }
353
493
  ]
494
+ },
495
+ {
496
+ "name": "c4p-user-avatar",
497
+ "path": "./src/components/user-avatar/user-avatar.ts",
498
+ "description": "Useravatar.",
499
+ "attributes": [
500
+ {
501
+ "name": "tooltip-text",
502
+ "description": "Specify the text of the tooltip.\nCan be string"
503
+ },
504
+ {
505
+ "name": "tooltip-alignment",
506
+ "description": "Specify the alignment of the tooltip.",
507
+ "type": "string",
508
+ "default": "\"bottom\""
509
+ },
510
+ {
511
+ "name": "name",
512
+ "description": "When passing the name prop, either send the initials to be used or the user's full name. The first two capital letters of the user's name will be used as the name."
513
+ },
514
+ {
515
+ "name": "renderIcon",
516
+ "description": "Provide a custom icon to use if you need to use an icon other than the default one"
517
+ },
518
+ {
519
+ "name": "image",
520
+ "description": "When passing the image prop, supply a full path to the image to be displayed."
521
+ },
522
+ {
523
+ "name": "image-description",
524
+ "description": "When passing the image prop use the imageDescription prop to describe the image for screen reader."
525
+ },
526
+ {
527
+ "name": "background-color",
528
+ "description": "Provide the background color need to be set for UserAvatar.",
529
+ "type": "string",
530
+ "default": "\"order-1-cyan\""
531
+ },
532
+ {
533
+ "name": "theme",
534
+ "description": "Set theme in which the component will be rendered."
535
+ },
536
+ {
537
+ "name": "size",
538
+ "description": "Set the size of the avatar circle"
539
+ }
540
+ ],
541
+ "properties": [
542
+ {
543
+ "name": "tooltipText",
544
+ "attribute": "tooltip-text",
545
+ "description": "Specify the text of the tooltip.\nCan be string"
546
+ },
547
+ {
548
+ "name": "tooltipAlignment",
549
+ "attribute": "tooltip-alignment",
550
+ "description": "Specify the alignment of the tooltip.",
551
+ "type": "string",
552
+ "default": "\"bottom\""
553
+ },
554
+ {
555
+ "name": "name",
556
+ "attribute": "name",
557
+ "description": "When passing the name prop, either send the initials to be used or the user's full name. The first two capital letters of the user's name will be used as the name."
558
+ },
559
+ {
560
+ "name": "renderIcon",
561
+ "attribute": "renderIcon",
562
+ "description": "Provide a custom icon to use if you need to use an icon other than the default one"
563
+ },
564
+ {
565
+ "name": "image",
566
+ "attribute": "image",
567
+ "description": "When passing the image prop, supply a full path to the image to be displayed."
568
+ },
569
+ {
570
+ "name": "imageDescription",
571
+ "attribute": "image-description",
572
+ "description": "When passing the image prop use the imageDescription prop to describe the image for screen reader."
573
+ },
574
+ {
575
+ "name": "backgroundColor",
576
+ "attribute": "background-color",
577
+ "description": "Provide the background color need to be set for UserAvatar.",
578
+ "type": "string",
579
+ "default": "\"order-1-cyan\""
580
+ },
581
+ {
582
+ "name": "theme",
583
+ "attribute": "theme",
584
+ "description": "Set theme in which the component will be rendered."
585
+ },
586
+ {
587
+ "name": "styles",
588
+ "default": "\"styles\""
589
+ },
590
+ {
591
+ "name": "size",
592
+ "attribute": "size",
593
+ "description": "Set the size of the avatar circle"
594
+ },
595
+ {
596
+ "name": "customElements",
597
+ "type": "CustomElementRegistry | undefined"
598
+ },
599
+ {
600
+ "name": "registry",
601
+ "type": "CustomElementRegistry | undefined"
602
+ }
603
+ ]
354
604
  }
355
605
  ]
356
606
  }