5htp-core 0.6.0-88 → 0.6.0-89
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/common/errors/index.tsx +7 -0
- package/package.json +1 -1
- package/types/icons.d.ts +1 -1
package/common/errors/index.tsx
CHANGED
|
@@ -20,9 +20,16 @@ export type TJsonError = {
|
|
|
20
20
|
} & TErrorDetails
|
|
21
21
|
|
|
22
22
|
type TErrorDetails = {
|
|
23
|
+
|
|
23
24
|
// Allow to identify the error catched (ex: displaying custop content, running custom actions, ...)
|
|
24
25
|
id?: string,
|
|
25
26
|
data?: {},
|
|
27
|
+
|
|
28
|
+
cta?: {
|
|
29
|
+
label: string,
|
|
30
|
+
link: string,
|
|
31
|
+
},
|
|
32
|
+
|
|
26
33
|
// For debugging
|
|
27
34
|
stack?: string,
|
|
28
35
|
origin?: string,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "5htp-core",
|
|
3
3
|
"description": "Convenient TypeScript framework designed for Performance and Productivity.",
|
|
4
|
-
"version": "0.6.0-
|
|
4
|
+
"version": "0.6.0-89",
|
|
5
5
|
"author": "Gaetan Le Gac (https://github.com/gaetanlegac)",
|
|
6
6
|
"repository": "git://github.com/gaetanlegac/5htp-core.git",
|
|
7
7
|
"license": "MIT",
|
package/types/icons.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type TIcones = "solid/spinner-third"|"long-arrow-right"|"traffic-light-stop"|"times-circle"|"search"|"
|
|
1
|
+
export type TIcones = "solid/spinner-third"|"long-arrow-right"|"traffic-light-stop"|"times-circle"|"search"|"times"|"brands/whatsapp"|"comment-alt"|"solid/download"|"angle-down"|"mouse-pointer"|"thumbs-up"|"dollar-sign"|"info-circle"|"check-circle"|"exclamation-circle"|"heart"|"bell"|"chart-bar"|"power-off"|"chart-line"|"lock"|"eye"|"credit-card"|"at"|"brands/linkedin"|"key"|"seedling"|"palette"|"car"|"plane"|"university"|"briefcase"|"hard-hat"|"graduation-cap"|"bolt"|"cogs"|"film"|"leaf"|"tshirt"|"utensils"|"globe"|"map-marked-alt"|"dumbbell"|"stethoscope"|"concierge-bell"|"book"|"shield-alt"|"gavel"|"industry"|"square-root-alt"|"newspaper"|"pills"|"medal"|"capsules"|"balance-scale"|"home"|"praying-hands"|"shopping-cart"|"flask"|"futbol"|"microchip"|"satellite-dish"|"shipping-fast"|"passport"|"tools"|"paper-plane"|"brands/google"|"check"|"database"|"brain"|"download"|"code"|"money-bill"|"bars"|"rocket"|"user-circle"|"plus-circle"|"brands/twitter"|"brands/facebook"|"books"|"box-full"|"planet-ringed"|"solid/heart"|"regular/heart"|"trash"|"meh-rolling-eyes"|"arrow-left"|"arrow-right"|"unlink"|"pen"|"bold"|"italic"|"underline"|"strikethrough"|"subscript"|"superscript"|"link"|"file"|"plus"|"font"|"empty-set"|"horizontal-rule"|"page-break"|"image"|"table"|"poll"|"columns"|"sticky-note"|"caret-right"|"align-left"|"align-center"|"align-right"|"align-justify"|"indent"|"outdent"|"list-ul"|"check-square"|"h1"|"h2"|"h3"|"h4"|"list-ol"|"paragraph"|"quote-left"
|