@carbon/ibm-products-web-components 0.12.0 → 0.13.0-rc.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.
Files changed (83) hide show
  1. package/custom-elements.json +126 -0
  2. package/es/components/full-page-error/assets/error403SVG.js +831 -0
  3. package/es/components/full-page-error/assets/error403SVG.js.map +1 -0
  4. package/es/components/full-page-error/assets/error404SVG.js +735 -0
  5. package/es/components/full-page-error/assets/error404SVG.js.map +1 -0
  6. package/es/components/full-page-error/assets/errorGenericSVG.js +830 -0
  7. package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
  8. package/es/components/full-page-error/full-page-error.d.ts +43 -0
  9. package/es/components/full-page-error/full-page-error.js +102 -0
  10. package/es/components/full-page-error/full-page-error.js.map +1 -0
  11. package/es/components/full-page-error/full-page-error.scss.js +13 -0
  12. package/es/components/full-page-error/full-page-error.scss.js.map +1 -0
  13. package/es/components/full-page-error/full-page-error.test.d.ts +7 -0
  14. package/es/components/full-page-error/full-page-error.test.js +103 -0
  15. package/es/components/full-page-error/full-page-error.test.js.map +1 -0
  16. package/es/components/full-page-error/index.d.ts +9 -0
  17. package/es/components/full-page-error/index.js +9 -0
  18. package/es/components/full-page-error/index.js.map +1 -0
  19. package/es/components/full-page-error/types.d.ts +13 -0
  20. package/es/components/full-page-error/types.js +24 -0
  21. package/es/components/full-page-error/types.js.map +1 -0
  22. package/es/components/tearsheet/story-styles.scss.js +13 -0
  23. package/es/components/tearsheet/story-styles.scss.js.map +1 -0
  24. package/es/components/tearsheet/tearsheet.test.d.ts +8 -1
  25. package/es/components/tearsheet/tearsheet.test.js +230 -71
  26. package/es/components/tearsheet/tearsheet.test.js.map +1 -1
  27. package/es/components/tearsheet/utils.d.ts +29 -0
  28. package/es/components/tearsheet/utils.js +294 -0
  29. package/es/components/tearsheet/utils.js.map +1 -0
  30. package/es/components/user-avatar/user-avatar.test.d.ts +1 -0
  31. package/es/components/user-avatar/user-avatar.test.js +128 -0
  32. package/es/components/user-avatar/user-avatar.test.js.map +1 -0
  33. package/es/index.d.ts +1 -0
  34. package/es/index.js +1 -0
  35. package/es/index.js.map +1 -1
  36. package/es/package.json.js +1 -1
  37. package/es-custom/components/full-page-error/assets/error403SVG.js +831 -0
  38. package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -0
  39. package/es-custom/components/full-page-error/assets/error404SVG.js +735 -0
  40. package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -0
  41. package/es-custom/components/full-page-error/assets/errorGenericSVG.js +830 -0
  42. package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
  43. package/es-custom/components/full-page-error/full-page-error.d.ts +43 -0
  44. package/es-custom/components/full-page-error/full-page-error.js +102 -0
  45. package/es-custom/components/full-page-error/full-page-error.js.map +1 -0
  46. package/es-custom/components/full-page-error/full-page-error.scss.js +13 -0
  47. package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -0
  48. package/es-custom/components/full-page-error/full-page-error.test.d.ts +7 -0
  49. package/es-custom/components/full-page-error/full-page-error.test.js +103 -0
  50. package/es-custom/components/full-page-error/full-page-error.test.js.map +1 -0
  51. package/es-custom/components/full-page-error/index.d.ts +9 -0
  52. package/es-custom/components/full-page-error/index.js +9 -0
  53. package/es-custom/components/full-page-error/index.js.map +1 -0
  54. package/es-custom/components/full-page-error/types.d.ts +13 -0
  55. package/es-custom/components/full-page-error/types.js +24 -0
  56. package/es-custom/components/full-page-error/types.js.map +1 -0
  57. package/es-custom/components/tearsheet/story-styles.scss.js +13 -0
  58. package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -0
  59. package/es-custom/components/tearsheet/tearsheet.test.d.ts +8 -1
  60. package/es-custom/components/tearsheet/tearsheet.test.js +230 -71
  61. package/es-custom/components/tearsheet/tearsheet.test.js.map +1 -1
  62. package/es-custom/components/tearsheet/utils.d.ts +29 -0
  63. package/es-custom/components/tearsheet/utils.js +294 -0
  64. package/es-custom/components/tearsheet/utils.js.map +1 -0
  65. package/es-custom/components/user-avatar/user-avatar.test.d.ts +1 -0
  66. package/es-custom/components/user-avatar/user-avatar.test.js +128 -0
  67. package/es-custom/components/user-avatar/user-avatar.test.js.map +1 -0
  68. package/es-custom/index.d.ts +1 -0
  69. package/es-custom/index.js +1 -0
  70. package/es-custom/index.js.map +1 -1
  71. package/es-custom/package.json.js +1 -1
  72. package/lib/components/full-page-error/full-page-error.d.ts +43 -0
  73. package/lib/components/full-page-error/full-page-error.test.d.ts +7 -0
  74. package/lib/components/full-page-error/index.d.ts +9 -0
  75. package/lib/components/full-page-error/types.d.ts +13 -0
  76. package/lib/components/tearsheet/tearsheet.test.d.ts +8 -1
  77. package/lib/components/tearsheet/utils.d.ts +29 -0
  78. package/lib/components/user-avatar/user-avatar.test.d.ts +1 -0
  79. package/lib/index.d.ts +1 -0
  80. package/package.json +5 -4
  81. package/scss/components/full-page-error/full-page-error.scss +29 -0
  82. package/scss/components/full-page-error/story-styles.scss +24 -0
  83. package/scss/components/user-avatar/user-avatar.scss +1 -1
