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

@clayui/pagination-bar

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/pagination-bar - npm Package Versions

1
15

3.31.0

Diff

Changelog

Source

3.31.0 (2021-06-30)

Bug Fixes

  • @clayui/card: spritemap should be optional (18c11a7)
  • @clayui/css: Links convert variables to use nested Sass map pattern (1a9d654)
  • @clayui/css: Mixin Links don't use nested setters. The setter function takes an Argslist now, we can pass any number of Sass maps with one function call (dfa1ea2)
  • @clayui/css: Removes nested setter functions, only need to call it once. See https://github.com/liferay/clay/issues/4076. (e2db591)
  • @clayui/layout: ContentCol should use autofit-col-end instead of autofit-col-float-end (a3811d8)
  • @clayui/list: fix error when building types (b20f62c)
  • @clayui/pagination-bar: spritemap should be optional (38638e5)
  • @clayui/toolbar: spritemap should be optional (77a6216)

Features

  • @clayui/css: Add square-hole-multi SVG icon (205046c)
  • @clayui/css: SVG Icons adds search-experiences.svg (39ae51d)
  • @clayui/list: Add forwardRef to ClayList components (6dbccf7)
matuzalemteles
published 3.30.0 •

Changelog

Source

3.30.0 (2021-06-16)

Bug Fixes

  • @clayui/css: Mixins clay-panel-variant updates mixin to use nested maps pattern (ea0c66a)
  • @clayui/css: Modal and Cadmin Modal make .modal-body.inline-scroller max-height: 320px (815d6d4), closes #4113
  • @clayui/css: Panel adjust spacing for panel-unstyled to prevent visual jump on close. (9dec5b6)
  • @clayui/css: Panel and Cadmin Panel update variables that use clay-panel-variant mixin to use newest keys, The old keys still work and will win over new keys. (ea4bffb)
  • @clayui/css: Reboot and Cadmin Reboot removes negative tabindex rule that removes default focus outline due to keyboard navigation accessibility issues. tabindex="-1" can still be focused programmatically. (9e52cfb), closes #4124
  • @clayui/nav: Adjust condition, to avoid set Boolean values in className property (e3af0e3), closes #4120

Features

  • @clayui/drop-down: Allow the menu to be toggled (8d09d29), closes #4103
  • @clayui/nav: Add an optional type to Label property in Vertical Component (fa64c1d), closes #4121
matuzalemteles
published 3.29.0 •

Changelog

Source

3.29.0 (2021-05-28)

Bug Fixes

  • @clayui/css: Global Functions update setter to accept more than 2 variables (e.g., setter($var1, $var2, $var3, $var4, $var5)) (2a923f0), closes #4076
  • @clayui/css: Mixins clay-aspect-ratio-item-variant and clay-aspect-ratio-variant convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (d4680a9), closes #4085
  • @clayui/css: Mixins Card convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (a2e6d34), closes #4088
  • @clayui/drop-down: fixes error when closing the contextual menu (8bdfa79)
  • @clayui/drop-down: stops closing the drop-down when the focus is inside the sub portal (cc57b72)
  • @clayui/table: Fixes lint error (9dec4a4)

Features

  • @clayui/css: Adds the block SVG icon (96dabe4)
  • @clayui/drop-down: add the new contextual type to create a cascading menu (63960b2)
  • @clayui/drop-down: Make it possible to render dividers (51a46d5)
  • @clayui/shared: Add MouseSafeArea to the contextual menu (7824f16)
  • @clayui/table: Adds the noWrap prop to ClayTable.Cell (da88293)
matuzalemteles
published 3.28.0 •

Changelog

Source

3.28.0 (2021-05-19)

