@seeqdev/qomponents 0.0.114 → 0.0.116

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/dist/styles.css CHANGED
@@ -1830,6 +1830,10 @@ ol,
1830
1830
  top: -0.5rem;
1831
1831
  }
1832
1832
 
1833
+ .tw-left-1 {
1834
+ left: 0.25rem;
1835
+ }
1836
+
1833
1837
  .tw-left-1\/2 {
1834
1838
  left: 50%;
1835
1839
  }
@@ -3016,12 +3020,6 @@ ol,
3016
3020
  transition-duration: 150ms;
3017
3021
  }
3018
3022
 
3019
- .tw-transition-transform {
3020
- transition-property: transform;
3021
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3022
- transition-duration: 150ms;
3023
- }
3024
-
3025
3023
  .tw-duration-200 {
3026
3024
  transition-duration: 200ms;
3027
3025
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.114",
3
+ "version": "0.0.116",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { CollapseProps } from './Collapse.types';
3
- declare const Collapse: React.FunctionComponent<CollapseProps>;
4
- export default Collapse;
@@ -1,5 +0,0 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const AllCollapses: () => JSX.Element;
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,4 +0,0 @@
1
- export interface CollapseProps {
2
- isVisible: boolean;
3
- children: React.ReactNode;
4
- }
@@ -1 +0,0 @@
1
- export { default } from './Collapse';