@seeqdev/qomponents 0.0.44 → 0.0.46

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
@@ -1568,6 +1568,42 @@ ol,
1568
1568
  padding: revert;
1569
1569
  }
1570
1570
 
1571
+ h1 {
1572
+ font-size: 2.125rem !important;
1573
+ margin-top: 0 !important;
1574
+ margin-bottom: 0 !important;
1575
+ }
1576
+
1577
+ h2 {
1578
+ font-size: 1.875rem !important;
1579
+ margin-top: 0 !important;
1580
+ margin-bottom: 0 !important;
1581
+ }
1582
+
1583
+ h3 {
1584
+ font-size: 1.5rem !important;
1585
+ margin-top: 0 !important;
1586
+ margin-bottom: 0 !important;
1587
+ }
1588
+
1589
+ h4 {
1590
+ font-size: 1.25rem !important;
1591
+ margin-top: 0 !important;
1592
+ margin-bottom: 0 !important;
1593
+ }
1594
+
1595
+ h5 {
1596
+ font-size: 1.125rem !important;
1597
+ margin-top: 0 !important;
1598
+ margin-bottom: 0 !important;
1599
+ }
1600
+
1601
+ h6 {
1602
+ font-size: 1rem !important;
1603
+ margin-top: 0 !important;
1604
+ margin-bottom: 0 !important;
1605
+ }
1606
+
1571
1607
  *, ::before, ::after {
1572
1608
  --tw-border-spacing-x: 0;
1573
1609
  --tw-border-spacing-y: 0;
@@ -1752,6 +1788,10 @@ ol,
1752
1788
  visibility: hidden;
1753
1789
  }
1754
1790
 
1791
+ .tw-fixed {
1792
+ position: fixed;
1793
+ }
1794
+
1755
1795
  .tw-absolute {
1756
1796
  position: absolute;
1757
1797
  }
@@ -1760,6 +1800,13 @@ ol,
1760
1800
  position: relative;
1761
1801
  }
1762
1802
 
1803
+ .tw-inset-0 {
1804
+ top: 0px;
1805
+ right: 0px;
1806
+ bottom: 0px;
1807
+ left: 0px;
1808
+ }
1809
+
1763
1810
  .-tw-bottom-2 {
1764
1811
  bottom: -0.5rem;
1765
1812
  }
@@ -1780,6 +1827,14 @@ ol,
1780
1827
  left: 50%;
1781
1828
  }
1782
1829
 
1830
+ .tw-left-\[50\%\] {
1831
+ left: 50%;
1832
+ }
1833
+
1834
+ .tw-top-0 {
1835
+ top: 0px;
1836
+ }
1837
+
1783
1838
  .tw-top-1\/2 {
1784
1839
  top: 50%;
1785
1840
  }
@@ -1800,6 +1855,10 @@ ol,
1800
1855
  z-index: 1000;
1801
1856
  }
1802
1857
 
1858
+ .tw-z-\[1001\] {
1859
+ z-index: 1001;
1860
+ }
1861
+
1803
1862
  .tw-z-\[9999\] {
1804
1863
  z-index: 9999;
1805
1864
  }
@@ -1816,6 +1875,11 @@ ol,
1816
1875
  margin: 1.25rem;
1817
1876
  }
1818
1877
 
1878
+ .tw-my-6 {
1879
+ margin-top: 1.5rem;
1880
+ margin-bottom: 1.5rem;
1881
+ }
1882
+
1819
1883
  .tw--mt-0 {
1820
1884
  margin-top: -0px;
1821
1885
  }
@@ -1824,6 +1888,10 @@ ol,
1824
1888
  margin-top: -0.125rem;
1825
1889
  }
1826
1890
 
1891
+ .tw-mb-0 {
1892
+ margin-bottom: 0px;
1893
+ }
1894
+
1827
1895
  .tw-mb-5 {
1828
1896
  margin-bottom: 1.25rem;
1829
1897
  }
@@ -1840,6 +1908,10 @@ ol,
1840
1908
  margin-left: 0.375rem;
1841
1909
  }
1842
1910
 
1911
+ .tw-ml-4 {
1912
+ margin-left: 1rem;
1913
+ }
1914
+
1843
1915
  .tw-ml-\[3px\] {
1844
1916
  margin-left: 3px;
1845
1917
  }
@@ -1856,6 +1928,14 @@ ol,
1856
1928
  margin-right: 7px;
1857
1929
  }
1858
1930
 
1931
+ .tw-mt-1 {
1932
+ margin-top: 0.25rem;
1933
+ }
1934
+
1935
+ .tw-mt-1\.5 {
1936
+ margin-top: 0.375rem;
1937
+ }
1938
+
1859
1939
  .tw-inline-block {
1860
1940
  display: inline-block;
1861
1941
  }
@@ -1896,6 +1976,10 @@ ol,
1896
1976
  height: 34px;
1897
1977
  }
1898
1978
 
