@almadar/ui 4.5.2 → 4.5.3

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.
@@ -32275,6 +32275,7 @@ var init_Form = __esm({
32275
32275
  "form",
32276
32276
  {
32277
32277
  noValidate: true,
32278
+ "data-pattern": "form-section",
32278
32279
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
32279
32280
  onSubmit: handleSubmit,
32280
32281
  ...props,
package/dist/avl/index.js CHANGED
@@ -32229,6 +32229,7 @@ var init_Form = __esm({
32229
32229
  "form",
32230
32230
  {
32231
32231
  noValidate: true,
32232
+ "data-pattern": "form-section",
32232
32233
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
32233
32234
  onSubmit: handleSubmit,
32234
32235
  ...props,
@@ -28168,6 +28168,7 @@ var init_Form = __esm({
28168
28168
  "form",
28169
28169
  {
28170
28170
  noValidate: true,
28171
+ "data-pattern": "form-section",
28171
28172
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
28172
28173
  onSubmit: handleSubmit,
28173
28174
  ...props,
@@ -28123,6 +28123,7 @@ var init_Form = __esm({
28123
28123
  "form",
28124
28124
  {
28125
28125
  noValidate: true,
28126
+ "data-pattern": "form-section",
28126
28127
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
28127
28128
  onSubmit: handleSubmit,
28128
28129
  ...props,
@@ -29115,6 +29115,7 @@ var init_Form = __esm({
29115
29115
  "form",
29116
29116
  {
29117
29117
  noValidate: true,
29118
+ "data-pattern": "form-section",
29118
29119
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
29119
29120
  onSubmit: handleSubmit,
29120
29121
  ...props,
@@ -29070,6 +29070,7 @@ var init_Form = __esm({
29070
29070
  "form",
29071
29071
  {
29072
29072
  noValidate: true,
29073
+ "data-pattern": "form-section",
29073
29074
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
29074
29075
  onSubmit: handleSubmit,
29075
29076
  ...props,
@@ -28717,6 +28717,7 @@ var init_Form = __esm({
28717
28717
  "form",
28718
28718
  {
28719
28719
  noValidate: true,
28720
+ "data-pattern": "form-section",
28720
28721
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
28721
28722
  onSubmit: handleSubmit,
28722
28723
  ...props,
@@ -28672,6 +28672,7 @@ var init_Form = __esm({
28672
28672
  "form",
28673
28673
  {
28674
28674
  noValidate: true,
28675
+ "data-pattern": "form-section",
28675
28676
  className: cn(layoutStyles[layout], gapStyles8[gap], className),
28676
28677
  onSubmit: handleSubmit,
28677
28678
  ...props,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",