@admin-layout/tailwind-ui 12.2.4-alpha.7 → 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.
@@ -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,sBA0HjC"}
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,sBAkH/B"}
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.7",
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",
@@ -90,5 +90,5 @@
90
90
  "typescript": {
91
91
  "definition": "lib/index.d.ts"
92
92
  },
93
- "gitHead": "4abb9cf29404c9ad8f6dac81875cd202ea7898dc"
93
+ "gitHead": "da1f916ce33fe036c9fd1b71e6eb18c69549cf92"
94
94
  }