@smartive/graphql-magic 16.2.3 → 16.2.4

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.
@@ -8,8 +8,8 @@
8
8
  "name": "docs",
9
9
  "version": "0.0.0",
10
10
  "dependencies": {
11
- "@docusaurus/core": "3.6.1",
12
- "@docusaurus/preset-classic": "3.6.1",
11
+ "@docusaurus/core": "3.6.2",
12
+ "@docusaurus/preset-classic": "3.6.2",
13
13
  "@mdx-js/react": "^3.0.0",
14
14
  "clsx": "^2.0.0",
15
15
  "prism-react-renderer": "^2.3.0",
@@ -17,9 +17,9 @@
17
17
  "react-dom": "^18.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@docusaurus/module-type-aliases": "3.6.1",
21
- "@docusaurus/tsconfig": "3.6.1",
22
- "@docusaurus/types": "3.6.1",
20
+ "@docusaurus/module-type-aliases": "3.6.2",
21
+ "@docusaurus/tsconfig": "3.6.2",
22
+ "@docusaurus/types": "3.6.2",
23
23
  "typescript": "5.5.4"
24
24
  },
25
25
  "engines": {
@@ -1903,6 +1903,1107 @@
1903
1903
  "node": ">=0.1.90"
1904
1904
  }
1905
1905
  },
