@rufous/ui 0.1.22 → 0.1.23

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.
@@ -34,6 +34,6 @@ __export(addButton_exports, {
34
34
  module.exports = __toCommonJS(addButton_exports);
35
35
  var React = __toESM(require("react"), 1);
36
36
  var AddButton = ({ children, ...props }) => {
37
- return /* @__PURE__ */ React.createElement("button", { className: "add-btn", ...props }, "+", children);
37
+ return /* @__PURE__ */ React.createElement("button", { className: "add-btn", ...props }, "+ ", children);
38
38
  };
39
39
  var addButton_default = AddButton;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  addButton_default
3
- } from "../chunk-5TL73FV7.js";
3
+ } from "../chunk-MB7R5AKK.js";
4
4
  export {
5
5
  addButton_default as default
6
6
  };
@@ -38,7 +38,7 @@ module.exports = __toCommonJS(Buttons_exports);
38
38
  // lib/Buttons/addButton.tsx
39
39
  var React = __toESM(require("react"), 1);
40
40
  var AddButton = ({ children, ...props }) => {
41
- return /* @__PURE__ */ React.createElement("button", { className: "add-btn", ...props }, "+", children);
41
+ return /* @__PURE__ */ React.createElement("button", { className: "add-btn", ...props }, "+ ", children);
42
42
  };
43
43
  var addButton_default = AddButton;
44
44
 
@@ -1,7 +1,7 @@
1
1
  import "../chunk-JSGUIKOH.js";
2
2
  import {
3
3
  addButton_default
4
- } from "../chunk-5TL73FV7.js";
4
+ } from "../chunk-MB7R5AKK.js";
5
5
  import {
6
6
  cancelButton_default
7
7
  } from "../chunk-UF3Q3GWG.js";
@@ -0,0 +1,8 @@
1
+ // lib/icons/rufousAiIcon.tsx
2
+ import * as React from "react";
3
+ var RufousAiIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z", stroke: color, "stroke-width": "2" }), /* @__PURE__ */ React.createElement("path", { d: "M16.0999 20.167C16.1447 20.0478 16.2145 19.9396 16.3045 19.8495C16.3945 19.7595 16.5028 19.6898 16.6219 19.645L21.3489 17.87L16.6219 16.097C16.5026 16.0524 16.3941 15.9827 16.3039 15.8926C16.2137 15.8026 16.1438 15.6943 16.0989 15.575L14.3239 10.846L12.5509 15.574L12.5419 15.597C12.4955 15.7114 12.4259 15.8149 12.3374 15.9009C12.2489 15.987 12.1436 16.0538 12.0279 16.097L7.29895 17.87L12.0279 19.645C12.1471 19.6898 12.2554 19.7595 12.3454 19.8495C12.4354 19.9396 12.5052 20.0478 12.5499 20.167L14.3229 24.894L16.0999 20.167Z", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React.createElement("path", { d: "M22.372 11.523C22.4108 11.4198 22.4712 11.3261 22.5492 11.2482C22.6271 11.1702 22.7209 11.1098 22.824 11.071L24.831 10.317L22.824 9.564C22.7242 9.52656 22.6332 9.46884 22.5568 9.39449C22.4804 9.32014 22.4202 9.23077 22.38 9.132L22.372 9.112L21.618 7.104L20.865 9.112L20.858 9.131C20.8178 9.23002 20.7575 9.31961 20.6809 9.39414C20.6043 9.46867 20.5131 9.52651 20.413 9.564L18.405 10.317L20.413 11.071C20.5163 11.1096 20.6101 11.17 20.6881 11.248C20.7661 11.3259 20.8264 11.4197 20.865 11.523L21.618 13.53L22.372 11.523Z", stroke: color, "stroke-width": "1.2" }));
4
+ var rufousAiIcon_default = RufousAiIcon;
5
+
6
+ export {
7
+ rufousAiIcon_default
8
+ };
@@ -1,7 +1,7 @@
1
1
  // lib/Buttons/addButton.tsx
2
2
  import * as React from "react";
