@carbon/ibm-products-web-components 0.12.0-rc.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.
- package/custom-elements.json +126 -0
- package/es/components/full-page-error/assets/error403SVG.js +831 -0
- package/es/components/full-page-error/assets/error403SVG.js.map +1 -0
- package/es/components/full-page-error/assets/error404SVG.js +735 -0
- package/es/components/full-page-error/assets/error404SVG.js.map +1 -0
- package/es/components/full-page-error/assets/errorGenericSVG.js +830 -0
- package/es/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
- package/es/components/full-page-error/full-page-error.d.ts +43 -0
- package/es/components/full-page-error/full-page-error.js +102 -0
- package/es/components/full-page-error/full-page-error.js.map +1 -0
- package/es/components/full-page-error/full-page-error.scss.js +13 -0
- package/es/components/full-page-error/full-page-error.scss.js.map +1 -0
- package/es/components/full-page-error/full-page-error.test.d.ts +7 -0
- package/es/components/full-page-error/full-page-error.test.js +103 -0
- package/es/components/full-page-error/full-page-error.test.js.map +1 -0
- package/es/components/full-page-error/index.d.ts +9 -0
- package/es/components/full-page-error/index.js +9 -0
- package/es/components/full-page-error/index.js.map +1 -0
- package/es/components/full-page-error/types.d.ts +13 -0
- package/es/components/full-page-error/types.js +24 -0
- package/es/components/full-page-error/types.js.map +1 -0
- package/es/components/tearsheet/story-styles.scss.js +13 -0
- package/es/components/tearsheet/story-styles.scss.js.map +1 -0
- package/es/components/tearsheet/tearsheet.test.d.ts +8 -1
- package/es/components/tearsheet/tearsheet.test.js +230 -71
- package/es/components/tearsheet/tearsheet.test.js.map +1 -1
- package/es/components/tearsheet/utils.d.ts +29 -0
- package/es/components/tearsheet/utils.js +294 -0
- package/es/components/tearsheet/utils.js.map +1 -0
- package/es/components/user-avatar/user-avatar.test.d.ts +1 -0
- package/es/components/user-avatar/user-avatar.test.js +128 -0
- package/es/components/user-avatar/user-avatar.test.js.map +1 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.js.map +1 -1
- package/es/package.json.js +1 -1
- package/es-custom/components/full-page-error/assets/error403SVG.js +831 -0
- package/es-custom/components/full-page-error/assets/error403SVG.js.map +1 -0
- package/es-custom/components/full-page-error/assets/error404SVG.js +735 -0
- package/es-custom/components/full-page-error/assets/error404SVG.js.map +1 -0
- package/es-custom/components/full-page-error/assets/errorGenericSVG.js +830 -0
- package/es-custom/components/full-page-error/assets/errorGenericSVG.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.d.ts +43 -0
- package/es-custom/components/full-page-error/full-page-error.js +102 -0
- package/es-custom/components/full-page-error/full-page-error.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.scss.js +13 -0
- package/es-custom/components/full-page-error/full-page-error.scss.js.map +1 -0
- package/es-custom/components/full-page-error/full-page-error.test.d.ts +7 -0
- package/es-custom/components/full-page-error/full-page-error.test.js +103 -0
- package/es-custom/components/full-page-error/full-page-error.test.js.map +1 -0
- package/es-custom/components/full-page-error/index.d.ts +9 -0
- package/es-custom/components/full-page-error/index.js +9 -0
- package/es-custom/components/full-page-error/index.js.map +1 -0
- package/es-custom/components/full-page-error/types.d.ts +13 -0
- package/es-custom/components/full-page-error/types.js +24 -0
- package/es-custom/components/full-page-error/types.js.map +1 -0
- package/es-custom/components/tearsheet/story-styles.scss.js +13 -0
- package/es-custom/components/tearsheet/story-styles.scss.js.map +1 -0
- package/es-custom/components/tearsheet/tearsheet.test.d.ts +8 -1
- package/es-custom/components/tearsheet/tearsheet.test.js +230 -71
- package/es-custom/components/tearsheet/tearsheet.test.js.map +1 -1
- package/es-custom/components/tearsheet/utils.d.ts +29 -0
- package/es-custom/components/tearsheet/utils.js +294 -0
- package/es-custom/components/tearsheet/utils.js.map +1 -0
- package/es-custom/components/user-avatar/user-avatar.test.d.ts +1 -0
- package/es-custom/components/user-avatar/user-avatar.test.js +128 -0
- package/es-custom/components/user-avatar/user-avatar.test.js.map +1 -0
- package/es-custom/index.d.ts +1 -0
- package/es-custom/index.js +1 -0
- package/es-custom/index.js.map +1 -1
- package/es-custom/package.json.js +1 -1
- package/lib/components/full-page-error/full-page-error.d.ts +43 -0
- package/lib/components/full-page-error/full-page-error.test.d.ts +7 -0
- package/lib/components/full-page-error/index.d.ts +9 -0
- package/lib/components/full-page-error/types.d.ts +13 -0
- package/lib/components/tearsheet/tearsheet.test.d.ts +8 -1
- package/lib/components/tearsheet/utils.d.ts +29 -0
- package/lib/components/user-avatar/user-avatar.test.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/package.json +5 -4
- package/scss/components/full-page-error/full-page-error.scss +29 -0
- package/scss/components/full-page-error/story-styles.scss +24 -0
- package/scss/components/user-avatar/user-avatar.scss +1 -1
package/custom-elements.json
CHANGED
@@ -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",
|