Bug Fixes

  • @clayui/css: Cadmin Alert adds .cadmin.alert-container selector (a104844)
  • @clayui/css: Cadmin Badges remove unused components inline-item and badge-pill (46868c7)
  • @clayui/css: Cadmin Button Groups remove unused components dropdown-toggle-split and btn-group-toggle (3fef3d5)
  • @clayui/css: Cadmin Cards remove unused components card-header-tabs, card-header-pills, card-deck, card-group, card-columns, accordion (06bdb00)
  • @clayui/css: Cadmin Dropdown remove unused component dropdown in navbar (e062006)
  • @clayui/css: Cadmin Form Validation remove unused components HTML 5 form validation (8cb7a19)
  • @clayui/css: Cadmin Forms remove unused components col-form-label, col-form-label-lg, col-form-label-sm, form-row, form-inline (81e1f4f)
  • @clayui/css: Cadmin Icons remove unused components lexicon-icon-sm, lexicon-icon-lg, lexicon-icon-xl (f0ee8fc)
  • @clayui/css: Cadmin Input Group remove styles related to custom-select, custom-file (cdf23e7)
  • @clayui/css: Cadmin Labels remove deprecated component inline-item (9ed5291)
  • @clayui/css: Cadmin List Group remove unused component list-group-horizontal (0b7f427)
  • @clayui/css: Cadmin merge Atlas variables with Cadmin base variables, we don't need two themes here (0eb6d29)
  • @clayui/css: Cadmin Modals remove unused component modal-dialog-scrollable (130dc5c)
  • @clayui/css: Cadmin move _reboot out of scoping selector, attribution text is causing empty selector to be output (ad36b85)
  • @clayui/css: Cadmin Navs remove unused component nav-pills (d27a7a1)
  • @clayui/css: Cadmin port changes to Clay CSS that were made before Cadmin got merged: #3998, #4002, #4040, #4055, #4056, #4060 (240bbc4), closes #4064
  • @clayui/css: Cadmin re-add widths for menubar and SF. Not sure what happened. (9142345)
  • @clayui/css: Cadmin remove unused components custom-switch, custom-select, custom-file, custom-range (fc447e2)
  • @clayui/css: Cadmin removes Atlas variables (4af356f)
  • @clayui/css: Cadmin removes components _root, _carousel, _jumbotron, _spinners, _toasts, _media, _application-bar, _drilldown, and _timelines. They are not used for Admin controls. (9ddeaed)
  • @clayui/css: Cadmin removes Sass docs comments (62e5541)
  • @clayui/css: Cadmin removes variables related to unused components (7ec35dc)
  • @clayui/css: Cadmin Side Navigation remove unused component container-fluid-1280 (41d8b50)
  • @clayui/css: Cadmin theme use selector .cadmin.component for components that render inside react portals. It's too difficult to put cadmin on the parent element. (640a662)
  • @clayui/css: Cadmin update Sass maps that use clay-select-variant to use new keys (c782615)
  • @clayui/css: Cadmin Utilities display utilities should also have .cadmin.d-{display} (4bb7a0a)
  • @clayui/css: Input Groups add btn-monospaced support for buttons inside input-group-inset-item (0d31b54), closes #4049
  • @clayui/css: Labels convert variables to use new Sass map keys (dcfc7c3)
  • @clayui/css: Management Bar Search button should be properly aligned in mobile view (1c3f583)
  • @clayui/css: Mixins border-radius shouldn't output the default radius if a null parameter is passed (42241df), closes #4066
  • @clayui/css: Mixins clay-label-size and clay-label-variant convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (2123fdf), closes #4069
  • @clayui/css: Mixins clay-nav-variant convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. (3fa114a), closes #4071
  • @clayui/css: Mixins clay-select-variant update to use clay-css pattern, also deprecated keys should win over new keys (65ad45e)
  • @clayui/css: Mixins border-radius should use custom value first (5d30ab2)
  • @clayui/css: Restore default padding-left on ul, ol, dl that are undone by cadmin (1db5db7)
  • @clayui/css: Subnav Tbar labels should have $font-weight-normal by default (e1e36a6)
  • @clayui/css: Toggle Switch should be 48px wide (6735e54)

Features

  • @clayui/color-picker: Add the new DropDownContainerProps API (ac51bdd)
  • @clayui/css: Add form-extensions SVG icon (3061a9a)
  • @clayui/css: Add SVG icons chatbot and signature (7966c62)
  • @clayui/css: Cadmin theme convert rem values to px (2e33149)
  • @clayui/css: Created scoped version of Clay CSS for admin style isolation and prefix variables with $cadmin- (f1ae440)
  • @clayui/css: Functions and Mixins update to accept Clay CSS variables, Cadmin variables, or custom where applicable (b1eb431)
  • @clayui/drop-down: Add the new ContainerProps API (b106420)
  • @clayui/drop-down: Add the new ContainerProps API to the interface typing (31f38a9)
  • @clayui/modal: Add the new ContainerProps API (3a09e97)
  • @clayui/modal: do not set a default opener, ClayPortal handles it (23bcfba)
  • @clayui/modal: Rename variable name, allow to pass a container reference and add tests (c85fc25)
  • @clayui/modal: support custom opener for the modals (58a5bc5)
  • @clayui/popover: Add the new ContainerProps API (233a4f6)
  • @clayui/shared: add delegate event utility (f46b6ef)
  • @clayui/shared: Allow to pass className and/or id to the portal root element (132ab1e)
  • @clayui/shared: Extract to a function so the div is created with all its attributes (b7445bc)
  • @clayui/shared: simplify function (d326ace)
  • @clayui/tooltip: Add the new ContainerProps API (728600c)
  • @clayui/tooltip: update logic to handle scoping and a global listener (1c83d30)
