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

@bpmn-io/form-js-carbon-styles

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/form-js-carbon-styles - npm Package Compare versions

Comparing version 1.6.4 to 1.7.0-alpha.0

6

package.json
{
"name": "@bpmn-io/form-js-carbon-styles",
"version": "1.6.4",
"version": "1.7.0-alpha.0",
"description": "Custom carbon styles for form-js",

@@ -21,3 +21,3 @@ "scripts": {

"devDependencies": {
"@bpmn-io/form-js-viewer": "^1.6.4",
"@bpmn-io/form-js-viewer": "^1.7.0-alpha.0",
"@carbon/elements": "^11.33.1",

@@ -29,3 +29,3 @@ "styled-components": "^6.1.1"

],
"gitHead": "81778692a8965f1bc6aadb3ff6a94df4202099e8"
"gitHead": "bd5c0a61044cb4378925784a826bf5b711a5c82b"
}

@@ -59,3 +59,8 @@ /**

.fjs-container .fjs-form-field.fjs-form-field-text .markup {
& {
font-size: var(--cds-body-long-01-font-size);
font-weight: var(--cds-body-long-01-font-weight);
line-height: var(--cds-body-long-01-line-height);
letter-spacing: var(--cds-body-long-01-letter-spacing);
& p {
font-size: var(--cds-body-long-01-font-size);

@@ -65,4 +70,5 @@ font-weight: var(--cds-body-long-01-font-weight);

letter-spacing: var(--cds-body-long-01-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}
& h1 {

@@ -73,2 +79,3 @@ font-size: var(--cds-productive-heading-06-font-size);

letter-spacing: var(--cds-productive-heading-06-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}

@@ -81,2 +88,3 @@

letter-spacing: var(--cds-productive-heading-05-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}

@@ -89,3 +97,5 @@

letter-spacing: var(--cds-productive-heading-04-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}
& h4 {

@@ -96,3 +106,5 @@ font-size: var(--cds-productive-heading-03-font-size);

letter-spacing: var(--cds-productive-heading-03-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}
& h5 {

@@ -103,3 +115,5 @@ font-size: var(--cds-productive-heading-02-font-size);

letter-spacing: var(--cds-productive-heading-02-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}
& h6 {

@@ -110,2 +124,3 @@ font-size: var(--cds-productive-heading-01-font-size);

letter-spacing: var(--cds-productive-heading-01-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}

@@ -120,2 +135,3 @@

white-space: pre-wrap;
margin-bottom: var(--cds-spacing-05);
}

@@ -129,2 +145,3 @@

letter-spacing: var(--cds-quotation-02-letter-spacing);
margin-bottom: var(--cds-spacing-05);
}

@@ -139,2 +156,3 @@

list-style: none;
margin-bottom: var(--cds-spacing-05);
}

@@ -170,2 +188,10 @@

}
pre {
margin-bottom: var(--cds-spacing-05);
}
div > :last-child {
margin-bottom: 0;
}
}

@@ -172,0 +198,0 @@ `;

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