@texturehq/edges 2.2.7 → 2.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.
package/dist/styles.css CHANGED
@@ -397,8 +397,6 @@
397
397
  --control-text-lg: var(--text-base);
398
398
  --control-text-xl: var(--text-lg);
399
399
  --control-hover-opacity: 0.9;
400
- --control-focus-ring-color: var(--color-action-default);
401
- --control-focus-ring-color-error: var(--color-feedback-error-border);
402
400
  --control-transition-duration: 150ms;
403
401
  --control-transition-timing: var(--ease-in-out);
404
402
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
@@ -442,7 +440,6 @@
442
440
  --animate-spin: spin 1s linear infinite;
443
441
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
444
442
  --blur-sm: 8px;
445
- --blur-md: 12px;
446
443
  --aspect-video: 16 / 9;
447
444
  --default-transition-duration: 150ms;
448
445
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -2279,9 +2276,6 @@
2279
2276
  .-top-2 {
2280
2277
  top: calc(var(--spacing-2) * -1);
2281
2278
  }
2282
- .-top-\[5px\] {
2283
- top: calc(5px * -1);
2284
- }
2285
2279
  .top-0 {
2286
2280
  top: var(--spacing-0);
2287
2281
  }
@@ -2531,9 +2525,6 @@
2531
2525
  .-mt-4 {
2532
2526
  margin-top: calc(var(--spacing-4) * -1);
2533
2527
  }
2534
- .-mt-px {
2535
- margin-top: -1px;
2536
- }
2537
2528
  .mt-0 {
2538
2529
  margin-top: var(--spacing-0);
2539
2530
  }
@@ -2717,9 +2708,6 @@
2717
2708
  .h-16 {
2718
2709
  height: var(--spacing-16);
2719
2710
  }
2720
- .h-20 {
2721
- height: var(--spacing-20);
2722
- }
2723
2711
  .h-28 {
2724
2712
  height: var(--spacing-28);
2725
2713
  }
@@ -2744,9 +2732,6 @@
2744
2732
  .h-\[100dvh\] {
2745
2733
  height: 100dvh;
2746
2734
  }
2747
- .h-\[120px\] {
2748
- height: 120px;
2749
- }
2750
2735
  .h-\[calc\(100\%\+2\.5rem\)\] {
2751
2736
  height: calc(100% + 2.5rem);
2752
2737
  }
@@ -2997,9 +2982,6 @@
2997
2982
  .min-w-80 {
2998
2983
  min-width: var(--spacing-80);
2999
2984
  }
3000
- .min-w-\[100px\] {
3001
- min-width: 100px;
3002
- }
3003
2985
  .min-w-\[120px\] {
3004
2986
  min-width: 120px;
3005
2987
  }
@@ -3140,9 +3122,6 @@
3140
3122
  .resize-none {
3141
3123
  resize: none;
3142
3124
  }
3143
- .resize-x {
3144
- resize: horizontal;
3145
- }
3146
3125
  .resize-y {
3147
3126
  resize: vertical;
3148
3127
  }
@@ -3455,14 +3434,6 @@
3455
3434
  .gap-y-8 {
3456
3435
  row-gap: var(--spacing-8);
3457
3436
  }
3458
- .divide-x {
3459
- :where(& > :not(:last-child)) {
3460
- --tw-divide-x-reverse: 0;
3461
- border-inline-style: var(--tw-border-style);
3462
- border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
3463
- border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
3464
- }
3465
- }
3466
3437
  .divide-y {
3467
3438
  :where(& > :not(:last-child)) {
3468
3439
  --tw-divide-y-reverse: 0;
@@ -3526,9 +3497,6 @@
3526
3497
  .rounded-\[0\.5rem\] {
3527
3498
  border-radius: 0.5rem;
3528
3499
  }
3529
- .rounded-\[14px\] {
3530
- border-radius: 14px;
3531
- }
3532
3500
  .rounded-\[var\(--control-border-radius\)\] {
3533
3501
  border-radius: var(--control-border-radius);
3534
3502
  }
@@ -3995,9 +3963,6 @@
3995
3963
  .border-l-action-default {
3996
3964
  border-left-color: var(--color-action-default);
3997
3965
  }
3998
- .border-l-border-muted {
3999
- border-left-color: var(--color-border-muted);
4000
- }
4001
3966
  .border-l-feedback-error-border {
4002
3967
  border-left-color: var(--color-feedback-error-border);
4003
3968
  }
@@ -4109,12 +4074,6 @@
4109
4074
  background-color: color-mix(in oklab, var(--color-background-muted) 50%, transparent);
4110
4075
  }
4111
4076
  }
4112
- .bg-background-muted\/60 {
4113
- background-color: color-mix(in srgb, #f5f5f4 60%, transparent);
4114
- @supports (color: color-mix(in lab, red, red)) {
4115
- background-color: color-mix(in oklab, var(--color-background-muted) 60%, transparent);
4116
- }
4117
- }
4118
4077
  .bg-background-paper {
4119
4078
  background-color: var(--color-background-paper);
4120
4079
  }
@@ -5886,10 +5845,6 @@
5886
5845
  .italic {
5887
5846
  font-style: italic;
5888
5847
  }
5889
- .ordinal {
5890
- --tw-ordinal: ordinal;
5891
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
5892
- }
5893
5848
  .tabular-nums {
5894
5849
  --tw-numeric-spacing: tabular-nums;
5895
5850
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
@@ -6060,10 +6015,6 @@
6060
6015
  --tw-ring-offset-width: 2px;
6061
6016
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
6062
6017
  }
6063
- .\!outline-\[1\.5px\] {
6064
- outline-style: var(--tw-outline-style) !important;
6065
- outline-width: 1.5px !important;
6066
- }
6067
6018
  .outline {
6068
6019
  outline-style: var(--tw-outline-style);
6069
6020
  outline-width: 1px;
@@ -6076,19 +6027,9 @@
6076
6027
  outline-style: var(--tw-outline-style);
6077
6028
  outline-width: 1px;
6078
6029
  }
6079
- .outline-\[1\.5px\] {
6080
- outline-style: var(--tw-outline-style);
6081
- outline-width: 1.5px;
6082
- }
6083
6030
  .outline-offset-0 {
6084
6031
  outline-offset: 0px;
6085
6032
  }
6086
- .\!outline-\[var\(--control-focus-ring-color\)\] {
6087
- outline-color: var(--control-focus-ring-color) !important;
6088
- }
6089
- .outline-\[var\(--control-focus-ring-color-error\)\] {
6090
- outline-color: var(--control-focus-ring-color-error);
6091
- }
6092
6033
  .outline-border-input {
6093
6034
  outline-color: var(--color-border-input);
6094
6035
  }
@@ -6120,10 +6061,6 @@
6120
6061
  --tw-backdrop-blur: blur(2px);
6121
6062
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
6122
6063
  }
6123
- .backdrop-blur-md {
6124
- --tw-backdrop-blur: blur(var(--blur-md));
6125
- backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
6126
- }
6127
6064
  .backdrop-blur-sm {
6128
6065
  --tw-backdrop-blur: blur(var(--blur-sm));
6129
6066
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
@@ -6205,9 +6142,6 @@
6205
6142
  -moz-user-select: text;
6206
6143
  user-select: text;
6207
6144
  }
6208
- .\!\[--tw-outline-style\:solid\] {
6209
- --tw-outline-style: solid !important;
6210
- }
6211
6145
  .\[--tw-enter-translate-x\:calc\(-16rem-100\%\)\] {
6212
6146
  --tw-enter-translate-x: calc(-16rem - 100%);
6213
6147
  }
@@ -6451,12 +6385,6 @@
6451
6385
  z-index: 10;
6452
6386
  }
6453
6387
  }
6454
- .after\:block {
6455
- &::after {
6456
- content: var(--tw-content);
6457
- display: block;
6458
- }
6459
- }
6460
6388
  .after\:h-0 {
6461
6389
  &::after {
6462
6390
  content: var(--tw-content);
@@ -6469,12 +6397,6 @@
6469
6397
  height: 2px;
6470
6398
  }
6471
6399
  }
6472
- .after\:h-\[5px\] {
6473
- &::after {
6474
- content: var(--tw-content);
6475
- height: 5px;
6476
- }
6477
- }
6478
6400
  .after\:overflow-hidden {
6479
6401
  &::after {
6480
6402
  content: var(--tw-content);
@@ -6500,23 +6422,12 @@
6500
6422
  font-weight: var(--font-weight-semibold);
6501
6423
  }
6502
6424
  }