matuzalemteles
published 3.27.0 •

Changelog

Source

3.27.0 (2021-05-05)

Bug Fixes

  • @clayui/css: Date Picker previous-month-date and next-month-date active should be lighter (51a24f3)
  • @clayui/css: Menubar convert old Sass map keys to key names so older keys used by previous versions will win (9a1a73a)
  • @clayui/css: Menubar update $menubar-vertical-expand-md and $menubar-vertical-expand-lg to use new keys. Older keys will still win over new keys to preserve backward compatibility. (12b9636)
  • @clayui/css: Mixins clay-form-control-variant old keys should win over new keys (8986a81), closes #3987
  • @clayui/css: Mixins clay-menubar-vertical-expand use clay-css mixin pattern (6a9ba26)
  • @clayui/css: Mixins clay-menubar-vertical-variant moves default styles to variables. The mixin should only output styles if values are given. (703b76e)
  • @clayui/css: Progress Bar sets a min-width on progress-group-addon to prevent resizing progress bar when numbers are changed to icons (63e63c0), closes #4024
  • @clayui/css: Sass maps passed into clay-form-control-variant mixin should use new keys. This allows variable theme overwrites using deprecated keys to still win. (f3be2d6), closes #3987
  • @clayui/date-picker: DatePickerDayNumber use the classes previous-month-date and next-month-date to style day outside the month instead of disabled (f25ab71), closes #4036
  • @clayui/shared: add unit test for FocusScope (f84332f)
  • @clayui/shared: update and simplify logic for focus management when focus moves in and out of the react tree (e3a100f)

Features

  • @clayui/css: SVG Icons add rotate (0fec9ce)
  • @clayui/css: SVG Icons adds order-list-down and order-list-up (f80f8a0), closes #4021
  • @clayui/multi-select: add async functionality for source items (548aa2d)
  • @clayui/panel: adds the small API to Panel.Group (b8428dc)
  • @clayui/popover: add observeRect to align the popover on the scroll (8bedd2f)
ambrinchaudhary
published 3.25.1 •

Changelog

Source

3.25.1 (2021-03-05)

Bug Fixes

  • @clayui/charts: use isomorphic helper for useLayoutEffect (6599030)
  • @clayui/color-picker: RGB inputs should only accept numeric values from 0 to 255 (4a7db84)
  • @clayui/color-picker: use isomorphic helper for useLayoutEffect (42c069e)
  • @clayui/css: Atlas Custom Checkbox use hr icon for indeterminate indicator (a894c5b)
  • @clayui/css: Forms form-control-tag-group component-action should be height 100% (4b4b140)
  • @clayui/css: SVG Icons updates hr icon per Lexicon (949944c)
  • @clayui/drop-down: make sure element exists before passing to domAlign (80a5395)
  • @clayui/drop-down: use isomorphic helper for useLayoutEffect (fd82b87)
  • @clayui/multi-select: use isomorphic helper for useLayoutEffect (f25668d)
  • @clayui/slider: use isomorphic helper for useLayoutEffect (33910de)
bryceosterhaus
published 3.25.0 •

Changelog

Source

3.25.0 (2021-02-23)

Bug Fixes

  • @clayui/color-picker: remove last-row classes and API that was added on accident (d4cb8e8)
  • @clayui/css: Global Functions moves generated SVG icons Sass map to separate file _lx-icons-generated.scss (7ffc523)

Features

  • @clayui/card: add active state for card when it is selected (607da9d)
  • @clayui/drop-down: add util for aligning dropdown on scroll (09dc506)
  • @clayui/panel: add 'show' class to collapsable panel's button (1e7f64a)
bryceosterhaus
published 3.2.6 •

Changelog

Source

@clayui/autocomplete (3.2.6)

Note: Version bump only for package @clayui/autocomplete

bryceosterhaus
published 3.2.5 •

Changelog

Source

@clayui/autocomplete (3.2.5)

Note: Version bump only for package @clayui/autocomplete

bryceosterhaus
published 3.2.4 •

Changelog

Source

@clayui/autocomplete (3.2.5)

Note: Version bump only for package @clayui/autocomplete

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