@@ -125,6 +125,132 @@
125
125
  }
126
126
  ]
127
127
  },
128
+ {
129
+ "name": "c4p-full-page-error",
130
+ "path": "./src/components/full-page-error/full-page-error.ts",
131
+ "description": "FullPageError.",
132
+ "attributes": [
133
+ {
134
+ "name": "label",
135
+ "description": "Sets the label text",
136
+ "type": "string",
137
+ "default": "\"Error Label\""
138
+ },
139
+ {
140
+ "name": "description",
141
+ "description": "Sets the description text",
142
+ "type": "string | undefined"
143
+ },
144
+ {
145
+ "name": "kind",
146
+ "description": "Sets what kind of error it is. '404' | '403' | 'custom'",
147
+ "type": "Kind",
148
+ "default": "\"custom\""
149
+ },
150
+ {
151
+ "name": "title",
152
+ "description": "Sets the title text",
153
+ "type": "string",
154
+ "default": "\"Title\""
155
+ }
156
+ ],
157
+ "properties": [
158
+ {
159
+ "name": "styles",
160
+ "default": "\"styles\""
161
+ },
162
+ {
163
+ "name": "label",
164
+ "attribute": "label",
165
+ "description": "Sets the label text",
166
+ "type": "string",
167
+ "default": "\"Error Label\""
168
+ },
169
+ {
170
+ "name": "description",
171
+ "attribute": "description",
172
+ "description": "Sets the description text",
173
+ "type": "string | undefined"
174
+ },
175
+ {
176
+ "name": "kind",
177
+ "attribute": "kind",
178
+ "description": "Sets what kind of error it is. '404' | '403' | 'custom'",
179
+ "type": "Kind",
180
+ "default": "\"custom\""
181
+ },
182
+ {
183
+ "name": "title",
184
+ "attribute": "title",
185
+ "description": "Sets the title text",
186
+ "type": "string",
187
+ "default": "\"Title\""
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "name": "elementName",
193
+ "path": "./src/components/full-page-error/full-page-error.ts",
194
+ "description": "FullPageError.",
195
+ "attributes": [
196
+ {
197
+ "name": "label",
198
+ "description": "Sets the label text",
199
+ "type": "string",
200
+ "default": "\"Error Label\""
201
+ },
202
+ {
203
+ "name": "description",
204
+ "description": "Sets the description text",
205
+ "type": "string | undefined"
206
+ },
207
+ {
208
+ "name": "kind",
209
+ "description": "Sets what kind of error it is. '404' | '403' | 'custom'",
210
+ "type": "Kind",
211
+ "default": "\"custom\""
212
+ },
213
+ {
214
+ "name": "title",
215
+ "description": "Sets the title text",
216
+ "type": "string",
217
+ "default": "\"Title\""
218
+ }
219
+ ],
220
+ "properties": [
221
+ {
222
+ "name": "styles",
223
+ "default": "\"styles\""
224
+ },
225
+ {
226
+ "name": "label",
227
+ "attribute": "label",
228
+ "description": "Sets the label text",
229
+ "type": "string",
230
+ "default": "\"Error Label\""
231
+ },
232
+ {
233
+ "name": "description",
234
+ "attribute": "description",
235
+ "description": "Sets the description text",
236
+ "type": "string | undefined"
237
+ },
238
+ {
239
+ "name": "kind",
240
+ "attribute": "kind",
241
+ "description": "Sets what kind of error it is. '404' | '403' | 'custom'",
242
+ "type": "Kind",
243
+ "default": "\"custom\""
244
+ },
245
+ {
246
+ "name": "title",
247
+ "attribute": "title",
248
+ "description": "Sets the title text",
249
+ "type": "string",
250
+ "default": "\"Title\""
251
+ }
252
+ ]
253
+ },
128
254
  {
129
255
  "name": "c4p-side-panel",
130
256
  "path": "./src/components/side-panel/side-panel.ts",