@pipe0/react 0.0.6 → 0.0.8
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.
- package/CHANGELOG.md +16 -0
- package/README.md +14 -3
- package/dist/components/compound/pipe-catalog/card.d.mts +1 -0
- package/dist/components/compound/pipe-catalog/card.d.mts.map +1 -1
- package/dist/components/compound/pipe-catalog/card.mjs +3 -1
- package/dist/components/compound/pipe-catalog/card.mjs.map +1 -1
- package/dist/components/compound/pipe-catalog/category-filter.d.mts +4 -0
- package/dist/components/compound/pipe-catalog/category-filter.d.mts.map +1 -1
- package/dist/components/compound/pipe-catalog/category-filter.mjs +11 -1
- package/dist/components/compound/pipe-catalog/category-filter.mjs.map +1 -1
- package/dist/components/compound/pipe-catalog/column-filter.d.mts +2 -0
- package/dist/components/compound/pipe-catalog/column-filter.d.mts.map +1 -1
- package/dist/components/compound/pipe-catalog/column-filter.mjs +6 -0
- package/dist/components/compound/pipe-catalog/column-filter.mjs.map +1 -1
- package/dist/components/compound/pipe-catalog/list.d.mts +2 -0
- package/dist/components/compound/pipe-catalog/list.d.mts.map +1 -1
- package/dist/components/compound/pipe-catalog/list.mjs +5 -1
- package/dist/components/compound/pipe-catalog/list.mjs.map +1 -1
- package/dist/components/compound/pipe-catalog/search-filter.d.mts +1 -0
- package/dist/components/compound/pipe-catalog/search-filter.d.mts.map +1 -1
- package/dist/components/compound/pipe-catalog/search-filter.mjs +2 -0
- package/dist/components/compound/pipe-catalog/search-filter.mjs.map +1 -1
- package/dist/components/compound/pipe-form/content.d.mts +3 -1
- package/dist/components/compound/pipe-form/content.d.mts.map +1 -1
- package/dist/components/compound/pipe-form/content.mjs +8 -2
- package/dist/components/compound/pipe-form/content.mjs.map +1 -1
- package/dist/components/compound/pipe-form/errors.d.mts +4 -0
- package/dist/components/compound/pipe-form/errors.d.mts.map +1 -1
- package/dist/components/compound/pipe-form/errors.mjs +9 -1
- package/dist/components/compound/pipe-form/errors.mjs.map +1 -1
- package/dist/components/compound/search-catalog/card.d.mts +1 -0
- package/dist/components/compound/search-catalog/card.d.mts.map +1 -1
- package/dist/components/compound/search-catalog/card.mjs +3 -1
- package/dist/components/compound/search-catalog/card.mjs.map +1 -1
- package/dist/components/compound/search-catalog/category-filter.d.mts +4 -0
- package/dist/components/compound/search-catalog/category-filter.d.mts.map +1 -1
- package/dist/components/compound/search-catalog/category-filter.mjs +11 -1
- package/dist/components/compound/search-catalog/category-filter.mjs.map +1 -1
- package/dist/components/compound/search-catalog/column-filter.d.mts +2 -0
- package/dist/components/compound/search-catalog/column-filter.d.mts.map +1 -1
- package/dist/components/compound/search-catalog/column-filter.mjs +6 -0
- package/dist/components/compound/search-catalog/column-filter.mjs.map +1 -1
- package/dist/components/compound/search-catalog/list.d.mts +2 -0
- package/dist/components/compound/search-catalog/list.d.mts.map +1 -1
- package/dist/components/compound/search-catalog/list.mjs +5 -1
- package/dist/components/compound/search-catalog/list.mjs.map +1 -1
- package/dist/components/compound/search-catalog/search-filter.d.mts +1 -0
- package/dist/components/compound/search-catalog/search-filter.d.mts.map +1 -1
- package/dist/components/compound/search-catalog/search-filter.mjs +2 -0
- package/dist/components/compound/search-catalog/search-filter.mjs.map +1 -1
- package/dist/components/compound/search-form/content.d.mts +3 -1
- package/dist/components/compound/search-form/content.d.mts.map +1 -1
- package/dist/components/compound/search-form/content.mjs +8 -2
- package/dist/components/compound/search-form/content.mjs.map +1 -1
- package/dist/components/compound/search-form/errors.d.mts +4 -0
- package/dist/components/compound/search-form/errors.d.mts.map +1 -1
- package/dist/components/compound/search-form/errors.mjs +9 -1
- package/dist/components/compound/search-form/errors.mjs.map +1 -1
- package/dist/components/compound/searches-catalog/card.d.mts +1 -0
- package/dist/components/compound/searches-catalog/card.d.mts.map +1 -1
- package/dist/components/compound/searches-catalog/card.mjs +3 -1
- package/dist/components/compound/searches-catalog/card.mjs.map +1 -1
- package/dist/components/compound/searches-catalog/category-filter.d.mts +4 -0
- package/dist/components/compound/searches-catalog/category-filter.d.mts.map +1 -1
- package/dist/components/compound/searches-catalog/category-filter.mjs +11 -1
- package/dist/components/compound/searches-catalog/category-filter.mjs.map +1 -1
- package/dist/components/compound/searches-catalog/column-filter.d.mts +2 -0
- package/dist/components/compound/searches-catalog/column-filter.d.mts.map +1 -1
- package/dist/components/compound/searches-catalog/column-filter.mjs +6 -0
- package/dist/components/compound/searches-catalog/column-filter.mjs.map +1 -1
- package/dist/components/compound/searches-catalog/list.d.mts +2 -0
- package/dist/components/compound/searches-catalog/list.d.mts.map +1 -1
- package/dist/components/compound/searches-catalog/list.mjs +5 -1
- package/dist/components/compound/searches-catalog/list.mjs.map +1 -1
- package/dist/components/compound/searches-catalog/search-filter.d.mts +1 -0
- package/dist/components/compound/searches-catalog/search-filter.d.mts.map +1 -1
- package/dist/components/compound/searches-catalog/search-filter.mjs +2 -0
- package/dist/components/compound/searches-catalog/search-filter.mjs.map +1 -1
- package/dist/components/defaults/adapters/connector-input.mjs +1 -0
- package/dist/components/defaults/adapters/connector-input.mjs.map +1 -1
- package/dist/components/defaults/adapters/providers-input.mjs +32 -24
- package/dist/components/defaults/adapters/providers-input.mjs.map +1 -1
- package/dist/components/defaults/catalog/layout.mjs +1 -1
- package/dist/components/defaults/catalog/layout.mjs.map +1 -1
- package/dist/components/defaults/layout/field-wrapper.d.mts +1 -0
- package/dist/components/defaults/layout/field-wrapper.d.mts.map +1 -1
- package/dist/components/defaults/layout/field-wrapper.mjs +2 -0
- package/dist/components/defaults/layout/field-wrapper.mjs.map +1 -1
- package/dist/components/defaults/layout/group.d.mts +3 -0
- package/dist/components/defaults/layout/group.d.mts.map +1 -1
- package/dist/components/defaults/layout/group.mjs +10 -3
- package/dist/components/defaults/layout/group.mjs.map +1 -1
- package/dist/components/defaults/layout/section.d.mts +2 -1
- package/dist/components/defaults/layout/section.d.mts.map +1 -1
- package/dist/components/defaults/layout/section.mjs +6 -2
- package/dist/components/defaults/layout/section.mjs.map +1 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/context/catalog-config-context.d.mts +0 -10
- package/dist/context/catalog-config-context.d.mts.map +1 -1
- package/dist/context/catalog-config-context.mjs +0 -10
- package/dist/context/catalog-config-context.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/styles/pipe0-form.css +0 -55
- package/package.json +2 -2
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
--pz-tracking-widest: 0.1em;
|
|
66
66
|
--pz-leading-tight: 1.25;
|
|
67
67
|
--pz-radius-md: calc(var(--p0-radius) - 2px);
|
|
68
|
-
--pz-ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
69
68
|
--pz-animate-spin: spin 1s linear infinite;
|
|
70
69
|
--pz-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
71
70
|
--pz-blur-xs: 4px;
|
|
@@ -406,9 +405,6 @@
|
|
|
406
405
|
.pz\:w-72 {
|
|
407
406
|
width: calc(var(--pz-spacing) * 72);
|
|
408
407
|
}
|
|
409
|
-
.pz\:w-80 {
|
|
410
|
-
width: calc(var(--pz-spacing) * 80);
|
|
411
|
-
}
|
|
412
408
|
.pz\:w-auto {
|
|
413
409
|
width: auto;
|
|
414
410
|
}
|
|
@@ -500,9 +496,6 @@
|
|
|
500
496
|
.pz\:rotate-45 {
|
|
501
497
|
rotate: 45deg;
|
|
502
498
|
}
|
|
503
|
-
.pz\:rotate-180 {
|
|
504
|
-
rotate: 180deg;
|
|
505
|
-
}
|
|
506
499
|
.pz\:animate-pulse {
|
|
507
500
|
animation: var(--pz-animate-pulse);
|
|
508
501
|
}
|
|
@@ -1008,9 +1001,6 @@
|
|
|
1008
1001
|
.pz\:pt-2 {
|
|
1009
1002
|
padding-top: calc(var(--pz-spacing) * 2);
|
|
1010
1003
|
}
|
|
1011
|
-
.pz\:pt-3 {
|
|
1012
|
-
padding-top: calc(var(--pz-spacing) * 3);
|
|
1013
|
-
}
|
|
1014
1004
|
.pz\:pr-0 {
|
|
1015
1005
|
padding-right: calc(var(--pz-spacing) * 0);
|
|
1016
1006
|
}
|
|
@@ -1044,9 +1034,6 @@
|
|
|
1044
1034
|
.pz\:pb-3 {
|
|
1045
1035
|
padding-bottom: calc(var(--pz-spacing) * 3);
|
|
1046
1036
|
}
|
|
1047
|
-
.pz\:pb-3\.5 {
|
|
1048
|
-
padding-bottom: calc(var(--pz-spacing) * 3.5);
|
|
1049
|
-
}
|
|
1050
1037
|
.pz\:pl-0 {
|
|
1051
1038
|
padding-left: calc(var(--pz-spacing) * 0);
|
|
1052
1039
|
}
|
|
@@ -1255,12 +1242,6 @@
|
|
|
1255
1242
|
color: color-mix(in oklab, var(--p0-muted-foreground) 70%, transparent);
|
|
1256
1243
|
}
|
|
1257
1244
|
}
|
|
1258
|
-
.pz\:text-muted-foreground\/80 {
|
|
1259
|
-
color: var(--p0-muted-foreground);
|
|
1260
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1261
|
-
color: color-mix(in oklab, var(--p0-muted-foreground) 80%, transparent);
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1264
1245
|
.pz\:text-orange-700 {
|
|
1265
1246
|
color: var(--pz-color-orange-700);
|
|
1266
1247
|
}
|
|
@@ -1385,16 +1366,6 @@
|
|
|
1385
1366
|
outline-offset: 2px;
|
|
1386
1367
|
}
|
|
1387
1368
|
}
|
|
1388
|
-
.pz\:transition-\[height\,opacity\] {
|
|
1389
|
-
transition-property: height,opacity;
|
|
1390
|
-
transition-timing-function: var(--tw-ease, var(--pz-default-transition-timing-function));
|
|
1391
|
-
transition-duration: var(--tw-duration, var(--pz-default-transition-duration));
|
|
1392
|
-
}
|
|
1393
|
-
.pz\:transition-\[height\] {
|
|
1394
|
-
transition-property: height;
|
|
1395
|
-
transition-timing-function: var(--tw-ease, var(--pz-default-transition-timing-function));
|
|
1396
|
-
transition-duration: var(--tw-duration, var(--pz-default-transition-duration));
|
|
1397
|
-
}
|
|
1398
1369
|
.pz\:transition-all {
|
|
1399
1370
|
transition-property: all;
|
|
1400
1371
|
transition-timing-function: var(--tw-ease, var(--pz-default-transition-timing-function));
|
|
@@ -1426,14 +1397,6 @@
|
|
|
1426
1397
|
--tw-duration: 150ms;
|
|
1427
1398
|
transition-duration: 150ms;
|
|
1428
1399
|
}
|
|
1429
|
-
.pz\:duration-200 {
|
|
1430
|
-
--tw-duration: 200ms;
|
|
1431
|
-
transition-duration: 200ms;
|
|
1432
|
-
}
|
|
1433
|
-
.pz\:ease-out {
|
|
1434
|
-
--tw-ease: var(--pz-ease-out);
|
|
1435
|
-
transition-timing-function: var(--pz-ease-out);
|
|
1436
|
-
}
|
|
1437
1400
|
.pz\:outline-none {
|
|
1438
1401
|
--tw-outline-style: none;
|
|
1439
1402
|
outline-style: none;
|
|
@@ -1448,25 +1411,12 @@
|
|
|
1448
1411
|
.pz\:duration-150 {
|
|
1449
1412
|
animation-duration: 150ms;
|
|
1450
1413
|
}
|
|
1451
|
-
.pz\:duration-200 {
|
|
1452
|
-
animation-duration: 200ms;
|
|
1453
|
-
}
|
|
1454
|
-
.pz\:ease-out {
|
|
1455
|
-
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1456
|
-
}
|
|
1457
1414
|
.pz\:not-last\:border-b {
|
|
1458
1415
|
&:not(*:last-child) {
|
|
1459
1416
|
border-bottom-style: var(--tw-border-style);
|
|
1460
1417
|
border-bottom-width: 1px;
|
|
1461
1418
|
}
|
|
1462
1419
|
}
|
|
1463
|
-
.pz\:group-hover\/prov\:opacity-100 {
|
|
1464
|
-
&:is(:where(.pz\:group\/prov):hover *) {
|
|
1465
|
-
@media (hover: hover) {
|
|
1466
|
-
opacity: 100%;
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
1420
|
.pz\:group-has-disabled\/field\:opacity-50 {
|
|
1471
1421
|
&:is(:where(.pz\:group\/field):has(*:disabled) *) {
|
|
1472
1422
|
opacity: 50%;
|
|
@@ -3935,10 +3885,6 @@
|
|
|
3935
3885
|
syntax: "*";
|
|
3936
3886
|
inherits: false;
|
|
3937
3887
|
}
|
|
3938
|
-
@property --tw-ease {
|
|
3939
|
-
syntax: "*";
|
|
3940
|
-
inherits: false;
|
|
3941
|
-
}
|
|
3942
3888
|
@property --tw-content {
|
|
3943
3889
|
syntax: "*";
|
|
3944
3890
|
initial-value: "";
|
|
@@ -4083,7 +4029,6 @@
|
|
|
4083
4029
|
--tw-ring-offset-color: #fff;
|
|
4084
4030
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
4085
4031
|
--tw-duration: initial;
|
|
4086
|
-
--tw-ease: initial;
|
|
4087
4032
|
--tw-content: "";
|
|
4088
4033
|
--tw-outline-style: solid;
|
|
4089
4034
|
--tw-backdrop-blur: initial;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pipe0/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "React component library for building forms and catalogs powered by pipe0 pipes and searches.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pipe0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"lucide-react": "^0.475.0",
|
|
88
88
|
"swr": "^2.4.1",
|
|
89
89
|
"tailwind-merge": "^3.3.1",
|
|
90
|
-
"@pipe0/base": "0.0.
|
|
90
|
+
"@pipe0/base": "0.0.8"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@dnd-kit/core": "^6.3.1",
|