Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/prism

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/prism - npm Package Compare versions

Comparing version 6.0.15 to 6.0.16

5

cjs/Prism/CopyIcon.js

@@ -13,7 +13,6 @@ 'use strict';

return /* @__PURE__ */ React__default.createElement("svg", {
width: "1rem",
height: "1rem",
viewBox: "0 0 15 15",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
xmlns: "http://www.w3.org/2000/svg",
style: { width: "1rem", height: "1rem" }
}, copied ? /* @__PURE__ */ React__default.createElement("path", {

@@ -20,0 +19,0 @@ d: "M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z",

6

cjs/Prism/Prism.styles.js

@@ -21,4 +21,6 @@ 'use strict';

padding: `${theme.spacing.sm} 0`,
marginTop: 0,
marginBottom: 0
"&.mantine-Prism-code": {
marginTop: 0,
marginBottom: 0
}
},

@@ -25,0 +27,0 @@ copy: {

@@ -5,7 +5,6 @@ import React from 'react';

return /* @__PURE__ */ React.createElement("svg", {
width: "1rem",
height: "1rem",
viewBox: "0 0 15 15",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
xmlns: "http://www.w3.org/2000/svg",
style: { width: "1rem", height: "1rem" }
}, copied ? /* @__PURE__ */ React.createElement("path", {

@@ -12,0 +11,0 @@ d: "M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z",

@@ -17,4 +17,6 @@ import { createStyles, rem } from '@mantine/core';

padding: `${theme.spacing.sm} 0`,
marginTop: 0,
marginBottom: 0
"&.mantine-Prism-code": {
marginTop: 0,
marginBottom: 0
}
},

@@ -21,0 +23,0 @@ copy: {

{
"name": "@mantine/prism",
"description": "Code highlight with Mantine theme",
"version": "6.0.15",
"version": "6.0.16",
"main": "cjs/index.js",

@@ -32,4 +32,4 @@ "module": "esm/index.js",

"peerDependencies": {
"@mantine/core": "6.0.15",
"@mantine/hooks": "6.0.15",
"@mantine/core": "6.0.16",
"@mantine/hooks": "6.0.16",
"react": ">=16.8.0",

@@ -40,5 +40,5 @@ "react-dom": ">=16.8.0"

"prism-react-renderer": "^1.2.1",
"@mantine/utils": "6.0.15"
"@mantine/utils": "6.0.16"
},
"devDependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc