ddingdong-design-system 0.2.19 → 0.3.1

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.
@@ -2892,7 +2892,7 @@ function Hr({ value: e, onClickReset: r, ...t }) {
2892
2892
  "input",
2893
2893
  {
2894
2894
  value: e,
2895
- className: "focus:bg-primary-50 w-full rounded-xl border-none bg-gray-50 px-4 py-3 outline-1 outline-gray-200 md:py-3.5",
2895
+ className: "focus:ring-primary-200 focus:outline-primary-300 w-full rounded-xl border-none border-gray-100 bg-white px-4 py-3 outline-1 outline-gray-200 focus:ring-4 focus:outline-1 md:py-3.5",
2896
2896
  ...t
2897
2897
  }
2898
2898
  ),
@@ -3427,8 +3427,8 @@ export {
3427
3427
  Dr as Select,
3428
3428
  Ur as Skeleton,
3429
3429
  qr as Switch,
3430
+ Kr as TabItem,
3430
3431
  Jr as Tabs,
3431
- Kr as TabsItem,
3432
3432
  Xr as TextArea,
3433
3433
  ir as Title1,
3434
3434
  Pr as Title2,