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
790
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.4.0-beta.3 to 1.4.0-beta.4

18

CHANGELOG.md

@@ -0,1 +1,19 @@

# [1.4.0-beta.4](http://bitbucket.org/thermsio/atalaya/compare/v1.4.0-beta.3...v1.4.0-beta.4) (2021-02-26)
### Bug Fixes
* **CORE-1249:** make PrioritySquare support margins ([4aba71c](http://bitbucket.org/thermsio/atalaya/commits/4aba71c4eed8d435a466aa6a555321dd29f477bb))
* **CORE-1249:** remove 'undefined' classes from final HTML ([6d2d08c](http://bitbucket.org/thermsio/atalaya/commits/6d2d08c20d1176e73438dbb07716b9fd4e5781dd))
* **CORE-1249:** remove DispatchUnassignedListItem ([940dbb6](http://bitbucket.org/thermsio/atalaya/commits/940dbb67b3b48247b2cdc063e00bb7d5577b22c8))
* **CORE-1249:** stop crash when providing an undefined class ([c84e635](http://bitbucket.org/thermsio/atalaya/commits/c84e6355bfc6f679b650931f5d68e99aa7af5270))
* **CORE-1249:** stop crash when rendering empty child on Inline ([abdd9f8](http://bitbucket.org/thermsio/atalaya/commits/abdd9f8990a650a48a98d3ecb3ae423494bf5394))
### Features
* **CORE-1249:** add semantic colors to borders ([de8816a](http://bitbucket.org/thermsio/atalaya/commits/de8816a971ab1e55716661159a7aa286953dc1be))
* **CORE-1249:** add sm prop to ActivityType ([2f0f070](http://bitbucket.org/thermsio/atalaya/commits/2f0f070babd893f639ef746abd5b90fd5050eb5c))
* **CORE-1249:** enable ActivityType to accept margins ([4d06a50](http://bitbucket.org/thermsio/atalaya/commits/4d06a50a387856b07656777d2329aa1609708784))
# [1.4.0-beta.3](http://bitbucket.org/thermsio/atalaya/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2021-02-26)

@@ -2,0 +20,0 @@

4

lib/components/atoms/ActivityType/index.d.ts
import React from 'react';
export interface ActivityTypeProps {
className?: string;
id: string;
name: string;
severity?: number;
sm: boolean;
}
declare const ActivityType: ({ name, severity, }: ActivityTypeProps) => React.ReactElement;
declare const ActivityType: ({ className, name, severity, sm, }: ActivityTypeProps) => React.ReactElement;
export default ActivityType;

@@ -5,3 +5,3 @@ import React from 'react';

declare const PrioritySquare: {
({ sm, type, }: SquareClassProps): React.ReactElement;
({ className, sm, type, }: SquareClassProps): React.ReactElement;
propTypes: {

@@ -8,0 +8,0 @@ type: PropTypes.Requireable<string>;

export interface SquareClassProps {
className?: string;
/** Semantic meaning of the square */

@@ -7,2 +8,2 @@ type?: 'low' | 'medium' | 'high' | 'info';

}
export declare const makeSquareClasses: ({ sm, type, }: SquareClassProps) => string;
export declare const makeSquareClasses: ({ className, sm, type, }: SquareClassProps) => string;

@@ -9,3 +9,2 @@ import configs from './configs';

import DateTime from './components/atoms/DateTime';
import DispatchUnassignedListItem from './modules/Dispatch/molecules/DispatchUnassignedListItem';
import Image from './components/atoms/Image';

@@ -17,2 +16,2 @@ import Inline from './layout/Inline';

import './styles/base.css';
export { ActivityType, Badge, Button, Card, Columns, configs, DateTime, DispatchUnassignedListItem, Image, Inline, PrioritySquare, Stack, Tag, tokens, };
export { ActivityType, Badge, Button, Card, Columns, configs, DateTime, Image, Inline, PrioritySquare, Stack, Tag, tokens, };

@@ -6,3 +6,3 @@ import React from 'react';

}
declare const Inline: (props: InlineProps) => React.ReactElement;
declare const Inline: (props: InlineProps) => React.ReactElement | null;
export default Inline;

@@ -11,2 +11,2 @@ import { Alignment, BaseLayoutProps, Justification, Spacing } from '../../types';

export declare const makeInlineClasses: ({ alignX, alignY, space, ...restOfProps }: InlineClassProps) => string;
export declare const makeInlineChildrenClasses: (space?: "base" | "lg" | "sm" | "xl" | "2xl" | "2xs" | "xs" | Spacing[] | undefined) => string | undefined;
export declare const makeInlineChildrenClasses: (space?: "sm" | "base" | "lg" | "xl" | "2xl" | "2xs" | "xs" | Spacing[] | undefined) => string | undefined;
export declare type Alignment = 'baseline' | 'center' | 'end' | 'start' | 'stretch';
export declare type ColumnWidth = '1/12' | '2/12' | '3/12' | '4/12' | '5/12' | '6/12' | '7/12' | '8/12' | '9/12' | '10/12' | '11/12' | 'content';
export declare type Background = 'background' | 'surface' | 'surface-strong' | 'surface-subtle';
export declare type BorderColor = 'border' | 'current' | 'transparent';
export declare type BorderColor = 'border' | 'current' | 'transparent' | 'actions-primary' | 'actions-secondary' | 'priority-low' | 'priority-medium' | 'priority-high';
export declare type BorderWidth = 'none' | 'default' | 'md' | 'lg' | 'xl';

@@ -6,0 +6,0 @@ export declare type Justification = 'around' | 'between' | 'center' | 'end' | 'evenly' | 'start';

{
"name": "@therms/atalaya",
"version": "1.4.0-beta.3",
"version": "1.4.0-beta.4",
"main": "./lib/cjs.js",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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