@okam/stack-ui 1.9.1 → 1.9.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@okam/stack-ui",
3
3
  "main": "./index.js",
4
- "version": "1.9.1",
4
+ "version": "1.9.3",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
7
7
  ".": {
@@ -2,7 +2,7 @@ export declare const checkboxLabel: import("tailwind-variants").TVReturnType<{
2
2
  isDisabled: {
3
3
  true: "text-gray-6";
4
4
  };
5
- }, undefined, "text-gray-2 flex flex-row items-start hover:cursor-pointer", import("tailwind-variants/dist/config").TVConfig<{
5
+ }, undefined, "text-gray-2 flex flex-row items-start hover:cursor-pointer focus-ring-black", import("tailwind-variants/dist/config").TVConfig<{
6
6
  isDisabled: {
7
7
  true: "text-gray-6";
8
8
  };
@@ -58,18 +58,23 @@ export declare const checkBox: import("tailwind-variants").TVReturnType<{
58
58
  }, undefined>;
59
59
  export declare const checkMark: import("tailwind-variants").TVReturnType<{
60
60
  selected: {
61
- true: "block";
61
+ true: "block text-white";
62
62
  };
63
- }, undefined, "hidden w-3 h-3 bg-gray-2 rounded-full", import("tailwind-variants/dist/config").TVConfig<{
63
+ }, undefined, "hidden w-4 h-4 bg-gray-300 rounded-full", import("tailwind-variants/dist/config").TVConfig<{
64
64
  selected: {
65
- true: "block";
65
+ true: "block text-white";
66
66
  };
67
67
  }, {
68
68
  selected: {
69
- true: "block";
69
+ true: "block text-white";
70
70
  };
71
71
  }>, {
72
72
  selected: {
73
- true: "block";
73
+ true: "block text-white";
74
74
  };
75
75
  }, undefined>;
76
+ export declare const checkMarkIcon: import("tailwind-variants").TVReturnType<import("tailwind-variants").TVVariantsDefault<undefined, "text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4"> | {
77
+ [x: string]: {
78
+ [x: string]: import("tailwind-variants").ClassValue | import("tailwind-variants").SlotsClassValue<undefined, "text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4">;
79
+ } | undefined;
80
+ } | {}, undefined, "text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4", import("tailwind-variants/dist/config").TVConfig<unknown, import("tailwind-variants").TVVariantsDefault<undefined, "text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4"> | {}>, import("tailwind-variants").TVVariantsDefault<undefined, "text-white w-4 h-4 [&_svg]:w-4 [&_svg]:h-4"> | {}, undefined>;
package/Check-5b690106.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),o=require("lodash.isequal"),r=require("react"),s=t=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",height:48,width:48,fill:"currentColor",...t,children:e.jsx("path",{d:"M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Z"})}),n=r.memo(s,o);exports.default=n;
@@ -1,7 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import r from "lodash.isequal";
3
- import { memo as m } from "react";
4
- const e = (t) => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", height: 48, width: 48, fill: "currentColor", ...t, children: /* @__PURE__ */ o("path", { d: "M21.05 33.1 35.2 18.95l-2.3-2.25-11.85 11.85-6-6-2.25 2.25ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 24q0-4.15 1.575-7.8 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24 4q4.15 0 7.8 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q0 4.1-1.575 7.75-1.575 3.65-4.275 6.375t-6.35 4.3Q28.15 44 24 44Z" }) }), h = m(e, r);
5
- export {
6
- h as default
7
- };