@edu-tosel/design 1.0.142 → 1.0.143

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,5 +1,5 @@
1
1
  import { Titles, OnClick } from "../../../interface";
2
- export default function Notice({ banners, }: {
2
+ export default function Notice({ banners }: {
3
3
  banners: BannerProps[];
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
5
  interface BannerProps {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { cn } from "../../../util";
3
3
  import { useRef } from "react";
4
- export default function Notice({ banners, }) {
4
+ export default function Notice({ banners }) {
5
5
  const scrollContainerRef = useRef(null);
6
6
  const cardWidth = 320; //card width
7
7
  const handleScroll = (direction) => {
@@ -91,7 +91,7 @@ function Banner({ onClick, titles }) {
91
91
  paddings: "p-7",
92
92
  },
93
93
  title: {
94
- fonts: "text-lg font-bold md:text-xl",
94
+ fonts: "text-base md:text-lg font-bold",
95
95
  colors: titles.titleColor ?? "text-gray-dark ",
96
96
  },
97
97
  subtitle: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.142
1
+ 1.0.143