@opengovsg/oui 0.0.0-snapshot-20250319074238 → 0.0.0-snapshot-20250319075512

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.
@@ -97,7 +97,14 @@ function TagField({
97
97
  {
98
98
  className: styles.list({ className: classNames?.list }),
99
99
  itemClassNames: props.itemClassNames,
100
- children: ({ key, ...props2 }) => children ? children({ key, ...props2 }) : /* @__PURE__ */ react.createElement(tagFieldList.TagFieldListItem, { ...props2, key })
100
+ children: ({ key, itemClassNames, ...props2 }) => children ? children({ key, itemClassNames, ...props2 }) : /* @__PURE__ */ react.createElement(
101
+ tagFieldList.TagFieldListItem,
102
+ {
103
+ ...props2,
104
+ classNames: itemClassNames,
105
+ key
106
+ }
107
+ )
101
108
  }
102
109
  ) })
103
110
  ] });
@@ -95,7 +95,14 @@ function TagField({
95
95
  {
96
96
  className: styles.list({ className: classNames?.list }),
97
97
  itemClassNames: props.itemClassNames,
98
- children: ({ key, ...props2 }) => children ? children({ key, ...props2 }) : /* @__PURE__ */ createElement(TagFieldListItem, { ...props2, key })
98
+ children: ({ key, itemClassNames, ...props2 }) => children ? children({ key, itemClassNames, ...props2 }) : /* @__PURE__ */ createElement(
99
+ TagFieldListItem,
100
+ {
101
+ ...props2,
102
+ classNames: itemClassNames,
103
+ key
104
+ }
105
+ )
99
106
  }
100
107
  ) })
101
108
  ] });
@@ -1 +1 @@
1
- {"version":3,"file":"tag-field.d.ts","sourceRoot":"","sources":["../../../src/tag-field/tag-field.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQ5C,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,EACzC,UAAU,EACV,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,aAAa,CAAC,CAAC,CAAC,2CA8ElB"}
1
+ {"version":3,"file":"tag-field.d.ts","sourceRoot":"","sources":["../../../src/tag-field/tag-field.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAQ5C,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,EACzC,UAAU,EACV,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,aAAa,CAAC,CAAC,CAAC,2CAkFlB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengovsg/oui",
3
- "version": "0.0.0-snapshot-20250319074238",
3
+ "version": "0.0.0-snapshot-20250319075512",
4
4
  "sideEffects": false,
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",
@@ -49,8 +49,8 @@
49
49
  "typescript": "5.7.3",
50
50
  "@opengovsg/oui-theme": "0.0.6",
51
51
  "@oui/chromatic": "0.0.0",
52
- "@oui/prettier-config": "0.0.0",
53
52
  "@oui/eslint-config": "0.0.0",
53
+ "@oui/prettier-config": "0.0.0",
54
54
  "@oui/typescript-config": "0.0.0"
55
55
  },
56
56
  "dependencies": {