kupos-ui-components-lib 10.4.8 → 10.4.9

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/dist/styles.css CHANGED
@@ -1089,12 +1089,12 @@
1089
1089
  .text-\[24px\] {
1090
1090
  font-size: 24px;
1091
1091
  }
1092
- .text-\[26px\] {
1093
- font-size: 26px;
1094
- }
1095
1092
  .text-\[28px\] {
1096
1093
  font-size: 28px;
1097
1094
  }
1095
+ .text-\[30px\] {
1096
+ font-size: 30px;
1097
+ }
1098
1098
  .text-\[42px\] {
1099
1099
  font-size: 42px;
1100
1100
  }
@@ -292,7 +292,7 @@ const FeatureServiceUi = ({ serviceItem, showTopLabel, getAnimationIcon, cityOri
292
292
  // backgroundColor: "#fff",
293
293
  border: "1px solid #363c48",
294
294
  backgroundColor: "#1a202e",
295
- padding: "14px 10px",
295
+ padding: "25px 10px",
296
296
  } },
297
297
  React.createElement("img", { src: op.logo, alt: op.name, onError: (e) => {
298
298
  var _a;
@@ -333,7 +333,7 @@ const FeatureServiceUi = ({ serviceItem, showTopLabel, getAnimationIcon, cityOri
333
333
  React.createElement("div", { className: "flex flex-col gap-[6px] ", style: {
334
334
  alignItems: "center",
335
335
  } },
336
- React.createElement("span", { className: "text-[#FF8F45] bold-text text-[26px] leading-tight", style: {
336
+ React.createElement("span", { className: "text-[#FF8F45] bold-text text-[30px] leading-tight", style: {
337
337
  animation: "pulse-zoom 2s ease-in-out infinite",
338
338
  whiteSpace: "nowrap",
339
339
  } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kupos-ui-components-lib",
3
- "version": "10.4.8",
3
+ "version": "10.4.9",
4
4
  "description": "A reusable UI components package",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -471,7 +471,7 @@ const FeatureServiceUi = ({
471
471
  // backgroundColor: "#fff",
472
472
  border: "1px solid #363c48",
473
473
  backgroundColor: "#1a202e",
474
- padding: "14px 10px",
474
+ padding: "25px 10px",
475
475
  }}
476
476
  >
477
477
  <img
@@ -548,7 +548,7 @@ const FeatureServiceUi = ({
548
548
  }}
549
549
  >
550
550
  <span
551
- className="text-[#FF8F45] bold-text text-[26px] leading-tight"
551
+ className="text-[#FF8F45] bold-text text-[30px] leading-tight"
552
552
  style={{
553
553
  animation: "pulse-zoom 2s ease-in-out infinite",
554
554
  whiteSpace: "nowrap",