@seeqdev/qomponents 0.0.167 → 0.0.169

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.
@@ -6,3 +6,4 @@ export declare const AllButtonVariants: () => import("react/jsx-runtime").JSX.El
6
6
  export declare const ButtonWithTooltip: () => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const ButtonWithIcon: () => import("react/jsx-runtime").JSX.Element;
8
8
  export declare const DisabledButton: () => import("react/jsx-runtime").JSX.Element;
9
+ export declare const ButtonSizes: () => import("react/jsx-runtime").JSX.Element;
@@ -2,7 +2,7 @@ import { TooltipProps } from '../Tooltip/Tooltip.types';
2
2
  import { IconType } from '../Icon/Icon.types';
3
3
  import React from 'react';
4
4
  export declare const buttonTypes: readonly ["button", "reset", "submit", "link"];
5
- export declare const buttonSizes: readonly ["sm", "lg"];
5
+ export declare const buttonSizes: readonly ["xs", "sm", "lg"];
6
6
  export declare const buttonVariants: readonly ["outline", "theme", "theme-light", "warning", "danger", "no-border"];
7
7
  export declare const iconPositions: string[];
8
8
  export type ButtonType = (typeof buttonTypes)[number];
package/dist/styles.css CHANGED
@@ -2022,6 +2022,10 @@ ol,
2022
2022
  margin-bottom: 0px;
2023
2023
  }
2024
2024
 
2025
+ .tw-mb-2 {
2026
+ margin-bottom: 0.5rem;
2027
+ }
2028
+
2025
2029
  .tw-mb-4 {
2026
2030
  margin-bottom: 1rem;
2027
2031
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.167",
3
+ "version": "0.0.169",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/src/index.d.ts",