@proveanything/smartlinks-utils-ui 1.13.8 → 1.13.13

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.
Files changed (47) hide show
  1. package/README.md +6 -6
  2. package/dist/ErrorBoundary-J9iKgF_H.d.ts +40 -0
  3. package/dist/{chunk-OTJV62XV.js → chunk-5ZQT2GGU.js} +5 -5
  4. package/dist/chunk-5ZQT2GGU.js.map +1 -0
  5. package/dist/{chunk-4LHF5JB7.js → chunk-DH5HG5DW.js} +15 -6
  6. package/dist/chunk-DH5HG5DW.js.map +1 -0
  7. package/dist/{chunk-E3GQ6LNZ.js → chunk-I3T36FSI.js} +528 -49
  8. package/dist/chunk-I3T36FSI.js.map +1 -0
  9. package/dist/{chunk-7UBXTFZQ.js → chunk-JNCRSL2H.js} +13 -12
  10. package/dist/chunk-JNCRSL2H.js.map +1 -0
  11. package/dist/{chunk-JMCV6FOW.js → chunk-WVCNIX7N.js} +3 -3
  12. package/dist/{chunk-JMCV6FOW.js.map → chunk-WVCNIX7N.js.map} +1 -1
  13. package/dist/{chunk-3RRHM4LP.js → chunk-XASZS7EA.js} +131 -4
  14. package/dist/chunk-XASZS7EA.js.map +1 -0
  15. package/dist/components/AssetPicker/index.css +34 -0
  16. package/dist/components/AssetPicker/index.css.map +1 -1
  17. package/dist/components/AssetPicker/index.js +1 -1
  18. package/dist/components/ConditionsEditor/index.css +34 -0
  19. package/dist/components/ConditionsEditor/index.css.map +1 -1
  20. package/dist/components/ConditionsEditor/index.d.ts +2 -2
  21. package/dist/components/ConditionsEditor/index.js +2 -2
  22. package/dist/components/FacetRuleEditor/index.d.ts +1 -1
  23. package/dist/components/FacetRuleEditor/index.js +2 -2
  24. package/dist/components/FontPicker/index.css +34 -0
  25. package/dist/components/FontPicker/index.css.map +1 -1
  26. package/dist/components/FontPicker/index.js +1 -1
  27. package/dist/components/IconPicker/index.css +34 -0
  28. package/dist/components/IconPicker/index.css.map +1 -1
  29. package/dist/components/LinkPicker/index.css +34 -0
  30. package/dist/components/LinkPicker/index.css.map +1 -1
  31. package/dist/components/RecordsAdmin/index.css +34 -0
  32. package/dist/components/RecordsAdmin/index.css.map +1 -1
  33. package/dist/components/RecordsAdmin/index.d.ts +1 -0
  34. package/dist/components/RecordsAdmin/index.js +15 -11
  35. package/dist/components/RecordsAdmin/index.js.map +1 -1
  36. package/dist/index.css +34 -0
  37. package/dist/index.css.map +1 -1
  38. package/dist/index.d.ts +2 -1
  39. package/dist/index.js +7 -7
  40. package/dist/index.js.map +1 -1
  41. package/dist/{types-a2DdgZ2H.d.ts → types-BLqki3Zy.d.ts} +11 -0
  42. package/package.json +3 -3
  43. package/dist/chunk-3RRHM4LP.js.map +0 -1
  44. package/dist/chunk-4LHF5JB7.js.map +0 -1
  45. package/dist/chunk-7UBXTFZQ.js.map +0 -1
  46. package/dist/chunk-E3GQ6LNZ.js.map +0 -1
  47. package/dist/chunk-OTJV62XV.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
- import { d as ConditionsEditorProps } from '../../types-a2DdgZ2H.js';
3
- export { C as Condition, a as ConditionGroup, b as ConditionType, c as ConditionTypeMeta, F as FacetOption, e as FacetValueOption, S as SelectOption, V as VersionOption } from '../../types-a2DdgZ2H.js';
2
+ import { d as ConditionsEditorProps } from '../../types-BLqki3Zy.js';
3
+ export { C as Condition, a as ConditionGroup, b as ConditionType, c as ConditionTypeMeta, F as FacetOption, e as FacetValueOption, S as SelectOption, V as VersionOption } from '../../types-BLqki3Zy.js';
4
4
 
5
5
  declare const ConditionsEditor: React__default.FC<ConditionsEditorProps>;
6
6
 
@@ -1,5 +1,5 @@
1
- export { ConditionsEditor } from '../../chunk-7UBXTFZQ.js';
2
- import '../../chunk-4LHF5JB7.js';
1
+ export { ConditionsEditor } from '../../chunk-JNCRSL2H.js';
2
+ import '../../chunk-DH5HG5DW.js';
3
3
  import '../../chunk-5UQQYXCX.js';
4
4
  import '../../chunk-L7FQ52F5.js';
5
5
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  import React__default from 'react';
2
2
  import { FacetRule } from '@proveanything/smartlinks/dist/types/appObjects';
