@infra-cryptomate/react-components 0.0.5 → 0.0.7

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.
@@ -1,4 +1,5 @@
1
1
  export declare enum STYLES_VARIANTS {
2
+ BASE = "base",
2
3
  DEFAULT = "default",
3
4
  DESTRUCTIVE = "destructive",
4
5
  OUTLINE = "outline",
@@ -1,4 +1,5 @@
1
1
  export declare const STYLES_VARIANTS: {
2
+ base: string;
2
3
  default: string;
3
4
  destructive: string;
4
5
  outline: string;
package/dist/style.css CHANGED
@@ -511,6 +511,9 @@ video {
511
511
  .flex {
512
512
  display: flex;
513
513
  }
514
+ .inline-flex {
515
+ display: inline-flex;
516
+ }
514
517
  .grid {
515
518
  display: grid;
516
519
  }
@@ -936,6 +939,9 @@ video {
936
939
  .focus-visible\:ring-offset-2:focus-visible {
937
940
  --tw-ring-offset-width: 2px;
938
941
  }
942
+ .disabled\:pointer-events-none:disabled {
943
+ pointer-events: none;
944
+ }
939
945
  .disabled\:cursor-not-allowed:disabled {
940
946
  cursor: not-allowed;
941
947
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@infra-cryptomate/react-components",
3
3
  "description": "",
4
- "version": "0.0.5",
4
+ "version": "0.0.7",
5
5
  "type": "module",
6
6
  "main": "./dist/components.umd.js",
7
7
  "module": "./dist/components.es.js",