@admin-layout/tailwind-ui 12.2.4-alpha.6 → 12.2.4-alpha.9
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/lib/components/ErrorHandlers/RemixErrorBoundary.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/RemixErrorBoundary.js +4 -0
- package/lib/components/ErrorHandlers/RemixErrorBoundary.js.map +1 -1
- package/lib/components/ErrorHandlers/SPAErrorBoundary.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/SPAErrorBoundary.js +4 -0
- package/lib/components/ErrorHandlers/SPAErrorBoundary.js.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemixErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"RemixErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,sBAwIjC"}
|
|
@@ -29,6 +29,8 @@ function RemixErrorBoundary() {
|
|
|
29
29
|
className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100"
|
|
30
30
|
}, React.createElement("svg", {
|
|
31
31
|
className: "h-8 w-8 text-red-500",
|
|
32
|
+
width: "32",
|
|
33
|
+
height: "32",
|
|
32
34
|
fill: "none",
|
|
33
35
|
viewBox: "0 0 24 24",
|
|
34
36
|
stroke: "currentColor"
|
|
@@ -97,6 +99,8 @@ function RemixErrorBoundary() {
|
|
|
97
99
|
className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100"
|
|
98
100
|
}, React.createElement("svg", {
|
|
99
101
|
className: "h-8 w-8 text-red-500",
|
|
102
|
+
width: "32",
|
|
103
|
+
height: "32",
|
|
100
104
|
fill: "none",
|
|
101
105
|
viewBox: "0 0 24 24",
|
|
102
106
|
stroke: "currentColor"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemixErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAWG;AACH
|
|
1
|
+
{"version":3,"file":"RemixErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;AAWG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPAErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"SPAErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,gBAAgB,sBAoI/B"}
|
|
@@ -41,6 +41,8 @@ function SPAErrorBoundary() {
|
|
|
41
41
|
className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100"
|
|
42
42
|
}, React.createElement("svg", {
|
|
43
43
|
className: "h-8 w-8 text-red-500",
|
|
44
|
+
width: "32",
|
|
45
|
+
height: "32",
|
|
44
46
|
fill: "none",
|
|
45
47
|
viewBox: "0 0 24 24",
|
|
46
48
|
stroke: "currentColor"
|
|
@@ -81,6 +83,8 @@ function SPAErrorBoundary() {
|
|
|
81
83
|
className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100"
|
|
82
84
|
}, React.createElement("svg", {
|
|
83
85
|
className: "h-8 w-8 text-red-500",
|
|
86
|
+
width: "32",
|
|
87
|
+
height: "32",
|
|
84
88
|
fill: "none",
|
|
85
89
|
viewBox: "0 0 24 24",
|
|
86
90
|
stroke: "currentColor"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPAErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAkBG;AACH
|
|
1
|
+
{"version":3,"file":"SPAErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;AAkBG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/tailwind-ui",
|
|
3
|
-
"version": "12.2.4-alpha.
|
|
3
|
+
"version": "12.2.4-alpha.9",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"watch": "npm run build:lib:watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@admin-layout/client": "12.2.4-alpha.
|
|
32
|
+
"@admin-layout/client": "12.2.4-alpha.7",
|
|
33
33
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
34
34
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
35
35
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"typescript": {
|
|
91
91
|
"definition": "lib/index.d.ts"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "da1f916ce33fe036c9fd1b71e6eb18c69549cf92"
|
|
94
94
|
}
|