6503
- .after\:content-\[\'\'\] {
6504
- &::after {
6505
- --tw-content: '';
6506
- content: var(--tw-content);
6507
- }
6508
- }
6509
6425
  .after\:content-\[attr\(data-label\)\] {
6510
6426
  &::after {
6511
6427
  --tw-content: attr(data-label);
6512
6428
  content: var(--tw-content);
6513
6429
  }
6514
6430
  }
6515
- .first\:-mt-\[5px\] {
6516
- &:first-child {
6517
- margin-top: calc(5px * -1);
6518
- }
6519
- }
6520
6431
  .first\:ml-0 {
6521
6432
  &:first-child {
6522
6433
  margin-left: var(--spacing-0);
@@ -7316,11 +7227,6 @@
7316
7227
  font-weight: var(--font-weight-medium);
7317
7228
  }
7318
7229
  }
7319
- .supports-\[-moz-appearance\:none\]\:bg-background-muted {
7320
- @supports (-moz-appearance:none) {
7321
- background-color: var(--color-background-muted);
7322
- }
7323
- }
7324
7230
  .supports-\[backdrop-filter\]\:bg-background-modal\/15 {
7325
7231
  @supports (backdrop-filter: var(--tw)) {
7326
7232
  background-color: color-mix(in srgb, rgba(0, 0, 0, 0.15) 15%, transparent);
@@ -7801,11 +7707,6 @@
7801
7707
  width: 50%;
7802
7708
  }
7803
7709
  }
7804
- .md\:w-\[456px\] {
7805
- @media (width >= 48rem) {
7806
- width: 456px;
7807
- }
7808
- }
7809
7710
  .md\:w-auto {
7810
7711
  @media (width >= 48rem) {
7811
7712
  width: auto;
@@ -9121,11 +9022,6 @@
9121
9022
  padding: var(--spacing-0);
9122
9023
  }
9123
9024
  }