1906
+ "node_modules/@csstools/cascade-layer-name-parser": {
1907
+ "version": "2.0.4",
1908
+ "resolved": "https://registry.npmjs.org/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz",
1909
+ "integrity": "sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==",
1910
+ "funding": [
1911
+ {
1912
+ "type": "github",
1913
+ "url": "https://github.com/sponsors/csstools"
1914
+ },
1915
+ {
1916
+ "type": "opencollective",
1917
+ "url": "https://opencollective.com/csstools"
1918
+ }
1919
+ ],
1920
+ "license": "MIT",
1921
+ "engines": {
1922
+ "node": ">=18"
1923
+ },
1924
+ "peerDependencies": {
1925
+ "@csstools/css-parser-algorithms": "^3.0.4",
1926
+ "@csstools/css-tokenizer": "^3.0.3"
1927
+ }
1928
+ },
1929
+ "node_modules/@csstools/color-helpers": {
1930
+ "version": "5.0.1",
1931
+ "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.1.tgz",
1932
+ "integrity": "sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==",
1933
+ "funding": [
1934
+ {
1935
+ "type": "github",
1936
+ "url": "https://github.com/sponsors/csstools"
1937
+ },
1938
+ {
1939
+ "type": "opencollective",
1940
+ "url": "https://opencollective.com/csstools"
1941
+ }
1942
+ ],
1943
+ "license": "MIT-0",
1944
+ "engines": {
1945
+ "node": ">=18"
1946
+ }
1947
+ },
1948
+ "node_modules/@csstools/css-calc": {
1949
+ "version": "2.1.0",
1950
+ "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.0.tgz",
1951
+ "integrity": "sha512-X69PmFOrjTZfN5ijxtI8hZ9kRADFSLrmmQ6hgDJ272Il049WGKpDY64KhrFm/7rbWve0z81QepawzjkKlqkNGw==",
1952
+ "funding": [
1953
+ {
1954
+ "type": "github",
1955
+ "url": "https://github.com/sponsors/csstools"
1956
+ },
1957
+ {
1958
+ "type": "opencollective",
1959
+ "url": "https://opencollective.com/csstools"
1960
+ }
1961
+ ],
1962
+ "license": "MIT",
1963
+ "engines": {
1964
+ "node": ">=18"
1965
+ },
1966
+ "peerDependencies": {
1967
+ "@csstools/css-parser-algorithms": "^3.0.4",
1968
+ "@csstools/css-tokenizer": "^3.0.3"
1969
+ }
1970
+ },
1971
+ "node_modules/@csstools/css-color-parser": {
1972
+ "version": "3.0.6",
1973
+ "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.6.tgz",
1974
+ "integrity": "sha512-S/IjXqTHdpI4EtzGoNCHfqraXF37x12ZZHA1Lk7zoT5pm2lMjFuqhX/89L7dqX4CcMacKK+6ZCs5TmEGb/+wKw==",
1975
+ "funding": [
1976
+ {
1977
+ "type": "github",
1978
+ "url": "https://github.com/sponsors/csstools"
1979
+ },
1980
+ {
1981
+ "type": "opencollective",
1982
+ "url": "https://opencollective.com/csstools"
1983
+ }
1984
+ ],
1985
+ "license": "MIT",
1986
+ "dependencies": {
1987
+ "@csstools/color-helpers": "^5.0.1",
1988
+ "@csstools/css-calc": "^2.1.0"
1989
+ },
1990
+ "engines": {
1991
+ "node": ">=18"
1992
+ },
1993
+ "peerDependencies": {
1994
+ "@csstools/css-parser-algorithms": "^3.0.4",
1995
+ "@csstools/css-tokenizer": "^3.0.3"
1996
+ }
1997
+ },
1998
+ "node_modules/@csstools/css-parser-algorithms": {
1999
+ "version": "3.0.4",
2000
+ "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz",
2001
+ "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==",
2002
+ "funding": [
2003
+ {
2004
+ "type": "github",
2005
+ "url": "https://github.com/sponsors/csstools"
2006
+ },
2007
+ {
2008
+ "type": "opencollective",
2009
+ "url": "https://opencollective.com/csstools"
2010
+ }
2011
+ ],
2012
+ "license": "MIT",
2013
+ "engines": {
2014
+ "node": ">=18"
2015
+ },
2016
+ "peerDependencies": {
2017
+ "@csstools/css-tokenizer": "^3.0.3"
2018
+ }
2019
+ },
2020
+ "node_modules/@csstools/css-tokenizer": {
2021
+ "version": "3.0.3",
2022
+ "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz",
2023
+ "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==",
2024
+ "funding": [
2025
+ {
2026
+ "type": "github",
2027
+ "url": "https://github.com/sponsors/csstools"
2028
+ },
2029
+ {
2030
+ "type": "opencollective",
2031
+ "url": "https://opencollective.com/csstools"
2032
+ }
2033
+ ],
2034
+ "license": "MIT",
2035
+ "engines": {
2036
+ "node": ">=18"
2037
+ }
2038
+ },
2039
+ "node_modules/@csstools/media-query-list-parser": {
2040
+ "version": "4.0.2",
2041
+ "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz",
2042
+ "integrity": "sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==",
2043
+ "funding": [
2044
+ {
2045
+ "type": "github",
2046
+ "url": "https://github.com/sponsors/csstools"
2047
+ },
2048
+ {
2049
+ "type": "opencollective",
2050
+ "url": "https://opencollective.com/csstools"
2051
+ }
2052
+ ],
2053
+ "license": "MIT",
2054
+ "engines": {
2055
+ "node": ">=18"
2056
+ },
2057
+ "peerDependencies": {
2058
+ "@csstools/css-parser-algorithms": "^3.0.4",
2059
+ "@csstools/css-tokenizer": "^3.0.3"
2060
+ }
2061
+ },
2062
+ "node_modules/@csstools/postcss-cascade-layers": {
2063
+ "version": "5.0.1",
2064
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.1.tgz",
2065
+ "integrity": "sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==",
2066
+ "funding": [
2067
+ {
2068
+ "type": "github",
2069
+ "url": "https://github.com/sponsors/csstools"
2070
+ },
2071
+ {
2072
+ "type": "opencollective",
2073
+ "url": "https://opencollective.com/csstools"
2074
+ }
2075
+ ],
2076
+ "license": "MIT-0",
2077
+ "dependencies": {
2078
+ "@csstools/selector-specificity": "^5.0.0",
2079
+ "postcss-selector-parser": "^7.0.0"
2080
+ },
2081
+ "engines": {
2082
+ "node": ">=18"
2083
+ },
2084
+ "peerDependencies": {
2085
+ "postcss": "^8.4"
2086
+ }
2087
+ },
2088
+ "node_modules/@csstools/postcss-cascade-layers/node_modules/@csstools/selector-specificity": {
2089
+ "version": "5.0.0",
2090
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
2091
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
2092
+ "funding": [
2093
+ {
2094
+ "type": "github",
2095
+ "url": "https://github.com/sponsors/csstools"
2096
+ },
2097
+ {
2098
+ "type": "opencollective",
2099
+ "url": "https://opencollective.com/csstools"
2100
+ }
2101
+ ],
2102
+ "license": "MIT-0",
2103
+ "engines": {
2104
+ "node": ">=18"
2105
+ },
2106
+ "peerDependencies": {
2107
+ "postcss-selector-parser": "^7.0.0"
2108
+ }
2109
+ },
2110
+ "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": {
2111
+ "version": "7.0.0",
2112
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
2113
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
2114
+ "license": "MIT",
2115
+ "dependencies": {
2116
+ "cssesc": "^3.0.0",
2117
+ "util-deprecate": "^1.0.2"
2118
+ },
2119
+ "engines": {
2120
+ "node": ">=4"
2121
+ }
2122
+ },
2123
+ "node_modules/@csstools/postcss-color-function": {
2124
+ "version": "4.0.6",
2125
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-4.0.6.tgz",
2126
+ "integrity": "sha512-EcvXfC60cTIumzpsxWuvVjb7rsJEHPvqn3jeMEBUaE3JSc4FRuP7mEQ+1eicxWmIrs3FtzMH9gR3sgA5TH+ebQ==",
2127
+ "funding": [
2128
+ {
2129
+ "type": "github",
2130
+ "url": "https://github.com/sponsors/csstools"
2131
+ },
2132
+ {
2133
+ "type": "opencollective",
2134
+ "url": "https://opencollective.com/csstools"
2135
+ }
2136
+ ],
2137
+ "license": "MIT-0",
2138
+ "dependencies": {
2139
+ "@csstools/css-color-parser": "^3.0.6",
2140
+ "@csstools/css-parser-algorithms": "^3.0.4",
2141
+ "@csstools/css-tokenizer": "^3.0.3",
2142
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2143
+ "@csstools/utilities": "^2.0.0"
2144
+ },
2145
+ "engines": {
2146
+ "node": ">=18"
2147
+ },
2148
+ "peerDependencies": {
2149
+ "postcss": "^8.4"
2150
+ }
2151
+ },
2152
+ "node_modules/@csstools/postcss-color-mix-function": {
2153
+ "version": "3.0.6",
2154
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.6.tgz",
2155
+ "integrity": "sha512-jVKdJn4+JkASYGhyPO+Wa5WXSx1+oUgaXb3JsjJn/BlrtFh5zjocCY7pwWi0nuP24V1fY7glQsxEYcYNy0dMFg==",
2156
+ "funding": [
2157
+ {
2158
+ "type": "github",
2159
+ "url": "https://github.com/sponsors/csstools"
2160
+ },
2161
+ {
2162
+ "type": "opencollective",
2163
+ "url": "https://opencollective.com/csstools"
2164
+ }
2165
+ ],
2166
+ "license": "MIT-0",
2167
+ "dependencies": {
2168
+ "@csstools/css-color-parser": "^3.0.6",
2169
+ "@csstools/css-parser-algorithms": "^3.0.4",
2170
+ "@csstools/css-tokenizer": "^3.0.3",
2171
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2172
+ "@csstools/utilities": "^2.0.0"
2173
+ },
2174
+ "engines": {
2175
+ "node": ">=18"
2176
+ },
2177
+ "peerDependencies": {
2178
+ "postcss": "^8.4"
2179
+ }
2180
+ },
2181
+ "node_modules/@csstools/postcss-content-alt-text": {
2182
+ "version": "2.0.4",
2183
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz",
2184
+ "integrity": "sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==",
2185
+ "funding": [
2186
+ {
2187
+ "type": "github",
2188
+ "url": "https://github.com/sponsors/csstools"
2189
+ },
2190
+ {
2191
+ "type": "opencollective",
2192
+ "url": "https://opencollective.com/csstools"
2193
+ }
2194
+ ],
2195
+ "license": "MIT-0",
2196
+ "dependencies": {
2197
+ "@csstools/css-parser-algorithms": "^3.0.4",
2198
+ "@csstools/css-tokenizer": "^3.0.3",
2199
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2200
+ "@csstools/utilities": "^2.0.0"
2201
+ },
2202
+ "engines": {
2203
+ "node": ">=18"
2204
+ },
2205
+ "peerDependencies": {
2206
+ "postcss": "^8.4"
2207
+ }
2208
+ },
2209
+ "node_modules/@csstools/postcss-exponential-functions": {
2210
+ "version": "2.0.5",
2211
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.5.tgz",
2212
+ "integrity": "sha512-mi8R6dVfA2nDoKM3wcEi64I8vOYEgQVtVKCfmLHXupeLpACfGAided5ddMt5f+CnEodNu4DifuVwb0I6fQDGGQ==",
2213
+ "funding": [
2214
+ {
2215
+ "type": "github",
2216
+ "url": "https://github.com/sponsors/csstools"
2217
+ },
2218
+ {
2219
+ "type": "opencollective",
2220
+ "url": "https://opencollective.com/csstools"
2221
+ }
2222
+ ],
2223
+ "license": "MIT-0",
2224
+ "dependencies": {
2225
+ "@csstools/css-calc": "^2.1.0",
2226
+ "@csstools/css-parser-algorithms": "^3.0.4",
2227
+ "@csstools/css-tokenizer": "^3.0.3"
2228
+ },
2229
+ "engines": {
2230
+ "node": ">=18"
2231
+ },
2232
+ "peerDependencies": {
2233
+ "postcss": "^8.4"
2234
+ }
2235
+ },
2236
+ "node_modules/@csstools/postcss-font-format-keywords": {
2237
+ "version": "4.0.0",
2238
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz",
2239
+ "integrity": "sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==",
2240
+ "funding": [
2241
+ {
2242
+ "type": "github",
2243
+ "url": "https://github.com/sponsors/csstools"
2244
+ },
2245
+ {
2246
+ "type": "opencollective",
2247
+ "url": "https://opencollective.com/csstools"
2248
+ }
2249
+ ],
2250
+ "license": "MIT-0",
2251
+ "dependencies": {
2252
+ "@csstools/utilities": "^2.0.0",
2253
+ "postcss-value-parser": "^4.2.0"
2254
+ },
2255
+ "engines": {
2256
+ "node": ">=18"
2257
+ },
2258
+ "peerDependencies": {
2259
+ "postcss": "^8.4"
2260
+ }
2261
+ },
2262
+ "node_modules/@csstools/postcss-gamut-mapping": {
2263
+ "version": "2.0.6",
2264
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.6.tgz",
2265
+ "integrity": "sha512-0ke7fmXfc8H+kysZz246yjirAH6JFhyX9GTlyRnM0exHO80XcA9zeJpy5pOp5zo/AZiC/q5Pf+Hw7Pd6/uAoYA==",
2266
+ "funding": [
2267
+ {
2268
+ "type": "github",
2269
+ "url": "https://github.com/sponsors/csstools"
2270
+ },
2271
+ {
2272
+ "type": "opencollective",
2273
+ "url": "https://opencollective.com/csstools"
2274
+ }
2275
+ ],
2276
+ "license": "MIT-0",
2277
+ "dependencies": {
2278
+ "@csstools/css-color-parser": "^3.0.6",
2279
+ "@csstools/css-parser-algorithms": "^3.0.4",
2280
+ "@csstools/css-tokenizer": "^3.0.3"
2281
+ },
2282
+ "engines": {
2283
+ "node": ">=18"
2284
+ },
2285
+ "peerDependencies": {
2286
+ "postcss": "^8.4"
2287
+ }
2288
+ },
2289
+ "node_modules/@csstools/postcss-gradients-interpolation-method": {
2290
+ "version": "5.0.6",
2291
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.6.tgz",
2292
+ "integrity": "sha512-Itrbx6SLUzsZ6Mz3VuOlxhbfuyLTogG5DwEF1V8dAi24iMuvQPIHd7Ti+pNDp7j6WixndJGZaoNR0f9VSzwuTg==",
2293
+ "funding": [
2294
+ {
2295
+ "type": "github",
2296
+ "url": "https://github.com/sponsors/csstools"
2297
+ },
2298
+ {
2299
+ "type": "opencollective",
2300
+ "url": "https://opencollective.com/csstools"
2301
+ }
2302
+ ],
2303
+ "license": "MIT-0",
2304
+ "dependencies": {
2305
+ "@csstools/css-color-parser": "^3.0.6",
2306
+ "@csstools/css-parser-algorithms": "^3.0.4",
2307
+ "@csstools/css-tokenizer": "^3.0.3",
2308
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2309
+ "@csstools/utilities": "^2.0.0"
2310
+ },
2311
+ "engines": {
2312
+ "node": ">=18"
2313
+ },
2314
+ "peerDependencies": {
2315
+ "postcss": "^8.4"
2316
+ }
2317
+ },
2318
+ "node_modules/@csstools/postcss-hwb-function": {
2319
+ "version": "4.0.6",
2320
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.6.tgz",
2321
+ "integrity": "sha512-927Pqy3a1uBP7U8sTfaNdZVB0mNXzIrJO/GZ8us9219q9n06gOqCdfZ0E6d1P66Fm0fYHvxfDbfcUuwAn5UwhQ==",
2322
+ "funding": [
2323
+ {
2324
+ "type": "github",
2325
+ "url": "https://github.com/sponsors/csstools"
2326
+ },
2327
+ {
2328
+ "type": "opencollective",
2329
+ "url": "https://opencollective.com/csstools"
2330
+ }
2331
+ ],
2332
+ "license": "MIT-0",
2333
+ "dependencies": {
2334
+ "@csstools/css-color-parser": "^3.0.6",
2335
+ "@csstools/css-parser-algorithms": "^3.0.4",
2336
+ "@csstools/css-tokenizer": "^3.0.3",
2337
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2338
+ "@csstools/utilities": "^2.0.0"
2339
+ },
2340
+ "engines": {
2341
+ "node": ">=18"
2342
+ },
2343
+ "peerDependencies": {
2344
+ "postcss": "^8.4"
2345
+ }
2346
+ },
2347
+ "node_modules/@csstools/postcss-ic-unit": {
2348
+ "version": "4.0.0",
2349
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz",
2350
+ "integrity": "sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==",
2351
+ "funding": [
2352
+ {
2353
+ "type": "github",
2354
+ "url": "https://github.com/sponsors/csstools"
2355
+ },
2356
+ {
2357
+ "type": "opencollective",
2358
+ "url": "https://opencollective.com/csstools"
2359
+ }
2360
+ ],
2361
+ "license": "MIT-0",
2362
+ "dependencies": {
2363
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2364
+ "@csstools/utilities": "^2.0.0",
2365
+ "postcss-value-parser": "^4.2.0"
2366
+ },
2367
+ "engines": {
2368
+ "node": ">=18"
2369
+ },
2370
+ "peerDependencies": {
2371
+ "postcss": "^8.4"
2372
+ }
2373
+ },
2374
+ "node_modules/@csstools/postcss-initial": {
2375
+ "version": "2.0.0",
2376
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-initial/-/postcss-initial-2.0.0.tgz",
2377
+ "integrity": "sha512-dv2lNUKR+JV+OOhZm9paWzYBXOCi+rJPqJ2cJuhh9xd8USVrd0cBEPczla81HNOyThMQWeCcdln3gZkQV2kYxA==",
2378
+ "funding": [
2379
+ {
2380
+ "type": "github",
2381
+ "url": "https://github.com/sponsors/csstools"
2382
+ },
2383
+ {
2384
+ "type": "opencollective",
2385
+ "url": "https://opencollective.com/csstools"
2386
+ }
2387
+ ],
2388
+ "license": "MIT-0",
2389
+ "engines": {
2390
+ "node": ">=18"
2391
+ },
2392
+ "peerDependencies": {
2393
+ "postcss": "^8.4"
2394
+ }
2395
+ },
2396
+ "node_modules/@csstools/postcss-is-pseudo-class": {
2397
+ "version": "5.0.1",
2398
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.1.tgz",
2399
+ "integrity": "sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==",
2400
+ "funding": [
2401
+ {
2402
+ "type": "github",
2403
+ "url": "https://github.com/sponsors/csstools"
2404
+ },
2405
+ {
2406
+ "type": "opencollective",
2407
+ "url": "https://opencollective.com/csstools"
2408
+ }
2409
+ ],
2410
+ "license": "MIT-0",
2411
+ "dependencies": {
2412
+ "@csstools/selector-specificity": "^5.0.0",
2413
+ "postcss-selector-parser": "^7.0.0"
2414
+ },
2415
+ "engines": {
2416
+ "node": ">=18"
2417
+ },
2418
+ "peerDependencies": {
2419
+ "postcss": "^8.4"
2420
+ }
2421
+ },
2422
+ "node_modules/@csstools/postcss-is-pseudo-class/node_modules/@csstools/selector-specificity": {
2423
+ "version": "5.0.0",
2424
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
2425
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
2426
+ "funding": [
2427
+ {
2428
+ "type": "github",
2429
+ "url": "https://github.com/sponsors/csstools"
2430
+ },
2431
+ {
2432
+ "type": "opencollective",
2433
+ "url": "https://opencollective.com/csstools"
2434
+ }
2435
+ ],
2436
+ "license": "MIT-0",
2437
+ "engines": {
2438
+ "node": ">=18"
2439
+ },
2440
+ "peerDependencies": {
2441
+ "postcss-selector-parser": "^7.0.0"
2442
+ }
2443
+ },
2444
+ "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": {
2445
+ "version": "7.0.0",
2446
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
2447
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
2448
+ "license": "MIT",
2449
+ "dependencies": {
2450
+ "cssesc": "^3.0.0",
2451
+ "util-deprecate": "^1.0.2"
2452
+ },
2453
+ "engines": {
2454
+ "node": ">=4"
2455
+ }
2456
+ },
2457
+ "node_modules/@csstools/postcss-light-dark-function": {
2458
+ "version": "2.0.7",
2459
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.7.tgz",
2460
+ "integrity": "sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==",
2461
+ "funding": [
2462
+ {
2463
+ "type": "github",
2464
+ "url": "https://github.com/sponsors/csstools"
2465
+ },
2466
+ {
2467
+ "type": "opencollective",
2468
+ "url": "https://opencollective.com/csstools"
2469
+ }
2470
+ ],
2471
+ "license": "MIT-0",
2472
+ "dependencies": {
2473
+ "@csstools/css-parser-algorithms": "^3.0.4",
2474
+ "@csstools/css-tokenizer": "^3.0.3",
2475
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2476
+ "@csstools/utilities": "^2.0.0"
2477
+ },
2478
+ "engines": {
2479
+ "node": ">=18"
2480
+ },
2481
+ "peerDependencies": {
2482
+ "postcss": "^8.4"
2483
+ }
2484
+ },
2485
+ "node_modules/@csstools/postcss-logical-float-and-clear": {
2486
+ "version": "3.0.0",
2487
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz",
2488
+ "integrity": "sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==",
2489
+ "funding": [
2490
+ {
2491
+ "type": "github",
2492
+ "url": "https://github.com/sponsors/csstools"
2493
+ },
2494
+ {
2495
+ "type": "opencollective",
2496
+ "url": "https://opencollective.com/csstools"
2497
+ }
2498
+ ],
2499
+ "license": "MIT-0",
2500
+ "engines": {
2501
+ "node": ">=18"
2502
+ },
2503
+ "peerDependencies": {
2504
+ "postcss": "^8.4"
2505
+ }
2506
+ },
2507
+ "node_modules/@csstools/postcss-logical-overflow": {
2508
+ "version": "2.0.0",
2509
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz",
2510
+ "integrity": "sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==",
2511
+ "funding": [
2512
+ {
2513
+ "type": "github",
2514
+ "url": "https://github.com/sponsors/csstools"
2515
+ },
2516
+ {
2517
+ "type": "opencollective",
2518
+ "url": "https://opencollective.com/csstools"
2519
+ }
2520
+ ],
2521
+ "license": "MIT-0",
2522
+ "engines": {
2523
+ "node": ">=18"
2524
+ },
2525
+ "peerDependencies": {
2526
+ "postcss": "^8.4"
2527
+ }
2528
+ },
2529
+ "node_modules/@csstools/postcss-logical-overscroll-behavior": {
2530
+ "version": "2.0.0",
2531
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz",
2532
+ "integrity": "sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==",
2533
+ "funding": [
2534
+ {
2535
+ "type": "github",
2536
+ "url": "https://github.com/sponsors/csstools"
2537
+ },
2538
+ {
2539
+ "type": "opencollective",
2540
+ "url": "https://opencollective.com/csstools"
2541
+ }
2542
+ ],
2543
+ "license": "MIT-0",
2544
+ "engines": {
2545
+ "node": ">=18"
2546
+ },
2547
+ "peerDependencies": {
2548
+ "postcss": "^8.4"
2549
+ }
2550
+ },
2551
+ "node_modules/@csstools/postcss-logical-resize": {
2552
+ "version": "3.0.0",
2553
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz",
2554
+ "integrity": "sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==",
2555
+ "funding": [
2556
+ {
2557
+ "type": "github",
2558
+ "url": "https://github.com/sponsors/csstools"
2559
+ },
2560
+ {
2561
+ "type": "opencollective",
2562
+ "url": "https://opencollective.com/csstools"
2563
+ }
2564
+ ],
2565
+ "license": "MIT-0",
2566
+ "dependencies": {
2567
+ "postcss-value-parser": "^4.2.0"
2568
+ },
2569
+ "engines": {
2570
+ "node": ">=18"
2571
+ },
2572
+ "peerDependencies": {
2573
+ "postcss": "^8.4"
2574
+ }
2575
+ },
2576
+ "node_modules/@csstools/postcss-logical-viewport-units": {
2577
+ "version": "3.0.3",
2578
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.3.tgz",
2579
+ "integrity": "sha512-OC1IlG/yoGJdi0Y+7duz/kU/beCwO+Gua01sD6GtOtLi7ByQUpcIqs7UE/xuRPay4cHgOMatWdnDdsIDjnWpPw==",
2580
+ "funding": [
2581
+ {
2582
+ "type": "github",
2583
+ "url": "https://github.com/sponsors/csstools"
2584
+ },
2585
+ {
2586
+ "type": "opencollective",
2587
+ "url": "https://opencollective.com/csstools"
2588
+ }
2589
+ ],
2590
+ "license": "MIT-0",
2591
+ "dependencies": {
2592
+ "@csstools/css-tokenizer": "^3.0.3",
2593
+ "@csstools/utilities": "^2.0.0"
2594
+ },
2595
+ "engines": {
2596
+ "node": ">=18"
2597
+ },
2598
+ "peerDependencies": {
2599
+ "postcss": "^8.4"
2600
+ }
2601
+ },
2602
+ "node_modules/@csstools/postcss-media-minmax": {
2603
+ "version": "2.0.5",
2604
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.5.tgz",
2605
+ "integrity": "sha512-sdh5i5GToZOIAiwhdntRWv77QDtsxP2r2gXW/WbLSCoLr00KTq/yiF1qlQ5XX2+lmiFa8rATKMcbwl3oXDMNew==",
2606
+ "funding": [
2607
+ {
2608
+ "type": "github",
2609
+ "url": "https://github.com/sponsors/csstools"
2610
+ },
2611
+ {
2612
+ "type": "opencollective",
2613
+ "url": "https://opencollective.com/csstools"
2614
+ }
2615
+ ],
2616
+ "license": "MIT",
2617
+ "dependencies": {
2618
+ "@csstools/css-calc": "^2.1.0",
2619
+ "@csstools/css-parser-algorithms": "^3.0.4",
2620
+ "@csstools/css-tokenizer": "^3.0.3",
2621
+ "@csstools/media-query-list-parser": "^4.0.2"
2622
+ },
2623
+ "engines": {
2624
+ "node": ">=18"
2625
+ },
2626
+ "peerDependencies": {
2627
+ "postcss": "^8.4"
2628
+ }
2629
+ },
2630
+ "node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
2631
+ "version": "3.0.4",
2632
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.4.tgz",
2633
+ "integrity": "sha512-AnGjVslHMm5xw9keusQYvjVWvuS7KWK+OJagaG0+m9QnIjZsrysD2kJP/tr/UJIyYtMCtu8OkUd+Rajb4DqtIQ==",
2634
+ "funding": [
2635
+ {
2636
+ "type": "github",
2637
+ "url": "https://github.com/sponsors/csstools"
2638
+ },
2639
+ {
2640
+ "type": "opencollective",
2641
+ "url": "https://opencollective.com/csstools"
2642
+ }
2643
+ ],
2644
+ "license": "MIT-0",
2645
+ "dependencies": {
2646
+ "@csstools/css-parser-algorithms": "^3.0.4",
2647
+ "@csstools/css-tokenizer": "^3.0.3",
2648
+ "@csstools/media-query-list-parser": "^4.0.2"
2649
+ },
2650
+ "engines": {
2651
+ "node": ">=18"
2652
+ },
2653
+ "peerDependencies": {
2654
+ "postcss": "^8.4"
2655
+ }
2656
+ },
2657
+ "node_modules/@csstools/postcss-nested-calc": {
2658
+ "version": "4.0.0",
2659
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz",
2660
+ "integrity": "sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==",
2661
+ "funding": [
2662
+ {
2663
+ "type": "github",
2664
+ "url": "https://github.com/sponsors/csstools"
2665
+ },
2666
+ {
2667
+ "type": "opencollective",
2668
+ "url": "https://opencollective.com/csstools"
2669
+ }
2670
+ ],
2671
+ "license": "MIT-0",
2672
+ "dependencies": {
2673
+ "@csstools/utilities": "^2.0.0",
2674
+ "postcss-value-parser": "^4.2.0"
2675
+ },
2676
+ "engines": {
2677
+ "node": ">=18"
2678
+ },
2679
+ "peerDependencies": {
2680
+ "postcss": "^8.4"
2681
+ }
2682
+ },
2683
+ "node_modules/@csstools/postcss-normalize-display-values": {
2684
+ "version": "4.0.0",
2685
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz",
2686
+ "integrity": "sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==",
2687
+ "funding": [
2688
+ {
2689
+ "type": "github",
2690
+ "url": "https://github.com/sponsors/csstools"
2691
+ },
2692
+ {
2693
+ "type": "opencollective",
2694
+ "url": "https://opencollective.com/csstools"
2695
+ }
2696
+ ],
2697
+ "license": "MIT-0",
2698
+ "dependencies": {
2699
+ "postcss-value-parser": "^4.2.0"
2700
+ },
2701
+ "engines": {
2702
+ "node": ">=18"
2703
+ },
2704
+ "peerDependencies": {
2705
+ "postcss": "^8.4"
2706
+ }
2707
+ },
2708
+ "node_modules/@csstools/postcss-oklab-function": {
2709
+ "version": "4.0.6",
2710
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.6.tgz",
2711
+ "integrity": "sha512-Hptoa0uX+XsNacFBCIQKTUBrFKDiplHan42X73EklG6XmQLG7/aIvxoNhvZ7PvOWMt67Pw3bIlUY2nD6p5vL8A==",
2712
+ "funding": [
2713
+ {
2714
+ "type": "github",
2715
+ "url": "https://github.com/sponsors/csstools"
2716
+ },
2717
+ {
2718
+ "type": "opencollective",
2719
+ "url": "https://opencollective.com/csstools"
2720
+ }
2721
+ ],
2722
+ "license": "MIT-0",
2723
+ "dependencies": {
2724
+ "@csstools/css-color-parser": "^3.0.6",
2725
+ "@csstools/css-parser-algorithms": "^3.0.4",
2726
+ "@csstools/css-tokenizer": "^3.0.3",
2727
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2728
+ "@csstools/utilities": "^2.0.0"
2729
+ },
2730
+ "engines": {
2731
+ "node": ">=18"
2732
+ },
2733
+ "peerDependencies": {
2734
+ "postcss": "^8.4"
2735
+ }
2736
+ },
2737
+ "node_modules/@csstools/postcss-progressive-custom-properties": {
2738
+ "version": "4.0.0",
2739
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz",
2740
+ "integrity": "sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==",
2741
+ "funding": [
2742
+ {
2743
+ "type": "github",
2744
+ "url": "https://github.com/sponsors/csstools"
2745
+ },
2746
+ {
2747
+ "type": "opencollective",
2748
+ "url": "https://opencollective.com/csstools"
2749
+ }
2750
+ ],
2751
+ "license": "MIT-0",
2752
+ "dependencies": {
2753
+ "postcss-value-parser": "^4.2.0"
2754
+ },
2755
+ "engines": {
2756
+ "node": ">=18"
2757
+ },
2758
+ "peerDependencies": {
2759
+ "postcss": "^8.4"
2760
+ }
2761
+ },
2762
+ "node_modules/@csstools/postcss-random-function": {
2763
+ "version": "1.0.1",
2764
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-random-function/-/postcss-random-function-1.0.1.tgz",
2765
+ "integrity": "sha512-Ab/tF8/RXktQlFwVhiC70UNfpFQRhtE5fQQoP2pO+KCPGLsLdWFiOuHgSRtBOqEshCVAzR4H6o38nhvRZq8deA==",
2766
+ "funding": [
2767
+ {
2768
+ "type": "github",
2769
+ "url": "https://github.com/sponsors/csstools"
2770
+ },
2771
+ {
2772
+ "type": "opencollective",
2773
+ "url": "https://opencollective.com/csstools"
2774
+ }
2775
+ ],
2776
+ "license": "MIT-0",
2777
+ "dependencies": {
2778
+ "@csstools/css-calc": "^2.1.0",
2779
+ "@csstools/css-parser-algorithms": "^3.0.4",
2780
+ "@csstools/css-tokenizer": "^3.0.3"
2781
+ },
2782
+ "engines": {
2783
+ "node": ">=18"
2784
+ },
2785
+ "peerDependencies": {
2786
+ "postcss": "^8.4"
2787
+ }
2788
+ },
2789
+ "node_modules/@csstools/postcss-relative-color-syntax": {
2790
+ "version": "3.0.6",
2791
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.6.tgz",
2792
+ "integrity": "sha512-yxP618Xb+ji1I624jILaYM62uEmZcmbdmFoZHoaThw896sq0vU39kqTTF+ZNic9XyPtPMvq0vyvbgmHaszq8xg==",
2793
+ "funding": [
2794
+ {
2795
+ "type": "github",
2796
+ "url": "https://github.com/sponsors/csstools"
2797
+ },
2798
+ {
2799
+ "type": "opencollective",
2800
+ "url": "https://opencollective.com/csstools"
2801
+ }
2802
+ ],
2803
+ "license": "MIT-0",
2804
+ "dependencies": {
2805
+ "@csstools/css-color-parser": "^3.0.6",
2806
+ "@csstools/css-parser-algorithms": "^3.0.4",
2807
+ "@csstools/css-tokenizer": "^3.0.3",
2808
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
2809
+ "@csstools/utilities": "^2.0.0"
2810
+ },
2811
+ "engines": {
2812
+ "node": ">=18"
2813
+ },
2814
+ "peerDependencies": {
2815
+ "postcss": "^8.4"
2816
+ }
2817
+ },
2818
+ "node_modules/@csstools/postcss-scope-pseudo-class": {
2819
+ "version": "4.0.1",
2820
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz",
2821
+ "integrity": "sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==",
2822
+ "funding": [
2823
+ {
2824
+ "type": "github",
2825
+ "url": "https://github.com/sponsors/csstools"
2826
+ },
2827
+ {
2828
+ "type": "opencollective",
2829
+ "url": "https://opencollective.com/csstools"
2830
+ }
2831
+ ],
2832
+ "license": "MIT-0",
2833
+ "dependencies": {
2834
+ "postcss-selector-parser": "^7.0.0"
2835
+ },
2836
+ "engines": {
2837
+ "node": ">=18"
2838
+ },
2839
+ "peerDependencies": {
2840
+ "postcss": "^8.4"
2841
+ }
2842
+ },
2843
+ "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": {
2844
+ "version": "7.0.0",
2845
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
2846
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
2847
+ "license": "MIT",
2848
+ "dependencies": {
2849
+ "cssesc": "^3.0.0",
2850
+ "util-deprecate": "^1.0.2"
2851
+ },
2852
+ "engines": {
2853
+ "node": ">=4"
2854
+ }
2855
+ },
2856
+ "node_modules/@csstools/postcss-sign-functions": {
2857
+ "version": "1.1.0",
2858
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.0.tgz",
2859
+ "integrity": "sha512-SLcc20Nujx/kqbSwDmj6oaXgpy3UjFhBy1sfcqPgDkHfOIfUtUVH7OXO+j7BU4v/At5s61N5ZX6shvgPwluhsA==",
2860
+ "funding": [
2861
+ {
2862
+ "type": "github",
2863
+ "url": "https://github.com/sponsors/csstools"
2864
+ },
2865
+ {
2866
+ "type": "opencollective",
2867
+ "url": "https://opencollective.com/csstools"
2868
+ }
2869
+ ],
2870
+ "license": "MIT-0",
2871
+ "dependencies": {
2872
+ "@csstools/css-calc": "^2.1.0",
2873
+ "@csstools/css-parser-algorithms": "^3.0.4",
2874
+ "@csstools/css-tokenizer": "^3.0.3"
2875
+ },
2876
+ "engines": {
2877
+ "node": ">=18"
2878
+ },
2879
+ "peerDependencies": {
2880
+ "postcss": "^8.4"
2881
+ }
2882
+ },
2883
+ "node_modules/@csstools/postcss-stepped-value-functions": {
2884
+ "version": "4.0.5",
2885
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.5.tgz",
2886
+ "integrity": "sha512-G6SJ6hZJkhxo6UZojVlLo14MohH4J5J7z8CRBrxxUYy9JuZiIqUo5TBYyDGcE0PLdzpg63a7mHSJz3VD+gMwqw==",
2887
+ "funding": [
2888
+ {
2889
+ "type": "github",
2890
+ "url": "https://github.com/sponsors/csstools"
2891
+ },
2892
+ {
2893
+ "type": "opencollective",
2894
+ "url": "https://opencollective.com/csstools"
2895
+ }
2896
+ ],
2897
+ "license": "MIT-0",
2898
+ "dependencies": {
2899
+ "@csstools/css-calc": "^2.1.0",
2900
+ "@csstools/css-parser-algorithms": "^3.0.4",
2901
+ "@csstools/css-tokenizer": "^3.0.3"
2902
+ },
2903
+ "engines": {
2904
+ "node": ">=18"
2905
+ },
2906
+ "peerDependencies": {
2907
+ "postcss": "^8.4"
2908
+ }
2909
+ },
2910
+ "node_modules/@csstools/postcss-text-decoration-shorthand": {
2911
+ "version": "4.0.1",
2912
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.1.tgz",
2913
+ "integrity": "sha512-xPZIikbx6jyzWvhms27uugIc0I4ykH4keRvoa3rxX5K7lEhkbd54rjj/dv60qOCTisoS+3bmwJTeyV1VNBrXaw==",
2914
+ "funding": [
2915
+ {
2916
+ "type": "github",
2917
+ "url": "https://github.com/sponsors/csstools"
2918
+ },
2919
+ {
2920
+ "type": "opencollective",
2921
+ "url": "https://opencollective.com/csstools"
2922
+ }
2923
+ ],
2924
+ "license": "MIT-0",
2925
+ "dependencies": {
2926
+ "@csstools/color-helpers": "^5.0.1",
2927
+ "postcss-value-parser": "^4.2.0"
2928
+ },
2929
+ "engines": {
2930
+ "node": ">=18"
2931
+ },
2932
+ "peerDependencies": {
2933
+ "postcss": "^8.4"
2934
+ }
2935
+ },
2936
+ "node_modules/@csstools/postcss-trigonometric-functions": {
2937
+ "version": "4.0.5",
2938
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.5.tgz",
2939
+ "integrity": "sha512-/YQThYkt5MLvAmVu7zxjhceCYlKrYddK6LEmK5I4ojlS6BmO9u2yO4+xjXzu2+NPYmHSTtP4NFSamBCMmJ1NJA==",
2940
+ "funding": [
2941
+ {
2942
+ "type": "github",
2943
+ "url": "https://github.com/sponsors/csstools"
2944
+ },
2945
+ {
2946
+ "type": "opencollective",
2947
+ "url": "https://opencollective.com/csstools"
2948
+ }
2949
+ ],
2950
+ "license": "MIT-0",
2951
+ "dependencies": {
2952
+ "@csstools/css-calc": "^2.1.0",
2953
+ "@csstools/css-parser-algorithms": "^3.0.4",
2954
+ "@csstools/css-tokenizer": "^3.0.3"
2955
+ },
2956
+ "engines": {
2957
+ "node": ">=18"
2958
+ },
2959
+ "peerDependencies": {
2960
+ "postcss": "^8.4"
2961
+ }
2962
+ },
2963
+ "node_modules/@csstools/postcss-unset-value": {
2964
+ "version": "4.0.0",
2965
+ "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz",
2966
+ "integrity": "sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==",
2967
+ "funding": [
2968
+ {
2969
+ "type": "github",
2970
+ "url": "https://github.com/sponsors/csstools"
2971
+ },
2972
+ {
2973
+ "type": "opencollective",
2974
+ "url": "https://opencollective.com/csstools"
2975
+ }
2976
+ ],
2977
+ "license": "MIT-0",
2978
+ "engines": {
2979
+ "node": ">=18"
2980
+ },
2981
+ "peerDependencies": {
2982
+ "postcss": "^8.4"
2983
+ }
2984
+ },
2985
+ "node_modules/@csstools/utilities": {
2986
+ "version": "2.0.0",
2987
+ "resolved": "https://registry.npmjs.org/@csstools/utilities/-/utilities-2.0.0.tgz",
2988
+ "integrity": "sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==",
2989
+ "funding": [
2990
+ {
2991
+ "type": "github",
2992
+ "url": "https://github.com/sponsors/csstools"
2993
+ },
2994
+ {
2995
+ "type": "opencollective",
2996
+ "url": "https://opencollective.com/csstools"
2997
+ }
2998
+ ],
2999
+ "license": "MIT-0",
3000
+ "engines": {
3001
+ "node": ">=18"
3002
+ },
3003
+ "peerDependencies": {
3004
+ "postcss": "^8.4"
3005
+ }
3006
+ },
1906
3007
  "node_modules/@discoveryjs/json-ext": {
1907
3008
  "version": "0.5.7",
1908
3009
  "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
@@ -1948,9 +3049,9 @@
1948
3049
  }
