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

@semcore/button

Package Overview
Dependencies
Maintainers
1
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/button - npm Package Compare versions

Comparing version 2.1.13 to 3.0.0

lib/cjs/Button.js

57

CHANGELOG.md

@@ -5,5 +5,58 @@ # Changelog

## [3.0.0] - 2020-05-29
### BREAK
- Изменения описаны в [migration guide](/internal/migration-guide)
## [2.5.1] - 2020-02-14
### Added
- [theme] Обновили стили `<Button use="tertiary">` для `sellerly`
## [2.5.0] - 2020-02-13
### Added
- Добавлена тема `sellerly`, фокус у контрола по умолчанию цвета `light-ultramarine`
## [2.4.1] - 2019-12-17
### Fixed
- Исправлен транспайл цветовых переменных для стилей без префиксов (build.css)
## [2.4.0] - 2019-12-12
### Added
- Появилась возможность добавления различных стилистических тем через css переменные
- Появилась возможность оптицонально подключать адаптивноссть
- Появилась возможность изолировать стили даже в пределах одной страницы
- Добавлено прокидываение классов на `Spin` внутри кнопки
### Changed
- Изменен алгоритм вставки стилей в head
### Removed
- Убраны относительные единицы измерения(rem), которые использовались для адаптивности
## [2.3.0] - 2019-11-14
### Added
- Добавлена адаптивность на маленьких экранах(<768px)
## [2.2.0] - 2019-09-30
### Added
- Добавлен `forwardRef` на компонент
## [2.1.13] - 2019-09-30
### Change
### Changed

@@ -20,3 +73,3 @@ - Нужные зависимости перенесены в `utils`, размер должен стать меньше

### Change
### Changed

@@ -23,0 +76,0 @@ - Обновлены `utils`

24

package.json
{
"name": "@semcore/button",
"description": "SEMRush Button Component",
"version": "2.1.13",
"main": "lib/index.js",
"module": "lib/index.es.js",
"typings": "lib/index.d.ts",
"version": "3.0.0",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/types/index.d.ts",
"author": "Roman Lysov <r.lysov@semrush.com>",
"license": "MIT",
"scripts": {
"build": "rollup --config=node:rollup-config-ts",
"test": "jest --no-cache"
"build": "build",
"test": "jest"
},
"dependencies": {
"@semcore/utils": "^3.1",
"@semcore/spin": "^2.0",
"@semcore/neighbor-location": "^1.0",
"@semcore/flex-box": "^3.1"
"@semcore/utils": "^3.15",
"@semcore/spin": "^3",
"@semcore/neighbor-location": "^2",
"@semcore/flex-box": "^4"
},
"peerDependencies": {
"@semcore/core": "^1",
"react": "^16.8"
},
"jest": {

@@ -21,0 +25,0 @@ "preset": "jest-preset-ui"

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