New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@therms/atalaya

Package Overview
Dependencies
Maintainers
2
Versions
789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/atalaya - npm Package Compare versions

Comparing version 1.1.0-beta.38 to 1.1.0-beta.39

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# [1.1.0-beta.39](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.38...v1.1.0-beta.39) (2021-02-18)
### Bug Fixes
* **CORE-1219:** add horizontal alignment prop to Inline component ([a66ab86](http://bitbucket.org/thermsio/atalaya/commits/a66ab86791f671daffeb0bd55fe5ff8d7f73a887))
* **CORE-1219:** tweak tag styling ([234c2d6](http://bitbucket.org/thermsio/atalaya/commits/234c2d6628d688a9b70a27405f3284d1548ce2e1))
### Features
* **CORE-1219:** add ability to skip breakpoints while defining props as an array ([10e3eba](http://bitbucket.org/thermsio/atalaya/commits/10e3eba47beb4fd98bfca62b70ea746350520228))
* **CORE-1219:** add inline component ([d0429ac](http://bitbucket.org/thermsio/atalaya/commits/d0429ac4449faf11e2ff90cc2a7fcdf311906f43))
* **CORE-1219:** add inline documentation WIP ([a901e68](http://bitbucket.org/thermsio/atalaya/commits/a901e68df84ad3084ca12aadf7a31bfa0945b1f2))
* **CORE-1219:** add layout components description ([40d609c](http://bitbucket.org/thermsio/atalaya/commits/40d609c28622c62b8e3d2213752ca20949ae5c2d))
* **CORE-1219:** update stack component ([ea20d3c](http://bitbucket.org/thermsio/atalaya/commits/ea20d3cdedeb0ab03bb3de720279db340bf93b55))
# [1.1.0-beta.38](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.37...v1.1.0-beta.38) (2021-02-17)

@@ -2,0 +19,0 @@

2

lib/cjs.js

@@ -650,3 +650,3 @@ 'use strict';

var _b = _a.type, type = _b === void 0 ? 'secondary' : _b;
var classes = classnames('font-bold inline px-xs rounded-md text-color-semantic text-sm', {
var classes = classnames('font-bold inline p-2xs rounded-md text-color-semantic text-sm', {
'bg-action-primary': type === 'primary',

@@ -653,0 +653,0 @@ 'bg-action-secondary': type === 'secondary',

@@ -641,3 +641,3 @@ import React, { useMemo, createElement } from 'react';

var _b = _a.type, type = _b === void 0 ? 'secondary' : _b;
var classes = classnames('font-bold inline px-xs rounded-md text-color-semantic text-sm', {
var classes = classnames('font-bold inline p-2xs rounded-md text-color-semantic text-sm', {
'bg-action-primary': type === 'primary',

@@ -644,0 +644,0 @@ 'bg-action-secondary': type === 'secondary',

{
"name": "@therms/atalaya",
"version": "1.1.0-beta.38",
"version": "1.1.0-beta.39",
"main": "./lib/cjs.js",

@@ -5,0 +5,0 @@ "module": "./lib/index.js",

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