Socket
Socket
Sign inDemoInstall

@fabric-ds/component-classes

Package Overview
Dependencies
0
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.34 to 0.0.35

11

index.js

@@ -150,4 +150,6 @@ export const slider = {

const prefixSuffixWrapperBase = 'absolute top-0 bottom-0 hover:text-aqua-400 flex justify-center items-center focus-ring ';
export const suffix = {
wrapper: 'absolute right-0 top-0 bottom-0 hover:text-aqua-400 flex justify-center items-center focus-ring',
wrapper: prefixSuffixWrapperBase + 'right-0',
wrapperWithLabel: 'w-max pr-12',

@@ -157,1 +159,8 @@ wrapperWithIcon: 'w-40',

}
export const prefix = {
wrapper: prefixSuffixWrapperBase + 'left-0',
wrapperWithLabel: 'w-max pl-12',
wrapperWithIcon: 'w-40',
label: 'field-label pb-0 text-secondary text-12'
}

4

package.json
{
"name": "@fabric-ds/component-classes",
"version": "0.0.34",
"version": "0.0.35",
"type": "module",

@@ -17,3 +17,3 @@ "main": "index.js",

},
"gitHead": "57744209c01bf08c24f9e4311795860c62b74636"
"gitHead": "2917dedfbf060393d2b4ef5949a663c2da61427b"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc