@mintlify/components 0.1.66 → 0.1.68

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/main.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
3
3
  *//*
4
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -24,6 +24,7 @@
24
24
  2. Prevent adjustments of font size after orientation changes in iOS.
25
25
  3. Use a more readable tab size.
26
26
  4. Use the user's configured `sans` font-family by default.
27
+ 5. Use the user's configured `sans` font-feature-settings by default.
27
28
  */
28
29
 
29
30
  html {
@@ -33,6 +34,7 @@ html {
33
34
  -o-tab-size: 4;
34
35
  tab-size: 4; /* 3 */
35
36
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
37
+ font-feature-settings: normal; /* 5 */
36
38
  }
37
39
 
38
40
  /*
@@ -369,54 +371,12 @@ video {
369
371
  height: auto;
370
372
  }
371
373
 
372
- *, ::before, ::after {
373
- --tw-border-spacing-x: 0;
374
- --tw-border-spacing-y: 0;
375
- --tw-translate-x: 0;
376
- --tw-translate-y: 0;
377
- --tw-rotate: 0;
378
- --tw-skew-x: 0;
379
- --tw-skew-y: 0;
380
- --tw-scale-x: 1;
381
- --tw-scale-y: 1;
382
- --tw-pan-x: ;
383
- --tw-pan-y: ;
384
- --tw-pinch-zoom: ;
385
- --tw-scroll-snap-strictness: proximity;
386
- --tw-ordinal: ;
387
- --tw-slashed-zero: ;
388
- --tw-numeric-figure: ;
389
- --tw-numeric-spacing: ;
390
- --tw-numeric-fraction: ;
391
- --tw-ring-inset: ;
392
- --tw-ring-offset-width: 0px;
393
- --tw-ring-offset-color: #fff;
394
- --tw-ring-color: rgba(59, 130, 246, 0.5);
395
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
396
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
397
- --tw-shadow: 0 0 rgba(0,0,0,0);
398
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
399
- --tw-blur: ;
400
- --tw-brightness: ;
401
- --tw-contrast: ;
402
- --tw-grayscale: ;
403
- --tw-hue-rotate: ;
404
- --tw-invert: ;
405
- --tw-saturate: ;
406
- --tw-sepia: ;
407
- --tw-drop-shadow: ;
408
- --tw-backdrop-blur: ;
409
- --tw-backdrop-brightness: ;
410
- --tw-backdrop-contrast: ;
411
- --tw-backdrop-grayscale: ;
412
- --tw-backdrop-hue-rotate: ;
413
- --tw-backdrop-invert: ;
414
- --tw-backdrop-opacity: ;
415
- --tw-backdrop-saturate: ;
416
- --tw-backdrop-sepia: ;
374
+ /* Make elements with the HTML hidden attribute stay hidden by default */
375
+ [hidden] {
376
+ display: none;
417
377
  }
418
378
 
419
- ::-webkit-backdrop {
379
+ *, ::before, ::after {
420
380
  --tw-border-spacing-x: 0;
421
381
  --tw-border-spacing-y: 0;
422
382
  --tw-translate-x: 0;
@@ -1262,18 +1222,16 @@ video {
1262
1222
  position: relative;
1263
1223
  border-radius: 0.75rem;
1264
1224
  --tw-bg-opacity: 1;
1265
- background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
1225
+ background-color: rgba(22, 27, 34, var(--tw-bg-opacity));
1266
1226
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
1267
1227
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1268
1228
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1269
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
1270
1229
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
1271
1230
  }
1272
1231
  .dark .gray-frame {
1273
1232
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1274
1233
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1275
1234
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
1276
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
1277
1235
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
1278
1236
  --tw-ring-inset: inset;
1279
1237
  --tw-ring-color: rgba(255, 255, 255, 0.1);
@@ -1530,7 +1488,6 @@ video {
1530
1488
  width: 10rem;
1531
1489
  }
1532
1490
  .w-fit {
1533
- width: -webkit-fit-content;
1534
1491
  width: -moz-fit-content;
1535
1492
  width: fit-content;
1536
1493
  }
@@ -1544,7 +1501,6 @@ video {
1544
1501
  min-width: 100%;
1545
1502
  }
1546
1503
  .max-w-max {
1547
- max-width: -webkit-max-content;
1548
1504
  max-width: -moz-max-content;
1549
1505
  max-width: max-content;
1550
1506
  }
@@ -1563,6 +1519,14 @@ video {
1563
1519
  .flex-initial {
1564
1520
  flex: 0 1 auto;
1565
1521
  }
1522
+ .-translate-y-12 {
1523
+ --tw-translate-y: -3rem;
1524
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1525
+ }
1526
+ .translate-y-0 {
1527
+ --tw-translate-y: 0px;
1528
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1529
+ }
1566
1530
  .-translate-x-1\/2 {
1567
1531
  --tw-translate-x: -50%;
1568
1532
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -1688,14 +1652,14 @@ video {
1688
1652
  border-top-left-radius: 0.75rem;
1689
1653
  border-top-right-radius: 0.75rem;
1690
1654
  }
1691
- .rounded-b-xl {
1692
- border-bottom-right-radius: 0.75rem;
1693
- border-bottom-left-radius: 0.75rem;
1694
- }
1695
1655
  .rounded-t {
1696
1656
  border-top-left-radius: 0.25rem;
1697
1657
  border-top-right-radius: 0.25rem;
1698
1658
  }
1659
+ .rounded-b-xl {
1660
+ border-bottom-right-radius: 0.75rem;
1661
+ border-bottom-left-radius: 0.75rem;
1662
+ }
1699
1663
  .rounded-tl-xl {
1700
1664
  border-top-left-radius: 0.75rem;
1701
1665
  }
@@ -1844,8 +1808,9 @@ video {
1844
1808
  --tw-bg-opacity: 1;
1845
1809
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity));
1846
1810
  }
1847
- .bg-slate-700\/50 {
1848
- background-color: rgba(51, 65, 85, 0.5);
1811
+ .bg-codeblock-tabs {
1812
+ --tw-bg-opacity: 1;
1813
+ background-color: rgba(33, 38, 45, var(--tw-bg-opacity));
1849
1814
  }
1850
1815
  .bg-green-600 {
1851
1816
  --tw-bg-opacity: 1;
@@ -2141,16 +2106,13 @@ video {
2141
2106
  color: rgba(190, 24, 93, var(--tw-text-opacity));
2142
2107
  }
2143
2108
  .underline {
2144
- -webkit-text-decoration-line: underline;
2145
- text-decoration-line: underline;
2109
+ text-decoration-line: underline;
2146
2110
  }
2147
2111
  .decoration-slate-400 {
2148
- -webkit-text-decoration-color: #94a3b8;
2149
- text-decoration-color: #94a3b8;
2112
+ text-decoration-color: #94a3b8;
2150
2113
  }
2151
2114
  .decoration-dotted {
2152
- -webkit-text-decoration-style: dotted;
2153
- text-decoration-style: dotted;
2115
+ text-decoration-style: dotted;
2154
2116
  }
2155
2117
  .decoration-2 {
2156
2118
  text-decoration-thickness: 2px;
@@ -2161,11 +2123,13 @@ video {
2161
2123
  .opacity-0 {
2162
2124
  opacity: 0;
2163
2125
  }
2126
+ .opacity-100 {
2127
+ opacity: 1;
2128
+ }
2164
2129
  .shadow {
2165
2130
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
2166
2131
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2167
2132
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2168
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2169
2133
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2170
2134
  }
2171
2135
  .outline-none {
@@ -2176,7 +2140,6 @@ video {
2176
2140
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2177
2141
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2178
2142
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2179
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2180
2143
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2181
2144
  }
2182
2145
  .ring-transparent {
@@ -2185,6 +2148,22 @@ video {
2185
2148
  .filter {
2186
2149
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2187
2150
  }
2151
+ .transition {
2152
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
2153
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2154
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
2155
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2156
+ transition-duration: 150ms;
2157
+ }
2158
+ .duration-200 {
2159
+ transition-duration: 200ms;
2160
+ }
2161
+ .duration-75 {
2162
+ transition-duration: 75ms;
2163
+ }
2164
+ .ease-out {
2165
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2166
+ }
2188
2167
  .bg-grid-slate-100 {
2189
2168
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 width=%2732%27 height=%2732%27 fill=%27none%27 stroke=%27%23f1f5f9%27%3e%3cpath d=%27M0 .5H31.5V32%27/%3e%3c/svg%3e");
2190
2169
  }
@@ -2304,7 +2283,6 @@ select {
2304
2283
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2305
2284
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2306
2285
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2307
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2308
2286
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2309
2287
  }
2310
2288
  .focus\:ring-indigo-500:focus {
@@ -2388,49 +2366,8 @@ select {
2388
2366
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
2389
2367
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
2390
2368
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
2391
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
2392
2369
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
2393
2370
  }
2394
- .dark .dark\:prose-dark {
2395
- color: #94a3b8;
2396
- }
2397
- .dark .dark\:prose-dark :where(h1, h2, h3, h4, thead th):not(:where([class~="not-prose"] *)) {
2398
- color: #e2e8f0;
2399
- }
2400
- .dark .dark\:prose-dark :where(h1 small, h2 small, h3 small, h4 small):not(:where([class~="not-prose"] *)) {
2401
- color: #94a3b8;
2402
- }
2403
- .dark .dark\:prose-dark :where(kbd):not(:where([class~="not-prose"] *)) {
2404
- background: #334155;
2405
- border-color: #475569;
2406
- color: #e2e8f0;
2407
- }
2408
- .dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
2409
- color: #e2e8f0;
2410
- }
2411
- .dark .dark\:prose-dark :where(hr):not(:where([class~="not-prose"] *)) {
2412
- border-color: #e2e8f0;
2413
- opacity: 0.05;
2414
- }
2415
- .dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
2416
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
2417
- }
2418
- .dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
2419
- color: #fff;
2420
- }
2421
- .dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
2422
- color: #e2e8f0;
2423
- }
2424
- .dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
2425
- color: #cbd5e1;
2426
- border-bottom-color: rgba(148, 163, 184, 0.2);
2427
- }
2428
- .dark .dark\:prose-dark :where(tbody tr):not(:where([class~="not-prose"] *)) {
2429
- border-bottom-color: rgba(148, 163, 184, 0.1);
2430
- }
2431
- .dark .dark\:prose-dark :where(blockQuote):not(:where([class~="not-prose"] *)) {
2432
- color: #fff;
2433
- }
2434
2371
  .dark .dark\:border-slate-800 {
2435
2372
  --tw-border-opacity: 1;
2436
2373
  border-color: rgba(30, 41, 59, var(--tw-border-opacity));
@@ -2514,9 +2451,13 @@ select {
2514
2451
  .dark .dark\:bg-slate-600\/30 {
2515
2452
  background-color: rgba(71, 85, 105, 0.3);
2516
2453
  }
2517
- .dark .dark\:bg-slate-900 {
2454
+ .dark .dark\:bg-codeblock {
2518
2455
  --tw-bg-opacity: 1;
2519
- background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
2456
+ background-color: rgba(22, 27, 34, var(--tw-bg-opacity));
2457
+ }
2458
+ .dark .dark\:bg-dark-input {
2459
+ --tw-bg-opacity: 1;
2460
+ background-color: rgba(48, 54, 61, var(--tw-bg-opacity));
2520
2461
  }
2521
2462
  .dark .dark\:fill-slate-100 {
2522
2463
  fill: #f1f5f9;
@@ -2604,15 +2545,51 @@ select {
2604
2545
  color: rgba(249, 168, 212, var(--tw-text-opacity));
2605
2546
  }
2606
2547
  .dark .dark\:decoration-slate-500 {
2607
- -webkit-text-decoration-color: #64748b;
2608
- text-decoration-color: #64748b;
2548
+ text-decoration-color: #64748b;
2549
+ }
2550
+ .dark .dark\:prose-dark {
2551
+ color: #94a3b8;
2552
+ }
2553
+ .dark .dark\:prose-dark :where(h1, h2, h3, h4, thead th):not(:where([class~="not-prose"] *)) {
2554
+ color: #e2e8f0;
2555
+ }
2556
+ .dark .dark\:prose-dark :where(h1 small, h2 small, h3 small, h4 small):not(:where([class~="not-prose"] *)) {
2557
+ color: #94a3b8;
2558
+ }
2559
+ .dark .dark\:prose-dark :where(kbd):not(:where([class~="not-prose"] *)) {
2560
+ background: #334155;
2561
+ border-color: #475569;
2562
+ color: #e2e8f0;
2563
+ }
2564
+ .dark .dark\:prose-dark :where(code):not(:where([class~="not-prose"] *)) {
2565
+ color: #e2e8f0;
2566
+ }
2567
+ .dark .dark\:prose-dark :where(hr):not(:where([class~="not-prose"] *)) {
2568
+ border-color: #e2e8f0;
2569
+ opacity: 0.05;
2570
+ }
2571
+ .dark .dark\:prose-dark :where(pre):not(:where([class~="not-prose"] *)) {
2572
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
2573
+ }
2574
+ .dark .dark\:prose-dark :where(a):not(:where([class~="not-prose"] *)) {
2575
+ color: #fff;
2576
+ }
2577
+ .dark .dark\:prose-dark :where(strong):not(:where([class~="not-prose"] *)) {
2578
+ color: #e2e8f0;
2579
+ }
2580
+ .dark .dark\:prose-dark :where(thead):not(:where([class~="not-prose"] *)) {
2581
+ color: #cbd5e1;
2582
+ border-bottom-color: rgba(148, 163, 184, 0.2);
2583
+ }
2584
+ .dark .dark\:prose-dark :where(tbody tr):not(:where([class~="not-prose"] *)) {
2585
+ border-bottom-color: rgba(148, 163, 184, 0.1);
2586
+ }
2587
+ .dark .dark\:prose-dark :where(blockQuote):not(:where([class~="not-prose"] *)) {
2588
+ color: #fff;
2609
2589
  }
2610
2590
  .dark .dark\:bg-grid-slate-700\/25 {
2611
2591
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 32 32%27 width=%2732%27 height=%2732%27 fill=%27none%27 stroke=%27rgb%2851 65 85 / 0.25%29%27%3e%3cpath d=%27M0 .5H31.5V32%27/%3e%3c/svg%3e");
2612
2592
  }
2613
- .dark .dark\:highlight-white\/5 {
2614
- box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
2615
- }
2616
2593
  .dark .dark\:\[mask-image\:linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\.1\)\2c rgba\(255\2c 255\2c 255\2c 0\.5\)\)\] {
2617
2594
  -webkit-mask-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5));
2618
2595
  mask-image: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintlify/components",
3
- "version": "0.1.66",
3
+ "version": "0.1.68",
4
4
  "description": "Open-source library of UI components made with React and TailwindCSS.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -29,8 +29,8 @@
29
29
  "react-dom": "^17.0.0 || ^18.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/core": "^7.18.13",
33
- "@babel/preset-env": "^7.18.10",
32
+ "@babel/core": "^7.20.5",
33
+ "@babel/preset-env": "^7.20.2",
34
34
  "@babel/preset-react": "^7.18.6",
35
35
  "@babel/preset-typescript": "^7.18.6",
36
36
  "@storybook/addon-actions": "^6.5.13",
@@ -46,27 +46,27 @@
46
46
  "@types/lodash.set": "^4.3.7",
47
47
  "@types/react": "^18.0.21",
48
48
  "autoprefixer": "^10.4.8",
49
- "babel-loader": "^8.2.5",
49
+ "babel-loader": "^8.3.0",
50
50
  "chromatic": "^6.9.0",
51
- "css-loader": "^6.7.1",
51
+ "css-loader": "^6.7.2",
52
52
  "glob-parent": "^6.0.2",
53
53
  "mini-css-extract-plugin": "^2.6.1",
54
54
  "mini-svg-data-uri": "^1.4.4",
55
- "postcss": "^8.4.16",
56
- "postcss-loader": "^7.0.1",
57
- "postcss-preset-env": "^7.8.0",
55
+ "postcss": "^8.4.19",
56
+ "postcss-loader": "^7.0.2",
57
+ "postcss-preset-env": "^7.8.3",
58
58
  "react": "^18.0.0",
59
59
  "react-dom": "^18.0.0",
60
60
  "source-map-loader": "^4.0.0",
61
61
  "storybook-addon-themes": "^6.1.0",
62
62
  "style-loader": "^3.3.1",
63
63
  "tailwind-children": "^0.5.0",
64
- "tailwindcss": "^3.1.8",
64
+ "tailwindcss": "^3.2.4",
65
65
  "trim": "^1.0.1",
66
66
  "trim-newlines": "^4.0.2",
67
67
  "ts-loader": "^9.3.1",
68
- "typescript": "^4.8.2",
69
- "webpack": "^5.74.0",
68
+ "typescript": "^4.9.4",
69
+ "webpack": "^5.75.0",
70
70
  "webpack-cli": "^4.10.0"
71
71
  },
72
72
  "dependencies": {
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- import { ApiInputValue, Param } from "./types";
3
- export declare function ApiInput({ param, value, onChangeParam, onObjectPropertyChange, onArrayItemChange, onDeleteArrayItem, parentInputs, }: {
4
- param: Param;
5
- value: ApiInputValue;
6
- onChangeParam: (parentInputs: string[], paramName: string, value: ApiInputValue) => void;
7
- onObjectPropertyChange?: (value: any) => void;
8
- onArrayItemChange?: (value: any) => void;
9
- onDeleteArrayItem?: () => void;
10
- parentInputs?: string[];
11
- }): JSX.Element;