3
3
  export { FacetRule, FacetRuleClause } from '@proveanything/smartlinks/dist/types/appObjects';
4
- import { F as FacetOption } from '../../types-a2DdgZ2H.js';
4
+ import { F as FacetOption } from '../../types-BLqki3Zy.js';
5
5
 
6
6
  interface FacetRuleEditorProps {
7
7
  /** The current rule (controlled). `null` ⇒ no rule yet. */
@@ -1,6 +1,6 @@
1
1
  import '../../chunk-S27GIYV7.js';
2
- export { FacetRuleEditor } from '../../chunk-JMCV6FOW.js';
3
- import '../../chunk-4LHF5JB7.js';
2
+ export { FacetRuleEditor } from '../../chunk-WVCNIX7N.js';
3
+ import '../../chunk-DH5HG5DW.js';
4
4
  import '../../chunk-L7FQ52F5.js';
5
5
  //# sourceMappingURL=index.js.map
6
6
  //# sourceMappingURL=index.js.map
@@ -2539,6 +2539,9 @@
2539
2539
  .static {
2540
2540
  position: static;
2541
2541
  }
2542
+ .\!fixed {
2543
+ position: fixed !important;
2544
+ }
2542
2545
  .fixed {
2543
2546
  position: fixed;
2544
2547
  }
@@ -2791,6 +2794,9 @@
2791
2794
  .h-24 {
2792
2795
  height: 6rem;
2793
2796
  }
2797
+ .h-28 {
2798
+ height: 7rem;
2799
+ }
2794
2800
  .h-3 {
2795
2801
  height: 0.75rem;
2796
2802
  }
@@ -2869,6 +2875,9 @@
2869
2875
  .w-24 {
2870
2876
  width: 6rem;
2871
2877
  }
2878
+ .w-28 {
2879
+ width: 7rem;
2880
+ }
2872
2881
  .w-3 {
2873
2882
  width: 0.75rem;
2874
2883
  }
@@ -3068,6 +3077,9 @@
3068
3077
  .items-center {
3069
3078
  align-items: center;
3070
3079
  }
3080
+ .items-baseline {
3081
+ align-items: baseline;
3082
+ }
3071
3083
  .justify-end {
3072
3084
  justify-content: flex-end;
3073
3085
  }
@@ -3135,6 +3147,9 @@
3135
3147
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
3136
3148
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
3137
3149
  }
3150
+ .divide-border > :not([hidden]) ~ :not([hidden]) {
3151
+ border-color: hsl(var(--border));
3152
+ }
3138
3153
  .self-start {
3139
3154
  align-self: flex-start;
3140
3155
  }
@@ -3200,6 +3215,9 @@
3200
3215
  .border-dashed {
3201
3216
  border-style: dashed;
3202
3217
  }
3218
+ .border-amber-500\/40 {
3219
+ border-color: rgb(245 158 11 / 0.4);
3220
+ }
3203
3221
  .border-background {
3204
3222
  border-color: hsl(var(--background));
3205
3223
  }
@@ -3216,6 +3234,9 @@
3216
3234
  .border-destructive {
3217
3235
  border-color: hsl(var(--destructive));
3218
3236
  }
3237
+ .border-destructive\/40 {
3238
+ border-color: hsl(var(--destructive) / 0.4);
3239
+ }
3219
3240
  .border-destructive\/50 {
3220
3241
  border-color: hsl(var(--destructive) / 0.5);
3221
3242
  }
@@ -3253,6 +3274,9 @@
3253
3274
  --tw-bg-opacity: 1;
3254
3275
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
3255
3276
  }
3277
+ .bg-amber-500\/10 {
3278
+ background-color: rgb(245 158 11 / 0.1);
3279
+ }
3256
3280
  .bg-background {
3257
3281
  background-color: hsl(var(--background));
3258
3282
  }
@@ -3524,6 +3548,9 @@
3524
3548
  .text-center {
3525
3549
  text-align: center;
3526
3550
  }
3551
+ .text-right {
3552
+ text-align: right;
3553
+ }
3527
3554
  .font-mono {
3528
3555
  font-family:
3529
3556
  ui-monospace,
@@ -3971,6 +3998,9 @@
3971
3998
  .hover\:underline:hover {
3972
3999
  text-decoration-line: underline;
3973
4000
  }
4001
+ .hover\:no-underline:hover {
4002
+ text-decoration-line: none;
4003
+ }
3974
4004
  .hover\:opacity-100:hover {
3975
4005
  opacity: 1;
3976
4006
  }
@@ -4146,6 +4176,10 @@
4146
4176
  --tw-text-opacity: 1;
4147
4177
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
4148
4178
  }
4179
+ .dark\:text-emerald-400 {
4180
+ --tw-text-opacity: 1;
4181
+ color: rgb(52 211 153 / var(--tw-text-opacity, 1));
4182
+ }
4149
4183
  .dark\:text-gray-100 {
4150
4184
  --tw-text-opacity: 1;
4151
4185
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));