@modul/mbui 0.0.19-beta-pv-53151-ffec781c → 0.0.19-beta-pv-53151-05aa8a94

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.
@@ -12,7 +12,7 @@ const buttonClasses = {
12
12
  text-primary
13
13
  rounded-full
14
14
  hover:bg-primary-light
15
- focus:bg-primary-light
15
+ focus-visible:bg-primary-light
16
16
  active:text-white
17
17
  active:bg-primary
18
18
  border-[1px]
@@ -4,6 +4,6 @@ const tslib_1 = require("tslib");
4
4
  const React = (0, tslib_1.__importStar)(require("react"));
5
5
  const SvgIcon_1 = require("../SvgIcon");
6
6
  const SvgCheckCircleSolid = (props) => (React.createElement(SvgIcon_1.SvgIcon, { width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...props },
7
- React.createElement("path", { fill: "currentColor", d: "m12 1.2a10.8 10.8 0 1 0 0 21.6 10.8 10.8 0 0 0 0-21.6zm5.05 8.65-5.4 5.4c-.24.24-.54.35-.85.35s-.61-.12-.85-.35l-3-3a1.2 1.2 0 1 1 1.69-1.69l2.15 2.15 4.55-4.55a1.2 1.2 0 0 1 1.69 0c.47.47.49 1.22.02 1.7z" })));
7
+ React.createElement("path", { fill: "currentColor", d: "M12 1.2a10.8 10.8 0 1 0 0 21.6 10.8 10.8 0 0 0 0-21.6Zm5.16 9.04-5.4 5.4a1.23 1.23 0 0 1-1.7 0l-3-3a1.2 1.2 0 1 1 1.68-1.69l2.15 2.15 4.55-4.55a1.2 1.2 0 0 1 1.7 0c.46.47.48 1.22.02 1.7Z" })));
8
8
  exports.default = SvgCheckCircleSolid;
9
9
  //# sourceMappingURL=CheckCircleSolid.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckCircleSolid.js","sourceRoot":"","sources":["../../../src/Icon/icons/CheckCircleSolid.tsx"],"names":[],"mappings":";;;AAAA,0DAA8B;AAE9B,wCAAoC;AACpC,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC/D,oBAAC,iBAAO,IACP,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,KACf,KAAK;IAET,8BACC,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,8MAA8M,GAC/M,CACO,CACV,CAAA;AACD,kBAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"CheckCircleSolid.js","sourceRoot":"","sources":["../../../src/Icon/icons/CheckCircleSolid.tsx"],"names":[],"mappings":";;;AAAA,0DAA8B;AAE9B,wCAAoC;AACpC,MAAM,mBAAmB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC/D,oBAAC,iBAAO,IACP,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,KACf,KAAK;IAET,8BACC,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,4LAA4L,GAC7L,CACO,CACV,CAAA;AACD,kBAAe,mBAAmB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modul/mbui",
3
- "version": "0.0.19-beta-pv-53151-ffec781c",
3
+ "version": "0.0.19-beta-pv-53151-05aa8a94",
4
4
  "packageManager": "yarn@3.5.1",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -9,7 +9,7 @@ const buttonClasses = {
9
9
  text-primary
10
10
  rounded-full
11
11
  hover:bg-primary-light
12
- focus:bg-primary-light
12
+ focus-visible:bg-primary-light
13
13
  active:text-white
14
14
  active:bg-primary
15
15
  border-[1px]
@@ -11,7 +11,7 @@ const SvgCheckCircleSolid = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="m12 1.2a10.8 10.8 0 1 0 0 21.6 10.8 10.8 0 0 0 0-21.6zm5.05 8.65-5.4 5.4c-.24.24-.54.35-.85.35s-.61-.12-.85-.35l-3-3a1.2 1.2 0 1 1 1.69-1.69l2.15 2.15 4.55-4.55a1.2 1.2 0 0 1 1.69 0c.47.47.49 1.22.02 1.7z"
14
+ d="M12 1.2a10.8 10.8 0 1 0 0 21.6 10.8 10.8 0 0 0 0-21.6Zm5.16 9.04-5.4 5.4a1.23 1.23 0 0 1-1.7 0l-3-3a1.2 1.2 0 1 1 1.68-1.69l2.15 2.15 4.55-4.55a1.2 1.2 0 0 1 1.7 0c.46.47.48 1.22.02 1.7Z"
15
15
  />
16
16
  </SvgIcon>
17
17
  )