@spektre/veil 0.1.4 → 0.1.5

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/dist/index.esm.js CHANGED
@@ -135,8 +135,6 @@ const SecurityGate = ({ apiKey, children, config, fallback, loadingComponent, })
135
135
  React.createElement("div", { style: styles.orangeGlowLeft }),
136
136
  React.createElement("div", { style: styles.orangeGlowRight })),
137
137
  React.createElement("div", { style: styles.content },
138
- React.createElement("div", { style: styles.logoContainer },
139
- React.createElement("img", { src: "/image.png", alt: "Spektre", style: styles.logo })),
140
138
  React.createElement("h2", { style: styles.errorTitle }, "Security Protection Required"),
141
139
  React.createElement("p", { style: styles.errorMessage }, "This application requires Spektre security protection to run safely."),
142
140
  React.createElement("p", { style: styles.errorDetails }, state.error || 'Unable to verify application security'),
@@ -317,16 +315,6 @@ const styles = {
317
315
  position: 'relative',
318
316
  zIndex: 10,
319
317
  },
320
- logoContainer: {
321
- marginBottom: '2rem',
322
- display: 'flex',
323
- justifyContent: 'center',
324
- },
325
- logo: {
326
- width: '56px',
327
- height: '56px',
328
- objectFit: 'contain',
329
- },
330
318
  title: {
331
319
  fontSize: '1.75rem',
332
320
  fontWeight: '600',
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.js CHANGED
@@ -137,8 +137,6 @@ const SecurityGate = ({ apiKey, children, config, fallback, loadingComponent, })
137
137
  React.createElement("div", { style: styles.orangeGlowLeft }),
138
138
  React.createElement("div", { style: styles.orangeGlowRight })),
139
139
  React.createElement("div", { style: styles.content },
140
- React.createElement("div", { style: styles.logoContainer },
141
- React.createElement("img", { src: "/image.png", alt: "Spektre", style: styles.logo })),
142
140
  React.createElement("h2", { style: styles.errorTitle }, "Security Protection Required"),
143
141
  React.createElement("p", { style: styles.errorMessage }, "This application requires Spektre security protection to run safely."),
144
142
  React.createElement("p", { style: styles.errorDetails }, state.error || 'Unable to verify application security'),
@@ -319,16 +317,6 @@ const styles = {
319
317
  position: 'relative',
320
318
  zIndex: 10,
321
319
  },
322
- logoContainer: {
323
- marginBottom: '2rem',
324
- display: 'flex',
325
- justifyContent: 'center',
326
- },
327
- logo: {
328
- width: '56px',
329
- height: '56px',
330
- objectFit: 'contain',
331
- },
332
320
  title: {
333
321
  fontSize: '1.75rem',
334
322
  fontWeight: '600',
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spektre/veil",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "Security and monitoring wrapper for React apps built with AI tools",
6
6
  "main": "dist/index.js",