3
3
  var AddButton = ({ children, ...props }) => {
4
- return /* @__PURE__ */ React.createElement("button", { className: "add-btn", ...props }, "+", children);
4
+ return /* @__PURE__ */ React.createElement("button", { className: "add-btn", ...props }, "+ ", children);
5
5
  };
6
6
  var addButton_default = AddButton;
7
7
 
@@ -64,6 +64,7 @@ __export(icons_exports, {
64
64
  RefreshIcon: () => refreshIcon_default,
65
65
  ResendInviteIcon: () => resendInviteIcon_default,
66
66
  RolesIcon: () => rolesIcon_default,
67
+ RufousAiIcon: () => rufousAiIcon_default,
67
68
  RufousBirdIcon: () => rufousBirdIcon_default,
68
69
  RufousLauncherIcon: () => rufousLauncherBird_default,
69
70
  SidebarIcon: () => sidebarIcon_default,
@@ -973,6 +974,11 @@ var RolesIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React49.cre
973
974
  /* @__PURE__ */ React49.createElement("g", { id: "Polygon_20", "data-name": "Polygon 20", fill: "#fff" }, /* @__PURE__ */ React49.createElement("path", { d: "M 14.31851863861084 16.61064720153809 L 9.815674781799316 13.82481002807617 L 9.473684310913086 13.61322975158691 L 9.131693840026855 13.82481002807617 L 4.628849983215332 16.61064720153809 L 5.889554500579834 11.47321033477783 L 5.985584259033203 11.08187007904053 L 5.677794456481934 10.82180023193359 L 1.635604500770569 7.406408309936523 L 6.916284084320068 7.016540050506592 L 7.317644119262695 6.986899852752686 L 7.470024108886719 6.614419937133789 L 9.473684310913086 1.716671586036682 L 11.47734451293945 6.614419937133789 L 11.62972450256348 6.986899852752686 L 12.03108406066895 7.016540050506592 L 17.31176376342773 7.406408309936523 L 13.26957416534424 10.82180023193359 L 12.96178436279297 11.08187007904053 L 13.0578145980835 11.47321033477783 L 14.31851863861084 16.61064720153809 Z", stroke: "none" }), /* @__PURE__ */ React49.createElement("path", { d: "M 9.473684310913086 3.433357238769531 L 7.766864776611328 7.605509757995605 L 3.271193504333496 7.937417984008789 L 6.712894439697266 10.84543991088867 L 5.639073371887207 15.22130012512207 L 9.473684310913086 12.84887981414795 L 13.30829429626465 15.22130012512207 L 12.23447418212891 10.84543991088867 L 15.67617416381836 7.937417984008789 L 11.18050384521484 7.605509757995605 L 9.473684310913086 3.433357238769531 M 9.473684310913086 0 L 12.07894420623779 6.368300437927246 L 18.94736480712891 6.87539005279541 L 13.68908500671387 11.31830024719238 L 15.32874488830566 18 L 9.473684310913086 14.37757015228271 L 3.618624687194824 18 L 5.258284568786621 11.31830024719238 L 3.814697265625e-06 6.87539005279541 L 6.868424415588379 6.368300437927246 L 9.473684310913086 0 Z", stroke: "none", fill: color }))
974
975
  );
975
976
  var rolesIcon_default = RolesIcon;
977
+
978
+ // lib/icons/rufousAiIcon.tsx
979
+ var React50 = __toESM(require("react"), 1);
980
+ var RufousAiIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React50.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React50.createElement("path", { d: "M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z", stroke: color, "stroke-width": "2" }), /* @__PURE__ */ React50.createElement("path", { d: "M16.0999 20.167C16.1447 20.0478 16.2145 19.9396 16.3045 19.8495C16.3945 19.7595 16.5028 19.6898 16.6219 19.645L21.3489 17.87L16.6219 16.097C16.5026 16.0524 16.3941 15.9827 16.3039 15.8926C16.2137 15.8026 16.1438 15.6943 16.0989 15.575L14.3239 10.846L12.5509 15.574L12.5419 15.597C12.4955 15.7114 12.4259 15.8149 12.3374 15.9009C12.2489 15.987 12.1436 16.0538 12.0279 16.097L7.29895 17.87L12.0279 19.645C12.1471 19.6898 12.2554 19.7595 12.3454 19.8495C12.4354 19.9396 12.5052 20.0478 12.5499 20.167L14.3229 24.894L16.0999 20.167Z", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React50.createElement("path", { d: "M22.372 11.523C22.4108 11.4198 22.4712 11.3261 22.5492 11.2482C22.6271 11.1702 22.7209 11.1098 22.824 11.071L24.831 10.317L22.824 9.564C22.7242 9.52656 22.6332 9.46884 22.5568 9.39449C22.4804 9.32014 22.4202 9.23077 22.38 9.132L22.372 9.112L21.618 7.104L20.865 9.112L20.858 9.131C20.8178 9.23002 20.7575 9.31961 20.6809 9.39414C20.6043 9.46867 20.5131 9.52651 20.413 9.564L18.405 10.317L20.413 11.071C20.5163 11.1096 20.6101 11.17 20.6881 11.248C20.7661 11.3259 20.8264 11.4197 20.865 11.523L21.618 13.53L22.372 11.523Z", stroke: color, "stroke-width": "1.2" }));
981
+ var rufousAiIcon_default = RufousAiIcon;
976
982
  // Annotate the CommonJS export names for ESM import in node:
977
983
  0 && (module.exports = {
978
984
  ActivateUserIcon,
@@ -1010,6 +1016,7 @@ var rolesIcon_default = RolesIcon;
1010
1016
  RefreshIcon,
1011
1017
  ResendInviteIcon,
1012
1018
  RolesIcon,
1019
+ RufousAiIcon,
1013
1020
  RufousBirdIcon,
1014
1021
  RufousLauncherIcon,
1015
1022
  SidebarIcon,
@@ -47,4 +47,5 @@ export { default as IndustryIcon } from './industryIcon.cjs';
47
47
  export { default as MinExperienceIcon } from './minExperienceIcon.cjs';
48
48
  export { default as ProjectIcon } from './projectIcon.cjs';
49
49
  export { default as RolesIcon } from './rolesIcon.cjs';
50
+ export { default as RufousAiIcon } from './rufousAiIcon.cjs';
50
51
  import 'react';
@@ -47,4 +47,5 @@ export { default as IndustryIcon } from './industryIcon.js';
47
47
  export { default as MinExperienceIcon } from './minExperienceIcon.js';
48
48
  export { default as ProjectIcon } from './projectIcon.js';
49
49
  export { default as RolesIcon } from './rolesIcon.js';
50
+ export { default as RufousAiIcon } from './rufousAiIcon.js';
50
51
  import 'react';
@@ -1,4 +1,4 @@
1
- import "../chunk-CC7BNJL3.js";
1
+ import "../chunk-2WPUS5VV.js";
2
2
  import {
3
3
  unArchivedIcon_default
4
4
  } from "../chunk-ZJAV3FEQ.js";
@@ -62,6 +62,9 @@ import {
62
62
  import {
63
63
  rolesIcon_default
64
64
  } from "../chunk-RJ43D3XB.js";
65
+ import {
66
+ rufousAiIcon_default
67
+ } from "../chunk-DE73YGRW.js";
65
68
  import {
66
69
  minExperienceIcon_default
67
70
  } from "../chunk-MKK7M3BH.js";
@@ -182,6 +185,7 @@ export {
182
185
  refreshIcon_default as RefreshIcon,
183
186
  resendInviteIcon_default as ResendInviteIcon,
184
187
  rolesIcon_default as RolesIcon,
188
+ rufousAiIcon_default as RufousAiIcon,
185
189
  rufousBirdIcon_default as RufousBirdIcon,
186
190
  rufousLauncherBird_default as RufousLauncherIcon,
187
191
  sidebarIcon_default as SidebarIcon,
@@ -1,7 +1,6 @@
1
- // lib/icons/rufousAiIcon.tsx
2
- import * as React from "react";
3
- var RufousAiIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z", stroke: color, "stroke-width": "2" }), /* @__PURE__ */ React.createElement("path", { d: "M16.0999 20.167C16.1447 20.0478 16.2145 19.9396 16.3045 19.8495C16.3945 19.7595 16.5028 19.6898 16.6219 19.645L21.3489 17.87L16.6219 16.097C16.5026 16.0524 16.3941 15.9827 16.3039 15.8926C16.2137 15.8026 16.1438 15.6943 16.0989 15.575L14.3239 10.846L12.5509 15.574L12.5419 15.597C12.4955 15.7114 12.4259 15.8149 12.3374 15.9009C12.2489 15.987 12.1436 16.0538 12.0279 16.097L7.29895 17.87L12.0279 19.645C12.1471 19.6898 12.2554 19.7595 12.3454 19.8495C12.4354 19.9396 12.5052 20.0478 12.5499 20.167L14.3229 24.894L16.0999 20.167Z", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React.createElement("path", { d: "M22.372 11.523C22.4108 11.4198 22.4712 11.3261 22.5492 11.2482C22.6271 11.1702 22.7209 11.1098 22.824 11.071L24.831 10.317L22.824 9.564C22.7242 9.52656 22.6332 9.46884 22.5568 9.39449C22.4804 9.32014 22.4202 9.23077 22.38 9.132L22.372 9.112L21.618 7.104L20.865 9.112L20.858 9.131C20.8178 9.23002 20.7575 9.31961 20.6809 9.39414C20.6043 9.46867 20.5131 9.52651 20.413 9.564L18.405 10.317L20.413 11.071C20.5163 11.1096 20.6101 11.17 20.6881 11.248C20.7661 11.3259 20.8264 11.4197 20.865 11.523L21.618 13.53L22.372 11.523Z", stroke: color, "stroke-width": "1.2" }));
4
- var rufousAiIcon_default = RufousAiIcon;
1
+ import {
2
+ rufousAiIcon_default
3
+ } from "../chunk-DE73YGRW.js";
5
4
  export {
6
5
  rufousAiIcon_default as default
7
6
  };
package/dist/main.cjs CHANGED
@@ -67,6 +67,7 @@ __export(main_exports, {
67
67
  RefreshIcon: () => refreshIcon_default,
68
68
  ResendInviteIcon: () => resendInviteIcon_default,
69
69
  RolesIcon: () => rolesIcon_default,
70
+ RufousAiIcon: () => rufousAiIcon_default,
70
71
  RufousBirdIcon: () => rufousBirdIcon_default,
71
72
  RufousLauncherIcon: () => rufousLauncherBird_default,
72
73
  RufousThemeProvider: () => RufousThemeProvider,
@@ -1060,15 +1061,20 @@ var RolesIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React49.cre
1060
1061
  );
1061
1062
  var rolesIcon_default = RolesIcon;
1062
1063
 
1063
- // lib/Buttons/addButton.tsx
1064
+ // lib/icons/rufousAiIcon.tsx
1064
1065
  var React50 = __toESM(require("react"), 1);
1066
+ var RufousAiIcon = ({ color = "#3a3a3a", ...props }) => /* @__PURE__ */ React50.createElement("svg", { width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React50.createElement("path", { d: "M16 31C24.2843 31 31 24.2843 31 16C31 7.71573 24.2843 1 16 1C7.71573 1 1 7.71573 1 16C1 24.2843 7.71573 31 16 31Z", stroke: color, "stroke-width": "2" }), /* @__PURE__ */ React50.createElement("path", { d: "M16.0999 20.167C16.1447 20.0478 16.2145 19.9396 16.3045 19.8495C16.3945 19.7595 16.5028 19.6898 16.6219 19.645L21.3489 17.87L16.6219 16.097C16.5026 16.0524 16.3941 15.9827 16.3039 15.8926C16.2137 15.8026 16.1438 15.6943 16.0989 15.575L14.3239 10.846L12.5509 15.574L12.5419 15.597C12.4955 15.7114 12.4259 15.8149 12.3374 15.9009C12.2489 15.987 12.1436 16.0538 12.0279 16.097L7.29895 17.87L12.0279 19.645C12.1471 19.6898 12.2554 19.7595 12.3454 19.8495C12.4354 19.9396 12.5052 20.0478 12.5499 20.167L14.3229 24.894L16.0999 20.167Z", stroke: color, "stroke-width": "1.5" }), /* @__PURE__ */ React50.createElement("path", { d: "M22.372 11.523C22.4108 11.4198 22.4712 11.3261 22.5492 11.2482C22.6271 11.1702 22.7209 11.1098 22.824 11.071L24.831 10.317L22.824 9.564C22.7242 9.52656 22.6332 9.46884 22.5568 9.39449C22.4804 9.32014 22.4202 9.23077 22.38 9.132L22.372 9.112L21.618 7.104L20.865 9.112L20.858 9.131C20.8178 9.23002 20.7575 9.31961 20.6809 9.39414C20.6043 9.46867 20.5131 9.52651 20.413 9.564L18.405 10.317L20.413 11.071C20.5163 11.1096 20.6101 11.17 20.6881 11.248C20.7661 11.3259 20.8264 11.4197 20.865 11.523L21.618 13.53L22.372 11.523Z", stroke: color, "stroke-width": "1.2" }));
1067
+ var rufousAiIcon_default = RufousAiIcon;
1068
+
1069
+ // lib/Buttons/addButton.tsx
1070
+ var React51 = __toESM(require("react"), 1);
1065
1071
  var AddButton = ({ children, ...props }) => {
1066
- return /* @__PURE__ */ React50.createElement("button", { className: "add-btn", ...props }, "+", children);
1072
+ return /* @__PURE__ */ React51.createElement("button", { className: "add-btn", ...props }, "+ ", children);
1067
1073
  };
1068
1074
  var addButton_default = AddButton;
1069
1075
 
1070
1076
  // lib/Buttons/submitButton.tsx
1071
- var React51 = __toESM(require("react"), 1);
1077
+ var React52 = __toESM(require("react"), 1);
1072
1078
  var SubmitButton = ({
1073
1079
  children,
1074
1080
  type = "submit",
@@ -1084,13 +1090,13 @@ var SubmitButton = ({
1084
1090
  ...onClick ? {} : { type }
1085
1091
  // only set type when no onClick
1086
1092
  };
1087
- return /* @__PURE__ */ React51.createElement("button", { ...buttonProps }, loading ? "Loading..." : children);
1093
+ return /* @__PURE__ */ React52.createElement("button", { ...buttonProps }, loading ? "Loading..." : children);
1088
1094
  };
1089
1095
  var submitButton_default = SubmitButton;
1090
1096
 
1091
1097
  // lib/Buttons/cancelButton.tsx
1092
- var React52 = __toESM(require("react"), 1);
1093
- var CancelButton = ({ children, ...props }) => /* @__PURE__ */ React52.createElement("button", { className: "cancel-btn", ...props }, children);
1098
+ var React53 = __toESM(require("react"), 1);
1099
+ var CancelButton = ({ children, ...props }) => /* @__PURE__ */ React53.createElement("button", { className: "cancel-btn", ...props }, children);
1094
1100
  var cancelButton_default = CancelButton;
1095
1101
 
1096
1102
  // lib/Contexts/rufousThemeProvider.tsx
@@ -1189,6 +1195,7 @@ var useRufousTheme = () => (0, import_react13.useContext)(RufousThemeContext);
1189
1195
  RefreshIcon,
1190
1196
  ResendInviteIcon,
1191
1197
  RolesIcon,
1198
+ RufousAiIcon,
1192
1199
  RufousBirdIcon,
1193
1200
  RufousLauncherIcon,
1194
1201
  RufousThemeProvider,
package/dist/main.css CHANGED
@@ -41,6 +41,7 @@
41
41
  border-radius: 6px;
42
42
  cursor: pointer;
43
43
  transition: background-color 250ms ease-in-out;
44
+ font-size: 600;
44
45
  }
45
46
  .submit-btn:hover {
46
47
  background-color: #9b1906;
package/dist/main.d.cts CHANGED
@@ -48,6 +48,7 @@ export { default as IndustryIcon } from './icons/industryIcon.cjs';
48
48
  export { default as MinExperienceIcon } from './icons/minExperienceIcon.cjs';
49
49
  export { default as ProjectIcon } from './icons/projectIcon.cjs';
50
50
  export { default as RolesIcon } from './icons/rolesIcon.cjs';
51
+ export { default as RufousAiIcon } from './icons/rufousAiIcon.cjs';
51
52
  export { default as AddButton } from './Buttons/addButton.cjs';
52
53
  export { default as SubmitButton } from './Buttons/submitButton.cjs';
53
54
  export { default as CancelButton } from './Buttons/cancelButton.cjs';
package/dist/main.d.ts CHANGED
@@ -48,6 +48,7 @@ export { default as IndustryIcon } from './icons/industryIcon.js';
48
48
  export { default as MinExperienceIcon } from './icons/minExperienceIcon.js';
49
49
  export { default as ProjectIcon } from './icons/projectIcon.js';
50
50
  export { default as RolesIcon } from './icons/rolesIcon.js';
51
+ export { default as RufousAiIcon } from './icons/rufousAiIcon.js';
51
52
  export { default as AddButton } from './Buttons/addButton.js';
52
53
  export { default as SubmitButton } from './Buttons/submitButton.js';
53
54
  export { default as CancelButton } from './Buttons/cancelButton.js';
package/dist/main.js CHANGED
@@ -1,4 +1,4 @@
1
- import "./chunk-CC7BNJL3.js";
1
+ import "./chunk-2WPUS5VV.js";
2
2
  import {
3
3
  unArchivedIcon_default
4
4
  } from "./chunk-ZJAV3FEQ.js";
@@ -62,6 +62,9 @@ import {
62
62
  import {
63
63
  rolesIcon_default
64
64
  } from "./chunk-RJ43D3XB.js";
65
+ import {
66
+ rufousAiIcon_default
67
+ } from "./chunk-DE73YGRW.js";
65
68
  import {
66
69
  minExperienceIcon_default
67
70
  } from "./chunk-MKK7M3BH.js";
@@ -156,7 +159,7 @@ import {
156
159
  import "./chunk-JSGUIKOH.js";
157
160
  import {
158
161
  addButton_default
159
- } from "./chunk-5TL73FV7.js";
162
+ } from "./chunk-MB7R5AKK.js";
160
163
  import {
161
164
  cancelButton_default
162
165
  } from "./chunk-UF3Q3GWG.js";
@@ -202,6 +205,7 @@ export {
202
205
  refreshIcon_default as RefreshIcon,
203
206
  resendInviteIcon_default as ResendInviteIcon,
204
207
  rolesIcon_default as RolesIcon,
208
+ rufousAiIcon_default as RufousAiIcon,
205
209
  rufousBirdIcon_default as RufousBirdIcon,
206
210
  rufousLauncherBird_default as RufousLauncherIcon,
207
211
  RufousThemeProvider,
package/dist/style.css CHANGED
@@ -41,6 +41,7 @@
41
41
  border-radius: 6px;
42
42
  cursor: pointer;
43
43
  transition: background-color 250ms ease-in-out;
44
+ font-size: 600;
44
45
  }
45
46
  .submit-btn:hover {
46
47
  background-color: #9b1906;
@@ -41,6 +41,7 @@
41
41
  border-radius: 6px;
42
42
  cursor: pointer;
43
43
  transition: background-color 250ms ease-in-out;
44
+ font-size: 600;
44
45
  }
45
46
  .submit-btn:hover {
46
47
  background-color: #9b1906;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rufous/ui",
3
3
  "private": false,
4
- "version": "0.1.22",
4
+ "version": "0.1.23",
5
5
  "type": "module",
6
6
  "style": "./dist/style.css",
7
7
  "files": [
File without changes