Socket
Socket
Sign inDemoInstall

former-kit-skin-pagarme

Package Overview
Dependencies
102
Maintainers
9
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

dist/icons/form-fields/secondary-dropdown/index.js

3

dist/icons/index.js

@@ -25,2 +25,4 @@ "use strict";

var UISecondaryDropdownForm = require('./form-fields/secondary-dropdown');
var UISidebar = require('./sidebar');

@@ -42,4 +44,5 @@

UIPagination: UIPagination,
UISecondaryDropdownForm: UISecondaryDropdownForm,
UISidebar: UISidebar,
UITable: UITable
};

@@ -9,3 +9,3 @@ "use strict";

var UIButton = require('./button/index.css');
var UIButton = require('./button/default/index.css');

@@ -56,2 +56,6 @@ var UICard = require('./card/index.css');

var UISecondaryButton = require('./button/secondary-button/index.css');
var UISecondaryDropdownForm = require('./form-fields/secondary-dropdown/index.css');
var UISecondaryLinearProgress = require('./linear-progress/secondary-linear-progress/index.css');

@@ -110,2 +114,4 @@

UIRadioGroup: UIRadioGroup,
UISecondaryButton: UISecondaryButton,
UISecondaryDropdownForm: UISecondaryDropdownForm,
UISecondaryLinearProgress: UISecondaryLinearProgress,

@@ -112,0 +118,0 @@ UISegmentedSwitch: UISegmentedSwitch,

2

package.json
{
"name": "former-kit-skin-pagarme",
"version": "1.7.0",
"version": "1.8.0",
"description": "A skin for former-kit based on Pagar.me's brand",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -12,2 +12,3 @@ const UIAvatar = require('./avatar')

const UIPagination = require('./pagination')
const UISecondaryDropdownForm = require('./form-fields/secondary-dropdown')
const UISidebar = require('./sidebar')

@@ -28,4 +29,5 @@ const UITable = require('./table')

UIPagination,
UISecondaryDropdownForm,
UISidebar,
UITable,
}
const UIAlert = require('./alert/index.css')
const UIAvatar = require('./avatar/index.css')
const UIBulletSteps = require('./bullet-steps/index.css')
const UIButton = require('./button/index.css')
const UIButton = require('./button/default/index.css')
const UICard = require('./card/index.css')

@@ -27,2 +27,4 @@ const UICheckbox = require('./checkbox/index.css')

const UIRadioGroup = require('./radio-group/index.css')
const UISecondaryButton = require('./button/secondary-button/index.css')
const UISecondaryDropdownForm = require('./form-fields/secondary-dropdown/index.css')
const UISecondaryLinearProgress = require('./linear-progress/secondary-linear-progress/index.css')

@@ -69,2 +71,4 @@ const UISegmentedSwitch = require('./segmented-switch/index.css')

UIRadioGroup,
UISecondaryButton,
UISecondaryDropdownForm,
UISecondaryLinearProgress,

@@ -71,0 +75,0 @@ UISegmentedSwitch,

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc