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

@guillotinaweb/pastanaga-angular

Package Overview
Dependencies
Maintainers
7
Versions
409
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guillotinaweb/pastanaga-angular - npm Package Versions

1
41

2.65.4

Diff

Changelog

Source

2.65.4 (2024-03-19)

Bug fixes

  • Table: Prevent round corners for cells in the middle of the table
ebrehault
published 2.65.3 •

Changelog

Source

2.65.3 (2024-03-19)

Bug fixes

  • Table: Fix button height in table header

Improvements

  • Chip: Fix demo page where there was a closable chip in the basic examples
  • Table:
    • Add an option noBackground on both pa-table-header directive and pa-table-sortable-header component
    • Add an option border on the table
ebrehault
published 2.65.2 •

Changelog

Source

2.65.2 (2024-03-19)

Bug fixes

  • Chip: Fix button height in closeable chips
ebrehault
published 2.65.1 •

Changelog

Source

2.65.1 (2024-03-18)

Bug fixes

  • Button: fix alignment of text inside buttons in Chrome
ebrehault
published 2.65.0 •

Changelog

Source

2.65.0 (2024-03-18)

Breaking changes

  • Buttons: change how the buttons sizes are computed and update the tokens accordingly.
    • $dimension-button-{size} is renamed into $height-button-{size}. The button height is no longer depending on button’s padding and line-height, instead button’s height is defined by $dimension-button-{size} tokens.
    • $padding-button-{size} is renamed into $padding-sides-button-{size}. Vertical padding is no longer needed now button’s height is defined with a token.
    • $padding-button-icon-text-{size} is split into $padding-left-button-icon-text-{size} and $padding-right-button-icon-text-{size}.

Improvements

  • Toggle: tokenize toggle style, so it can be easily overridden
  • Buttons: add specific button border tokens for icon buttons
  • Chips: tokenize chip padding, so it can be easily overridden

Bug fixes

  • Text fields:
    • go back to normal border of fields, as the custom border top trick was not working well and preventing to use bigger border-radius
    • use same border-radius inside the input as in the field to prevent input background color to go over the borders
ebrehault
published 2.64.9 •

Changelog

Source

2.64.9 (2024-03-11)

Improvements

  • Card: tokenize card style, so it can be easily overridden
ebrehault
published 2.64.8 •

Changelog

Source

2.64.8 (2024-02-20)

Improvements

  • Expander:
    • Fix expander style to allow having a card expander inside a "normal" expander.
    • Fix expanded option to work on card expander (allowing to have the expander open by default also for card expander)
ebrehault
published 2.64.7 •

Changelog

Source

2.64.7 (2024-02-15)

Improvements

  • Security: Fix dependabot issues
ebrehault
published 2.64.6 •

Changelog

Source

2.64.6 (2024-02-12)

Bugfixes

  • Text field: when the field was programmatically disabled while the focus was in, the field still had the focus state (even though it didn't have the focus) when the field was then enabled again. To prevent this bug, we now call blur on the field on setDisableState method.
ebrehault
published 2.64.5 •

Changelog

Source

2.64.5 (2024-01-29)

Improvements

  • Textarea: add resizing event triggered by resizable textarea
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