9124
- .\[\&\+\*\]\:mt-1 {
9125
- &+* {
9126
- margin-top: var(--spacing-1);
9127
- }
9128
- }
9129
9025
  .\[\&\:\:-moz-range-thumb\]\:h-4 {
9130
9026
  &::-moz-range-thumb {
9131
9027
  height: var(--spacing-4);
@@ -9454,7 +9350,7 @@
9454
9350
  inherits: false;
9455
9351
  initial-value: 0;
9456
9352
  }
9457
- @property --tw-divide-x-reverse {
9353
+ @property --tw-divide-y-reverse {
9458
9354
  syntax: "*";
9459
9355
  inherits: false;
9460
9356
  initial-value: 0;
@@ -9464,11 +9360,6 @@
9464
9360
  inherits: false;
9465
9361
  initial-value: solid;
9466
9362
  }
9467
- @property --tw-divide-y-reverse {
9468
- syntax: "*";
9469
- inherits: false;
9470
- initial-value: 0;
9471
- }
9472
9363
  @property --tw-gradient-position {
9473
9364
  syntax: "*";
9474
9365
  inherits: false;
@@ -9747,9 +9638,8 @@
9747
9638
  --tw-scroll-snap-strictness: proximity;
9748
9639
  --tw-space-y-reverse: 0;
9749
9640
  --tw-space-x-reverse: 0;
9750
- --tw-divide-x-reverse: 0;
9751
- --tw-border-style: solid;
9752
9641
  --tw-divide-y-reverse: 0;
9642
+ --tw-border-style: solid;
9753
9643
  --tw-gradient-position: initial;
9754
9644
  --tw-gradient-from: #0000;
9755
9645
  --tw-gradient-via: #0000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.2.7",
3
+ "version": "2.3.1",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",
@@ -93,6 +93,7 @@
93
93
  "@dnd-kit/core": "^6.3.1",
94
94
  "@dnd-kit/sortable": "^10.0.0",
95
95
  "@dnd-kit/utilities": "^3.2.2",
96
+ "@internationalized/date": "^3.12.0",
96
97
  "@phosphor-icons/react": "^2.1.7",
97
98
  "@tanstack/react-virtual": "^3.13.12",
98
99
  "@texturehq/edges-tokens": "^0.4.3",
@@ -101,33 +102,31 @@
101
102
  "@tiptap/pm": "^3.4.5",
102
103
  "@tiptap/react": "^3.4.5",
103
104
  "@tiptap/starter-kit": "^3.4.5",
104
- "@types/react-map-gl": "6.1.6",
105
+ "@types/d3-scale": "^4.0.9",
105
106
  "@visx/axis": "^3.10.1",
106
107
  "@visx/brush": "^3.12.0",
107
108
  "@visx/curve": "^3.3.0",
108
- "@visx/drag": "^3.12.0",
109
- "@visx/event": "^3.3.0",
110
109
  "@visx/gradient": "^3.3.0",
110
+ "@visx/group": "^3.12.0",
111
111
  "@visx/pattern": "^3.12.0",
112
112
  "@visx/responsive": "^3.10.2",
113
113
  "@visx/scale": "^3.5.0",
114
114
  "@visx/shape": "^3.5.0",
115
- "@visx/tooltip": "^3.3.0",
115
+ "@visx/vendor": "^3.12.0",
116
116
  "@visx/zoom": "^3.12.0",
117
117
  "ace-builds": "^1.43.3",
118
- "chance": "^1.1.13",
119
118
  "d3-array": "^3.2.4",
119
+ "d3-scale": "^4.0.2",
120
120
  "date-fns": "^4.1.0",
121
121
  "file-saver": "^2.0.5",
122
- "filestack-react": "^6.0.0",
123
122
  "framer-motion": "^12.23.24",
124
123
  "fuse.js": "^7.0.0",
125
124
  "lucide-react": "^0.544.0",
126
125
  "luxon": "^3.4.4",
127
126
  "mapbox-gl": "3.7.0",
128
- "next-intl": "^4.0.2",
129
127
  "papaparse": "^5.5.3",
130
128
  "react-ace": "^14.0.1",
129
+ "react-aria": "^3.47.0",
131
130
  "react-aria-components": "^1.7.1",
132
131
  "react-colorful": "^5.6.1",
133
132
  "react-stately": "^3.35.0",
@@ -135,13 +134,11 @@
135
134
  },
136
135
  "devDependencies": {
137
136
  "@biomejs/biome": "2.4.9",
138
- "@hookform/resolvers": "^3.9.0",
139
137
  "@tailwindcss/postcss": "^4.1.14",
140
138
  "@testing-library/dom": "^10.4.0",
141
139
  "@testing-library/jest-dom": "^6.4.2",
142
140
  "@testing-library/react": "^16.3.0",
143
141
  "@testing-library/user-event": "^14.5.2",
144
- "@types/chance": "^1.1.7",
145
142
  "@types/file-saver": "^2.0.7",
146
143
  "@types/luxon": "^3.7.1",
147
144
  "@types/node": "^20.11.30",
@@ -155,7 +152,6 @@
155
152
  "jsdom": "^24.0.0",
156
153
  "postcss": "^8.5.6",
157
154
  "postcss-cli": "^11.0.0",
158
- "postcss-import": "^16.1.1",
159
155
  "react": "19.2.0",
160
156
  "react-dom": "19.2.0",
161
157
  "react-hook-form": "^7.53.0",
@@ -165,7 +161,6 @@
165
161
  "vite": "^5.1.6",
166
162
  "vite-plugin-svgr": "^4.3.0",
167
163
  "vitest": "^3.1.1",
168
- "yalc": "^1.0.0-pre.53",
169
- "zod": "^3.23.8"
164
+ "yalc": "^1.0.0-pre.53"
170
165
  }
171
166
  }
@@ -33,7 +33,6 @@ const allowlistedFiles = new Set([
33
33
  "src/components/SegmentedControl/SegmentedControl.tsx",
34
34
  "src/components/ChipInputField/ChipInputField.tsx",
35
35
  "src/components/TextAreaWithChips/TextAreaWithChips.tsx",
36
- "src/components/TextAreaWithChips/ChipTextArea.tsx",
37
36
  "src/components/DeviceMetaDisplay/DeviceMetaDisplay.tsx",
38
37
  "src/components/SiteMetaDisplay/SiteMetaDisplay.tsx",
39
38
  "src/components/ContactMetaDisplay/ContactMetaDisplay.tsx",