1949
3050
  },
1950
3051
  "node_modules/@docusaurus/babel": {
1951
- "version": "3.6.1",
1952
- "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.6.1.tgz",
1953
- "integrity": "sha512-JcKaunW8Ml2nTnfnvFc55T00Y+aCpNWnf1KY/gG+wWxHYDH0IdXOOz+k6NAlEAerW8+VYLfUqRIqHZ7N/DVXvQ==",
3052
+ "version": "3.6.2",
3053
+ "resolved": "https://registry.npmjs.org/@docusaurus/babel/-/babel-3.6.2.tgz",
3054
+ "integrity": "sha512-v8N8TWGXDsb5sxQC3Rcqb1CZr0LlU1OgqqVBUchN6cpIUr7EJuVJs5eHcIu5Ag8mwO/hWN3f7FE9uaHTMapAbg==",
1954
3055
  "license": "MIT",
1955
3056
  "dependencies": {
1956
3057
  "@babel/core": "^7.25.9",
@@ -1963,8 +3064,8 @@
1963
3064
  "@babel/runtime": "^7.25.9",
1964
3065
  "@babel/runtime-corejs3": "^7.25.9",
1965
3066
  "@babel/traverse": "^7.25.9",
1966
- "@docusaurus/logger": "3.6.1",
1967
- "@docusaurus/utils": "3.6.1",
3067
+ "@docusaurus/logger": "3.6.2",
3068
+ "@docusaurus/utils": "3.6.2",
1968
3069
  "babel-plugin-dynamic-import-node": "^2.3.3",
1969
3070
  "fs-extra": "^11.1.1",
1970
3071
  "tslib": "^2.6.0"
@@ -1974,18 +3075,17 @@
1974
3075
  }
1975
3076
  },
1976
3077
  "node_modules/@docusaurus/bundler": {
1977
- "version": "3.6.1",
1978
- "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.6.1.tgz",
1979
- "integrity": "sha512-vHSEx8Ku9x/gfIC6k4xb8J2nTxagLia0KvZkPZhxfkD1+n8i+Dj4BZPWTmv+kCA17RbgAvECG0XRZ0/ZEspQBQ==",
3078
+ "version": "3.6.2",
3079
+ "resolved": "https://registry.npmjs.org/@docusaurus/bundler/-/bundler-3.6.2.tgz",
3080
+ "integrity": "sha512-YkEifEVs4lV931SrHBB4n6WqRowMw+aM/QPH3z8aU+5t1dWa+1p2OPqARS+tSbh3la9ns+L1zIfSbd8RHi2/PQ==",
1980
3081
  "license": "MIT",
1981
3082
  "dependencies": {
1982
3083
  "@babel/core": "^7.25.9",
1983
- "@docusaurus/babel": "3.6.1",
1984
- "@docusaurus/cssnano-preset": "3.6.1",
1985
- "@docusaurus/logger": "3.6.1",
1986
- "@docusaurus/types": "3.6.1",
1987
- "@docusaurus/utils": "3.6.1",
1988
- "autoprefixer": "^10.4.14",
3084
+ "@docusaurus/babel": "3.6.2",
3085
+ "@docusaurus/cssnano-preset": "3.6.2",
3086
+ "@docusaurus/logger": "3.6.2",
3087
+ "@docusaurus/types": "3.6.2",
3088
+ "@docusaurus/utils": "3.6.2",
1989
3089
  "babel-loader": "^9.2.1",
1990
3090
  "clean-css": "^5.3.2",
1991
3091
  "copy-webpack-plugin": "^11.0.0",
@@ -1998,6 +3098,7 @@
1998
3098
  "null-loader": "^4.0.1",
1999
3099
  "postcss": "^8.4.26",
2000
3100
  "postcss-loader": "^7.3.3",
3101
+ "postcss-preset-env": "^10.1.0",
2001
3102
  "react-dev-utils": "^12.0.1",
2002
3103
  "terser-webpack-plugin": "^5.3.9",
2003
3104
  "tslib": "^2.6.0",
@@ -2018,18 +3119,18 @@
2018
3119
  }
2019
3120
  },