1979
+ .tw-w-24 {
1980
+ width: 6rem;
1981
+ }
1982
+
1899
1983
  .tw-w-3 {
1900
1984
  width: 0.75rem;
1901
1985
  }
@@ -1912,6 +1996,10 @@ ol,
1912
1996
  width: 200px;
1913
1997
  }
1914
1998
 
1999
+ .tw-w-full {
2000
+ width: 100%;
2001
+ }
2002
+
1915
2003
  .tw-min-w-\[300px\] {
1916
2004
  min-width: 300px;
1917
2005
  }
@@ -1921,6 +2009,46 @@ ol,
1921
2009
  min-width: fit-content;
1922
2010
  }
1923
2011
 
2012
+ .tw-max-w-2xl {
2013
+ max-width: 42rem;
2014
+ }
2015
+
2016
+ .tw-max-w-3xl {
2017
+ max-width: 48rem;
2018
+ }
2019
+
2020
+ .tw-max-w-4xl {
2021
+ max-width: 56rem;
2022
+ }
2023
+
2024
+ .tw-max-w-5xl {
2025
+ max-width: 64rem;
2026
+ }
2027
+
2028
+ .tw-max-w-6xl {
2029
+ max-width: 72rem;
2030
+ }
2031
+
2032
+ .tw-max-w-lg {
2033
+ max-width: 32rem;
2034
+ }
2035
+
2036
+ .tw-max-w-md {
2037
+ max-width: 28rem;
2038
+ }
2039
+
2040
+ .tw-max-w-sm {
2041
+ max-width: 24rem;
2042
+ }
2043
+
2044
+ .tw-max-w-xl {
2045
+ max-width: 36rem;
2046
+ }
2047
+
2048
+ .tw-max-w-xs {
2049
+ max-width: 20rem;
2050
+ }
2051
+
1924
2052
  .tw-flex-1 {
1925
2053
  flex: 1 1 0%;
1926
2054
  }
@@ -1945,6 +2073,11 @@ ol,
1945
2073
  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));
1946
2074
  }
1947
2075
 
2076
+ .tw-translate-x-\[-50\%\] {
2077
+ --tw-translate-x: -50%;
2078
+ 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));
2079
+ }
2080
+
1948
2081
  .tw-translate-x-full {
1949
2082
  --tw-translate-x: 100%;
1950
2083
  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));
@@ -1992,10 +2125,26 @@ ol,
1992
2125
  align-items: center;
1993
2126
  }
1994
2127
 
2128
+ .tw-justify-start {
2129
+ justify-content: flex-start;
2130
+ }
2131
+
2132
+ .tw-justify-end {
2133
+ justify-content: flex-end;
2134
+ }
2135
+
1995
2136
  .tw-justify-center {
1996
2137
  justify-content: center;
1997
2138
  }
1998
2139
 
2140
+ .tw-justify-between {
2141
+ justify-content: space-between;
2142
+ }
2143
+
2144
+ .\!tw-gap-0 {
2145
+ gap: 0px !important;
2146
+ }
2147
+
1999
2148
  .tw-gap-4 {
2000
2149
  gap: 1rem;
2001
2150
  }
@@ -2020,6 +2169,10 @@ ol,
2020
2169
  border-radius: 0.25rem;
2021
2170
  }
2022
2171
 
2172
+ .tw-rounded-lg {
2173
+ border-radius: 0.5rem;
2174
+ }
2175
+
2023
2176
  .tw-rounded-sm {
2024
2177
  border-radius: 3px;
2025
2178
  }
@@ -2056,6 +2209,14 @@ ol,
2056
2209
  border-width: 1px;
2057
2210
  }
2058
2211
 
2212
+ .tw-border-0 {
2213
+ border-width: 0px;
2214
+ }
2215
+
2216
+ .tw-border-b {
2217
+ border-bottom-width: 1px;
2218
+ }
2219
+
2059
2220
  .tw-border-b-\[1px\] {
2060
2221
  border-bottom-width: 1px;
2061
2222
  }
@@ -2188,6 +2349,10 @@ ol,
2188
2349
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2189
2350
  }
2190
2351
 
2352
+ .\!tw-p-0 {
2353
+ padding: 0px !important;
2354
+ }
2355
+
2191
2356
  .tw-p-0 {
2192
2357
  padding: 0px;
2193
2358
  }
@@ -2208,6 +2373,10 @@ ol,
2208
2373
  padding: 1.25rem;
2209
2374
  }
2210
2375
 
2376
+ .tw-p-6 {
2377
+ padding: 1.5rem;
2378
+ }
2379
+
2211
2380
  .tw-p-\[0\.5rem\] {
2212
2381
  padding: 0.5rem;
2213
2382
  }
@@ -2232,6 +2401,11 @@ ol,
2232
2401
  padding-right: 0.75rem;
2233
2402
  }
2234
2403
 
