@edu-tosel/design 1.0.267 → 1.0.268

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.
@@ -16,8 +16,8 @@ const heightSize = {
16
16
  xs: "h-20",
17
17
  sm: "h-24",
18
18
  md: "h-28",
19
- lg: "h-full xl:h-full",
20
- xl: "h-full xl:h-full",
19
+ lg: "h-full h-full",
20
+ xl: "h-full h-full",
21
21
  "2xl": "h-40",
22
22
  full: "min-h-auto h-full",
23
23
  auto: "h-auto",
@@ -12,7 +12,7 @@ export default function ManageBoard({ header, dataSets, dataField, action, optio
12
12
  const orders = order[id] ?? [];
13
13
  const container = {
14
14
  displays: "flex flex-col gap-12",
15
- sizes: `h-full ${header ? (dataField ? "xl:h-138.75" : "xl:h-153") : "xl:h-full"}`,
15
+ sizes: `h-[calc(100%-30px)]`,
16
16
  paddings: `${!noPadding ? "pt-7.5 pb-60 px-2 xs:pl-4 xl:pl-7.5 xl:pb-7.5 " : ""} `,
17
17
  styles: "overflow-y-scroll",
18
18
  };
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import DataFieldDesign from "../design/DataField.design";
3
3
  function Board({ id, dataField, }) {
4
4
  return (_jsx(DataFieldDesign, { id: id, dataField: dataField, option: {
5
- position: "fixed top-34 xl:top-0 left-0 xl:relative z-20",
5
+ position: "fixed top-30 xl:top-0 xl:relative z-20",
6
6
  padding: "px-2 xs:px-4 xl:px-7.5",
7
7
  } }));
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.267",
3
+ "version": "1.0.268",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.267
1
+ 1.0.268