2020
3121
  "node_modules/@docusaurus/core": {
2021
- "version": "3.6.1",
2022
- "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.1.tgz",
2023
- "integrity": "sha512-cDKxPihiM2z7G+4QtpTczS7uxNfNG6naSqM65OmAJET0CFRHbc9mDlLFtQF0lsVES91SHqfcGaaLZmi2FjdwWA==",
2024
- "license": "MIT",
2025
- "dependencies": {
2026
- "@docusaurus/babel": "3.6.1",
2027
- "@docusaurus/bundler": "3.6.1",
2028
- "@docusaurus/logger": "3.6.1",
2029
- "@docusaurus/mdx-loader": "3.6.1",
2030
- "@docusaurus/utils": "3.6.1",
2031
- "@docusaurus/utils-common": "3.6.1",
2032
- "@docusaurus/utils-validation": "3.6.1",
3122
+ "version": "3.6.2",
3123
+ "resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.2.tgz",
3124
+ "integrity": "sha512-irMts/mGLZv8dWcy0WUtbY/U6b5qIfHgQd1/kXMyAxUJo99fL0wFSqhMI+tcxjk0HYy427MXerLMqFJj+Arg1w==",
3125
+ "license": "MIT",
3126
+ "dependencies": {
3127
+ "@docusaurus/babel": "3.6.2",
3128
+ "@docusaurus/bundler": "3.6.2",
3129
+ "@docusaurus/logger": "3.6.2",
3130
+ "@docusaurus/mdx-loader": "3.6.2",
3131
+ "@docusaurus/utils": "3.6.2",
3132
+ "@docusaurus/utils-common": "3.6.2",
3133
+ "@docusaurus/utils-validation": "3.6.2",
2033
3134
  "boxen": "^6.2.1",
2034
3135
  "chalk": "^4.1.2",
2035
3136
  "chokidar": "^3.5.3",
@@ -2094,9 +3195,9 @@
2094
3195
  }
2095
3196
  },
2096
3197
  "node_modules/@docusaurus/cssnano-preset": {
2097
- "version": "3.6.1",
2098
- "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.1.tgz",
2099
- "integrity": "sha512-ZxYUmNeyQHW2w4/PJ7d07jQDuxzmKr9uPAQ6IVe5dTkeIeV0mDBB3jOLeJkNoI42Ru9JKEqQ9aVDtM9ct6QHnw==",
3198
+ "version": "3.6.2",
3199
+ "resolved": "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.6.2.tgz",
3200
+ "integrity": "sha512-mBkVa4QMHRwCFCVLYdBlOZuAT1iVVsS7GGSgliSVAeTOagP/AbtlBsCVrBs+keEuDuRF1w/6QEcqDoZe9fa5pw==",
2100
3201
  "license": "MIT",
2101
3202
  "dependencies": {
2102
3203
  "cssnano-preset-advanced": "^6.1.2",
@@ -2109,9 +3210,9 @@
2109
3210
  }
2110
3211
  },
2111
3212
  "node_modules/@docusaurus/logger": {
2112
- "version": "3.6.1",
2113
- "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.6.1.tgz",
2114
- "integrity": "sha512-OvetI/nnOMBSqCkUzKAQhnIjhxduECK4qTu3tq/8/h/qqvLsvKURojm04WPE54L+Uy+UXMas0hnbBJd8zDlEOw==",
3213
+ "version": "3.6.2",
3214
+ "resolved": "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.6.2.tgz",
3215
+ "integrity": "sha512-1p4IQhhgLyIfsey4UAdAIW69aUE1Ei6O91Nsw30ryZeDWSG5dh4o3zaRGOLxfAX69Ac/yDm6YCwJOafUxL6Vxg==",
2115
3216
  "license": "MIT",
2116
3217
  "dependencies": {
2117
3218
  "chalk": "^4.1.2",
@@ -2122,14 +3223,14 @@
2122
3223
  }
2123
3224
  },
2124
3225
  "node_modules/@docusaurus/mdx-loader": {
2125
- "version": "3.6.1",
2126
- "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.6.1.tgz",
2127
- "integrity": "sha512-KPIsYi0S3X3/rNrW3V1fgOu5t6ahYWc31zTHHod8pacFxdmk9Uf6uuw+Jd6Cly1ilgal+41Ku+s0gmMuqKqiqg==",
3226
+ "version": "3.6.2",
3227
+ "resolved": "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.6.2.tgz",
3228
+ "integrity": "sha512-7fbRmNgF3CR96Ja82Ya0/Cdu1OL9UJ/22llNMY8lr5gAbw718Y5ryXMVRIYn0JNLTiSxzgtvW4DIsUWEB8NMpw==",
2128
3229
  "license": "MIT",
2129
3230
  "dependencies": {
2130
- "@docusaurus/logger": "3.6.1",
2131
- "@docusaurus/utils": "3.6.1",
2132
- "@docusaurus/utils-validation": "3.6.1",
3231
+ "@docusaurus/logger": "3.6.2",
3232
+ "@docusaurus/utils": "3.6.2",
3233
+ "@docusaurus/utils-validation": "3.6.2",
2133
3234
  "@mdx-js/mdx": "^3.0.0",
2134
3235
  "@slorber/remark-comment": "^1.0.0",
2135
3236
  "escape-html": "^1.0.3",
@@ -2161,12 +3262,12 @@
2161
3262
  }
2162
3263
  },
2163
3264
  "node_modules/@docusaurus/module-type-aliases": {
2164
- "version": "3.6.1",
2165
- "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.1.tgz",
2166
- "integrity": "sha512-J+q1jgm7TnEfVIUZImSFeLA1rghb6nwtoB9siHdcgKpDqFJ9/S7xhQL2aEKE7iZMZYzpu+2F390E9A7GkdEJNA==",
3265
+ "version": "3.6.2",
3266
+ "resolved": "https://registry.npmjs.org/@docusaurus/module-type-aliases/-/module-type-aliases-3.6.2.tgz",
3267
+ "integrity": "sha512-NrJkL2rLTCjHtWOqUvWzwqvJrsKLj0gVJeV6q5yeKdKKgItietcTf2fTRkM9LHKSUN8CBDXxwHABeQvTahvmXQ==",
2167
3268
  "license": "MIT",
2168
3269
  "dependencies": {
2169
- "@docusaurus/types": "3.6.1",
3270
+ "@docusaurus/types": "3.6.2",
2170
3271
  "@types/history": "^4.7.11",
2171
3272
  "@types/react": "*",
2172
3273
  "@types/react-router-config": "*",
@@ -2180,19 +3281,19 @@
2180
3281
  }
2181
3282
  },
2182
3283
  "node_modules/@docusaurus/plugin-content-blog": {
2183
- "version": "3.6.1",
2184
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.1.tgz",
2185
- "integrity": "sha512-FUmsn3xg/XD/K/4FQd8XHrs92aQdZO5LUtpHnRvO1/6DY87SMz6B6ERAN9IGQQld//M2/LVTHkZy8oVhQZQHIQ==",
2186
- "license": "MIT",
2187
- "dependencies": {
2188
- "@docusaurus/core": "3.6.1",
2189
- "@docusaurus/logger": "3.6.1",
2190
- "@docusaurus/mdx-loader": "3.6.1",
2191
- "@docusaurus/theme-common": "3.6.1",
2192
- "@docusaurus/types": "3.6.1",
2193
- "@docusaurus/utils": "3.6.1",
2194
- "@docusaurus/utils-common": "3.6.1",
2195
- "@docusaurus/utils-validation": "3.6.1",
3284
+ "version": "3.6.2",
3285
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.6.2.tgz",
3286
+ "integrity": "sha512-6bJxr6Or4NslEVH3BJuPH30kUWiqUjDRdGPhvxpHmt9W/RY2/6u72WICG3bW3dLFxJ/2uDLBU92lHnatpvo7Ew==",
3287
+ "license": "MIT",
3288
+ "dependencies": {
3289
+ "@docusaurus/core": "3.6.2",
3290
+ "@docusaurus/logger": "3.6.2",
3291
+ "@docusaurus/mdx-loader": "3.6.2",
3292
+ "@docusaurus/theme-common": "3.6.2",
3293
+ "@docusaurus/types": "3.6.2",
3294
+ "@docusaurus/utils": "3.6.2",
3295
+ "@docusaurus/utils-common": "3.6.2",
3296
+ "@docusaurus/utils-validation": "3.6.2",
2196
3297
  "cheerio": "1.0.0-rc.12",
2197
3298
  "feed": "^4.2.2",
2198
3299
  "fs-extra": "^11.1.1",
@@ -2214,20 +3315,20 @@
2214
3315
  }
2215
3316
  },
2216
3317
  "node_modules/@docusaurus/plugin-content-docs": {
2217
- "version": "3.6.1",
2218
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.6.1.tgz",
2219
- "integrity": "sha512-Uq8kyn5DYCDmkUlB9sWChhWghS4lUFNiQU+RXcAXJ3qCVXsBpPsh6RF+npQG1N+j4wAbjydM1iLLJJzp+x3eMQ==",
2220
- "license": "MIT",
2221
- "dependencies": {
2222
- "@docusaurus/core": "3.6.1",
2223
- "@docusaurus/logger": "3.6.1",
2224
- "@docusaurus/mdx-loader": "3.6.1",
2225
- "@docusaurus/module-type-aliases": "3.6.1",
2226
- "@docusaurus/theme-common": "3.6.1",
2227
- "@docusaurus/types": "3.6.1",
2228
- "@docusaurus/utils": "3.6.1",
2229
- "@docusaurus/utils-common": "3.6.1",
2230
- "@docusaurus/utils-validation": "3.6.1",
3318
+ "version": "3.6.2",
3319
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.6.2.tgz",
3320
+ "integrity": "sha512-e6WW1g10RIXXLN/rrtqTi/FyJ1Hj3X9Mmgz4V11/0pDCxIGGI8m4ocbAglUlLtgvbLD5viNLefl/NwbOW3JXiQ==",
3321
+ "license": "MIT",
3322
+ "dependencies": {
3323
+ "@docusaurus/core": "3.6.2",
3324
+ "@docusaurus/logger": "3.6.2",
3325
+ "@docusaurus/mdx-loader": "3.6.2",
3326
+ "@docusaurus/module-type-aliases": "3.6.2",
3327
+ "@docusaurus/theme-common": "3.6.2",
3328
+ "@docusaurus/types": "3.6.2",
3329
+ "@docusaurus/utils": "3.6.2",
3330
+ "@docusaurus/utils-common": "3.6.2",
3331
+ "@docusaurus/utils-validation": "3.6.2",
2231
3332
  "@types/react-router-config": "^5.0.7",
2232
3333
  "combine-promises": "^1.1.0",
2233
3334
  "fs-extra": "^11.1.1",
@@ -2246,16 +3347,16 @@
2246
3347
  }
2247
3348
  },
2248
3349
  "node_modules/@docusaurus/plugin-content-pages": {
2249
- "version": "3.6.1",
2250
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.6.1.tgz",
2251
- "integrity": "sha512-TZtL+2zq20gqGalzoIT2rEF1T4YCZ26jTvlCJXs78+incIajfdHtmdOq7rQW0oV7oqTjpGllbp788nY/vY9jgw==",
3350
+ "version": "3.6.2",
3351
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.6.2.tgz",
3352
+ "integrity": "sha512-fo4NyGkw10lYHyHaTxE6TZLYnxNtCfRHeZkNK1N9pBYqe7TT2dBUNAEeVW2U3ed9m6YuB7JKSQsa++GGmcP+6g==",
2252
3353
  "license": "MIT",
2253
3354
  "dependencies": {
2254
- "@docusaurus/core": "3.6.1",
2255
- "@docusaurus/mdx-loader": "3.6.1",
2256
- "@docusaurus/types": "3.6.1",
2257
- "@docusaurus/utils": "3.6.1",
2258
- "@docusaurus/utils-validation": "3.6.1",
3355
+ "@docusaurus/core": "3.6.2",
3356
+ "@docusaurus/mdx-loader": "3.6.2",
3357
+ "@docusaurus/types": "3.6.2",
3358
+ "@docusaurus/utils": "3.6.2",
3359
+ "@docusaurus/utils-validation": "3.6.2",
2259
3360
  "fs-extra": "^11.1.1",
2260
3361
  "tslib": "^2.6.0",
2261
3362
  "webpack": "^5.88.1"
@@ -2269,14 +3370,14 @@
2269
3370
  }
2270
3371
  },
2271
3372
  "node_modules/@docusaurus/plugin-debug": {
2272
- "version": "3.6.1",
2273
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.6.1.tgz",
2274
- "integrity": "sha512-DeKPZtoVExDSYCbzoz7y5Dhc6+YPqRWfVGwEEUyKopSyQYefp0OV8hvASmbJCn2WyThRgspOUhog3FSEhz+agw==",
3373
+ "version": "3.6.2",
3374
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.6.2.tgz",
3375
+ "integrity": "sha512-T/eS3VvHElpeV5S8uwp7Si4ujEynmgFtJLvA2CSa5pzQuOF1EEghF9nekAIj0cWtDHsqNUDZNr8hK1brivFXSg==",
2275
3376
  "license": "MIT",
2276
3377
  "dependencies": {
2277
- "@docusaurus/core": "3.6.1",
2278
- "@docusaurus/types": "3.6.1",
2279
- "@docusaurus/utils": "3.6.1",
3378
+ "@docusaurus/core": "3.6.2",
3379
+ "@docusaurus/types": "3.6.2",
3380
+ "@docusaurus/utils": "3.6.2",
2280
3381
  "fs-extra": "^11.1.1",
2281
3382
  "react-json-view-lite": "^1.2.0",
2282
3383
  "tslib": "^2.6.0"
@@ -2290,14 +3391,14 @@
2290
3391
  }
2291
3392
  },
2292
3393
  "node_modules/@docusaurus/plugin-google-analytics": {
2293
- "version": "3.6.1",
2294
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.6.1.tgz",
2295
- "integrity": "sha512-ZEoERiDHxSfhaEeT35ukQ892NzGHWiUvfxUsnPiRuGEhMoQlxMSp60shBuSZ1sUKuZlndoEl5qAXJg09Wls/Sg==",
3394
+ "version": "3.6.2",
3395
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.6.2.tgz",
3396
+ "integrity": "sha512-B7ihrr3wz8e4XqW+dIAtq844u3Z83u5CeiL1xrCqzFH+vDCjUZHTamS3zKXNcgi6YVVe6hUQXPG15ltaqQaVPQ==",
2296
3397
  "license": "MIT",
2297
3398
  "dependencies": {
2298
- "@docusaurus/core": "3.6.1",
2299
- "@docusaurus/types": "3.6.1",
2300
- "@docusaurus/utils-validation": "3.6.1",
3399
+ "@docusaurus/core": "3.6.2",
3400
+ "@docusaurus/types": "3.6.2",
3401
+ "@docusaurus/utils-validation": "3.6.2",
2301
3402
  "tslib": "^2.6.0"
2302
3403
  },
2303
3404
  "engines": {
@@ -2309,14 +3410,14 @@
2309
3410
  }
2310
3411
  },
2311
3412
  "node_modules/@docusaurus/plugin-google-gtag": {
2312
- "version": "3.6.1",
2313
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.6.1.tgz",
2314
- "integrity": "sha512-u/E9vXUsZxYaV6Brvfee8NiH/iR0cMml9P/ifz4EpH/Jfxdbw8rbCT0Nm/h7EFgEY48Uqkl5huSbIvFB9n8aTQ==",
3413
+ "version": "3.6.2",
3414
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.6.2.tgz",
3415
+ "integrity": "sha512-V8ijI6qddAAkJ0vd8sjZ7S/apRTLJn9dAwvj/rSMd93witGdKINemL+9TyfLkhcXKTxyqRT8zKdu8ewjPXqKHg==",
2315
3416
  "license": "MIT",
2316
3417
  "dependencies": {
2317
- "@docusaurus/core": "3.6.1",
2318
- "@docusaurus/types": "3.6.1",
2319
- "@docusaurus/utils-validation": "3.6.1",
3418
+ "@docusaurus/core": "3.6.2",
3419
+ "@docusaurus/types": "3.6.2",
3420
+ "@docusaurus/utils-validation": "3.6.2",
2320
3421
  "@types/gtag.js": "^0.0.12",
2321
3422
  "tslib": "^2.6.0"
2322
3423
  },
@@ -2329,14 +3430,14 @@
2329
3430
  }
2330
3431
  },
2331
3432
  "node_modules/@docusaurus/plugin-google-tag-manager": {
2332
- "version": "3.6.1",
2333
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.6.1.tgz",
2334
- "integrity": "sha512-By+NKkGYV8tSo8/RyS1OXikOtqsko5jJZ/uioJfBjsBGgSbiMJ+Y/HogFBke0mgSvf7NPGKZTbYm5+FJ8YUtPQ==",
3433
+ "version": "3.6.2",
3434
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.6.2.tgz",
3435
+ "integrity": "sha512-fnWQ5FdN9f8c8VTgjaQ98208Y+d/JjHhD506rWIIL9rt1cJOf29XElxvOeKpMJadfkgY5KLZSAiHkGt+4qgN4g==",
2335
3436
  "license": "MIT",
2336
3437
  "dependencies": {
2337
- "@docusaurus/core": "3.6.1",
2338
- "@docusaurus/types": "3.6.1",
2339
- "@docusaurus/utils-validation": "3.6.1",
3438
+ "@docusaurus/core": "3.6.2",
3439
+ "@docusaurus/types": "3.6.2",
3440
+ "@docusaurus/utils-validation": "3.6.2",
2340
3441
  "tslib": "^2.6.0"
2341
3442
  },
2342
3443
  "engines": {
@@ -2348,17 +3449,17 @@
2348
3449
  }
2349
3450
  },
2350
3451
  "node_modules/@docusaurus/plugin-sitemap": {
2351
- "version": "3.6.1",
2352
- "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.6.1.tgz",
2353
- "integrity": "sha512-i8R/GTKew4Cufb+7YQTwfPcNOhKTJzZ1VZ5OqQwI9c3pZK2TltQyhqKDVN94KCTbSSKvOYYytYfRAB2uPnH1/A==",
3452
+ "version": "3.6.2",
3453
+ "resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.6.2.tgz",
3454
+ "integrity": "sha512-qcAQAP1Ot0dZpeRoJ0L/Zck5FVDkll2IleVZQLzxeRVDZIw1P9/TK7/Aw1w2pmH7dmw/Cwk/cLSVRvLAmp9k7A==",
2354
3455
  "license": "MIT",
2355
3456
  "dependencies": {
2356
- "@docusaurus/core": "3.6.1",
2357
- "@docusaurus/logger": "3.6.1",
2358
- "@docusaurus/types": "3.6.1",
2359
- "@docusaurus/utils": "3.6.1",
2360
- "@docusaurus/utils-common": "3.6.1",
2361
- "@docusaurus/utils-validation": "3.6.1",
3457
+ "@docusaurus/core": "3.6.2",
3458
+ "@docusaurus/logger": "3.6.2",
3459
+ "@docusaurus/types": "3.6.2",
3460
+ "@docusaurus/utils": "3.6.2",
3461
+ "@docusaurus/utils-common": "3.6.2",
3462
+ "@docusaurus/utils-validation": "3.6.2",
2362
3463
  "fs-extra": "^11.1.1",
2363
3464
  "sitemap": "^7.1.1",
2364
3465
  "tslib": "^2.6.0"
@@ -2372,24 +3473,24 @@
2372
3473
  }
2373
3474
  },
2374
3475
  "node_modules/@docusaurus/preset-classic": {
2375
- "version": "3.6.1",
2376
- "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.1.tgz",
2377
- "integrity": "sha512-b90Y1XRH9e+oa/E3NmiFEFOwgYUd+knFcZUy81nM3FJs038WbEA0T55NQsuPW0s7nOsCShQ7dVFyKxV+Wp31Nw==",
2378
- "license": "MIT",
2379
- "dependencies": {
2380
- "@docusaurus/core": "3.6.1",
2381
- "@docusaurus/plugin-content-blog": "3.6.1",
2382
- "@docusaurus/plugin-content-docs": "3.6.1",
2383
- "@docusaurus/plugin-content-pages": "3.6.1",
2384
- "@docusaurus/plugin-debug": "3.6.1",
2385
- "@docusaurus/plugin-google-analytics": "3.6.1",
2386
- "@docusaurus/plugin-google-gtag": "3.6.1",
2387
- "@docusaurus/plugin-google-tag-manager": "3.6.1",
2388
- "@docusaurus/plugin-sitemap": "3.6.1",
2389
- "@docusaurus/theme-classic": "3.6.1",
2390
- "@docusaurus/theme-common": "3.6.1",
2391
- "@docusaurus/theme-search-algolia": "3.6.1",
2392
- "@docusaurus/types": "3.6.1"
3476
+ "version": "3.6.2",
3477
+ "resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.2.tgz",
3478
+ "integrity": "sha512-r2n5eHdhiNSrJGsrrYcw+WsyStmXxe0ZG3RdA9LVyK5+jBHM8blrUWJEDugnzCNbyhUzhdtcmgCC9fhdAvKuQw==",
3479
+ "license": "MIT",
3480
+ "dependencies": {
3481
+ "@docusaurus/core": "3.6.2",
3482
+ "@docusaurus/plugin-content-blog": "3.6.2",
3483
+ "@docusaurus/plugin-content-docs": "3.6.2",
3484
+ "@docusaurus/plugin-content-pages": "3.6.2",
3485
+ "@docusaurus/plugin-debug": "3.6.2",
3486
+ "@docusaurus/plugin-google-analytics": "3.6.2",
3487
+ "@docusaurus/plugin-google-gtag": "3.6.2",
3488
+ "@docusaurus/plugin-google-tag-manager": "3.6.2",
3489
+ "@docusaurus/plugin-sitemap": "3.6.2",
3490
+ "@docusaurus/theme-classic": "3.6.2",
3491
+ "@docusaurus/theme-common": "3.6.2",
3492
+ "@docusaurus/theme-search-algolia": "3.6.2",
3493
+ "@docusaurus/types": "3.6.2"
2393
3494
  },
2394
3495
  "engines": {
2395
3496
  "node": ">=18.0"
@@ -2400,24 +3501,24 @@
2400
3501
  }
2401
3502
  },
2402
3503
  "node_modules/@docusaurus/theme-classic": {
2403
- "version": "3.6.1",
2404
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.6.1.tgz",
2405
- "integrity": "sha512-5lVUmIXk7zp+n9Ki2lYWrmhbd6mssOlKCnnDJvY4QDi3EgjRisIu5g4yKXoWTIbiqE7m7q/dS9cbeShEtfkKng==",
2406
- "license": "MIT",
2407
- "dependencies": {
2408
- "@docusaurus/core": "3.6.1",
2409
- "@docusaurus/logger": "3.6.1",
2410
- "@docusaurus/mdx-loader": "3.6.1",
2411
- "@docusaurus/module-type-aliases": "3.6.1",
2412
- "@docusaurus/plugin-content-blog": "3.6.1",
2413
- "@docusaurus/plugin-content-docs": "3.6.1",
2414
- "@docusaurus/plugin-content-pages": "3.6.1",
2415
- "@docusaurus/theme-common": "3.6.1",
2416
- "@docusaurus/theme-translations": "3.6.1",
2417
- "@docusaurus/types": "3.6.1",
2418
- "@docusaurus/utils": "3.6.1",
2419
- "@docusaurus/utils-common": "3.6.1",
2420
- "@docusaurus/utils-validation": "3.6.1",
3504
+ "version": "3.6.2",
3505
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.6.2.tgz",
3506
+ "integrity": "sha512-bCdOPqPNezhLx+hgNVO2Cf+8/1AHa9uHDOqTx/CKAx2I0J/jV9G+6JiMtpSRKGNfBoLT1O+56/7+WtkOf54xTw==",
3507
+ "license": "MIT",
3508
+ "dependencies": {
3509
+ "@docusaurus/core": "3.6.2",
3510
+ "@docusaurus/logger": "3.6.2",
3511
+ "@docusaurus/mdx-loader": "3.6.2",
3512
+ "@docusaurus/module-type-aliases": "3.6.2",
3513
+ "@docusaurus/plugin-content-blog": "3.6.2",
3514
+ "@docusaurus/plugin-content-docs": "3.6.2",
3515
+ "@docusaurus/plugin-content-pages": "3.6.2",
3516
+ "@docusaurus/theme-common": "3.6.2",
3517
+ "@docusaurus/theme-translations": "3.6.2",
3518
+ "@docusaurus/types": "3.6.2",
3519
+ "@docusaurus/utils": "3.6.2",
3520
+ "@docusaurus/utils-common": "3.6.2",
3521
+ "@docusaurus/utils-validation": "3.6.2",
2421
3522
  "@mdx-js/react": "^3.0.0",
2422
3523
  "clsx": "^2.0.0",
2423
3524
  "copy-text-to-clipboard": "^3.2.0",
@@ -2441,15 +3542,15 @@
2441
3542
  }
2442
3543
  },
2443
3544
  "node_modules/@docusaurus/theme-common": {
2444
- "version": "3.6.1",
2445
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.6.1.tgz",
2446
- "integrity": "sha512-18iEYNpMvarGfq9gVRpGowSZD24vZ39Iz4acqaj64180i54V9el8tVnhNr/wRvrUm1FY30A1NHLqnMnDz4rYEQ==",
3545
+ "version": "3.6.2",
3546
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.6.2.tgz",
3547
+ "integrity": "sha512-lfgsL064KEHpCkgGUc0OYoUPCpYfzggp6Hof8sz59UuKiLvb/Z7raewE9/NfocrJ2HZI17rLgMX3SQlRDh/5gg==",
2447
3548
  "license": "MIT",
2448
3549
  "dependencies": {
2449
- "@docusaurus/mdx-loader": "3.6.1",
2450
- "@docusaurus/module-type-aliases": "3.6.1",
2451
- "@docusaurus/utils": "3.6.1",
2452
- "@docusaurus/utils-common": "3.6.1",
3550
+ "@docusaurus/mdx-loader": "3.6.2",
3551
+ "@docusaurus/module-type-aliases": "3.6.2",
3552
+ "@docusaurus/utils": "3.6.2",
3553
+ "@docusaurus/utils-common": "3.6.2",
2453
3554
  "@types/history": "^4.7.11",
2454
3555
  "@types/react": "*",
2455
3556
  "@types/react-router-config": "*",
@@ -2469,19 +3570,19 @@
2469
3570
  }
2470
3571
  },
2471
3572
  "node_modules/@docusaurus/theme-search-algolia": {
2472
- "version": "3.6.1",
2473
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.6.1.tgz",
2474
- "integrity": "sha512-BjmuiFRpQP1WEm8Mzu1Bb0Wdas6G65VHXDDNr7XTKgbstxalE6vuxt0ioXTDFS2YVep5748aVhKvnxR9gm2Liw==",
3573
+ "version": "3.6.2",
3574
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.6.2.tgz",
3575
+ "integrity": "sha512-SFLS+Rq8Cg2yepnHucA9sRpIR97yHvZWlCgMzBLunV3KHbB6hD2h5HPhFV39wYHYCjJUAOH1lX9poJ1qKYuSvg==",
2475
3576
  "license": "MIT",
2476
3577
  "dependencies": {
2477
3578
  "@docsearch/react": "^3.5.2",
2478
- "@docusaurus/core": "3.6.1",
2479
- "@docusaurus/logger": "3.6.1",
2480
- "@docusaurus/plugin-content-docs": "3.6.1",
2481
- "@docusaurus/theme-common": "3.6.1",
2482
- "@docusaurus/theme-translations": "3.6.1",
2483
- "@docusaurus/utils": "3.6.1",
2484
- "@docusaurus/utils-validation": "3.6.1",
3579
+ "@docusaurus/core": "3.6.2",
3580
+ "@docusaurus/logger": "3.6.2",
3581
+ "@docusaurus/plugin-content-docs": "3.6.2",
3582
+ "@docusaurus/theme-common": "3.6.2",
3583
+ "@docusaurus/theme-translations": "3.6.2",
3584
+ "@docusaurus/utils": "3.6.2",
3585
+ "@docusaurus/utils-validation": "3.6.2",
2485
3586
  "algoliasearch": "^4.18.0",
2486
3587
  "algoliasearch-helper": "^3.13.3",
2487
3588
  "clsx": "^2.0.0",
@@ -2500,9 +3601,9 @@
2500
3601
  }
2501
3602
  },
2502
3603
  "node_modules/@docusaurus/theme-translations": {
2503
- "version": "3.6.1",
2504
- "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.6.1.tgz",
2505
- "integrity": "sha512-bNm5G6sueUezvyhsBegA1wwM38yW0BnqpZTE9KHO2yKnkERNMaV5x/yPJ/DNCOHjJtCcJ5Uz55g2AS75Go31xA==",
3604
+ "version": "3.6.2",
3605
+ "resolved": "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.6.2.tgz",
3606
+ "integrity": "sha512-LIWrYoDUsOTKmb0c7IQzawiPUTAaczBs5IOx6srxOWoTHVUMLzJCkl5Y6whfuRrnul8G05qv2vk238bN5Ko62g==",
2506
3607
  "license": "MIT",
2507
3608
  "dependencies": {
2508
3609
  "fs-extra": "^11.1.1",
@@ -2513,16 +3614,16 @@
2513
3614
  }
2514
3615
  },
2515
3616
  "node_modules/@docusaurus/tsconfig": {
2516
- "version": "3.6.1",
2517
- "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.6.1.tgz",
2518
- "integrity": "sha512-RvjMG9M9YK8N/I5oudqJed8jjfWGI7csr4XCkGXBToNkkoi2QgkTz2DxH+obKdfLejQaASdIMynYaE5Lv7Qw9Q==",
3617
+ "version": "3.6.2",
3618
+ "resolved": "https://registry.npmjs.org/@docusaurus/tsconfig/-/tsconfig-3.6.2.tgz",
3619
+ "integrity": "sha512-TWLkyYHBYhIJNcXCEc3D1M9R8UFV4IZ82rGef5U9mE1ZrcgDUlZxYaYdoSuHrPrzPRIl3orjmpscO2FAk2gdZw==",
2519
3620
  "dev": true,
2520
3621
  "license": "MIT"
2521
3622
  },
2522
3623
  "node_modules/@docusaurus/types": {
2523
- "version": "3.6.1",
2524
- "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.6.1.tgz",
2525
- "integrity": "sha512-hCB1hj9DYutVYBisnPNobz9SzEmCcf1EetJv09O49Cov3BqOkm+vnnjB3d957YJMtpLGQoKBeN/FF1DZ830JwQ==",
3624
+ "version": "3.6.2",
3625
+ "resolved": "https://registry.npmjs.org/@docusaurus/types/-/types-3.6.2.tgz",
3626
+ "integrity": "sha512-117Wsk6xXrWEAsCYCXS3TGJv5tkdIZDcd7T/V0UJvKYmY0gyVPPcEQChy8yTdjbIkbB2q4fa7Jpox72Qv86mqQ==",
2526
3627
  "license": "MIT",
2527
3628
  "dependencies": {
2528
3629
  "@mdx-js/mdx": "^3.0.0",
@@ -2541,14 +3642,14 @@
2541
3642
  }
2542
3643
  },
2543
3644
  "node_modules/@docusaurus/utils": {
2544
- "version": "3.6.1",
2545
- "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.6.1.tgz",
2546
- "integrity": "sha512-nS3WCvepwrnBEgSG5vQu40XG95lC9Jeh/odV5u5IhU1eQFEGDst9xBi6IK5yZdsGvbuaXBZLZtOqWYtuuFa/rQ==",
3645
+ "version": "3.6.2",
3646
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.6.2.tgz",
3647
+ "integrity": "sha512-oxnpUcFZGE3uPCDoXr8GJriB3VWM9sFjPedFidX3Fsz87l1NZNc1wtbKPfQ7GYFDMYo2IGlAv5+47Me9RkM6lg==",
2547
3648
  "license": "MIT",
2548
3649
  "dependencies": {
2549
- "@docusaurus/logger": "3.6.1",
2550
- "@docusaurus/types": "3.6.1",
2551
- "@docusaurus/utils-common": "3.6.1",
3650
+ "@docusaurus/logger": "3.6.2",
3651
+ "@docusaurus/types": "3.6.2",
3652
+ "@docusaurus/utils-common": "3.6.2",
2552
3653
  "@svgr/webpack": "^8.1.0",
2553
3654
  "escape-string-regexp": "^4.0.0",
2554
3655
  "file-loader": "^6.2.0",
@@ -2573,12 +3674,12 @@
2573
3674
  }
2574
3675
  },
2575
3676
  "node_modules/@docusaurus/utils-common": {
2576
- "version": "3.6.1",
2577
- "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.6.1.tgz",
2578
- "integrity": "sha512-LX1qiTiC0aS8c92uZ+Wj2iNCNJyYZJIKY8/nZDKNMBfo759VYVS3RX3fKP3DznB+16sYp7++MyCz/T6fOGaRfw==",
3677
+ "version": "3.6.2",
3678
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.6.2.tgz",
3679
+ "integrity": "sha512-dr5wK+OyU2QAWxG7S5siD2bPgS7+ZeqWHfgLNHZ5yalaZf8TbeNNLqydfngukAY56BGZN0NbMkX6jGIr7ZF0sA==",
2579
3680
  "license": "MIT",
2580
3681
  "dependencies": {
2581
- "@docusaurus/types": "3.6.1",
3682
+ "@docusaurus/types": "3.6.2",
2582
3683
  "tslib": "^2.6.0"
2583
3684
  },
2584
3685
  "engines": {
@@ -2586,14 +3687,14 @@
2586
3687
  }
2587
3688
  },
2588
3689
  "node_modules/@docusaurus/utils-validation": {
2589
- "version": "3.6.1",
2590
- "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.6.1.tgz",
2591
- "integrity": "sha512-+iMd6zRl5cJQm7nUP+7pSO/oAXsN79eHO34ME7l2YJt4GEAr70l5kkD58u2jEPpp+wSXT70c7x2A2lzJI1E8jw==",
3690
+ "version": "3.6.2",
3691
+ "resolved": "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.6.2.tgz",
3692
+ "integrity": "sha512-Y3EwblDz72KOcobb5t2zlhHSmrfE8EaHusPJ96Kx2JYtNXL2omqCoOb6FpaXWhES75wvjUpkFLYfiNqAqEov8g==",
2592
3693
  "license": "MIT",
2593
3694
  "dependencies": {
2594
- "@docusaurus/logger": "3.6.1",
2595
- "@docusaurus/utils": "3.6.1",
2596
- "@docusaurus/utils-common": "3.6.1",
3695
+ "@docusaurus/logger": "3.6.2",
3696
+ "@docusaurus/utils": "3.6.2",
3697
+ "@docusaurus/utils-common": "3.6.2",
2597
3698
  "fs-extra": "^11.2.0",
2598
3699
  "joi": "^17.9.2",
2599
3700
  "js-yaml": "^4.1.0",
@@ -4968,6 +6069,44 @@
4968
6069
  "url": "https://github.com/sponsors/sindresorhus"
4969
6070
  }
4970
6071
  },
6072
+ "node_modules/css-blank-pseudo": {
6073
+ "version": "7.0.1",
6074
+ "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz",
6075
+ "integrity": "sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==",
6076
+ "funding": [
6077
+ {
6078
+ "type": "github",
6079
+ "url": "https://github.com/sponsors/csstools"
6080
+ },
6081
+ {
6082
+ "type": "opencollective",
6083
+ "url": "https://opencollective.com/csstools"
6084
+ }
6085
+ ],
6086
+ "license": "MIT-0",
6087
+ "dependencies": {
6088
+ "postcss-selector-parser": "^7.0.0"
6089
+ },
6090
+ "engines": {
6091
+ "node": ">=18"
6092
+ },
6093
+ "peerDependencies": {
6094
+ "postcss": "^8.4"
6095
+ }
6096
+ },
6097
+ "node_modules/css-blank-pseudo/node_modules/postcss-selector-parser": {
6098
+ "version": "7.0.0",
6099
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
6100
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
6101
+ "license": "MIT",
6102
+ "dependencies": {
6103
+ "cssesc": "^3.0.0",
6104
+ "util-deprecate": "^1.0.2"
6105
+ },
6106
+ "engines": {
6107
+ "node": ">=4"
6108
+ }
6109
+ },
4971
6110
  "node_modules/css-declaration-sorter": {
4972
6111
  "version": "7.2.0",
4973
6112
  "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.2.0.tgz",
@@ -4979,6 +6118,68 @@
4979
6118
  "postcss": "^8.0.9"
4980
6119
  }
4981
6120
  },
6121
+ "node_modules/css-has-pseudo": {
6122
+ "version": "7.0.1",
6123
+ "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-7.0.1.tgz",
6124
+ "integrity": "sha512-EOcoyJt+OsuKfCADgLT7gADZI5jMzIe/AeI6MeAYKiFBDmNmM7kk46DtSfMj5AohUJisqVzopBpnQTlvbyaBWg==",
6125
+ "funding": [
6126
+ {
6127
+ "type": "github",
6128
+ "url": "https://github.com/sponsors/csstools"
6129
+ },
6130
+ {
6131
+ "type": "opencollective",
6132
+ "url": "https://opencollective.com/csstools"
6133
+ }
6134
+ ],
6135
+ "license": "MIT-0",
6136
+ "dependencies": {
6137
+ "@csstools/selector-specificity": "^5.0.0",
6138
+ "postcss-selector-parser": "^7.0.0",
6139
+ "postcss-value-parser": "^4.2.0"
6140
+ },
6141
+ "engines": {
6142
+ "node": ">=18"
6143
+ },
6144
+ "peerDependencies": {
6145
+ "postcss": "^8.4"
6146
+ }
6147
+ },
6148
+ "node_modules/css-has-pseudo/node_modules/@csstools/selector-specificity": {
6149
+ "version": "5.0.0",
6150
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
6151
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
6152
+ "funding": [
6153
+ {
6154
+ "type": "github",
6155
+ "url": "https://github.com/sponsors/csstools"
6156
+ },
6157
+ {
6158
+ "type": "opencollective",
6159
+ "url": "https://opencollective.com/csstools"
6160
+ }
6161
+ ],
6162
+ "license": "MIT-0",
6163
+ "engines": {
6164
+ "node": ">=18"
6165
+ },
6166
+ "peerDependencies": {
6167
+ "postcss-selector-parser": "^7.0.0"
6168
+ }
6169
+ },
6170
+ "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": {
6171
+ "version": "7.0.0",
6172
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
6173
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
6174
+ "license": "MIT",
6175
+ "dependencies": {
6176
+ "cssesc": "^3.0.0",
6177
+ "util-deprecate": "^1.0.2"
6178
+ },
6179
+ "engines": {
6180
+ "node": ">=4"
6181
+ }
6182
+ },
4982
6183
  "node_modules/css-loader": {
4983
6184
  "version": "6.10.0",
4984
6185
  "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.10.0.tgz",
@@ -5056,6 +6257,28 @@
5056
6257
  }
5057
6258
  }
5058
6259
  },
6260
+ "node_modules/css-prefers-color-scheme": {
6261
+ "version": "10.0.0",
6262
+ "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz",
6263
+ "integrity": "sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==",
6264
+ "funding": [
6265
+ {
6266
+ "type": "github",
6267
+ "url": "https://github.com/sponsors/csstools"
6268
+ },
6269
+ {
6270
+ "type": "opencollective",
6271
+ "url": "https://opencollective.com/csstools"
6272
+ }
6273
+ ],
6274
+ "license": "MIT-0",
6275
+ "engines": {
6276
+ "node": ">=18"
6277
+ },
6278
+ "peerDependencies": {
6279
+ "postcss": "^8.4"
6280
+ }
6281
+ },
5059
6282
  "node_modules/css-select": {
5060
6283
  "version": "5.1.0",
5061
6284
  "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
@@ -5094,6 +6317,22 @@
5094
6317
  "url": "https://github.com/sponsors/fb55"
5095
6318
  }
5096
6319
  },
