@rockshin/tao-ui 0.0.9 → 0.0.10

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.
@@ -31,10 +31,7 @@
31
31
  }
32
32
 
33
33
  [data-tao-form-section] {
34
- border: none;
35
34
  flex-direction: column;
36
- margin: 0;
37
- padding: 0;
38
35
  display: flex;
39
36
  }
40
37
 
@@ -53,7 +50,6 @@
53
50
  font-size: var(--tao-font-size-lg);
54
51
  font-weight: var(--tao-font-weight-strong);
55
52
  color: var(--tao-color-text);
56
- padding: 0;
57
53
  line-height: 1.25;
58
54
  }
59
55
 
@@ -31,7 +31,7 @@ function FormSection(t0) {
31
31
  style: styles?.header,
32
32
  "data-tao-form-section-header": "",
33
33
  children: [
34
- title && /*#__PURE__*/ jsx("legend", {
34
+ title && /*#__PURE__*/ jsx("div", {
35
35
  className: classNames?.title,
36
36
  style: styles?.title,
37
37
  "data-tao-form-section-title": "",
@@ -72,7 +72,7 @@ function FormSection(t0) {
72
72
  } else t8 = $[18];
73
73
  let t9;
74
74
  if ($[19] !== t2 || $[20] !== t4 || $[21] !== t5 || $[22] !== t8) {
75
- t9 = /*#__PURE__*/ jsxs("fieldset", {
75
+ t9 = /*#__PURE__*/ jsxs("section", {
76
76
  className: t2,
77
77
  style: t4,
78
78
  "data-tao-form-section": "",
@@ -17,6 +17,7 @@ function TaoPortalScope(t0) {
17
17
  let t1;
18
18
  if ($[0] !== style || $[1] !== tokenStyle) {
19
19
  t1 = {
20
+ display: "contents",
20
21
  ...tokenStyle,
21
22
  ...style
22
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rockshin/tao-ui",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "description": "A modern React 19 component library with semantic DOM customization and OKLCH-based theming.",
6
6
  "keywords": [