2404
+ .tw-px-6 {
2405
+ padding-left: 1.5rem;
2406
+ padding-right: 1.5rem;
2407
+ }
2408
+
2235
2409
  .tw-px-\[5px\] {
2236
2410
  padding-left: 5px;
2237
2411
  padding-right: 5px;
@@ -2252,6 +2426,11 @@ ol,
2252
2426
  padding-bottom: 0.25rem;
2253
2427
  }
2254
2428
 
2429
+ .tw-py-4 {
2430
+ padding-top: 1rem;
2431
+ padding-bottom: 1rem;
2432
+ }
2433
+
2255
2434
  .tw-py-\[1px\] {
2256
2435
  padding-top: 1px;
2257
2436
  padding-bottom: 1px;
@@ -2262,6 +2441,14 @@ ol,
2262
2441
  padding-bottom: 3px;
2263
2442
  }
2264
2443
 
2444
+ .tw-pl-0 {
2445
+ padding-left: 0px;
2446
+ }
2447
+
2448
+ .tw-pl-0\.5 {
2449
+ padding-left: 0.125rem;
2450
+ }
2451
+
2265
2452
  .tw-pl-2 {
2266
2453
  padding-left: 0.5rem;
2267
2454
  }
@@ -2278,6 +2465,10 @@ ol,
2278
2465
  padding-right: 0.375rem;
2279
2466
  }
2280
2467
 
2468
+ .tw-text-left {
2469
+ text-align: left;
2470
+ }
2471
+
2281
2472
  .tw-text-center {
2282
2473
  text-align: center;
2283
2474
  }
@@ -2317,6 +2508,10 @@ ol,
2317
2508
  font-weight: 500;
2318
2509
  }
2319
2510
 
2511
+ .tw-italic {
2512
+ font-style: italic;
2513
+ }
2514
+
2320
2515
  .tw-leading-normal {
2321
2516
  line-height: 1.5;
2322
2517
  }
@@ -2404,11 +2599,31 @@ ol,
2404
2599
  opacity: 0.5;
2405
2600
  }
2406
2601
 
2602
+ .tw-opacity-70 {
2603
+ opacity: 0.7;
2604
+ }
2605
+
2606
+ .tw-shadow-lg {
2607
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2608
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2609
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2610
+ }
2611
+
2612
+ .tw-shadow-none {
2613
+ --tw-shadow: 0 0 #0000;
2614
+ --tw-shadow-colored: 0 0 #0000;
2615
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2616
+ }
2617
+
2407
2618
  .tw-outline-none {
2408
2619
  outline: 2px solid transparent;
2409
2620
  outline-offset: 2px;
2410
2621
  }
2411
2622
 
2623
+ .tw-duration-200 {
2624
+ transition-duration: 200ms;
2625
+ }
2626
+
2412
2627
  /* Heads up! Before these colors can be used you must also add them to the tailwind.config.cjs! */
2413
2628
 
2414
2629
  /* Make sure to keep these colors in sync with the webserver/_custom_variables.scss values to ensure cohesive UIs */
@@ -2451,6 +2666,23 @@ ol,
2451
2666
  animation: fadeIn 500ms;
2452
2667
  }
2453
2668
 
2669
+ .modal-header .close {
2670
+ font-weight: 700;
2671
+ text-shadow: 0 1px 0 #fff;
2672
+ }
2673
+
2674
+ .modal-header .close:focus-visible {
2675
+ outline: none;
2676
+ }
2677
+
2678
+ .modalContent {
2679
+ max-height: calc(100% - 3.5rem);
2680
+ overflow: hidden;
2681
+ display: flex;
2682
+ flex-direction: column;
2683
+ box-shadow: #00000080 0 5px 15px;
2684
+ }
2685
+
2454
2686
  .before\:tw-absolute::before {
2455
2687
  content: var(--tw-content);
2456
2688
  position: absolute;
@@ -2654,6 +2886,10 @@ ol,
2654
2886
  color: rgb(var(--sq-danger-color));
2655
2887
  }
2656
2888
 
2889
+ .hover\:tw-opacity-100:hover {
2890
+ opacity: 1;
2891
+ }
2892
+
2657
2893
  .checked\:hover\:tw-border-sq-color-dark:hover:checked {
2658
2894
  --tw-border-opacity: 1;
2659
2895
  border-color: rgb(var(--sq-color-dark));
@@ -2974,4 +3210,4 @@ ol,
2974
3210
  .tw-dark .dark\:disabled\:tw-border-sq-fairly-dark-gray:disabled {
2975
3211
  --tw-border-opacity: 1;
2976
3212
  border-color: rgb(var(--sq-fairly-dark-gray));
2977
- }
3213
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",
@@ -72,6 +72,7 @@
72
72
  "@floating-ui/dom": "^1.5.1",
73
73
  "@radix-ui/react-tabs": "1.0.4",
74
74
  "@radix-ui/react-popover": "1.0.7",
75
+ "@radix-ui/react-dialog": "1.0.5",
75
76
  "dompurify": "^3.0.5",
76
77
  "postcss": "8.4.21",
77
78
  "react-select": "5.7.3",