6320
+ "node_modules/cssdb": {
6321
+ "version": "8.2.1",
6322
+ "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.2.1.tgz",
6323
+ "integrity": "sha512-KwEPys7lNsC8OjASI8RrmwOYYDcm0JOW9zQhcV83ejYcQkirTEyeAGui8aO2F5PiS6SLpxuTzl6qlMElIdsgIg==",
6324
+ "funding": [
6325
+ {
6326
+ "type": "opencollective",
6327
+ "url": "https://opencollective.com/csstools"
6328
+ },
6329
+ {
6330
+ "type": "github",
6331
+ "url": "https://github.com/sponsors/csstools"
6332
+ }
6333
+ ],
6334
+ "license": "MIT-0"
6335
+ },
5097
6336
  "node_modules/cssesc": {
5098
6337
  "version": "3.0.0",
5099
6338
  "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
@@ -10926,60 +12165,194 @@
10926
12165
  "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
10927
12166
  "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
10928
12167
  "dependencies": {
10929
- "p-limit": "^2.0.0"
12168
+ "p-limit": "^2.0.0"
12169
+ },
12170
+ "engines": {
12171
+ "node": ">=6"
12172
+ }
12173
+ },
12174
+ "node_modules/pkg-up/node_modules/path-exists": {
12175
+ "version": "3.0.0",
12176
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
12177
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
12178
+ "engines": {
12179
+ "node": ">=4"
12180
+ }
12181
+ },
12182
+ "node_modules/postcss": {
12183
+ "version": "8.4.38",
12184
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
12185
+ "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
12186
+ "funding": [
12187
+ {
12188
+ "type": "opencollective",
12189
+ "url": "https://opencollective.com/postcss/"
12190
+ },
12191
+ {
12192
+ "type": "tidelift",
12193
+ "url": "https://tidelift.com/funding/github/npm/postcss"
12194
+ },
12195
+ {
12196
+ "type": "github",
12197
+ "url": "https://github.com/sponsors/ai"
12198
+ }
12199
+ ],
12200
+ "dependencies": {
12201
+ "nanoid": "^3.3.7",
12202
+ "picocolors": "^1.0.0",
12203
+ "source-map-js": "^1.2.0"
12204
+ },
12205
+ "engines": {
12206
+ "node": "^10 || ^12 || >=14"
12207
+ }
12208
+ },
12209
+ "node_modules/postcss-attribute-case-insensitive": {
12210
+ "version": "7.0.1",
12211
+ "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz",
12212
+ "integrity": "sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==",
12213
+ "funding": [
12214
+ {
12215
+ "type": "github",
12216
+ "url": "https://github.com/sponsors/csstools"
12217
+ },
12218
+ {
12219
+ "type": "opencollective",
12220
+ "url": "https://opencollective.com/csstools"
12221
+ }
12222
+ ],
12223
+ "license": "MIT",
12224
+ "dependencies": {
12225
+ "postcss-selector-parser": "^7.0.0"
12226
+ },
12227
+ "engines": {
12228
+ "node": ">=18"
12229
+ },
12230
+ "peerDependencies": {
12231
+ "postcss": "^8.4"
12232
+ }
12233
+ },
12234
+ "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": {
12235
+ "version": "7.0.0",
12236
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12237
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12238
+ "license": "MIT",
12239
+ "dependencies": {
12240
+ "cssesc": "^3.0.0",
12241
+ "util-deprecate": "^1.0.2"
12242
+ },
12243
+ "engines": {
12244
+ "node": ">=4"
12245
+ }
12246
+ },
12247
+ "node_modules/postcss-calc": {
12248
+ "version": "9.0.1",
12249
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
12250
+ "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
12251
+ "dependencies": {
12252
+ "postcss-selector-parser": "^6.0.11",
12253
+ "postcss-value-parser": "^4.2.0"
12254
+ },
12255
+ "engines": {
12256
+ "node": "^14 || ^16 || >=18.0"
12257
+ },
12258
+ "peerDependencies": {
12259
+ "postcss": "^8.2.2"
12260
+ }
12261
+ },
12262
+ "node_modules/postcss-clamp": {
12263
+ "version": "4.1.0",
12264
+ "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz",
12265
+ "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==",
12266
+ "license": "MIT",
12267
+ "dependencies": {
12268
+ "postcss-value-parser": "^4.2.0"
12269
+ },
12270
+ "engines": {
12271
+ "node": ">=7.6.0"
12272
+ },
12273
+ "peerDependencies": {
12274
+ "postcss": "^8.4.6"
12275
+ }
12276
+ },
12277
+ "node_modules/postcss-color-functional-notation": {
12278
+ "version": "7.0.6",
12279
+ "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.6.tgz",
12280
+ "integrity": "sha512-wLXvm8RmLs14Z2nVpB4CWlnvaWPRcOZFltJSlcbYwSJ1EDZKsKDhPKIMecCnuU054KSmlmubkqczmm6qBPCBhA==",
12281
+ "funding": [
12282
+ {
12283
+ "type": "github",
12284
+ "url": "https://github.com/sponsors/csstools"
12285
+ },
12286
+ {
12287
+ "type": "opencollective",
12288
+ "url": "https://opencollective.com/csstools"
12289
+ }
12290
+ ],
12291
+ "license": "MIT-0",
12292
+ "dependencies": {
12293
+ "@csstools/css-color-parser": "^3.0.6",
12294
+ "@csstools/css-parser-algorithms": "^3.0.4",
12295
+ "@csstools/css-tokenizer": "^3.0.3",
12296
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
12297
+ "@csstools/utilities": "^2.0.0"
10930
12298
  },
10931
12299
  "engines": {
10932
- "node": ">=6"
10933
- }
10934
- },
10935
- "node_modules/pkg-up/node_modules/path-exists": {
10936
- "version": "3.0.0",
10937
- "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
10938
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
10939
- "engines": {
10940
- "node": ">=4"
12300
+ "node": ">=18"
12301
+ },
12302
+ "peerDependencies": {
12303
+ "postcss": "^8.4"
10941
12304
  }
10942
12305
  },
