diff --git a/bin/bundlesize.js b/bin/bundlesize.js index 857209c7..c699be73 100644 --- a/bin/bundlesize.js +++ b/bin/bundlesize.js @@ -5,7 +5,7 @@ import { promisify } from 'node:util' import prettyBytes from 'pretty-bytes' import fs from 'node:fs/promises' -const MAX_SIZE_MIN = '42.6 kB' +const MAX_SIZE_MIN = '42.7 kB' const MAX_SIZE_MINGZ = '15 kB' const FILENAME = './bundle.js' diff --git a/src/picker/components/Picker/Picker.html b/src/picker/components/Picker/Picker.html index f8b3d6d0..503f9734 100644 --- a/src/picker/components/Picker/Picker.html +++ b/src/picker/components/Picker/Picker.html @@ -154,7 +154,7 @@