@clicktap/ui 0.12.2 → 0.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clicktap/ui",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "private": false,
5
5
  "author": "Clicktap",
6
6
  "description": "A library of React UI components and low-level hooks.",
package/style.css DELETED
@@ -1 +0,0 @@
1
- @keyframes _overlayAnimation_ih8uw_1{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}._animateOverlay_ih8uw_12[data-entering]{animation:_overlayAnimation_ih8uw_1 .3s}._animateOverlay_ih8uw_12[data-exiting]{animation:_overlayAnimation_ih8uw_1 .3s reverse}@keyframes _dialogAnimation_1yf94_1{0%{transform:translate(-50%,-50%) scale(.8)}to{transform:translate(-50%,-50%) scale(1)}}[data-entering] ._ariaDialog_1yf94_11{animation:_dialogAnimation_1yf94_1 .3s cubic-bezier(.175,.885,.32,1.275)}[data-exiting] ._ariaDialog_1yf94_11{animation:_dialogAnimation_1yf94_1 .3s cubic-bezier(.175,.885,.32,1.275) reverse}@keyframes _topAnimation_1636q_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes _rightAnimation_1636q_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _bottomAnimation_1636q_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes _leftAnimation_1636q_1{0%{transform:translate(-100%)}to{transform:translate(0)}}[data-exiting] ._ariaDrawer_1636q_21[data-direction=top]{animation:_topAnimation_1636q_1 .3s reverse ease-in}[data-exiting] ._ariaDrawer_1636q_21[data-direction=right]{animation:_rightAnimation_1636q_1 .3s reverse ease-in}[data-exiting] ._ariaDrawer_1636q_21[data-direction=bottom]{animation:_bottomAnimation_1636q_1 .3s reverse ease-in}[data-exiting] ._ariaDrawer_1636q_21[data-direction=left]{animation:_leftAnimation_1636q_1 .3s reverse ease-in}[data-entering] ._ariaDrawer_1636q_21[data-direction=top]{animation:_topAnimation_1636q_1 .3s}[data-entering] ._ariaDrawer_1636q_21[data-direction=right]{animation:_rightAnimation_1636q_1 .3s}[data-entering] ._ariaDrawer_1636q_21[data-direction=bottom]{animation:_bottomAnimation_1636q_1 .3s}[data-entering] ._ariaDrawer_1636q_21[data-direction=left]{animation:_leftAnimation_1636q_1 .3s}