10943
- "node_modules/postcss": {
10944
- "version": "8.4.38",
10945
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz",
10946
- "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==",
12306
+ "node_modules/postcss-color-hex-alpha": {
12307
+ "version": "10.0.0",
12308
+ "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz",
12309
+ "integrity": "sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==",
10947
12310
  "funding": [
10948
12311
  {
10949
- "type": "opencollective",
10950
- "url": "https://opencollective.com/postcss/"
10951
- },
10952
- {
10953
- "type": "tidelift",
10954
- "url": "https://tidelift.com/funding/github/npm/postcss"
12312
+ "type": "github",
12313
+ "url": "https://github.com/sponsors/csstools"
10955
12314
  },
10956
12315
  {
10957
- "type": "github",
10958
- "url": "https://github.com/sponsors/ai"
12316
+ "type": "opencollective",
12317
+ "url": "https://opencollective.com/csstools"
10959
12318
  }
10960
12319
  ],
12320
+ "license": "MIT",
10961
12321
  "dependencies": {
10962
- "nanoid": "^3.3.7",
10963
- "picocolors": "^1.0.0",
10964
- "source-map-js": "^1.2.0"
12322
+ "@csstools/utilities": "^2.0.0",
12323
+ "postcss-value-parser": "^4.2.0"
10965
12324
  },
10966
12325
  "engines": {
10967
- "node": "^10 || ^12 || >=14"
12326
+ "node": ">=18"
12327
+ },
12328
+ "peerDependencies": {
12329
+ "postcss": "^8.4"
10968
12330
  }
10969
12331
  },
10970
- "node_modules/postcss-calc": {
10971
- "version": "9.0.1",
10972
- "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
10973
- "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
12332
+ "node_modules/postcss-color-rebeccapurple": {
12333
+ "version": "10.0.0",
12334
+ "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz",
12335
+ "integrity": "sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==",
12336
+ "funding": [
12337
+ {
12338
+ "type": "github",
12339
+ "url": "https://github.com/sponsors/csstools"
12340
+ },
12341
+ {
12342
+ "type": "opencollective",
12343
+ "url": "https://opencollective.com/csstools"
12344
+ }
12345
+ ],
12346
+ "license": "MIT-0",
10974
12347
  "dependencies": {
10975
- "postcss-selector-parser": "^6.0.11",
12348
+ "@csstools/utilities": "^2.0.0",
10976
12349
  "postcss-value-parser": "^4.2.0"
10977
12350
  },
10978
12351
  "engines": {
10979
- "node": "^14 || ^16 || >=18.0"
12352
+ "node": ">=18"
10980
12353
  },
10981
12354
  "peerDependencies": {
10982
- "postcss": "^8.2.2"
12355
+ "postcss": "^8.4"
10983
12356
  }
10984
12357
  },
10985
12358
  "node_modules/postcss-colormin": {
@@ -11014,6 +12387,142 @@
11014
12387
  "postcss": "^8.4.31"
11015
12388
  }
11016
12389
  },
12390
+ "node_modules/postcss-custom-media": {
12391
+ "version": "11.0.5",
12392
+ "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-11.0.5.tgz",
12393
+ "integrity": "sha512-SQHhayVNgDvSAdX9NQ/ygcDQGEY+aSF4b/96z7QUX6mqL5yl/JgG/DywcF6fW9XbnCRE+aVYk+9/nqGuzOPWeQ==",
12394
+ "funding": [
12395
+ {
12396
+ "type": "github",
12397
+ "url": "https://github.com/sponsors/csstools"
12398
+ },
12399
+ {
12400
+ "type": "opencollective",
12401
+ "url": "https://opencollective.com/csstools"
12402
+ }
12403
+ ],
12404
+ "license": "MIT",
12405
+ "dependencies": {
12406
+ "@csstools/cascade-layer-name-parser": "^2.0.4",
12407
+ "@csstools/css-parser-algorithms": "^3.0.4",
12408
+ "@csstools/css-tokenizer": "^3.0.3",
12409
+ "@csstools/media-query-list-parser": "^4.0.2"
12410
+ },
12411
+ "engines": {
12412
+ "node": ">=18"
12413
+ },
12414
+ "peerDependencies": {
12415
+ "postcss": "^8.4"
12416
+ }
12417
+ },
12418
+ "node_modules/postcss-custom-properties": {
12419
+ "version": "14.0.4",
12420
+ "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz",
12421
+ "integrity": "sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==",
12422
+ "funding": [
12423
+ {
12424
+ "type": "github",
12425
+ "url": "https://github.com/sponsors/csstools"
12426
+ },
12427
+ {
12428
+ "type": "opencollective",
12429
+ "url": "https://opencollective.com/csstools"
12430
+ }
12431
+ ],
12432
+ "license": "MIT",
12433
+ "dependencies": {
12434
+ "@csstools/cascade-layer-name-parser": "^2.0.4",
12435
+ "@csstools/css-parser-algorithms": "^3.0.4",
12436
+ "@csstools/css-tokenizer": "^3.0.3",
12437
+ "@csstools/utilities": "^2.0.0",
12438
+ "postcss-value-parser": "^4.2.0"
12439
+ },
12440
+ "engines": {
12441
+ "node": ">=18"
12442
+ },
12443
+ "peerDependencies": {
12444
+ "postcss": "^8.4"
12445
+ }
12446
+ },
12447
+ "node_modules/postcss-custom-selectors": {
12448
+ "version": "8.0.4",
12449
+ "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-8.0.4.tgz",
12450
+ "integrity": "sha512-ASOXqNvDCE0dAJ/5qixxPeL1aOVGHGW2JwSy7HyjWNbnWTQCl+fDc968HY1jCmZI0+BaYT5CxsOiUhavpG/7eg==",
12451
+ "funding": [
12452
+ {
12453
+ "type": "github",
12454
+ "url": "https://github.com/sponsors/csstools"
12455
+ },
12456
+ {
12457
+ "type": "opencollective",
12458
+ "url": "https://opencollective.com/csstools"
12459
+ }
12460
+ ],
12461
+ "license": "MIT",
12462
+ "dependencies": {
12463
+ "@csstools/cascade-layer-name-parser": "^2.0.4",
12464
+ "@csstools/css-parser-algorithms": "^3.0.4",
12465
+ "@csstools/css-tokenizer": "^3.0.3",
12466
+ "postcss-selector-parser": "^7.0.0"
12467
+ },
12468
+ "engines": {
12469
+ "node": ">=18"
12470
+ },
12471
+ "peerDependencies": {
12472
+ "postcss": "^8.4"
12473
+ }
12474
+ },
12475
+ "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": {
12476
+ "version": "7.0.0",
12477
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12478
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12479
+ "license": "MIT",
12480
+ "dependencies": {
12481
+ "cssesc": "^3.0.0",
12482
+ "util-deprecate": "^1.0.2"
12483
+ },
12484
+ "engines": {
12485
+ "node": ">=4"
12486
+ }
12487
+ },
12488
+ "node_modules/postcss-dir-pseudo-class": {
12489
+ "version": "9.0.1",
12490
+ "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz",
12491
+ "integrity": "sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==",
12492
+ "funding": [
12493
+ {
12494
+ "type": "github",
12495
+ "url": "https://github.com/sponsors/csstools"
12496
+ },
12497
+ {
12498
+ "type": "opencollective",
12499
+ "url": "https://opencollective.com/csstools"
12500
+ }
12501
+ ],
12502
+ "license": "MIT-0",
12503
+ "dependencies": {
12504
+ "postcss-selector-parser": "^7.0.0"
12505
+ },
12506
+ "engines": {
12507
+ "node": ">=18"
12508
+ },
12509
+ "peerDependencies": {
12510
+ "postcss": "^8.4"
12511
+ }
12512
+ },
12513
+ "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": {
12514
+ "version": "7.0.0",
12515
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12516
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12517
+ "license": "MIT",
12518
+ "dependencies": {
12519
+ "cssesc": "^3.0.0",
12520
+ "util-deprecate": "^1.0.2"
12521
+ },
12522
+ "engines": {
12523
+ "node": ">=4"
12524
+ }
12525
+ },
11017
12526
  "node_modules/postcss-discard-comments": {
11018
12527
  "version": "6.0.2",
11019
12528
  "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.2.tgz",
@@ -11036,41 +12545,230 @@
11036
12545
  "postcss": "^8.4.31"
11037
12546
  }
11038
12547
  },
