diff --git a/CHANGELOG.md b/CHANGELOG.md index 07be1757..9940f40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.12.2 + +- [internal] Fix security vulnerabilities and eslint + - postcss and micromatch packages updated + +## 1.12.1 + +- [fix] Revise `pen`, `swipe`. + +## 1.12.0 + +- [add] Add `split` and `swipe` icons. +- [fix] Run clean command on drawing icons. +- [fix] Adjust `pen` to be optically larger + +## 1.11.1 + +- [fix] Revise `select`, `pen` +- [fix] Fix misspelling of `square` icons. + +## 1.11.0 + +- [add] Add `select`, `elipse`, `pen`, and `square` icons. + ## 1.10.0 - [add] Add `cursor-col-resize` and `cursor-row-resize` diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..c256e8bc --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @mapbox/studio diff --git a/package-lock.json b/package-lock.json index 2200ccb1..aa677612 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mapbox/assembly", - "version": "1.10.0", + "version": "1.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mapbox/assembly", - "version": "1.10.0", + "version": "1.12.2", "license": "ISC", "dependencies": { "autoprefixer": "^10.2.5", @@ -18,7 +18,7 @@ "mkdirp": "^0.5.1", "p-queue": "^2.4.2", "pify": "^3.0.0", - "postcss": "^8.4.31", + "postcss": "^8.5.6", "postcss-custom-media": "^8", "postcss-custom-properties": "^12.1.8", "postcss-reporter": "^7.0.5", @@ -4297,20 +4297,12 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "dev": true }, - "node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/arr-flatten": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -4320,6 +4312,7 @@ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -4391,6 +4384,7 @@ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -4622,6 +4616,7 @@ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -4671,6 +4666,7 @@ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "dev": true, + "optional": true, "bin": { "atob": "bin/atob.js" }, @@ -5021,6 +5017,7 @@ "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "dev": true, + "optional": true, "dependencies": { "cache-base": "^1.0.1", "class-utils": "^0.3.5", @@ -5039,6 +5036,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^1.0.0" }, @@ -5051,6 +5049,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -5679,6 +5678,7 @@ "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "dev": true, + "optional": true, "dependencies": { "collection-visit": "^1.0.0", "component-emitter": "^1.2.1", @@ -5699,6 +5699,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -6044,6 +6045,7 @@ "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "dev": true, + "optional": true, "dependencies": { "arr-union": "^3.1.0", "define-property": "^0.2.5", @@ -6059,6 +6061,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -6071,6 +6074,7 @@ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", "dev": true, + "optional": true, "dependencies": { "is-accessor-descriptor": "^1.0.1", "is-data-descriptor": "^1.0.1" @@ -6084,6 +6088,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -6300,6 +6305,7 @@ "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", "dev": true, + "optional": true, "dependencies": { "map-visit": "^1.0.0", "object-visit": "^1.0.0" @@ -6365,6 +6371,7 @@ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", "dev": true, + "optional": true, "funding": { "url": "https://github.com/sponsors/sindresorhus" } @@ -6564,6 +6571,7 @@ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -6724,27 +6732,6 @@ "node": ">=0.10.0" } }, - "node_modules/cpy/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/cpy/node_modules/cp-file": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/cp-file/-/cp-file-7.0.0.tgz", @@ -6789,21 +6776,6 @@ "node": ">=4.0.0" } }, - "node_modules/cpy/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", - "dev": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/cpy/node_modules/glob-parent": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", @@ -6854,106 +6826,6 @@ "node": ">= 4" } }, - "node_modules/cpy/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/cpy/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cpy/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/cpy/node_modules/path-type": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", @@ -6993,19 +6865,6 @@ "node": ">=6" } }, - "node_modules/cpy/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/create-ecdh": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", @@ -7428,6 +7287,7 @@ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10" } @@ -7556,6 +7416,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^1.0.2", "isobject": "^3.0.1" @@ -7569,6 +7430,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -9267,64 +9129,6 @@ "node": ">= 0.8.0" } }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", - "dev": true, - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dev": true, - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", - "dev": true, - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-descriptor": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", - "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", - "dev": true, - "dependencies": { - "is-accessor-descriptor": "^1.0.1", - "is-data-descriptor": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/expand-brackets/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, "node_modules/expand-tilde": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", @@ -9371,37 +9175,6 @@ "node": ">=0.10.0" } }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dev": true, - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", - "dev": true, - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -9642,173 +9415,24 @@ "node": ">= 0.10" } }, - "node_modules/findup-sync/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" }, "engines": { - "node": ">=0.10.0" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/findup-sync/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", - "dev": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/findup-sync/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/findup-sync/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/flat-cache": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", - "dev": true, - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flat-cache/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "node_modules/flat-cache/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "dependencies": { "glob": "^7.1.3" @@ -9900,6 +9524,7 @@ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -9925,18 +9550,6 @@ "url": "https://github.com/sponsors/rawify" } }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", - "dev": true, - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -10218,6 +9831,7 @@ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -10616,6 +10230,7 @@ "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", "dev": true, + "optional": true, "dependencies": { "get-value": "^2.0.6", "has-values": "^1.0.0", @@ -10630,6 +10245,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -10639,6 +10255,7 @@ "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", "dev": true, + "optional": true, "dependencies": { "is-number": "^3.0.0", "kind-of": "^4.0.0" @@ -10651,13 +10268,15 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "dev": true, + "optional": true }, "node_modules/has-values/node_modules/is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", "dev": true, + "optional": true, "dependencies": { "kind-of": "^3.0.2" }, @@ -10670,6 +10289,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, + "optional": true, "dependencies": { "is-buffer": "^1.1.5" }, @@ -10682,6 +10302,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", "dev": true, + "optional": true, "dependencies": { "is-buffer": "^1.1.5" }, @@ -11319,6 +10940,7 @@ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", "dev": true, + "optional": true, "dependencies": { "hasown": "^2.0.0" }, @@ -11495,6 +11117,7 @@ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", "dev": true, + "optional": true, "dependencies": { "hasown": "^2.0.0" }, @@ -11547,6 +11170,7 @@ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", "dev": true, + "optional": true, "dependencies": { "is-accessor-descriptor": "^1.0.1", "is-data-descriptor": "^1.0.1" @@ -14013,19 +13637,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/lint-staged/node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, "node_modules/lint-staged/node_modules/mimic-fn": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", @@ -14615,6 +14226,7 @@ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -14636,6 +14248,7 @@ "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", "dev": true, + "optional": true, "dependencies": { "object-visit": "^1.0.0" }, @@ -15520,28 +15133,18 @@ ] }, "node_modules/micromatch": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.6.tgz", - "integrity": "sha512-Y4Ypn3oujJYxJcMacVgcs92wofTHxp9FzfDpQON4msDefoC0lb3ETvQLOdLcbhSwU1bz8HrL/1sygfBIHudrkQ==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", "dependencies": { "braces": "^3.0.3", - "picomatch": "^4.0.2" + "picomatch": "^2.3.1" }, "engines": { "node": ">=8.6" } }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/miller-rabin": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", @@ -15747,6 +15350,7 @@ "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, + "optional": true, "dependencies": { "for-in": "^1.0.2", "is-extendable": "^1.0.1" @@ -15760,6 +15364,7 @@ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, + "optional": true, "dependencies": { "is-plain-object": "^2.0.4" }, @@ -15772,6 +15377,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "optional": true, "dependencies": { "isobject": "^3.0.1" }, @@ -15784,6 +15390,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -15863,15 +15470,16 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -15879,74 +15487,6 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nanomatch/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", @@ -16356,6 +15896,7 @@ "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", "dev": true, + "optional": true, "dependencies": { "copy-descriptor": "^0.1.0", "define-property": "^0.2.5", @@ -16370,6 +15911,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -16381,13 +15923,15 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "dev": true, + "optional": true }, "node_modules/object-copy/node_modules/is-descriptor": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", "dev": true, + "optional": true, "dependencies": { "is-accessor-descriptor": "^1.0.1", "is-data-descriptor": "^1.0.1" @@ -16401,6 +15945,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, + "optional": true, "dependencies": { "is-buffer": "^1.1.5" }, @@ -16447,6 +15992,7 @@ "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", "dev": true, + "optional": true, "dependencies": { "isobject": "^3.0.0" }, @@ -16459,6 +16005,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -16565,27 +16112,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.pick/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object.values": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", @@ -17014,6 +16540,7 @@ "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -17093,15 +16620,15 @@ } }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, "engines": { "node": ">=8.6" }, @@ -17246,15 +16773,6 @@ "npm": ">=1.0.0" } }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/possible-typed-array-names": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", @@ -17265,9 +16783,9 @@ } }, "node_modules/postcss": { - "version": "8.4.38", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.38.tgz", - "integrity": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "funding": [ { "type": "opencollective", @@ -17282,10 +16800,11 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -18197,6 +17716,7 @@ "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "dev": true, + "optional": true, "dependencies": { "extend-shallow": "^3.0.2", "safe-regex": "^1.1.0" @@ -18210,6 +17730,7 @@ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", "dev": true, + "optional": true, "dependencies": { "assign-symbols": "^1.0.0", "is-extendable": "^1.0.1" @@ -18223,6 +17744,7 @@ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, + "optional": true, "dependencies": { "is-plain-object": "^2.0.4" }, @@ -18235,6 +17757,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "optional": true, "dependencies": { "isobject": "^3.0.1" }, @@ -18247,6 +17770,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -19026,6 +18550,7 @@ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -19194,7 +18719,8 @@ "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", "deprecated": "https://github.com/lydell/resolve-url#deprecated", - "dev": true + "dev": true, + "optional": true }, "node_modules/resolve.exports": { "version": "2.0.2", @@ -19266,6 +18792,7 @@ "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", "dev": true, + "optional": true, "engines": { "node": ">=0.12" } @@ -19404,6 +18931,7 @@ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", "dev": true, + "optional": true, "dependencies": { "ret": "~0.1.10" } @@ -19816,6 +19344,7 @@ "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", "dev": true, + "optional": true, "dependencies": { "extend-shallow": "^2.0.1", "is-extendable": "^0.1.1", @@ -19831,6 +19360,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "optional": true, "dependencies": { "isobject": "^3.0.1" }, @@ -19843,6 +19373,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -20003,6 +19534,7 @@ "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "dev": true, + "optional": true, "dependencies": { "base": "^0.11.1", "debug": "^2.2.0", @@ -20022,6 +19554,7 @@ "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "dev": true, + "optional": true, "dependencies": { "define-property": "^1.0.0", "isobject": "^3.0.0", @@ -20036,6 +19569,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^1.0.0" }, @@ -20048,6 +19582,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -20057,6 +19592,7 @@ "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "dev": true, + "optional": true, "dependencies": { "kind-of": "^3.2.0" }, @@ -20068,13 +19604,15 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "dev": true, + "optional": true }, "node_modules/snapdragon-util/node_modules/kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, + "optional": true, "dependencies": { "is-buffer": "^1.1.5" }, @@ -20087,6 +19625,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "optional": true, "dependencies": { "ms": "2.0.0" } @@ -20096,6 +19635,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -20108,6 +19648,7 @@ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", "dev": true, + "optional": true, "dependencies": { "is-accessor-descriptor": "^1.0.1", "is-data-descriptor": "^1.0.1" @@ -20120,13 +19661,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "optional": true }, "node_modules/snapdragon/node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -20202,9 +19745,10 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -20215,6 +19759,7 @@ "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", "dev": true, + "optional": true, "dependencies": { "atob": "^2.1.2", "decode-uri-component": "^0.2.0", @@ -20238,7 +19783,8 @@ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", "deprecated": "See https://github.com/lydell/source-map-url#deprecated", - "dev": true + "dev": true, + "optional": true }, "node_modules/space-separated-tokens": { "version": "1.1.5", @@ -20293,6 +19839,7 @@ "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "dev": true, + "optional": true, "dependencies": { "extend-shallow": "^3.0.0" }, @@ -20305,6 +19852,7 @@ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", "dev": true, + "optional": true, "dependencies": { "assign-symbols": "^1.0.0", "is-extendable": "^1.0.1" @@ -20318,6 +19866,7 @@ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, + "optional": true, "dependencies": { "is-plain-object": "^2.0.4" }, @@ -20330,6 +19879,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "optional": true, "dependencies": { "isobject": "^3.0.1" }, @@ -20342,6 +19892,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -20403,6 +19954,7 @@ "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", "dev": true, + "optional": true, "dependencies": { "define-property": "^0.2.5", "object-copy": "^0.1.0" @@ -20416,6 +19968,7 @@ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", "dev": true, + "optional": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -20428,6 +19981,7 @@ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", "dev": true, + "optional": true, "dependencies": { "is-accessor-descriptor": "^1.0.1", "is-data-descriptor": "^1.0.1" @@ -22362,6 +21916,7 @@ "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", "dev": true, + "optional": true, "dependencies": { "kind-of": "^3.0.2" }, @@ -22373,13 +21928,15 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "dev": true, + "optional": true }, "node_modules/to-object-path/node_modules/kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, + "optional": true, "dependencies": { "is-buffer": "^1.1.5" }, @@ -22392,6 +21949,7 @@ "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "dev": true, + "optional": true, "dependencies": { "define-property": "^2.0.2", "extend-shallow": "^3.0.2", @@ -22418,6 +21976,7 @@ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", "dev": true, + "optional": true, "dependencies": { "assign-symbols": "^1.0.0", "is-extendable": "^1.0.1" @@ -22431,6 +21990,7 @@ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, + "optional": true, "dependencies": { "is-plain-object": "^2.0.4" }, @@ -22443,6 +22003,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "optional": true, "dependencies": { "isobject": "^3.0.1" }, @@ -22455,6 +22016,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -22857,6 +22419,7 @@ "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", "dev": true, + "optional": true, "dependencies": { "arr-union": "^3.1.0", "get-value": "^2.0.6", @@ -23034,6 +22597,7 @@ "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", "dev": true, + "optional": true, "dependencies": { "has-value": "^0.3.1", "isobject": "^3.0.0" @@ -23047,6 +22611,7 @@ "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", "dev": true, + "optional": true, "dependencies": { "get-value": "^2.0.3", "has-values": "^0.1.4", @@ -23061,6 +22626,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", "dev": true, + "optional": true, "dependencies": { "isarray": "1.0.0" }, @@ -23073,6 +22639,7 @@ "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -23082,6 +22649,7 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -23140,7 +22708,8 @@ "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", "deprecated": "Please see https://github.com/lydell/urix#deprecated", - "dev": true + "dev": true, + "optional": true }, "node_modules/url": { "version": "0.10.3", @@ -23163,6 +22732,7 @@ "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", "dev": true, + "optional": true, "engines": { "node": ">=0.10.0" } @@ -23533,19 +23103,6 @@ "dev": true, "optional": true }, - "node_modules/watchpack-chokidar2/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "optional": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/watchpack-chokidar2/node_modules/is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", @@ -23572,19 +23129,6 @@ "node": ">=0.10.0" } }, - "node_modules/watchpack-chokidar2/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "optional": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/watchpack-chokidar2/node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", @@ -23595,45 +23139,6 @@ "node": ">=0.10.0" } }, - "node_modules/watchpack-chokidar2/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "optional": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/watchpack-chokidar2/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "optional": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/watchpack-chokidar2/node_modules/readable-stream": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", @@ -24153,27 +23658,6 @@ "node": ">=0.4.0" } }, - "node_modules/webpack/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/webpack/node_modules/eslint-scope": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz", @@ -24196,84 +23680,6 @@ "node": ">=4.0" } }, - "node_modules/webpack/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", - "dev": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true - }, - "node_modules/webpack/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dev": true, - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", - "dev": true, - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dev": true, - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/webpack/node_modules/json5": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", @@ -24300,43 +23706,6 @@ "node": ">=4.0.0" } }, - "node_modules/webpack/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack/node_modules/micromatch/node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", - "dev": true, - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/webpack/node_modules/schema-utils": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", @@ -24351,19 +23720,6 @@ "node": ">= 4" } }, - "node_modules/webpack/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index 88744a9a..59e9e46d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mapbox/assembly", - "version": "1.10.0", + "version": "1.12.2", "description": "A CSS framework", "main": "index.js", "files": [ @@ -53,7 +53,7 @@ "mkdirp": "^0.5.1", "p-queue": "^2.4.2", "pify": "^3.0.0", - "postcss": "^8.4.31", + "postcss": "^8.5.6", "postcss-custom-media": "^8", "postcss-custom-properties": "^12.1.8", "postcss-reporter": "^7.0.5", @@ -122,5 +122,8 @@ "prettier --write", "git add" ] + }, + "overrides": { + "micromatch": "4.0.8" } } diff --git a/site/pages/layout-scales.js b/site/pages/layout-scales.js index 965d6b27..280d8bfe 100644 --- a/site/pages/layout-scales.js +++ b/site/pages/layout-scales.js @@ -54,7 +54,7 @@ export default class LayoutScales extends React.Component { const rows = Object.keys(classSets).map(name => { const data = classSets[name]; const scale = data.scale.map(v => { - const value = typeof v === 'object' ? v[0].replace(/\\/, '') : v; + const value = typeof v === 'object' ? v[0].replace(/\\/g, '') : v; return ( inline-block *
none
*/ -.inline { display: inline !important; } -.block { display: block !important; } -.inline-block { display: inline-block !important; } -.none { display: none !important; } +.inline { + display: inline !important; +} +.block { + display: block !important; +} +.inline-block { + display: inline-block !important; +} +.none { + display: none !important; +} /** @endgroup */ /** @@ -102,11 +110,21 @@ * --> * */ -.fixed { position: fixed !important; } -.absolute { position: absolute !important; } -.relative { position: relative !important; } -.static { position: static !important; } -.sticky { position: sticky !important; } +.fixed { + position: fixed !important; +} +.absolute { + position: absolute !important; +} +.relative { + position: relative !important; +} +.static { + position: static !important; +} +.sticky { + position: sticky !important; +} /** @endgroup */ /** @@ -122,10 +140,18 @@ *
top left right
* */ -.top { top: 0 !important; } -.right { right: 0 !important; } -.left { left: 0 !important; } -.bottom { bottom: 0 !important; } +.top { + top: 0 !important; +} +.right { + right: 0 !important; +} +.left { + left: 0 !important; +} +.bottom { + bottom: 0 !important; +} /** @endgroup */ /** @@ -141,13 +167,27 @@ *
z-neg1
* */ -.z-neg1 { z-index: -1 !important; } -.z0 { z-index: 0 !important; } -.z1 { z-index: 1 !important; } -.z2 { z-index: 2 !important; } -.z3 { z-index: 3 !important; } -.z4 { z-index: 4 !important; } -.z5 { z-index: 5 !important; } +.z-neg1 { + z-index: -1 !important; +} +.z0 { + z-index: 0 !important; +} +.z1 { + z-index: 1 !important; +} +.z2 { + z-index: 2 !important; +} +.z3 { + z-index: 3 !important; +} +.z4 { + z-index: 4 !important; +} +.z5 { + z-index: 5 !important; +} /** @endgroup */ /** @@ -163,7 +203,7 @@ */ /** - * Set `auto` margins on left and right. This pattern is useful for horizontally centering block elements + * Set `auto` margins on left and right. This pattern is useful for horizontally centering block elements * or aligning block elements to the start or end of their container. * * @example @@ -172,9 +212,16 @@ *
mr-auto
* @memberof Margins */ -.mx-auto { margin-left: auto !important; margin-right: auto !important; } -.ml-auto { margin-left: auto !important; } -.mr-auto { margin-right: auto !important; } +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} +.ml-auto { + margin-left: auto !important; +} +.mr-auto { + margin-right: auto !important; +} /** * All padding classes fit the following pattern: `m`. @@ -214,8 +261,12 @@ *
flex
*
inline-flex
*/ -.flex { display: flex !important; } -.inline-flex { display: inline-flex !important; } +.flex { + display: flex !important; +} +.inline-flex { + display: inline-flex !important; +} /** @endgroup */ /** @@ -229,7 +280,9 @@ * 3 * */ -.flex--column { flex-direction: column !important; } +.flex--column { + flex-direction: column !important; +} /** * Set the direction of the main axis to bottom-to-top (default is left-to-right). @@ -242,7 +295,9 @@ * 3 * */ -.flex--column-reverse { flex-direction: column-reverse !important; } +.flex--column-reverse { + flex-direction: column-reverse !important; +} /** * Set the direction of the main axis to left-to-right (the default value of `flex`). @@ -255,7 +310,9 @@ * 3 * */ -.flex--row { flex-direction: row !important; } +.flex--row { + flex-direction: row !important; +} /** * Set the direction of the main axis to right-to-left (default is left-to-right). @@ -268,7 +325,9 @@ * 3 * */ -.flex--row-reverse { flex-direction: row-reverse !important; } +.flex--row-reverse { + flex-direction: row-reverse !important; +} /** * Center an element's children on the main axis. @@ -279,7 +338,9 @@ *
child
* */ -.flex--center-main { justify-content: center !important; } +.flex--center-main { + justify-content: center !important; +} /** * Center an element's children on the cross axis. @@ -290,7 +351,9 @@ *
child
* */ -.flex--center-cross { align-items: center !important; } +.flex--center-cross { + align-items: center !important; +} /** * Align an element's children to the start of the cross axis. @@ -302,7 +365,9 @@ *
child
* */ -.flex--start-cross { align-items: flex-start !important; } +.flex--start-cross { + align-items: flex-start !important; +} /** * Align an element's children to the start of the main axis. @@ -313,7 +378,9 @@ *
child
* */ -.flex--start-main { justify-content: flex-start !important; } +.flex--start-main { + justify-content: flex-start !important; +} /** * Align an element's children to the end of the cross axis. @@ -325,7 +392,9 @@ *
child
* */ -.flex--end-cross { align-items: flex-end !important; } +.flex--end-cross { + align-items: flex-end !important; +} /** * Align an element's children to the end of the main axis. @@ -336,7 +405,9 @@ *
child
* */ -.flex--end-main { justify-content: flex-end !important; } +.flex--end-main { + justify-content: flex-end !important; +} /** * Allow children to wrap. By default, they are all forced onto one line. @@ -348,7 +419,9 @@ *
child
* */ -.flex--wrap { flex-wrap: wrap !important; } +.flex--wrap { + flex-wrap: wrap !important; +} /** * Stretch children to fill the parent container along the cross axis. @@ -359,7 +432,9 @@ *
child
* */ -.flex--stretch-cross { align-items: stretch !important; } +.flex--stretch-cross { + align-items: stretch !important; +} /** * Evenly distribute children across the line, so first child is at the start @@ -372,7 +447,9 @@ *
child
* */ -.flex--space-between-main { justify-content: space-between !important; } +.flex--space-between-main { + justify-content: space-between !important; +} /** * Make a child to grow to fill whatever space is available in the main axis of the parent container. @@ -479,9 +556,15 @@ *
without .clearfix
*
unfloat
*/ -.fl { float: left !important; } -.fr { float: right !important; } -.unfloat { float: none !important; } +.fl { + float: left !important; +} +.fr { + float: right !important; +} +.unfloat { + float: none !important; +} .clearfix::after { content: '' !important; display: block !important; diff --git a/src/md4-shim.js b/src/md4-shim.js index 22af51b9..113dc1fc 100644 --- a/src/md4-shim.js +++ b/src/md4-shim.js @@ -1,22 +1,23 @@ -const crypto = require('crypto') +'use strict'; +const crypto = require('crypto'); // MD4 algorithm is not available anymore in NodeJS 17+ (because of lib SSL 3). // https://stackoverflow.com/a/72219174/1447466 // config.output.hashFunction = 'md5' // is supposed to disables MD4, but it doesn't work correctly until // https://github.com/webpack/webpack/pull/14306 try { - crypto.createHash('md4') + crypto.createHash('md4'); } catch (e) { - let printed = false - const print = alg => { - if (alg != 'md4') return - if (printed) return - printed = true - console.warn('MD4 is unsupported, replacing it with MD5') - } - const createHash = crypto.createHash - crypto.createHash = (alg, ...params) => { - print(alg) - return createHash(alg == 'md4' ? 'md5' : alg, ...params) - } + let printed = false; + const print = alg => { + if (alg !== 'md4') return; + if (printed) return; + printed = true; + console.warn('MD4 is unsupported, replacing it with MD5'); + }; + const createHash = crypto.createHash; + crypto.createHash = (alg, ...params) => { + print(alg); + return createHash(alg === 'md4' ? 'md5' : alg, ...params); + }; } diff --git a/src/svgs/elipse.svg b/src/svgs/elipse.svg new file mode 100644 index 00000000..a26d4587 --- /dev/null +++ b/src/svgs/elipse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgs/pen.svg b/src/svgs/pen.svg new file mode 100644 index 00000000..0e9c58e1 --- /dev/null +++ b/src/svgs/pen.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/svgs/select.svg b/src/svgs/select.svg new file mode 100644 index 00000000..28cced24 --- /dev/null +++ b/src/svgs/select.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgs/split.svg b/src/svgs/split.svg new file mode 100644 index 00000000..8ec55e32 --- /dev/null +++ b/src/svgs/split.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgs/square.svg b/src/svgs/square.svg new file mode 100644 index 00000000..ddd8268e --- /dev/null +++ b/src/svgs/square.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgs/swipe.svg b/src/svgs/swipe.svg new file mode 100644 index 00000000..0408bfe8 --- /dev/null +++ b/src/svgs/swipe.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/test/__snapshots__/build-css.jest.js.snap b/test/__snapshots__/build-css.jest.js.snap index 47487c73..b9b8e7a1 100644 --- a/test/__snapshots__/build-css.jest.js.snap +++ b/test/__snapshots__/build-css.jest.js.snap @@ -1325,6 +1325,8 @@ textarea{ .cursor-notallowed{ cursor:not-allowed !important; } .cursor-grab{ cursor:grab !important; } .cursor-grabbing{ cursor:grabbing !important; } +.cursor-col-resize{ cursor:col-resize !important; } +.cursor-row-resize{ cursor:row-resize !important; } .opacity0{ opacity:0 !important; } .opacity25{ opacity:0.25 !important; } .opacity50{ opacity:0.5 !important; } @@ -1361,42 +1363,121 @@ textarea{ flex:auto; flex-basis:0; } -.inline{ display:inline !important; } -.block{ display:block !important; } -.inline-block{ display:inline-block !important; } -.none{ display:none !important; } -.fixed{ position:fixed !important; } -.absolute{ position:absolute !important; } -.relative{ position:relative !important; } -.static{ position:static !important; } -.sticky{ position:sticky !important; } -.top{ top:0 !important; } -.right{ right:0 !important; } -.left{ left:0 !important; } -.bottom{ bottom:0 !important; } -.z-neg1{ z-index:-1 !important; } -.z0{ z-index:0 !important; } -.z1{ z-index:1 !important; } -.z2{ z-index:2 !important; } -.z3{ z-index:3 !important; } -.z4{ z-index:4 !important; } -.z5{ z-index:5 !important; } -.mx-auto{ margin-left:auto !important; margin-right:auto !important; } -.flex{ display:flex !important; } -.inline-flex{ display:inline-flex !important; } -.flex--column{ flex-direction:column !important; } -.flex--column-reverse{ flex-direction:column-reverse !important; } -.flex--row{ flex-direction:row !important; } -.flex--row-reverse{ flex-direction:row-reverse !important; } -.flex--center-main{ justify-content:center !important; } -.flex--center-cross{ align-items:center !important; } -.flex--start-cross{ align-items:flex-start !important; } -.flex--start-main{ justify-content:flex-start !important; } -.flex--end-cross{ align-items:flex-end !important; } -.flex--end-main{ justify-content:flex-end !important; } -.flex--wrap{ flex-wrap:wrap !important; } -.flex--stretch-cross{ align-items:stretch !important; } -.flex--space-between-main{ justify-content:space-between !important; } +.inline{ + display:inline !important; +} +.block{ + display:block !important; +} +.inline-block{ + display:inline-block !important; +} +.none{ + display:none !important; +} +.fixed{ + position:fixed !important; +} +.absolute{ + position:absolute !important; +} +.relative{ + position:relative !important; +} +.static{ + position:static !important; +} +.sticky{ + position:sticky !important; +} +.top{ + top:0 !important; +} +.right{ + right:0 !important; +} +.left{ + left:0 !important; +} +.bottom{ + bottom:0 !important; +} +.z-neg1{ + z-index:-1 !important; +} +.z0{ + z-index:0 !important; +} +.z1{ + z-index:1 !important; +} +.z2{ + z-index:2 !important; +} +.z3{ + z-index:3 !important; +} +.z4{ + z-index:4 !important; +} +.z5{ + z-index:5 !important; +} +.mx-auto{ + margin-left:auto !important; + margin-right:auto !important; +} +.ml-auto{ + margin-left:auto !important; +} +.mr-auto{ + margin-right:auto !important; +} +.flex{ + display:flex !important; +} +.inline-flex{ + display:inline-flex !important; +} +.flex--column{ + flex-direction:column !important; +} +.flex--column-reverse{ + flex-direction:column-reverse !important; +} +.flex--row{ + flex-direction:row !important; +} +.flex--row-reverse{ + flex-direction:row-reverse !important; +} +.flex--center-main{ + justify-content:center !important; +} +.flex--center-cross{ + align-items:center !important; +} +.flex--start-cross{ + align-items:flex-start !important; +} +.flex--start-main{ + justify-content:flex-start !important; +} +.flex--end-cross{ + align-items:flex-end !important; +} +.flex--end-main{ + justify-content:flex-end !important; +} +.flex--wrap{ + flex-wrap:wrap !important; +} +.flex--stretch-cross{ + align-items:stretch !important; +} +.flex--space-between-main{ + justify-content:space-between !important; +} .flex-child-grow{ flex-grow:1 !important; min-width:0; @@ -1421,9 +1502,15 @@ textarea{ margin-left:0; margin-right:0; } -.fl{ float:left !important; } -.fr{ float:right !important; } -.unfloat{ float:none !important; } +.fl{ + float:left !important; +} +.fr{ + float:right !important; +} +.unfloat{ + float:none !important; +} .clearfix::after{ content:'' !important; display:block !important; @@ -12794,42 +12881,115 @@ input:checked + .switch--dot-transparent::after{ flex:auto; flex-basis:0; } -.inline-mm{ display:inline !important; } -.block-mm{ display:block !important; } -.inline-block-mm{ display:inline-block !important; } -.none-mm{ display:none !important; } -.fixed-mm{ position:fixed !important; } -.absolute-mm{ position:absolute !important; } -.relative-mm{ position:relative !important; } -.static-mm{ position:static !important; } -.sticky-mm{ position:sticky !important; } -.top-mm{ top:0 !important; } -.right-mm{ right:0 !important; } -.left-mm{ left:0 !important; } -.bottom-mm{ bottom:0 !important; } -.z-neg1-mm{ z-index:-1 !important; } -.z0-mm{ z-index:0 !important; } -.z1-mm{ z-index:1 !important; } -.z2-mm{ z-index:2 !important; } -.z3-mm{ z-index:3 !important; } -.z4-mm{ z-index:4 !important; } -.z5-mm{ z-index:5 !important; } -.mx-auto-mm{ margin-left:auto !important; margin-right:auto !important; } -.flex-mm{ display:flex !important; } -.inline-flex-mm{ display:inline-flex !important; } -.flex--column-mm{ flex-direction:column !important; } -.flex--column-reverse-mm{ flex-direction:column-reverse !important; } -.flex--row-mm{ flex-direction:row !important; } -.flex--row-reverse-mm{ flex-direction:row-reverse !important; } -.flex--wrap-mm{ flex-wrap:wrap !important; } -.flex--start-cross-mm{ align-items:flex-start !important; } -.flex--start-main-mm{ justify-content:flex-start !important; } -.flex--end-cross-mm{ align-items:flex-end !important; } -.flex--end-main-mm{ justify-content:flex-end !important; } -.flex--center-main-mm{ justify-content:center !important; } -.flex--center-cross-mm{ align-items:center !important; } -.flex--stretch-cross-mm{ align-items:stretch !important; } -.flex--space-between-main-mm{ justify-content:space-between !important; } +.inline-mm{ + display:inline !important; +} +.block-mm{ + display:block !important; +} +.inline-block-mm{ + display:inline-block !important; +} +.none-mm{ + display:none !important; +} +.fixed-mm{ + position:fixed !important; +} +.absolute-mm{ + position:absolute !important; +} +.relative-mm{ + position:relative !important; +} +.static-mm{ + position:static !important; +} +.sticky-mm{ + position:sticky !important; +} +.top-mm{ + top:0 !important; +} +.right-mm{ + right:0 !important; +} +.left-mm{ + left:0 !important; +} +.bottom-mm{ + bottom:0 !important; +} +.z-neg1-mm{ + z-index:-1 !important; +} +.z0-mm{ + z-index:0 !important; +} +.z1-mm{ + z-index:1 !important; +} +.z2-mm{ + z-index:2 !important; +} +.z3-mm{ + z-index:3 !important; +} +.z4-mm{ + z-index:4 !important; +} +.z5-mm{ + z-index:5 !important; +} +.mx-auto-mm{ + margin-left:auto !important; + margin-right:auto !important; +} +.flex-mm{ + display:flex !important; +} +.inline-flex-mm{ + display:inline-flex !important; +} +.flex--column-mm{ + flex-direction:column !important; +} +.flex--column-reverse-mm{ + flex-direction:column-reverse !important; +} +.flex--row-mm{ + flex-direction:row !important; +} +.flex--row-reverse-mm{ + flex-direction:row-reverse !important; +} +.flex--wrap-mm{ + flex-wrap:wrap !important; +} +.flex--start-cross-mm{ + align-items:flex-start !important; +} +.flex--start-main-mm{ + justify-content:flex-start !important; +} +.flex--end-cross-mm{ + align-items:flex-end !important; +} +.flex--end-main-mm{ + justify-content:flex-end !important; +} +.flex--center-main-mm{ + justify-content:center !important; +} +.flex--center-cross-mm{ + align-items:center !important; +} +.flex--stretch-cross-mm{ + align-items:stretch !important; +} +.flex--space-between-main-mm{ + justify-content:space-between !important; +} .flex-child-grow-mm{ flex-grow:1 !important; min-width:0; @@ -12854,9 +13014,15 @@ input:checked + .switch--dot-transparent::after{ margin-left:0; margin-right:0; } -.fl-mm{ float:left !important; } -.fr-mm{ float:right !important; } -.unfloat-mm{ float:none !important; } +.fl-mm{ + float:left !important; +} +.fr-mm{ + float:right !important; +} +.unfloat-mm{ + float:none !important; +} .border-mm{ border-style:solid; border-width:1px; @@ -12988,42 +13154,115 @@ input:checked + .switch--dot-transparent::after{ flex:auto; flex-basis:0; } -.inline-ml{ display:inline !important; } -.block-ml{ display:block !important; } -.inline-block-ml{ display:inline-block !important; } -.none-ml{ display:none !important; } -.fixed-ml{ position:fixed !important; } -.absolute-ml{ position:absolute !important; } -.relative-ml{ position:relative !important; } -.static-ml{ position:static !important; } -.sticky-ml{ position:sticky !important; } -.top-ml{ top:0 !important; } -.right-ml{ right:0 !important; } -.left-ml{ left:0 !important; } -.bottom-ml{ bottom:0 !important; } -.z-neg1-ml{ z-index:-1 !important; } -.z0-ml{ z-index:0 !important; } -.z1-ml{ z-index:1 !important; } -.z2-ml{ z-index:2 !important; } -.z3-ml{ z-index:3 !important; } -.z4-ml{ z-index:4 !important; } -.z5-ml{ z-index:5 !important; } -.mx-auto-ml{ margin-left:auto !important; margin-right:auto !important; } -.flex-ml{ display:flex !important; } -.inline-flex-ml{ display:inline-flex !important; } -.flex--column-ml{ flex-direction:column !important; } -.flex--column-reverse-ml{ flex-direction:column-reverse !important; } -.flex--row-ml{ flex-direction:row !important; } -.flex--row-reverse-ml{ flex-direction:row-reverse !important; } -.flex--wrap-ml{ flex-wrap:wrap !important; } -.flex--start-cross-ml{ align-items:flex-start !important; } -.flex--start-main-ml{ justify-content:flex-start !important; } -.flex--end-cross-ml{ align-items:flex-end !important; } -.flex--end-main-ml{ justify-content:flex-end !important; } -.flex--center-main-ml{ justify-content:center !important; } -.flex--center-cross-ml{ align-items:center !important; } -.flex--stretch-cross-ml{ align-items:stretch !important; } -.flex--space-between-main-ml{ justify-content:space-between !important; } +.inline-ml{ + display:inline !important; +} +.block-ml{ + display:block !important; +} +.inline-block-ml{ + display:inline-block !important; +} +.none-ml{ + display:none !important; +} +.fixed-ml{ + position:fixed !important; +} +.absolute-ml{ + position:absolute !important; +} +.relative-ml{ + position:relative !important; +} +.static-ml{ + position:static !important; +} +.sticky-ml{ + position:sticky !important; +} +.top-ml{ + top:0 !important; +} +.right-ml{ + right:0 !important; +} +.left-ml{ + left:0 !important; +} +.bottom-ml{ + bottom:0 !important; +} +.z-neg1-ml{ + z-index:-1 !important; +} +.z0-ml{ + z-index:0 !important; +} +.z1-ml{ + z-index:1 !important; +} +.z2-ml{ + z-index:2 !important; +} +.z3-ml{ + z-index:3 !important; +} +.z4-ml{ + z-index:4 !important; +} +.z5-ml{ + z-index:5 !important; +} +.mx-auto-ml{ + margin-left:auto !important; + margin-right:auto !important; +} +.flex-ml{ + display:flex !important; +} +.inline-flex-ml{ + display:inline-flex !important; +} +.flex--column-ml{ + flex-direction:column !important; +} +.flex--column-reverse-ml{ + flex-direction:column-reverse !important; +} +.flex--row-ml{ + flex-direction:row !important; +} +.flex--row-reverse-ml{ + flex-direction:row-reverse !important; +} +.flex--wrap-ml{ + flex-wrap:wrap !important; +} +.flex--start-cross-ml{ + align-items:flex-start !important; +} +.flex--start-main-ml{ + justify-content:flex-start !important; +} +.flex--end-cross-ml{ + align-items:flex-end !important; +} +.flex--end-main-ml{ + justify-content:flex-end !important; +} +.flex--center-main-ml{ + justify-content:center !important; +} +.flex--center-cross-ml{ + align-items:center !important; +} +.flex--stretch-cross-ml{ + align-items:stretch !important; +} +.flex--space-between-main-ml{ + justify-content:space-between !important; +} .flex-child-grow-ml{ flex-grow:1 !important; min-width:0; @@ -13048,9 +13287,15 @@ input:checked + .switch--dot-transparent::after{ margin-left:0; margin-right:0; } -.fl-ml{ float:left !important; } -.fr-ml{ float:right !important; } -.unfloat-ml{ float:none !important; } +.fl-ml{ + float:left !important; +} +.fr-ml{ + float:right !important; +} +.unfloat-ml{ + float:none !important; +} .border-ml{ border-style:solid; border-width:1px; @@ -13182,42 +13427,115 @@ input:checked + .switch--dot-transparent::after{ flex:auto; flex-basis:0; } -.inline-mxl{ display:inline !important; } -.block-mxl{ display:block !important; } -.inline-block-mxl{ display:inline-block !important; } -.none-mxl{ display:none !important; } -.fixed-mxl{ position:fixed !important; } -.absolute-mxl{ position:absolute !important; } -.relative-mxl{ position:relative !important; } -.static-mxl{ position:static !important; } -.sticky-mxl{ position:sticky !important; } -.top-mxl{ top:0 !important; } -.right-mxl{ right:0 !important; } -.left-mxl{ left:0 !important; } -.bottom-mxl{ bottom:0 !important; } -.z-neg1-mxl{ z-index:-1 !important; } -.z0-mxl{ z-index:0 !important; } -.z1-mxl{ z-index:1 !important; } -.z2-mxl{ z-index:2 !important; } -.z3-mxl{ z-index:3 !important; } -.z4-mxl{ z-index:4 !important; } -.z5-mxl{ z-index:5 !important; } -.mx-auto-mxl{ margin-left:auto !important; margin-right:auto !important; } -.flex-mxl{ display:flex !important; } -.inline-flex-mxl{ display:inline-flex !important; } -.flex--column-mxl{ flex-direction:column !important; } -.flex--column-reverse-mxl{ flex-direction:column-reverse !important; } -.flex--row-mxl{ flex-direction:row !important; } -.flex--row-reverse-mxl{ flex-direction:row-reverse !important; } -.flex--wrap-mxl{ flex-wrap:wrap !important; } -.flex--start-cross-mxl{ align-items:flex-start !important; } -.flex--start-main-mxl{ justify-content:flex-start !important; } -.flex--end-cross-mxl{ align-items:flex-end !important; } -.flex--end-main-mxl{ justify-content:flex-end !important; } -.flex--center-main-mxl{ justify-content:center !important; } -.flex--center-cross-mxl{ align-items:center !important; } -.flex--stretch-cross-mxl{ align-items:stretch !important; } -.flex--space-between-main-mxl{ justify-content:space-between !important; } +.inline-mxl{ + display:inline !important; +} +.block-mxl{ + display:block !important; +} +.inline-block-mxl{ + display:inline-block !important; +} +.none-mxl{ + display:none !important; +} +.fixed-mxl{ + position:fixed !important; +} +.absolute-mxl{ + position:absolute !important; +} +.relative-mxl{ + position:relative !important; +} +.static-mxl{ + position:static !important; +} +.sticky-mxl{ + position:sticky !important; +} +.top-mxl{ + top:0 !important; +} +.right-mxl{ + right:0 !important; +} +.left-mxl{ + left:0 !important; +} +.bottom-mxl{ + bottom:0 !important; +} +.z-neg1-mxl{ + z-index:-1 !important; +} +.z0-mxl{ + z-index:0 !important; +} +.z1-mxl{ + z-index:1 !important; +} +.z2-mxl{ + z-index:2 !important; +} +.z3-mxl{ + z-index:3 !important; +} +.z4-mxl{ + z-index:4 !important; +} +.z5-mxl{ + z-index:5 !important; +} +.mx-auto-mxl{ + margin-left:auto !important; + margin-right:auto !important; +} +.flex-mxl{ + display:flex !important; +} +.inline-flex-mxl{ + display:inline-flex !important; +} +.flex--column-mxl{ + flex-direction:column !important; +} +.flex--column-reverse-mxl{ + flex-direction:column-reverse !important; +} +.flex--row-mxl{ + flex-direction:row !important; +} +.flex--row-reverse-mxl{ + flex-direction:row-reverse !important; +} +.flex--wrap-mxl{ + flex-wrap:wrap !important; +} +.flex--start-cross-mxl{ + align-items:flex-start !important; +} +.flex--start-main-mxl{ + justify-content:flex-start !important; +} +.flex--end-cross-mxl{ + align-items:flex-end !important; +} +.flex--end-main-mxl{ + justify-content:flex-end !important; +} +.flex--center-main-mxl{ + justify-content:center !important; +} +.flex--center-cross-mxl{ + align-items:center !important; +} +.flex--stretch-cross-mxl{ + align-items:stretch !important; +} +.flex--space-between-main-mxl{ + justify-content:space-between !important; +} .flex-child-grow-mxl{ flex-grow:1 !important; min-width:0; @@ -13242,9 +13560,15 @@ input:checked + .switch--dot-transparent::after{ margin-left:0; margin-right:0; } -.fl-mxl{ float:left !important; } -.fr-mxl{ float:right !important; } -.unfloat-mxl{ float:none !important; } +.fl-mxl{ + float:left !important; +} +.fr-mxl{ + float:right !important; +} +.unfloat-mxl{ + float:none !important; +} .border-mxl{ border-style:solid; border-width:1px; @@ -14687,6 +15011,8 @@ textarea{ .cursor-notallowed{ cursor:not-allowed !important; } .cursor-grab{ cursor:grab !important; } .cursor-grabbing{ cursor:grabbing !important; } +.cursor-col-resize{ cursor:col-resize !important; } +.cursor-row-resize{ cursor:row-resize !important; } .opacity0{ opacity:0 !important; } .opacity25{ opacity:0.25 !important; } .opacity50{ opacity:0.5 !important; } @@ -14723,42 +15049,121 @@ textarea{ flex:auto; flex-basis:0; } -.inline{ display:inline !important; } -.block{ display:block !important; } -.inline-block{ display:inline-block !important; } -.none{ display:none !important; } -.fixed{ position:fixed !important; } -.absolute{ position:absolute !important; } -.relative{ position:relative !important; } -.static{ position:static !important; } -.sticky{ position:sticky !important; } -.top{ top:0 !important; } -.right{ right:0 !important; } -.left{ left:0 !important; } -.bottom{ bottom:0 !important; } -.z-neg1{ z-index:-1 !important; } -.z0{ z-index:0 !important; } -.z1{ z-index:1 !important; } -.z2{ z-index:2 !important; } -.z3{ z-index:3 !important; } -.z4{ z-index:4 !important; } -.z5{ z-index:5 !important; } -.mx-auto{ margin-left:auto !important; margin-right:auto !important; } -.flex{ display:flex !important; } -.inline-flex{ display:inline-flex !important; } -.flex--column{ flex-direction:column !important; } -.flex--column-reverse{ flex-direction:column-reverse !important; } -.flex--row{ flex-direction:row !important; } -.flex--row-reverse{ flex-direction:row-reverse !important; } -.flex--center-main{ justify-content:center !important; } -.flex--center-cross{ align-items:center !important; } -.flex--start-cross{ align-items:flex-start !important; } -.flex--start-main{ justify-content:flex-start !important; } -.flex--end-cross{ align-items:flex-end !important; } -.flex--end-main{ justify-content:flex-end !important; } -.flex--wrap{ flex-wrap:wrap !important; } -.flex--stretch-cross{ align-items:stretch !important; } -.flex--space-between-main{ justify-content:space-between !important; } +.inline{ + display:inline !important; +} +.block{ + display:block !important; +} +.inline-block{ + display:inline-block !important; +} +.none{ + display:none !important; +} +.fixed{ + position:fixed !important; +} +.absolute{ + position:absolute !important; +} +.relative{ + position:relative !important; +} +.static{ + position:static !important; +} +.sticky{ + position:sticky !important; +} +.top{ + top:0 !important; +} +.right{ + right:0 !important; +} +.left{ + left:0 !important; +} +.bottom{ + bottom:0 !important; +} +.z-neg1{ + z-index:-1 !important; +} +.z0{ + z-index:0 !important; +} +.z1{ + z-index:1 !important; +} +.z2{ + z-index:2 !important; +} +.z3{ + z-index:3 !important; +} +.z4{ + z-index:4 !important; +} +.z5{ + z-index:5 !important; +} +.mx-auto{ + margin-left:auto !important; + margin-right:auto !important; +} +.ml-auto{ + margin-left:auto !important; +} +.mr-auto{ + margin-right:auto !important; +} +.flex{ + display:flex !important; +} +.inline-flex{ + display:inline-flex !important; +} +.flex--column{ + flex-direction:column !important; +} +.flex--column-reverse{ + flex-direction:column-reverse !important; +} +.flex--row{ + flex-direction:row !important; +} +.flex--row-reverse{ + flex-direction:row-reverse !important; +} +.flex--center-main{ + justify-content:center !important; +} +.flex--center-cross{ + align-items:center !important; +} +.flex--start-cross{ + align-items:flex-start !important; +} +.flex--start-main{ + justify-content:flex-start !important; +} +.flex--end-cross{ + align-items:flex-end !important; +} +.flex--end-main{ + justify-content:flex-end !important; +} +.flex--wrap{ + flex-wrap:wrap !important; +} +.flex--stretch-cross{ + align-items:stretch !important; +} +.flex--space-between-main{ + justify-content:space-between !important; +} .flex-child-grow{ flex-grow:1 !important; min-width:0; @@ -14783,9 +15188,15 @@ textarea{ margin-left:0; margin-right:0; } -.fl{ float:left !important; } -.fr{ float:right !important; } -.unfloat{ float:none !important; } +.fl{ + float:left !important; +} +.fr{ + float:right !important; +} +.unfloat{ + float:none !important; +} .clearfix::after{ content:'' !important; display:block !important; @@ -26174,42 +26585,115 @@ input:checked + .switch--dot-transparent::after{ flex:auto; flex-basis:0; } -.inline-mm{ display:inline !important; } -.block-mm{ display:block !important; } -.inline-block-mm{ display:inline-block !important; } -.none-mm{ display:none !important; } -.fixed-mm{ position:fixed !important; } -.absolute-mm{ position:absolute !important; } -.relative-mm{ position:relative !important; } -.static-mm{ position:static !important; } -.sticky-mm{ position:sticky !important; } -.top-mm{ top:0 !important; } -.right-mm{ right:0 !important; } -.left-mm{ left:0 !important; } -.bottom-mm{ bottom:0 !important; } -.z-neg1-mm{ z-index:-1 !important; } -.z0-mm{ z-index:0 !important; } -.z1-mm{ z-index:1 !important; } -.z2-mm{ z-index:2 !important; } -.z3-mm{ z-index:3 !important; } -.z4-mm{ z-index:4 !important; } -.z5-mm{ z-index:5 !important; } -.mx-auto-mm{ margin-left:auto !important; margin-right:auto !important; } -.flex-mm{ display:flex !important; } -.inline-flex-mm{ display:inline-flex !important; } -.flex--column-mm{ flex-direction:column !important; } -.flex--column-reverse-mm{ flex-direction:column-reverse !important; } -.flex--row-mm{ flex-direction:row !important; } -.flex--row-reverse-mm{ flex-direction:row-reverse !important; } -.flex--wrap-mm{ flex-wrap:wrap !important; } -.flex--start-cross-mm{ align-items:flex-start !important; } -.flex--start-main-mm{ justify-content:flex-start !important; } -.flex--end-cross-mm{ align-items:flex-end !important; } -.flex--end-main-mm{ justify-content:flex-end !important; } -.flex--center-main-mm{ justify-content:center !important; } -.flex--center-cross-mm{ align-items:center !important; } -.flex--stretch-cross-mm{ align-items:stretch !important; } -.flex--space-between-main-mm{ justify-content:space-between !important; } +.inline-mm{ + display:inline !important; +} +.block-mm{ + display:block !important; +} +.inline-block-mm{ + display:inline-block !important; +} +.none-mm{ + display:none !important; +} +.fixed-mm{ + position:fixed !important; +} +.absolute-mm{ + position:absolute !important; +} +.relative-mm{ + position:relative !important; +} +.static-mm{ + position:static !important; +} +.sticky-mm{ + position:sticky !important; +} +.top-mm{ + top:0 !important; +} +.right-mm{ + right:0 !important; +} +.left-mm{ + left:0 !important; +} +.bottom-mm{ + bottom:0 !important; +} +.z-neg1-mm{ + z-index:-1 !important; +} +.z0-mm{ + z-index:0 !important; +} +.z1-mm{ + z-index:1 !important; +} +.z2-mm{ + z-index:2 !important; +} +.z3-mm{ + z-index:3 !important; +} +.z4-mm{ + z-index:4 !important; +} +.z5-mm{ + z-index:5 !important; +} +.mx-auto-mm{ + margin-left:auto !important; + margin-right:auto !important; +} +.flex-mm{ + display:flex !important; +} +.inline-flex-mm{ + display:inline-flex !important; +} +.flex--column-mm{ + flex-direction:column !important; +} +.flex--column-reverse-mm{ + flex-direction:column-reverse !important; +} +.flex--row-mm{ + flex-direction:row !important; +} +.flex--row-reverse-mm{ + flex-direction:row-reverse !important; +} +.flex--wrap-mm{ + flex-wrap:wrap !important; +} +.flex--start-cross-mm{ + align-items:flex-start !important; +} +.flex--start-main-mm{ + justify-content:flex-start !important; +} +.flex--end-cross-mm{ + align-items:flex-end !important; +} +.flex--end-main-mm{ + justify-content:flex-end !important; +} +.flex--center-main-mm{ + justify-content:center !important; +} +.flex--center-cross-mm{ + align-items:center !important; +} +.flex--stretch-cross-mm{ + align-items:stretch !important; +} +.flex--space-between-main-mm{ + justify-content:space-between !important; +} .flex-child-grow-mm{ flex-grow:1 !important; min-width:0; @@ -26234,9 +26718,15 @@ input:checked + .switch--dot-transparent::after{ margin-left:0; margin-right:0; } -.fl-mm{ float:left !important; } -.fr-mm{ float:right !important; } -.unfloat-mm{ float:none !important; } +.fl-mm{ + float:left !important; +} +.fr-mm{ + float:right !important; +} +.unfloat-mm{ + float:none !important; +} .border-mm{ border-style:solid; border-width:1px; @@ -26368,42 +26858,115 @@ input:checked + .switch--dot-transparent::after{ flex:auto; flex-basis:0; } -.inline-ml{ display:inline !important; } -.block-ml{ display:block !important; } -.inline-block-ml{ display:inline-block !important; } -.none-ml{ display:none !important; } -.fixed-ml{ position:fixed !important; } -.absolute-ml{ position:absolute !important; } -.relative-ml{ position:relative !important; } -.static-ml{ position:static !important; } -.sticky-ml{ position:sticky !important; } -.top-ml{ top:0 !important; } -.right-ml{ right:0 !important; } -.left-ml{ left:0 !important; } -.bottom-ml{ bottom:0 !important; } -.z-neg1-ml{ z-index:-1 !important; } -.z0-ml{ z-index:0 !important; } -.z1-ml{ z-index:1 !important; } -.z2-ml{ z-index:2 !important; } -.z3-ml{ z-index:3 !important; } -.z4-ml{ z-index:4 !important; } -.z5-ml{ z-index:5 !important; } -.mx-auto-ml{ margin-left:auto !important; margin-right:auto !important; } -.flex-ml{ display:flex !important; } -.inline-flex-ml{ display:inline-flex !important; } -.flex--column-ml{ flex-direction:column !important; } -.flex--column-reverse-ml{ flex-direction:column-reverse !important; } -.flex--row-ml{ flex-direction:row !important; } -.flex--row-reverse-ml{ flex-direction:row-reverse !important; } -.flex--wrap-ml{ flex-wrap:wrap !important; } -.flex--start-cross-ml{ align-items:flex-start !important; } -.flex--start-main-ml{ justify-content:flex-start !important; } -.flex--end-cross-ml{ align-items:flex-end !important; } -.flex--end-main-ml{ justify-content:flex-end !important; } -.flex--center-main-ml{ justify-content:center !important; } -.flex--center-cross-ml{ align-items:center !important; } -.flex--stretch-cross-ml{ align-items:stretch !important; } -.flex--space-between-main-ml{ justify-content:space-between !important; } +.inline-ml{ + display:inline !important; +} +.block-ml{ + display:block !important; +} +.inline-block-ml{ + display:inline-block !important; +} +.none-ml{ + display:none !important; +} +.fixed-ml{ + position:fixed !important; +} +.absolute-ml{ + position:absolute !important; +} +.relative-ml{ + position:relative !important; +} +.static-ml{ + position:static !important; +} +.sticky-ml{ + position:sticky !important; +} +.top-ml{ + top:0 !important; +} +.right-ml{ + right:0 !important; +} +.left-ml{ + left:0 !important; +} +.bottom-ml{ + bottom:0 !important; +} +.z-neg1-ml{ + z-index:-1 !important; +} +.z0-ml{ + z-index:0 !important; +} +.z1-ml{ + z-index:1 !important; +} +.z2-ml{ + z-index:2 !important; +} +.z3-ml{ + z-index:3 !important; +} +.z4-ml{ + z-index:4 !important; +} +.z5-ml{ + z-index:5 !important; +} +.mx-auto-ml{ + margin-left:auto !important; + margin-right:auto !important; +} +.flex-ml{ + display:flex !important; +} +.inline-flex-ml{ + display:inline-flex !important; +} +.flex--column-ml{ + flex-direction:column !important; +} +.flex--column-reverse-ml{ + flex-direction:column-reverse !important; +} +.flex--row-ml{ + flex-direction:row !important; +} +.flex--row-reverse-ml{ + flex-direction:row-reverse !important; +} +.flex--wrap-ml{ + flex-wrap:wrap !important; +} +.flex--start-cross-ml{ + align-items:flex-start !important; +} +.flex--start-main-ml{ + justify-content:flex-start !important; +} +.flex--end-cross-ml{ + align-items:flex-end !important; +} +.flex--end-main-ml{ + justify-content:flex-end !important; +} +.flex--center-main-ml{ + justify-content:center !important; +} +.flex--center-cross-ml{ + align-items:center !important; +} +.flex--stretch-cross-ml{ + align-items:stretch !important; +} +.flex--space-between-main-ml{ + justify-content:space-between !important; +} .flex-child-grow-ml{ flex-grow:1 !important; min-width:0; @@ -26428,9 +26991,15 @@ input:checked + .switch--dot-transparent::after{ margin-left:0; margin-right:0; } -.fl-ml{ float:left !important; } -.fr-ml{ float:right !important; } -.unfloat-ml{ float:none !important; } +.fl-ml{ + float:left !important; +} +.fr-ml{ + float:right !important; +} +.unfloat-ml{ + float:none !important; +} .border-ml{ border-style:solid; border-width:1px; @@ -26562,42 +27131,115 @@ input:checked + .switch--dot-transparent::after{ flex:auto; flex-basis:0; } -.inline-mxl{ display:inline !important; } -.block-mxl{ display:block !important; } -.inline-block-mxl{ display:inline-block !important; } -.none-mxl{ display:none !important; } -.fixed-mxl{ position:fixed !important; } -.absolute-mxl{ position:absolute !important; } -.relative-mxl{ position:relative !important; } -.static-mxl{ position:static !important; } -.sticky-mxl{ position:sticky !important; } -.top-mxl{ top:0 !important; } -.right-mxl{ right:0 !important; } -.left-mxl{ left:0 !important; } -.bottom-mxl{ bottom:0 !important; } -.z-neg1-mxl{ z-index:-1 !important; } -.z0-mxl{ z-index:0 !important; } -.z1-mxl{ z-index:1 !important; } -.z2-mxl{ z-index:2 !important; } -.z3-mxl{ z-index:3 !important; } -.z4-mxl{ z-index:4 !important; } -.z5-mxl{ z-index:5 !important; } -.mx-auto-mxl{ margin-left:auto !important; margin-right:auto !important; } -.flex-mxl{ display:flex !important; } -.inline-flex-mxl{ display:inline-flex !important; } -.flex--column-mxl{ flex-direction:column !important; } -.flex--column-reverse-mxl{ flex-direction:column-reverse !important; } -.flex--row-mxl{ flex-direction:row !important; } -.flex--row-reverse-mxl{ flex-direction:row-reverse !important; } -.flex--wrap-mxl{ flex-wrap:wrap !important; } -.flex--start-cross-mxl{ align-items:flex-start !important; } -.flex--start-main-mxl{ justify-content:flex-start !important; } -.flex--end-cross-mxl{ align-items:flex-end !important; } -.flex--end-main-mxl{ justify-content:flex-end !important; } -.flex--center-main-mxl{ justify-content:center !important; } -.flex--center-cross-mxl{ align-items:center !important; } -.flex--stretch-cross-mxl{ align-items:stretch !important; } -.flex--space-between-main-mxl{ justify-content:space-between !important; } +.inline-mxl{ + display:inline !important; +} +.block-mxl{ + display:block !important; +} +.inline-block-mxl{ + display:inline-block !important; +} +.none-mxl{ + display:none !important; +} +.fixed-mxl{ + position:fixed !important; +} +.absolute-mxl{ + position:absolute !important; +} +.relative-mxl{ + position:relative !important; +} +.static-mxl{ + position:static !important; +} +.sticky-mxl{ + position:sticky !important; +} +.top-mxl{ + top:0 !important; +} +.right-mxl{ + right:0 !important; +} +.left-mxl{ + left:0 !important; +} +.bottom-mxl{ + bottom:0 !important; +} +.z-neg1-mxl{ + z-index:-1 !important; +} +.z0-mxl{ + z-index:0 !important; +} +.z1-mxl{ + z-index:1 !important; +} +.z2-mxl{ + z-index:2 !important; +} +.z3-mxl{ + z-index:3 !important; +} +.z4-mxl{ + z-index:4 !important; +} +.z5-mxl{ + z-index:5 !important; +} +.mx-auto-mxl{ + margin-left:auto !important; + margin-right:auto !important; +} +.flex-mxl{ + display:flex !important; +} +.inline-flex-mxl{ + display:inline-flex !important; +} +.flex--column-mxl{ + flex-direction:column !important; +} +.flex--column-reverse-mxl{ + flex-direction:column-reverse !important; +} +.flex--row-mxl{ + flex-direction:row !important; +} +.flex--row-reverse-mxl{ + flex-direction:row-reverse !important; +} +.flex--wrap-mxl{ + flex-wrap:wrap !important; +} +.flex--start-cross-mxl{ + align-items:flex-start !important; +} +.flex--start-main-mxl{ + justify-content:flex-start !important; +} +.flex--end-cross-mxl{ + align-items:flex-end !important; +} +.flex--end-main-mxl{ + justify-content:flex-end !important; +} +.flex--center-main-mxl{ + justify-content:center !important; +} +.flex--center-cross-mxl{ + align-items:center !important; +} +.flex--stretch-cross-mxl{ + align-items:stretch !important; +} +.flex--space-between-main-mxl{ + justify-content:space-between !important; +} .flex-child-grow-mxl{ flex-grow:1 !important; min-width:0; @@ -26622,9 +27264,15 @@ input:checked + .switch--dot-transparent::after{ margin-left:0; margin-right:0; } -.fl-mxl{ float:left !important; } -.fr-mxl{ float:right !important; } -.unfloat-mxl{ float:none !important; } +.fl-mxl{ + float:left !important; +} +.fr-mxl{ + float:right !important; +} +.unfloat-mxl{ + float:none !important; +} .border-mxl{ border-style:solid; border-width:1px; diff --git a/test/__snapshots__/build-js.jest.js.snap b/test/__snapshots__/build-js.jest.js.snap index 7da181a3..c337ca62 100644 --- a/test/__snapshots__/build-js.jest.js.snap +++ b/test/__snapshots__/build-js.jest.js.snap @@ -1,12 +1,12 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`buildJs with valid svg option 1`] = `"!function(){function C(){document.body.appendChild(e.getElementById("svg-symbols"))}var o=window.Assembly=window.Assembly||{},e=(o._svgSprite='',(new DOMParser).parseFromString(o._svgSprite,"text/xml"));"loading"!==document.readyState?C():document.addEventListener("DOMContentLoaded",C)}(),function(){var C=window.Assembly=window.Assembly||{},o=!1,e="data-assembly-focus-control";function d(){!0!==o&&(o=!0,document.documentElement.setAttribute(e,"visible"))}function i(){!1!==o&&(o=!1,document.documentElement.setAttribute(e,"not-visible"))}document.documentElement.setAttribute(e,"not-visible"),document.addEventListener("mousedown",function(){i()}),document.addEventListener("keydown",function(C){"Tab"!==C.key&&9!==C.keyCode||d()}),C.setFocusState=function(C){((C=void 0===C?!o:C)?d:i)()}}(),function(){var o=window.Assembly=window.Assembly||{},d="http://www.w3.org/2000/svg",i="http://www.w3.org/1999/xlink";function l(C){if(!o.iconExists(C))throw new Error('Icon "'+C+'" does not exist')}o.iconExists=function(C){return new RegExp("id=['\\"]icon-"+C+"['\\"]").test(o._svgSprite)},o.createIcon=function(C){l(C);var o=document.createElementNS(d,"svg"),e=(o.setAttributeNS(null,"class","icon"),document.createElementNS(d,"use"));return e.setAttributeNS(i,"xlink:href","#icon-"+C),o.appendChild(e),o},o.changeIcon=function(C,o){return l(o),C.firstChild.setAttributeNS(i,"xlink:href","#icon-"+o),C}}();"`; +exports[`buildJs with valid svg option 1`] = `"!function(){function C(){document.body.appendChild(l.getElementById("svg-symbols"))}var o=window.Assembly=window.Assembly||{},l=(o._svgSprite='',(new DOMParser).parseFromString(o._svgSprite,"text/xml"));"loading"!==document.readyState?C():document.addEventListener("DOMContentLoaded",C)}(),function(){var C=window.Assembly=window.Assembly||{},o=!1,l="data-assembly-focus-control";function e(){!0!==o&&(o=!0,document.documentElement.setAttribute(l,"visible"))}function d(){!1!==o&&(o=!1,document.documentElement.setAttribute(l,"not-visible"))}document.documentElement.setAttribute(l,"not-visible"),document.addEventListener("mousedown",function(){d()}),document.addEventListener("keydown",function(C){"Tab"!==C.key&&9!==C.keyCode||e()}),C.setFocusState=function(C){((C=void 0===C?!o:C)?e:d)()}}(),function(){var o=window.Assembly=window.Assembly||{},e="http://www.w3.org/2000/svg",d="http://www.w3.org/1999/xlink";function i(C){if(!o.iconExists(C))throw new Error('Icon "'+C+'" does not exist')}o.iconExists=function(C){return new RegExp("id=['\\"]icon-"+C+"['\\"]").test(o._svgSprite)},o.createIcon=function(C){i(C);var o=document.createElementNS(e,"svg"),l=(o.setAttributeNS(null,"class","icon"),document.createElementNS(e,"use"));return l.setAttributeNS(d,"xlink:href","#icon-"+C),o.appendChild(l),o},o.changeIcon=function(C,o){return i(o),C.firstChild.setAttributeNS(d,"xlink:href","#icon-"+o),C}}();"`; exports[`buildJs works 1`] = ` " (function () { var Assembly = window.Assembly = window.Assembly || {}; - Assembly._svgSprite = ''; + Assembly._svgSprite = ''; var parsedSvgSprite = (new DOMParser()).parseFromString(Assembly._svgSprite, 'text/xml'); var appendSvg = function () { document.body.appendChild(parsedSvgSprite.getElementById('svg-symbols')); diff --git a/test/__snapshots__/build-media-variants.jest.js.snap b/test/__snapshots__/build-media-variants.jest.js.snap index d0f99a03..896d6af1 100644 --- a/test/__snapshots__/build-media-variants.jest.js.snap +++ b/test/__snapshots__/build-media-variants.jest.js.snap @@ -16,42 +16,115 @@ exports[`buildMediaVariants defaults 1`] = ` flex: auto; flex-basis: 0; } -.inline-mm { display: inline !important; } -.block-mm { display: block !important; } -.inline-block-mm { display: inline-block !important; } -.none-mm { display: none !important; } -.fixed-mm { position: fixed !important; } -.absolute-mm { position: absolute !important; } -.relative-mm { position: relative !important; } -.static-mm { position: static !important; } -.sticky-mm { position: sticky !important; } -.top-mm { top: 0 !important; } -.right-mm { right: 0 !important; } -.left-mm { left: 0 !important; } -.bottom-mm { bottom: 0 !important; } -.z-neg1-mm { z-index: -1 !important; } -.z0-mm { z-index: 0 !important; } -.z1-mm { z-index: 1 !important; } -.z2-mm { z-index: 2 !important; } -.z3-mm { z-index: 3 !important; } -.z4-mm { z-index: 4 !important; } -.z5-mm { z-index: 5 !important; } -.mx-auto-mm { margin-left: auto !important; margin-right: auto !important; } -.flex-mm { display: flex !important; } -.inline-flex-mm { display: inline-flex !important; } -.flex--column-mm { flex-direction: column !important; } -.flex--column-reverse-mm { flex-direction: column-reverse !important; } -.flex--row-mm { flex-direction: row !important; } -.flex--row-reverse-mm { flex-direction: row-reverse !important; } -.flex--wrap-mm { flex-wrap: wrap !important; } -.flex--start-cross-mm { align-items: flex-start !important; } -.flex--start-main-mm { justify-content: flex-start !important; } -.flex--end-cross-mm { align-items: flex-end !important; } -.flex--end-main-mm { justify-content: flex-end !important; } -.flex--center-main-mm { justify-content: center !important; } -.flex--center-cross-mm { align-items: center !important; } -.flex--stretch-cross-mm { align-items: stretch !important; } -.flex--space-between-main-mm { justify-content: space-between !important; } +.inline-mm { + display: inline !important; +} +.block-mm { + display: block !important; +} +.inline-block-mm { + display: inline-block !important; +} +.none-mm { + display: none !important; +} +.fixed-mm { + position: fixed !important; +} +.absolute-mm { + position: absolute !important; +} +.relative-mm { + position: relative !important; +} +.static-mm { + position: static !important; +} +.sticky-mm { + position: sticky !important; +} +.top-mm { + top: 0 !important; +} +.right-mm { + right: 0 !important; +} +.left-mm { + left: 0 !important; +} +.bottom-mm { + bottom: 0 !important; +} +.z-neg1-mm { + z-index: -1 !important; +} +.z0-mm { + z-index: 0 !important; +} +.z1-mm { + z-index: 1 !important; +} +.z2-mm { + z-index: 2 !important; +} +.z3-mm { + z-index: 3 !important; +} +.z4-mm { + z-index: 4 !important; +} +.z5-mm { + z-index: 5 !important; +} +.mx-auto-mm { + margin-left: auto !important; + margin-right: auto !important; +} +.flex-mm { + display: flex !important; +} +.inline-flex-mm { + display: inline-flex !important; +} +.flex--column-mm { + flex-direction: column !important; +} +.flex--column-reverse-mm { + flex-direction: column-reverse !important; +} +.flex--row-mm { + flex-direction: row !important; +} +.flex--row-reverse-mm { + flex-direction: row-reverse !important; +} +.flex--wrap-mm { + flex-wrap: wrap !important; +} +.flex--start-cross-mm { + align-items: flex-start !important; +} +.flex--start-main-mm { + justify-content: flex-start !important; +} +.flex--end-cross-mm { + align-items: flex-end !important; +} +.flex--end-main-mm { + justify-content: flex-end !important; +} +.flex--center-main-mm { + justify-content: center !important; +} +.flex--center-cross-mm { + align-items: center !important; +} +.flex--stretch-cross-mm { + align-items: stretch !important; +} +.flex--space-between-main-mm { + justify-content: space-between !important; +} .flex-child-grow-mm { flex-grow: 1 !important; min-width: 0; @@ -76,9 +149,15 @@ exports[`buildMediaVariants defaults 1`] = ` margin-left: 0; margin-right: 0; } -.fl-mm { float: left !important; } -.fr-mm { float: right !important; } -.unfloat-mm { float: none !important; } +.fl-mm { + float: left !important; +} +.fr-mm { + float: right !important; +} +.unfloat-mm { + float: none !important; +} .border-mm { border-style: solid; border-width: 1px; @@ -210,42 +289,115 @@ exports[`buildMediaVariants defaults 1`] = ` flex: auto; flex-basis: 0; } -.inline-ml { display: inline !important; } -.block-ml { display: block !important; } -.inline-block-ml { display: inline-block !important; } -.none-ml { display: none !important; } -.fixed-ml { position: fixed !important; } -.absolute-ml { position: absolute !important; } -.relative-ml { position: relative !important; } -.static-ml { position: static !important; } -.sticky-ml { position: sticky !important; } -.top-ml { top: 0 !important; } -.right-ml { right: 0 !important; } -.left-ml { left: 0 !important; } -.bottom-ml { bottom: 0 !important; } -.z-neg1-ml { z-index: -1 !important; } -.z0-ml { z-index: 0 !important; } -.z1-ml { z-index: 1 !important; } -.z2-ml { z-index: 2 !important; } -.z3-ml { z-index: 3 !important; } -.z4-ml { z-index: 4 !important; } -.z5-ml { z-index: 5 !important; } -.mx-auto-ml { margin-left: auto !important; margin-right: auto !important; } -.flex-ml { display: flex !important; } -.inline-flex-ml { display: inline-flex !important; } -.flex--column-ml { flex-direction: column !important; } -.flex--column-reverse-ml { flex-direction: column-reverse !important; } -.flex--row-ml { flex-direction: row !important; } -.flex--row-reverse-ml { flex-direction: row-reverse !important; } -.flex--wrap-ml { flex-wrap: wrap !important; } -.flex--start-cross-ml { align-items: flex-start !important; } -.flex--start-main-ml { justify-content: flex-start !important; } -.flex--end-cross-ml { align-items: flex-end !important; } -.flex--end-main-ml { justify-content: flex-end !important; } -.flex--center-main-ml { justify-content: center !important; } -.flex--center-cross-ml { align-items: center !important; } -.flex--stretch-cross-ml { align-items: stretch !important; } -.flex--space-between-main-ml { justify-content: space-between !important; } +.inline-ml { + display: inline !important; +} +.block-ml { + display: block !important; +} +.inline-block-ml { + display: inline-block !important; +} +.none-ml { + display: none !important; +} +.fixed-ml { + position: fixed !important; +} +.absolute-ml { + position: absolute !important; +} +.relative-ml { + position: relative !important; +} +.static-ml { + position: static !important; +} +.sticky-ml { + position: sticky !important; +} +.top-ml { + top: 0 !important; +} +.right-ml { + right: 0 !important; +} +.left-ml { + left: 0 !important; +} +.bottom-ml { + bottom: 0 !important; +} +.z-neg1-ml { + z-index: -1 !important; +} +.z0-ml { + z-index: 0 !important; +} +.z1-ml { + z-index: 1 !important; +} +.z2-ml { + z-index: 2 !important; +} +.z3-ml { + z-index: 3 !important; +} +.z4-ml { + z-index: 4 !important; +} +.z5-ml { + z-index: 5 !important; +} +.mx-auto-ml { + margin-left: auto !important; + margin-right: auto !important; +} +.flex-ml { + display: flex !important; +} +.inline-flex-ml { + display: inline-flex !important; +} +.flex--column-ml { + flex-direction: column !important; +} +.flex--column-reverse-ml { + flex-direction: column-reverse !important; +} +.flex--row-ml { + flex-direction: row !important; +} +.flex--row-reverse-ml { + flex-direction: row-reverse !important; +} +.flex--wrap-ml { + flex-wrap: wrap !important; +} +.flex--start-cross-ml { + align-items: flex-start !important; +} +.flex--start-main-ml { + justify-content: flex-start !important; +} +.flex--end-cross-ml { + align-items: flex-end !important; +} +.flex--end-main-ml { + justify-content: flex-end !important; +} +.flex--center-main-ml { + justify-content: center !important; +} +.flex--center-cross-ml { + align-items: center !important; +} +.flex--stretch-cross-ml { + align-items: stretch !important; +} +.flex--space-between-main-ml { + justify-content: space-between !important; +} .flex-child-grow-ml { flex-grow: 1 !important; min-width: 0; @@ -270,9 +422,15 @@ exports[`buildMediaVariants defaults 1`] = ` margin-left: 0; margin-right: 0; } -.fl-ml { float: left !important; } -.fr-ml { float: right !important; } -.unfloat-ml { float: none !important; } +.fl-ml { + float: left !important; +} +.fr-ml { + float: right !important; +} +.unfloat-ml { + float: none !important; +} .border-ml { border-style: solid; border-width: 1px; @@ -404,42 +562,115 @@ exports[`buildMediaVariants defaults 1`] = ` flex: auto; flex-basis: 0; } -.inline-mxl { display: inline !important; } -.block-mxl { display: block !important; } -.inline-block-mxl { display: inline-block !important; } -.none-mxl { display: none !important; } -.fixed-mxl { position: fixed !important; } -.absolute-mxl { position: absolute !important; } -.relative-mxl { position: relative !important; } -.static-mxl { position: static !important; } -.sticky-mxl { position: sticky !important; } -.top-mxl { top: 0 !important; } -.right-mxl { right: 0 !important; } -.left-mxl { left: 0 !important; } -.bottom-mxl { bottom: 0 !important; } -.z-neg1-mxl { z-index: -1 !important; } -.z0-mxl { z-index: 0 !important; } -.z1-mxl { z-index: 1 !important; } -.z2-mxl { z-index: 2 !important; } -.z3-mxl { z-index: 3 !important; } -.z4-mxl { z-index: 4 !important; } -.z5-mxl { z-index: 5 !important; } -.mx-auto-mxl { margin-left: auto !important; margin-right: auto !important; } -.flex-mxl { display: flex !important; } -.inline-flex-mxl { display: inline-flex !important; } -.flex--column-mxl { flex-direction: column !important; } -.flex--column-reverse-mxl { flex-direction: column-reverse !important; } -.flex--row-mxl { flex-direction: row !important; } -.flex--row-reverse-mxl { flex-direction: row-reverse !important; } -.flex--wrap-mxl { flex-wrap: wrap !important; } -.flex--start-cross-mxl { align-items: flex-start !important; } -.flex--start-main-mxl { justify-content: flex-start !important; } -.flex--end-cross-mxl { align-items: flex-end !important; } -.flex--end-main-mxl { justify-content: flex-end !important; } -.flex--center-main-mxl { justify-content: center !important; } -.flex--center-cross-mxl { align-items: center !important; } -.flex--stretch-cross-mxl { align-items: stretch !important; } -.flex--space-between-main-mxl { justify-content: space-between !important; } +.inline-mxl { + display: inline !important; +} +.block-mxl { + display: block !important; +} +.inline-block-mxl { + display: inline-block !important; +} +.none-mxl { + display: none !important; +} +.fixed-mxl { + position: fixed !important; +} +.absolute-mxl { + position: absolute !important; +} +.relative-mxl { + position: relative !important; +} +.static-mxl { + position: static !important; +} +.sticky-mxl { + position: sticky !important; +} +.top-mxl { + top: 0 !important; +} +.right-mxl { + right: 0 !important; +} +.left-mxl { + left: 0 !important; +} +.bottom-mxl { + bottom: 0 !important; +} +.z-neg1-mxl { + z-index: -1 !important; +} +.z0-mxl { + z-index: 0 !important; +} +.z1-mxl { + z-index: 1 !important; +} +.z2-mxl { + z-index: 2 !important; +} +.z3-mxl { + z-index: 3 !important; +} +.z4-mxl { + z-index: 4 !important; +} +.z5-mxl { + z-index: 5 !important; +} +.mx-auto-mxl { + margin-left: auto !important; + margin-right: auto !important; +} +.flex-mxl { + display: flex !important; +} +.inline-flex-mxl { + display: inline-flex !important; +} +.flex--column-mxl { + flex-direction: column !important; +} +.flex--column-reverse-mxl { + flex-direction: column-reverse !important; +} +.flex--row-mxl { + flex-direction: row !important; +} +.flex--row-reverse-mxl { + flex-direction: row-reverse !important; +} +.flex--wrap-mxl { + flex-wrap: wrap !important; +} +.flex--start-cross-mxl { + align-items: flex-start !important; +} +.flex--start-main-mxl { + justify-content: flex-start !important; +} +.flex--end-cross-mxl { + align-items: flex-end !important; +} +.flex--end-main-mxl { + justify-content: flex-end !important; +} +.flex--center-main-mxl { + justify-content: center !important; +} +.flex--center-cross-mxl { + align-items: center !important; +} +.flex--stretch-cross-mxl { + align-items: stretch !important; +} +.flex--space-between-main-mxl { + justify-content: space-between !important; +} .flex-child-grow-mxl { flex-grow: 1 !important; min-width: 0; @@ -464,9 +695,15 @@ exports[`buildMediaVariants defaults 1`] = ` margin-left: 0; margin-right: 0; } -.fl-mxl { float: left !important; } -.fr-mxl { float: right !important; } -.unfloat-mxl { float: none !important; } +.fl-mxl { + float: left !important; +} +.fr-mxl { + float: right !important; +} +.unfloat-mxl { + float: none !important; +} .border-mxl { border-style: solid; border-width: 1px;