diff --git a/package.json b/package.json index a66bec68..ee386c66 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@instructure/ui-table": "^8.28.2", "@instructure/ui-tabs": "^8.28.2", "@instructure/ui-tag": "^8.28.2", - "@instructure/ui-text": "^8.28.2", + "@instructure/ui-text": "^8.38.0", "@instructure/ui-text-area": "^8.28.2", "@instructure/ui-text-input": "^8.28.2", "@instructure/ui-toggle-details": "^8.28.2", diff --git a/yarn.lock b/yarn.lock index 1f4097c1..d8ecb9ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -158,6 +158,13 @@ dependencies: "@babel/types" "^7.18.6" +"@babel/helper-module-imports@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" + integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== + dependencies: + "@babel/types" "^7.21.4" + "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0": version "7.19.0" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" @@ -231,7 +238,12 @@ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== -"@babel/helper-validator-identifier@^7.18.6": +"@babel/helper-string-parser@^7.21.5": + version "7.21.5" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" + integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== + +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": version "7.19.1" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== @@ -955,12 +967,12 @@ core-js-pure "^3.25.1" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": - version "7.19.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259" - integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA== +"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.15.4", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4": + version "7.21.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200" + integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== dependencies: - regenerator-runtime "^0.13.4" + regenerator-runtime "^0.13.11" "@babel/template@^7.18.10", "@babel/template@^7.3.3": version "7.18.10" @@ -996,6 +1008,15 @@ "@babel/helper-validator-identifier" "^7.18.6" to-fast-properties "^2.0.0" +"@babel/types@^7.21.4": + version "7.21.5" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" + integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== + dependencies: + "@babel/helper-string-parser" "^7.21.5" + "@babel/helper-validator-identifier" "^7.19.1" + to-fast-properties "^2.0.0" + "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" @@ -1046,6 +1067,23 @@ source-map "^0.5.7" stylis "4.0.13" +"@emotion/babel-plugin@^11.11.0": + version "11.11.0" + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c" + integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ== + dependencies: + "@babel/helper-module-imports" "^7.16.7" + "@babel/runtime" "^7.18.3" + "@emotion/hash" "^0.9.1" + "@emotion/memoize" "^0.8.1" + "@emotion/serialize" "^1.1.2" + babel-plugin-macros "^3.1.0" + convert-source-map "^1.5.0" + escape-string-regexp "^4.0.0" + find-root "^1.1.0" + source-map "^0.5.7" + stylis "4.2.0" + "@emotion/cache@^10.0.27": version "10.0.29" resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0" @@ -1067,6 +1105,17 @@ "@emotion/weak-memoize" "^0.3.0" stylis "4.0.13" +"@emotion/cache@^11.11.0": + version "11.11.0" + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff" + integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ== + dependencies: + "@emotion/memoize" "^0.8.1" + "@emotion/sheet" "^1.2.2" + "@emotion/utils" "^1.2.1" + "@emotion/weak-memoize" "^0.3.1" + stylis "4.2.0" + "@emotion/core@^10.3.1": version "10.3.1" resolved "https://registry.yarnpkg.com/@emotion/core/-/core-10.3.1.tgz#4021b6d8b33b3304d48b0bb478485e7d7421c69d" @@ -1098,6 +1147,11 @@ resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.0.tgz#c5153d50401ee3c027a57a177bc269b16d889cb7" integrity sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ== +"@emotion/hash@^0.9.1": + version "0.9.1" + resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43" + integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ== + "@emotion/is-prop-valid@^1": version "1.2.0" resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#7f2d35c97891669f7e276eb71c83376a5dc44c83" @@ -1105,6 +1159,13 @@ dependencies: "@emotion/memoize" "^0.8.0" +"@emotion/is-prop-valid@^1.2.0": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc" + integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw== + dependencies: + "@emotion/memoize" "^0.8.1" + "@emotion/memoize@0.7.4": version "0.7.4" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" @@ -1115,6 +1176,11 @@ resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f" integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA== +"@emotion/memoize@^0.8.1": + version "0.8.1" + resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17" + integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== + "@emotion/react@^11": version "11.10.4" resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.4.tgz#9dc6bccbda5d70ff68fdb204746c0e8b13a79199" @@ -1129,6 +1195,20 @@ "@emotion/weak-memoize" "^0.3.0" hoist-non-react-statics "^3.3.1" +"@emotion/react@^11.10.6": + version "11.11.0" + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.0.tgz#408196b7ef8729d8ad08fc061b03b046d1460e02" + integrity sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw== + dependencies: + "@babel/runtime" "^7.18.3" + "@emotion/babel-plugin" "^11.11.0" + "@emotion/cache" "^11.11.0" + "@emotion/serialize" "^1.1.2" + "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" + "@emotion/utils" "^1.2.1" + "@emotion/weak-memoize" "^0.3.1" + hoist-non-react-statics "^3.3.1" + "@emotion/serialize@^0.11.15", "@emotion/serialize@^0.11.16": version "0.11.16" resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-0.11.16.tgz#dee05f9e96ad2fb25a5206b6d759b2d1ed3379ad" @@ -1151,6 +1231,17 @@ "@emotion/utils" "^1.2.0" csstype "^3.0.2" +"@emotion/serialize@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" + integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== + dependencies: + "@emotion/hash" "^0.9.1" + "@emotion/memoize" "^0.8.1" + "@emotion/unitless" "^0.8.1" + "@emotion/utils" "^1.2.1" + csstype "^3.0.2" + "@emotion/sheet@0.9.4": version "0.9.4" resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" @@ -1161,6 +1252,11 @@ resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.0.tgz#771b1987855839e214fc1741bde43089397f7be5" integrity sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w== +"@emotion/sheet@^1.2.2": + version "1.2.2" + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" + integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== + "@emotion/stylis@0.8.5": version "0.8.5" resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04" @@ -1176,11 +1272,21 @@ resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.0.tgz#a4a36e9cbdc6903737cd20d38033241e1b8833db" integrity sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw== +"@emotion/unitless@^0.8.1": + version "0.8.1" + resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" + integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== + "@emotion/use-insertion-effect-with-fallbacks@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz#ffadaec35dbb7885bd54de3fa267ab2f860294df" integrity sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A== +"@emotion/use-insertion-effect-with-fallbacks@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963" + integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw== + "@emotion/utils@0.11.3": version "0.11.3" resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-0.11.3.tgz#a759863867befa7e583400d322652a3f44820924" @@ -1191,6 +1297,11 @@ resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.0.tgz#9716eaccbc6b5ded2ea5a90d65562609aab0f561" integrity sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw== +"@emotion/utils@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4" + integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg== + "@emotion/weak-memoize@0.2.5": version "0.2.5" resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46" @@ -1201,6 +1312,11 @@ resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz#ea89004119dc42db2e1dba0f97d553f7372f6fcb" integrity sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg== +"@emotion/weak-memoize@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6" + integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww== + "@eslint/eslintrc@^0.4.3": version "0.4.3" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" @@ -1240,6 +1356,16 @@ "@instructure/theme-registry" "8.28.2" "@instructure/ui-theme-tokens" "8.28.2" +"@instructure/canvas-high-contrast-theme@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/canvas-high-contrast-theme/-/canvas-high-contrast-theme-8.38.0.tgz#1667bdb04be11b017c447656469895685e584ca5" + integrity sha512-eGy4FQIEzj98EE8T6r5xOs3+KyE+i0Mz2nyjUO5mCHVMffqFqQHL0jywlyQoMDxbZusr39yHe1NZ2pJD5MxgRw== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/shared-types" "8.38.0" + "@instructure/theme-registry" "8.38.0" + "@instructure/ui-theme-tokens" "8.38.0" + "@instructure/canvas-theme@8.28.2", "@instructure/canvas-theme@^8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/canvas-theme/-/canvas-theme-8.28.2.tgz#7c95a67eafe122f2d8ca210d0b4a894b27af1db9" @@ -1250,6 +1376,16 @@ "@instructure/theme-registry" "8.28.2" "@instructure/ui-theme-tokens" "8.28.2" +"@instructure/canvas-theme@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/canvas-theme/-/canvas-theme-8.38.0.tgz#48e98b3a75686d4756eec93c16cad099aac9cd83" + integrity sha512-YPjsEqExBWxGas7zPgrFlTNityao7GxMy8zZaKJRUQ8ZZaNGd7rj9jIy6dZhDUt4w1F9NrBP8VgqMpz3IT7E2g== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/shared-types" "8.38.0" + "@instructure/theme-registry" "8.38.0" + "@instructure/ui-theme-tokens" "8.38.0" + "@instructure/console@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/console/-/console-8.28.2.tgz#bd8ed26e266332dc346f9b14989b4405d6ee67c9" @@ -1259,6 +1395,15 @@ "@babel/helper-module-imports" "^7.8.3" babel-plugin-macros "^3" +"@instructure/console@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/console/-/console-8.38.0.tgz#da45c508b2d41971f50024598504c0cee62beb90" + integrity sha512-BrswF4Azq9DHeaAHY1R4VGF80sC9+TtBR4SDYvNbMHWsvrCqgfzK865TEJhLSZr2AZlbQyB8viwFIokS72vn/A== + dependencies: + "@babel/helper-annotate-as-pure" "^7.18.6" + "@babel/helper-module-imports" "^7.21.4" + babel-plugin-macros "^3.1.0" + "@instructure/debounce@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/debounce/-/debounce-8.28.2.tgz#fbffeb8c2df2393088df98f1da160528593751c2" @@ -1266,7 +1411,7 @@ dependencies: "@babel/runtime" "^7.13.10" -"@instructure/emotion@8.28.2", "@instructure/emotion@^8.28.2": +"@instructure/emotion@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/emotion/-/emotion-8.28.2.tgz#ddf722203c838605815cb5666c5440a11ef6e189" integrity sha512-G584lKlO2a3QDTDxxx84+Bsh244YoJtn0e0rWEBU6hyg2KpPEQfeB50qRN6/qji6Ii+MFcOwqL293g/8KGMt7Q== @@ -1285,6 +1430,24 @@ lodash "^4" prop-types "^15" +"@instructure/emotion@8.38.0", "@instructure/emotion@^8.28.2": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/emotion/-/emotion-8.38.0.tgz#e052eebfee9a159d116abf4b8faf9307d0946603" + integrity sha512-TMvJMYIObDj385htDaP4c+ewZYj3T2WVLO2ud6SyI9tD/d8yYn6Yju9DHMfsXF6Fj+qba1acatUbLQxs5f1C2Q== + dependencies: + "@babel/runtime" "^7.21.0" + "@emotion/react" "^11.10.6" + "@instructure/console" "8.38.0" + "@instructure/shared-types" "8.38.0" + "@instructure/theme-registry" "8.38.0" + "@instructure/ui-decorator" "8.38.0" + "@instructure/ui-i18n" "8.38.0" + "@instructure/ui-react-utils" "8.38.0" + "@instructure/ui-themes" "8.38.0" + "@instructure/ui-utils" "8.38.0" + hoist-non-react-statics "^3.3.2" + prop-types "^15.8.1" + "@instructure/instructure-theme@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/instructure-theme/-/instructure-theme-8.28.2.tgz#ebadf3c168a9af18ba20a34d53f737ae51c1211a" @@ -1295,6 +1458,16 @@ "@instructure/theme-registry" "8.28.2" "@instructure/ui-theme-tokens" "8.28.2" +"@instructure/instructure-theme@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/instructure-theme/-/instructure-theme-8.38.0.tgz#5cf11620b837f8aff5f673dffa600ad4ee96a7fc" + integrity sha512-QM1wcqlrYJFGFQ1FC84TorlS8W+ACIMo3Mk213SXVgtw6jKj+7AkaT43tUZesuGWRKDwzbrO8t/Mn5xtHWlmJA== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/shared-types" "8.38.0" + "@instructure/theme-registry" "8.38.0" + "@instructure/ui-theme-tokens" "8.38.0" + "@instructure/shared-types@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/shared-types/-/shared-types-8.28.2.tgz#ed120833b57ae6ca43bc178784d397011e44ebad" @@ -1302,6 +1475,13 @@ dependencies: prop-types "^15" +"@instructure/shared-types@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/shared-types/-/shared-types-8.38.0.tgz#dcde1485f60ae3ad24150868d2b0670a5c635866" + integrity sha512-SbKfcjGSom8nlwrA5wj0XPns+pghO+D/dWSPnTe3qiR3uBH4CQJALt0R+7xRUjnIkNJ0G71MoPpgMHlcQJMa3g== + dependencies: + prop-types "^15.8.1" + "@instructure/theme-registry@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/theme-registry/-/theme-registry-8.28.2.tgz#5a63b636aed7bc2ed8f36ef7cce53553fd3a3351" @@ -1312,6 +1492,16 @@ "@instructure/shared-types" "8.28.2" "@instructure/ui-utils" "8.28.2" +"@instructure/theme-registry@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/theme-registry/-/theme-registry-8.38.0.tgz#666f1a82eafd8783b8dc7f3f4153e20d0c18f634" + integrity sha512-3hqklmjq3H9dhf76Htsy13gohw4clLP87uW/dhr7SwFuQtBDV4zOiljMj8LgKEOxaTlfkQhdGBMh10jX9rf7Tw== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/console" "8.38.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-utils" "8.38.0" + "@instructure/ui-a11y-content@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-a11y-content/-/ui-a11y-content-8.28.2.tgz#33182ca966c736b7a4b4ac70607444a0e155d180" @@ -1414,6 +1604,14 @@ "@babel/runtime" "^7.13.10" tinycolor2 "^1.4.2" +"@instructure/ui-color-utils@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-color-utils/-/ui-color-utils-8.38.0.tgz#e054db2d89e01d7b6d8c5c579cb564b87ca531fa" + integrity sha512-tYSCXd2WEuaKFM8i/oiXkGDQoRUcVGfdBFOF9z7icPR1JS5/0qYqQR0EeAhfTeF/naqurvHYJM7PicmrpnG2HQ== + dependencies: + "@babel/runtime" "^7.21.0" + tinycolor2 "^1.6.0" + "@instructure/ui-decorator@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-decorator/-/ui-decorator-8.28.2.tgz#4a10e381397d2c4cf1407aa87d67d713f9bdf5af" @@ -1421,6 +1619,13 @@ dependencies: "@babel/runtime" "^7.13.10" +"@instructure/ui-decorator@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-decorator/-/ui-decorator-8.38.0.tgz#0fccc3d9dec2515d9ab2494468dacd084fa552c8" + integrity sha512-Ulvf2kjyo/F/Y4ZTSdK2zwe23f3Cx3xA40NcUHjT3kJUgf5ohofPuPfqiE1fw5WbkISTPUFVClp4/4bl/TmCTA== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/ui-dialog@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-dialog/-/ui-dialog-8.28.2.tgz#e7bf750594ebf2e4a28f3a898f39065311df955a" @@ -1443,6 +1648,15 @@ "@instructure/console" "8.28.2" "@instructure/shared-types" "8.28.2" +"@instructure/ui-dom-utils@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-dom-utils/-/ui-dom-utils-8.38.0.tgz#d76aeef74728272d7dd1c4678edc7c2528b6b95a" + integrity sha512-z3XgofmX2ZJQOXrC+eBH5No0npHXg3Gvr1DB7t1aIHgvDcYjx9/63zGUKzXd+HuuSFR4iR+I1fTnMS6PsUEYEQ== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/console" "8.38.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-expandable@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-expandable/-/ui-expandable-8.28.2.tgz#a538ceccb8a70180b2cfb49dc150a2850d3ca404" @@ -1548,6 +1762,22 @@ moment-timezone "^0.5" prop-types "^15" +"@instructure/ui-i18n@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-i18n/-/ui-i18n-8.38.0.tgz#2a7d689e2d9b18dc908fa403fe09573673ff5733" + integrity sha512-1/HPQV6I09F4aX8NYKUe885tWn1YKCeus6pfKEppVRWP21uHCFgyuGM2hBqtgmvjojHtHPO/7hF4bLDTdZOV2w== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-decorator" "8.38.0" + "@instructure/ui-dom-utils" "8.38.0" + "@instructure/ui-prop-types" "8.38.0" + "@instructure/ui-react-utils" "8.38.0" + "@instructure/ui-utils" "8.38.0" + hoist-non-react-statics "^3.3.2" + moment-timezone "^0.5.43" + prop-types "^15.8.1" + "@instructure/ui-icons@8.28.2", "@instructure/ui-icons@^8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-icons/-/ui-icons-8.28.2.tgz#a858a0926473ca8901229ac2fa7a04bc05d71aa5" @@ -1721,6 +1951,14 @@ "@babel/runtime" "^7.13.10" prop-types ">= 15.7.0" +"@instructure/ui-prop-types@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-prop-types/-/ui-prop-types-8.38.0.tgz#75b02969e5b72582d043fc7b871e2fbe214baf75" + integrity sha512-AJw/2q3WIkZkVteXWFX4b0l2j7mAyB5M8ZmXPA5v0q3AYaU8eifprfeCciSiakOWSjp2BtRCGE1ibC2zstGwFw== + dependencies: + "@babel/runtime" "^7.21.0" + prop-types "^15.8.1" + "@instructure/ui-react-utils@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-react-utils/-/ui-react-utils-8.28.2.tgz#5bc18833ffd24398af2984508bf437747ae894af" @@ -1736,6 +1974,21 @@ hoist-non-react-statics "^3.3.2" prop-types "^15" +"@instructure/ui-react-utils@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-react-utils/-/ui-react-utils-8.38.0.tgz#765a91921ef4e87fa7e4462a23aad2653796dfd4" + integrity sha512-/DeiHix9rNgyzzO+QWJlgnD3EC10RMi5Rf/X95RjK0YfFLp3OfmcOMBtlCze1q5XEYNdJniehAyS10GiS5Yg5g== + dependencies: + "@babel/runtime" "^7.21.0" + "@emotion/is-prop-valid" "^1.2.0" + "@instructure/console" "8.38.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-decorator" "8.38.0" + "@instructure/ui-dom-utils" "8.38.0" + "@instructure/ui-utils" "8.38.0" + hoist-non-react-statics "^3.3.2" + prop-types "^15.8.1" + "@instructure/ui-select@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-select/-/ui-select-8.28.2.tgz#e6bb448d724f9aaf64a1820b2bdd4cace4b985d0" @@ -1908,18 +2161,18 @@ "@instructure/ui-testable" "8.28.2" prop-types "^15" -"@instructure/ui-text@^8.28.2": - version "8.28.2" - resolved "https://registry.yarnpkg.com/@instructure/ui-text/-/ui-text-8.28.2.tgz#58db6d4261491461093fff9fa9e8ed52ead52fce" - integrity sha512-2IFhwL4l6t4RlCIys0mM7FVkxbMXzpit1ntBzI7E4xPSXHE4BHxqIKXJT/cpMD7AjLlAWNp3T9KyiSg+3JbQQg== - dependencies: - "@babel/runtime" "^7.13.10" - "@instructure/console" "8.28.2" - "@instructure/emotion" "8.28.2" - "@instructure/shared-types" "8.28.2" - "@instructure/ui-color-utils" "8.28.2" - "@instructure/ui-react-utils" "8.28.2" - prop-types "^15" +"@instructure/ui-text@^8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-text/-/ui-text-8.38.0.tgz#7b8ab5f074309bb70dab2c14bd66dccc3d039db8" + integrity sha512-JFu+sCpjnoLtx7S+/rkSA12xn3HooGGlCg63U6s5sSyM4AGzyW//nzzTX2UnVHs8R1CjV2pM3i91YrIw8NMbsw== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/console" "8.38.0" + "@instructure/emotion" "8.38.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-color-utils" "8.38.0" + "@instructure/ui-react-utils" "8.38.0" + prop-types "^15.8.1" "@instructure/ui-theme-tokens@8.28.2": version "8.28.2" @@ -1929,6 +2182,14 @@ "@babel/runtime" "^7.13.10" "@instructure/shared-types" "8.28.2" +"@instructure/ui-theme-tokens@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-theme-tokens/-/ui-theme-tokens-8.38.0.tgz#3d3606fa8250a0b7b77e162f429e979add72a96a" + integrity sha512-0XJbfVTxap/A6OGbXHbMIRx0e8gXBlW8E8d1VrXa4oIDLB1sm9SeUAA1glWWygjMCxAfBfXeCG6L2vFKkDSP7g== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-themes@8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-themes/-/ui-themes-8.28.2.tgz#1009ad2a82dad032ff3f1043619d5b8676adc62b" @@ -1939,6 +2200,16 @@ "@instructure/instructure-theme" "8.28.2" "@instructure/shared-types" "8.28.2" +"@instructure/ui-themes@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-themes/-/ui-themes-8.38.0.tgz#abf63d34d7598e2c27ae91df7d9daa7e536bbb30" + integrity sha512-X9UBaKgTDf61KYSDBSqAucW7AoiGp2ntjvw9WtboJYjGY9hhPe/9nF8hfN5wz/qk8zBMy20uNFjIcKNkaIXx5Q== + dependencies: + "@instructure/canvas-high-contrast-theme" "8.38.0" + "@instructure/canvas-theme" "8.38.0" + "@instructure/instructure-theme" "8.38.0" + "@instructure/shared-types" "8.38.0" + "@instructure/ui-toggle-details@^8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-toggle-details/-/ui-toggle-details-8.28.2.tgz#43d2cc5c12e0ae3c77e4ff8e85f6d2791f61a48e" @@ -2008,6 +2279,19 @@ json-stable-stringify "^1.0.1" keycode "^2" +"@instructure/ui-utils@8.38.0": + version "8.38.0" + resolved "https://registry.yarnpkg.com/@instructure/ui-utils/-/ui-utils-8.38.0.tgz#8907a7d8a127db72da28d0b9a649640c7befe742" + integrity sha512-xHf1WM0x9diVdl3iTngWalH/F90BWRPeS9+EnMQJua1acszpIdT4ebobmKoIIu5MQOTIe/Qi4clWLjxojSoIBQ== + dependencies: + "@babel/runtime" "^7.21.0" + "@instructure/console" "8.38.0" + "@instructure/ui-dom-utils" "8.38.0" + bowser "^2.11.0" + fast-deep-equal "^3.1.3" + json-stable-stringify "^1.0.2" + keycode "^2.2.1" + "@instructure/ui-view@8.28.2", "@instructure/ui-view@^8.28.2": version "8.28.2" resolved "https://registry.yarnpkg.com/@instructure/ui-view/-/ui-view-8.28.2.tgz#6a75afc90933080f001ba322035c52cc7f6e3e6f" @@ -3440,6 +3724,11 @@ bowser@^1.9.4: resolved "https://registry.yarnpkg.com/bowser/-/bowser-1.9.4.tgz#890c58a2813a9d3243704334fa81b96a5c150c9a" integrity sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ== +bowser@^2.11.0: + version "2.11.0" + resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f" + integrity sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA== + brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -6795,6 +7084,13 @@ json-stable-stringify@^1.0.1: dependencies: jsonify "~0.0.0" +json-stable-stringify@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz#e06f23128e0bbe342dc996ed5a19e28b57b580e0" + integrity sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g== + dependencies: + jsonify "^0.0.1" + json5@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" @@ -6816,6 +7112,11 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" +jsonify@^0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978" + integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg== + jsonify@~0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" @@ -6867,7 +7168,7 @@ kareem@2.4.1: resolved "https://registry.yarnpkg.com/kareem/-/kareem-2.4.1.tgz#7d81ec518204a48c1cb16554af126806c3cd82b0" integrity sha512-aJ9opVoXroQUPfovYP5kaj2lM7Jn02Gw13bL0lg9v0V7SaUc0qavPs0Eue7d2DcC3NjqI6QAUElXNsuZSeM+EA== -keycode@^2: +keycode@^2, keycode@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.1.tgz#09c23b2be0611d26117ea2501c2c391a01f39eff" integrity sha512-Rdgz9Hl9Iv4QKi8b0OlCRQEzp4AgVxyCtz5S/+VIHezDmrDhkp2N2TqBWOLz0/gbeREXOOiI9/4b8BY9uw2vFg== @@ -7276,6 +7577,13 @@ moment-timezone@^0.5, moment-timezone@^0.5.37: dependencies: moment ">= 2.9.0" +moment-timezone@^0.5.43: + version "0.5.43" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.43.tgz#3dd7f3d0c67f78c23cd1906b9b2137a09b3c4790" + integrity sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ== + dependencies: + moment "^2.29.4" + "moment@>= 2.9.0", moment@^2.29.4: version "2.29.4" resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" @@ -8386,6 +8694,11 @@ regenerator-runtime@^0.11.0: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== +regenerator-runtime@^0.13.11: + version "0.13.11" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" + integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== + regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.9: version "0.13.9" resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" @@ -9249,6 +9562,11 @@ stylis@4.0.13: resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91" integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag== +stylis@4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" + integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== + supports-color@^5.3.0, supports-color@^5.5.0: version "5.5.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" @@ -9367,6 +9685,11 @@ tinycolor2@^1.4.2: resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803" integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== +tinycolor2@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e" + integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw== + tmpl@1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"