11039
- "node_modules/postcss-discard-empty": {
11040
- "version": "6.0.3",
11041
- "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
11042
- "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
12548
+ "node_modules/postcss-discard-empty": {
12549
+ "version": "6.0.3",
12550
+ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.3.tgz",
12551
+ "integrity": "sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==",
12552
+ "engines": {
12553
+ "node": "^14 || ^16 || >=18.0"
12554
+ },
12555
+ "peerDependencies": {
12556
+ "postcss": "^8.4.31"
12557
+ }
12558
+ },
12559
+ "node_modules/postcss-discard-overridden": {
12560
+ "version": "6.0.2",
12561
+ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
12562
+ "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
12563
+ "engines": {
12564
+ "node": "^14 || ^16 || >=18.0"
12565
+ },
12566
+ "peerDependencies": {
12567
+ "postcss": "^8.4.31"
12568
+ }
12569
+ },
12570
+ "node_modules/postcss-discard-unused": {
12571
+ "version": "6.0.5",
12572
+ "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-6.0.5.tgz",
12573
+ "integrity": "sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==",
12574
+ "license": "MIT",
12575
+ "dependencies": {
12576
+ "postcss-selector-parser": "^6.0.16"
12577
+ },
12578
+ "engines": {
12579
+ "node": "^14 || ^16 || >=18.0"
12580
+ },
12581
+ "peerDependencies": {
12582
+ "postcss": "^8.4.31"
12583
+ }
12584
+ },
12585
+ "node_modules/postcss-double-position-gradients": {
12586
+ "version": "6.0.0",
12587
+ "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz",
12588
+ "integrity": "sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==",
12589
+ "funding": [
12590
+ {
12591
+ "type": "github",
12592
+ "url": "https://github.com/sponsors/csstools"
12593
+ },
12594
+ {
12595
+ "type": "opencollective",
12596
+ "url": "https://opencollective.com/csstools"
12597
+ }
12598
+ ],
12599
+ "license": "MIT-0",
12600
+ "dependencies": {
12601
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
12602
+ "@csstools/utilities": "^2.0.0",
12603
+ "postcss-value-parser": "^4.2.0"
12604
+ },
12605
+ "engines": {
12606
+ "node": ">=18"
12607
+ },
12608
+ "peerDependencies": {
12609
+ "postcss": "^8.4"
12610
+ }
12611
+ },
12612
+ "node_modules/postcss-focus-visible": {
12613
+ "version": "10.0.1",
12614
+ "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz",
12615
+ "integrity": "sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==",
12616
+ "funding": [
12617
+ {
12618
+ "type": "github",
12619
+ "url": "https://github.com/sponsors/csstools"
12620
+ },
12621
+ {
12622
+ "type": "opencollective",
12623
+ "url": "https://opencollective.com/csstools"
12624
+ }
12625
+ ],
12626
+ "license": "MIT-0",
12627
+ "dependencies": {
12628
+ "postcss-selector-parser": "^7.0.0"
12629
+ },
12630
+ "engines": {
12631
+ "node": ">=18"
12632
+ },
12633
+ "peerDependencies": {
12634
+ "postcss": "^8.4"
12635
+ }
12636
+ },
12637
+ "node_modules/postcss-focus-visible/node_modules/postcss-selector-parser": {
12638
+ "version": "7.0.0",
12639
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12640
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12641
+ "license": "MIT",
12642
+ "dependencies": {
12643
+ "cssesc": "^3.0.0",
12644
+ "util-deprecate": "^1.0.2"
12645
+ },
12646
+ "engines": {
12647
+ "node": ">=4"
12648
+ }
12649
+ },
12650
+ "node_modules/postcss-focus-within": {
12651
+ "version": "9.0.1",
12652
+ "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz",
12653
+ "integrity": "sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==",
12654
+ "funding": [
12655
+ {
12656
+ "type": "github",
12657
+ "url": "https://github.com/sponsors/csstools"
12658
+ },
12659
+ {
12660
+ "type": "opencollective",
12661
+ "url": "https://opencollective.com/csstools"
12662
+ }
12663
+ ],
12664
+ "license": "MIT-0",
12665
+ "dependencies": {
12666
+ "postcss-selector-parser": "^7.0.0"
12667
+ },
12668
+ "engines": {
12669
+ "node": ">=18"
12670
+ },
12671
+ "peerDependencies": {
12672
+ "postcss": "^8.4"
12673
+ }
12674
+ },
12675
+ "node_modules/postcss-focus-within/node_modules/postcss-selector-parser": {
12676
+ "version": "7.0.0",
12677
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
12678
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
12679
+ "license": "MIT",
12680
+ "dependencies": {
12681
+ "cssesc": "^3.0.0",
12682
+ "util-deprecate": "^1.0.2"
12683
+ },
12684
+ "engines": {
12685
+ "node": ">=4"
12686
+ }
12687
+ },
12688
+ "node_modules/postcss-font-variant": {
12689
+ "version": "5.0.0",
12690
+ "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz",
12691
+ "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==",
12692
+ "license": "MIT",
12693
+ "peerDependencies": {
12694
+ "postcss": "^8.1.0"
12695
+ }
12696
+ },
12697
+ "node_modules/postcss-gap-properties": {
12698
+ "version": "6.0.0",
12699
+ "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz",
12700
+ "integrity": "sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==",
12701
+ "funding": [
12702
+ {
12703
+ "type": "github",
12704
+ "url": "https://github.com/sponsors/csstools"
12705
+ },
12706
+ {
12707
+ "type": "opencollective",
12708
+ "url": "https://opencollective.com/csstools"
12709
+ }
12710
+ ],
12711
+ "license": "MIT-0",
11043
12712
  "engines": {
11044
- "node": "^14 || ^16 || >=18.0"
12713
+ "node": ">=18"
11045
12714
  },
11046
12715
  "peerDependencies": {
11047
- "postcss": "^8.4.31"
12716
+ "postcss": "^8.4"
11048
12717
  }
11049
12718
  },
11050
- "node_modules/postcss-discard-overridden": {
11051
- "version": "6.0.2",
11052
- "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.2.tgz",
11053
- "integrity": "sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==",
12719
+ "node_modules/postcss-image-set-function": {
12720
+ "version": "7.0.0",
12721
+ "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz",
12722
+ "integrity": "sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==",
12723
+ "funding": [
12724
+ {
12725
+ "type": "github",
12726
+ "url": "https://github.com/sponsors/csstools"
12727
+ },
12728
+ {
12729
+ "type": "opencollective",
12730
+ "url": "https://opencollective.com/csstools"
12731
+ }
12732
+ ],
12733
+ "license": "MIT-0",
12734
+ "dependencies": {
12735
+ "@csstools/utilities": "^2.0.0",
12736
+ "postcss-value-parser": "^4.2.0"
12737
+ },
11054
12738
  "engines": {
11055
- "node": "^14 || ^16 || >=18.0"
12739
+ "node": ">=18"
11056
12740
  },
11057
12741
  "peerDependencies": {
11058
- "postcss": "^8.4.31"
12742
+ "postcss": "^8.4"
11059
12743
  }
11060
12744
  },
11061
- "node_modules/postcss-discard-unused": {
11062
- "version": "6.0.5",
11063
- "resolved": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-6.0.5.tgz",
11064
- "integrity": "sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==",
11065
- "license": "MIT",
12745
+ "node_modules/postcss-lab-function": {
12746
+ "version": "7.0.6",
12747
+ "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-7.0.6.tgz",
12748
+ "integrity": "sha512-HPwvsoK7C949vBZ+eMyvH2cQeMr3UREoHvbtra76/UhDuiViZH6pir+z71UaJQohd7VDSVUdR6TkWYKExEc9aQ==",
12749
+ "funding": [
12750
+ {
12751
+ "type": "github",
12752
+ "url": "https://github.com/sponsors/csstools"
12753
+ },
12754
+ {
12755
+ "type": "opencollective",
12756
+ "url": "https://opencollective.com/csstools"
12757
+ }
12758
+ ],
12759
+ "license": "MIT-0",
11066
12760
  "dependencies": {
11067
- "postcss-selector-parser": "^6.0.16"
12761
+ "@csstools/css-color-parser": "^3.0.6",
12762
+ "@csstools/css-parser-algorithms": "^3.0.4",
12763
+ "@csstools/css-tokenizer": "^3.0.3",
12764
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
12765
+ "@csstools/utilities": "^2.0.0"
11068
12766
  },
11069
12767
  "engines": {
11070
- "node": "^14 || ^16 || >=18.0"
12768
+ "node": ">=18"
11071
12769
  },
11072
12770
  "peerDependencies": {
11073
- "postcss": "^8.4.31"
12771
+ "postcss": "^8.4"
11074
12772
  }
11075
12773
  },
11076
12774
  "node_modules/postcss-loader": {
@@ -11094,6 +12792,31 @@
11094
12792
  "webpack": "^5.0.0"
11095
12793
  }
11096
12794
  },
12795
+ "node_modules/postcss-logical": {
12796
+ "version": "8.0.0",
12797
+ "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-8.0.0.tgz",
12798
+ "integrity": "sha512-HpIdsdieClTjXLOyYdUPAX/XQASNIwdKt5hoZW08ZOAiI+tbV0ta1oclkpVkW5ANU+xJvk3KkA0FejkjGLXUkg==",
12799
+ "funding": [
12800
+ {
12801
+ "type": "github",
12802
+ "url": "https://github.com/sponsors/csstools"
12803
+ },
12804
+ {
12805
+ "type": "opencollective",
12806
+ "url": "https://opencollective.com/csstools"
12807
+ }
12808
+ ],
12809
+ "license": "MIT-0",
12810
+ "dependencies": {
12811
+ "postcss-value-parser": "^4.2.0"
12812
+ },
12813
+ "engines": {
12814
+ "node": ">=18"
12815
+ },
12816
+ "peerDependencies": {
12817
+ "postcss": "^8.4"
12818
+ }
12819
+ },
11097
12820
  "node_modules/postcss-merge-idents": {
11098
12821
  "version": "6.0.3",
11099
12822
  "resolved": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-6.0.3.tgz",
@@ -11257,6 +12980,90 @@
11257
12980
  "postcss": "^8.1.0"
11258
12981
  }
11259
12982
  },
12983
+ "node_modules/postcss-nesting": {
12984
+ "version": "13.0.1",
12985
+ "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-13.0.1.tgz",
12986
+ "integrity": "sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==",
12987
+ "funding": [
12988
+ {
12989
+ "type": "github",
12990
+ "url": "https://github.com/sponsors/csstools"
12991
+ },
12992
+ {
12993
+ "type": "opencollective",
12994
+ "url": "https://opencollective.com/csstools"
12995
+ }
12996
+ ],
12997
+ "license": "MIT-0",
12998
+ "dependencies": {
12999
+ "@csstools/selector-resolve-nested": "^3.0.0",
13000
+ "@csstools/selector-specificity": "^5.0.0",
13001
+ "postcss-selector-parser": "^7.0.0"
13002
+ },
13003
+ "engines": {
13004
+ "node": ">=18"
13005
+ },
13006
+ "peerDependencies": {
13007
+ "postcss": "^8.4"
13008
+ }
13009
+ },
13010
+ "node_modules/postcss-nesting/node_modules/@csstools/selector-resolve-nested": {
13011
+ "version": "3.0.0",
13012
+ "resolved": "https://registry.npmjs.org/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.0.0.tgz",
13013
+ "integrity": "sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==",
13014
+ "funding": [
13015
+ {
13016
+ "type": "github",
13017
+ "url": "https://github.com/sponsors/csstools"
13018
+ },
13019
+ {
13020
+ "type": "opencollective",
13021
+ "url": "https://opencollective.com/csstools"
13022
+ }
13023
+ ],
13024
+ "license": "MIT-0",
13025
+ "engines": {
13026
+ "node": ">=18"
13027
+ },
13028
+ "peerDependencies": {
13029
+ "postcss-selector-parser": "^7.0.0"
13030
+ }
13031
+ },
13032
+ "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": {
13033
+ "version": "5.0.0",
13034
+ "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz",
13035
+ "integrity": "sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==",
13036
+ "funding": [
13037
+ {
13038
+ "type": "github",
13039
+ "url": "https://github.com/sponsors/csstools"
13040
+ },
13041
+ {
13042
+ "type": "opencollective",
13043
+ "url": "https://opencollective.com/csstools"
13044
+ }
13045
+ ],
13046
+ "license": "MIT-0",
13047
+ "engines": {
13048
+ "node": ">=18"
13049
+ },
13050
+ "peerDependencies": {
13051
+ "postcss-selector-parser": "^7.0.0"
13052
+ }
13053
+ },
13054
+ "node_modules/postcss-nesting/node_modules/postcss-selector-parser": {
13055
+ "version": "7.0.0",
13056
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
13057
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
13058
+ "license": "MIT",
13059
+ "dependencies": {
13060
+ "cssesc": "^3.0.0",
13061
+ "util-deprecate": "^1.0.2"
13062
+ },
13063
+ "engines": {
13064
+ "node": ">=4"
13065
+ }
13066
+ },
11260
13067
  "node_modules/postcss-normalize-charset": {
11261
13068
  "version": "6.0.2",
11262
13069
  "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.2.tgz",
@@ -11381,6 +13188,28 @@
11381
13188
  "postcss": "^8.4.31"
11382
13189
  }
11383
13190
  },
13191
+ "node_modules/postcss-opacity-percentage": {
13192
+ "version": "3.0.0",
13193
+ "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz",
13194
+ "integrity": "sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==",
13195
+ "funding": [
13196
+ {
13197
+ "type": "kofi",
13198
+ "url": "https://ko-fi.com/mrcgrtz"
13199
+ },
13200
+ {
13201
+ "type": "liberapay",
13202
+ "url": "https://liberapay.com/mrcgrtz"
13203
+ }
13204
+ ],
13205
+ "license": "MIT",
13206
+ "engines": {
13207
+ "node": ">=18"
13208
+ },
13209
+ "peerDependencies": {
13210
+ "postcss": "^8.4"
13211
+ }
13212
+ },
11384
13213
  "node_modules/postcss-ordered-values": {
11385
13214
  "version": "6.0.2",
11386
13215
  "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.2.tgz",
@@ -11396,6 +13225,190 @@
11396
13225
  "postcss": "^8.4.31"
11397
13226
  }
11398
13227
  },
13228
+ "node_modules/postcss-overflow-shorthand": {
13229
+ "version": "6.0.0",
13230
+ "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz",
13231
+ "integrity": "sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==",
13232
+ "funding": [
13233
+ {
13234
+ "type": "github",
13235
+ "url": "https://github.com/sponsors/csstools"
13236
+ },
13237
+ {
13238
+ "type": "opencollective",
13239
+ "url": "https://opencollective.com/csstools"
13240
+ }
13241
+ ],
13242
+ "license": "MIT-0",
13243
+ "dependencies": {
13244
+ "postcss-value-parser": "^4.2.0"
13245
+ },
13246
+ "engines": {
13247
+ "node": ">=18"
13248
+ },
13249
+ "peerDependencies": {
13250
+ "postcss": "^8.4"
13251
+ }
13252
+ },
13253
+ "node_modules/postcss-page-break": {
13254
+ "version": "3.0.4",
13255
+ "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz",
13256
+ "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==",
13257
+ "license": "MIT",
13258
+ "peerDependencies": {
13259
+ "postcss": "^8"
13260
+ }
13261
+ },
13262
+ "node_modules/postcss-place": {
13263
+ "version": "10.0.0",
13264
+ "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-10.0.0.tgz",
13265
+ "integrity": "sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==",
13266
+ "funding": [
13267
+ {
13268
+ "type": "github",
13269
+ "url": "https://github.com/sponsors/csstools"
13270
+ },
13271
+ {
13272
+ "type": "opencollective",
13273
+ "url": "https://opencollective.com/csstools"
13274
+ }
13275
+ ],
13276
+ "license": "MIT-0",
13277
+ "dependencies": {
13278
+ "postcss-value-parser": "^4.2.0"
13279
+ },
13280
+ "engines": {
13281
+ "node": ">=18"
13282
+ },
13283
+ "peerDependencies": {
13284
+ "postcss": "^8.4"
13285
+ }
13286
+ },
13287
+ "node_modules/postcss-preset-env": {
13288
+ "version": "10.1.1",
13289
+ "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-10.1.1.tgz",
13290
+ "integrity": "sha512-wqqsnBFD6VIwcHHRbhjTOcOi4qRVlB26RwSr0ordPj7OubRRxdWebv/aLjKLRR8zkZrbxZyuus03nOIgC5elMQ==",
13291
+ "funding": [
13292
+ {
13293
+ "type": "github",
13294
+ "url": "https://github.com/sponsors/csstools"
13295
+ },
13296
+ {
13297
+ "type": "opencollective",
13298
+ "url": "https://opencollective.com/csstools"
13299
+ }
13300
+ ],
13301
+ "license": "MIT-0",
13302
+ "dependencies": {
13303
+ "@csstools/postcss-cascade-layers": "^5.0.1",
13304
+ "@csstools/postcss-color-function": "^4.0.6",
13305
+ "@csstools/postcss-color-mix-function": "^3.0.6",
13306
+ "@csstools/postcss-content-alt-text": "^2.0.4",
13307
+ "@csstools/postcss-exponential-functions": "^2.0.5",
13308
+ "@csstools/postcss-font-format-keywords": "^4.0.0",
13309
+ "@csstools/postcss-gamut-mapping": "^2.0.6",
13310
+ "@csstools/postcss-gradients-interpolation-method": "^5.0.6",
13311
+ "@csstools/postcss-hwb-function": "^4.0.6",
13312
+ "@csstools/postcss-ic-unit": "^4.0.0",
13313
+ "@csstools/postcss-initial": "^2.0.0",
13314
+ "@csstools/postcss-is-pseudo-class": "^5.0.1",
13315
+ "@csstools/postcss-light-dark-function": "^2.0.7",
13316
+ "@csstools/postcss-logical-float-and-clear": "^3.0.0",
13317
+ "@csstools/postcss-logical-overflow": "^2.0.0",
13318
+ "@csstools/postcss-logical-overscroll-behavior": "^2.0.0",
13319
+ "@csstools/postcss-logical-resize": "^3.0.0",
13320
+ "@csstools/postcss-logical-viewport-units": "^3.0.3",
13321
+ "@csstools/postcss-media-minmax": "^2.0.5",
13322
+ "@csstools/postcss-media-queries-aspect-ratio-number-values": "^3.0.4",
13323
+ "@csstools/postcss-nested-calc": "^4.0.0",
13324
+ "@csstools/postcss-normalize-display-values": "^4.0.0",
13325
+ "@csstools/postcss-oklab-function": "^4.0.6",
13326
+ "@csstools/postcss-progressive-custom-properties": "^4.0.0",
13327
+ "@csstools/postcss-random-function": "^1.0.1",
13328
+ "@csstools/postcss-relative-color-syntax": "^3.0.6",
13329
+ "@csstools/postcss-scope-pseudo-class": "^4.0.1",
13330
+ "@csstools/postcss-sign-functions": "^1.1.0",
13331
+ "@csstools/postcss-stepped-value-functions": "^4.0.5",
13332
+ "@csstools/postcss-text-decoration-shorthand": "^4.0.1",
13333
+ "@csstools/postcss-trigonometric-functions": "^4.0.5",
13334
+ "@csstools/postcss-unset-value": "^4.0.0",
13335
+ "autoprefixer": "^10.4.19",
13336
+ "browserslist": "^4.23.1",
13337
+ "css-blank-pseudo": "^7.0.1",
13338
+ "css-has-pseudo": "^7.0.1",
13339
+ "css-prefers-color-scheme": "^10.0.0",
13340
+ "cssdb": "^8.2.1",
13341
+ "postcss-attribute-case-insensitive": "^7.0.1",
13342
+ "postcss-clamp": "^4.1.0",
13343
+ "postcss-color-functional-notation": "^7.0.6",
13344
+ "postcss-color-hex-alpha": "^10.0.0",
13345
+ "postcss-color-rebeccapurple": "^10.0.0",
13346
+ "postcss-custom-media": "^11.0.5",
13347
+ "postcss-custom-properties": "^14.0.4",
13348
+ "postcss-custom-selectors": "^8.0.4",
13349
+ "postcss-dir-pseudo-class": "^9.0.1",
13350
+ "postcss-double-position-gradients": "^6.0.0",
13351
+ "postcss-focus-visible": "^10.0.1",
13352
+ "postcss-focus-within": "^9.0.1",
13353
+ "postcss-font-variant": "^5.0.0",
13354
+ "postcss-gap-properties": "^6.0.0",
13355
+ "postcss-image-set-function": "^7.0.0",
13356
+ "postcss-lab-function": "^7.0.6",
13357
+ "postcss-logical": "^8.0.0",
13358
+ "postcss-nesting": "^13.0.1",
13359
+ "postcss-opacity-percentage": "^3.0.0",
13360
+ "postcss-overflow-shorthand": "^6.0.0",
13361
+ "postcss-page-break": "^3.0.4",
13362
+ "postcss-place": "^10.0.0",
13363
+ "postcss-pseudo-class-any-link": "^10.0.1",
13364
+ "postcss-replace-overflow-wrap": "^4.0.0",
13365
+ "postcss-selector-not": "^8.0.1"
13366
+ },
13367
+ "engines": {
13368
+ "node": ">=18"
13369
+ },
13370
+ "peerDependencies": {
13371
+ "postcss": "^8.4"
13372
+ }
13373
+ },
13374
+ "node_modules/postcss-pseudo-class-any-link": {
13375
+ "version": "10.0.1",
13376
+ "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz",
13377
+ "integrity": "sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==",
13378
+ "funding": [
13379
+ {
13380
+ "type": "github",
13381
+ "url": "https://github.com/sponsors/csstools"
13382
+ },
13383
+ {
13384
+ "type": "opencollective",
13385
+ "url": "https://opencollective.com/csstools"
13386
+ }
13387
+ ],
13388
+ "license": "MIT-0",
13389
+ "dependencies": {
13390
+ "postcss-selector-parser": "^7.0.0"
13391
+ },
13392
+ "engines": {
13393
+ "node": ">=18"
13394
+ },
13395
+ "peerDependencies": {
13396
+ "postcss": "^8.4"
13397
+ }
13398
+ },
13399
+ "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": {
13400
+ "version": "7.0.0",
13401
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
13402
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
13403
+ "license": "MIT",
13404
+ "dependencies": {
13405
+ "cssesc": "^3.0.0",
13406
+ "util-deprecate": "^1.0.2"
13407
+ },
13408
+ "engines": {
13409
+ "node": ">=4"
13410
+ }
13411
+ },
11399
13412
  "node_modules/postcss-reduce-idents": {
11400
13413
  "version": "6.0.3",
11401
13414
  "resolved": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-6.0.3.tgz",
@@ -11440,6 +13453,53 @@
11440
13453
  "postcss": "^8.4.31"
11441
13454
  }
11442
13455
  },
13456
+ "node_modules/postcss-replace-overflow-wrap": {
13457
+ "version": "4.0.0",
13458
+ "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
13459
+ "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
13460
+ "license": "MIT",
13461
+ "peerDependencies": {
13462
+ "postcss": "^8.0.3"
13463
+ }
13464
+ },
13465
+ "node_modules/postcss-selector-not": {
13466
+ "version": "8.0.1",
13467
+ "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz",
13468
+ "integrity": "sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==",
13469
+ "funding": [
13470
+ {
13471
+ "type": "github",
13472
+ "url": "https://github.com/sponsors/csstools"
13473
+ },
13474
+ {
13475
+ "type": "opencollective",
13476
+ "url": "https://opencollective.com/csstools"
13477
+ }
13478
+ ],
13479
+ "license": "MIT",
13480
+ "dependencies": {
13481
+ "postcss-selector-parser": "^7.0.0"
13482
+ },
13483
+ "engines": {
13484
+ "node": ">=18"
13485
+ },
13486
+ "peerDependencies": {
13487
+ "postcss": "^8.4"
13488
+ }
13489
+ },
13490
+ "node_modules/postcss-selector-not/node_modules/postcss-selector-parser": {
13491
+ "version": "7.0.0",
13492
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz",
13493
+ "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==",
13494
+ "license": "MIT",
13495
+ "dependencies": {
13496
+ "cssesc": "^3.0.0",
13497
+ "util-deprecate": "^1.0.2"
13498
+ },
13499
+ "engines": {
13500
+ "node": ">=4"
13501
+ }
13502
+ },
11443
13503
  "node_modules/postcss-selector-parser": {
11444
13504
  "version": "6.0.16",
11445
13505
  "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz",