chore: update spreadsheets
This commit is contained in:
Binary file not shown.
@@ -51,7 +51,7 @@
|
||||
"@standardnotes/sncrypto-web": "workspace:*",
|
||||
"@standardnotes/snjs": "workspace:*",
|
||||
"@standardnotes/solarized-dark-theme": "^1.4.6",
|
||||
"@standardnotes/spreadsheets": "^1.7.0",
|
||||
"@standardnotes/spreadsheets": "^1.8.0",
|
||||
"@standardnotes/styles": "workspace:*",
|
||||
"@standardnotes/titanium-theme": "^1.4.7",
|
||||
"@standardnotes/toast": "workspace:*",
|
||||
|
||||
@@ -5,8 +5,6 @@ import { DropdownItem } from '../Dropdown/DropdownItem'
|
||||
import PreferencesMenuItem from './PreferencesComponents/MenuItem'
|
||||
import { PreferencesMenu } from './PreferencesMenu'
|
||||
import { PreferenceId } from '@standardnotes/ui-services'
|
||||
import { classNames } from '@standardnotes/snjs'
|
||||
import { useAvailableSafeAreaPadding } from '@/Hooks/useSafeAreaPadding'
|
||||
|
||||
type Props = {
|
||||
menu: PreferencesMenu
|
||||
@@ -25,15 +23,8 @@ const PreferencesMenuView: FunctionComponent<Props> = ({ menu }) => {
|
||||
[menuItems],
|
||||
)
|
||||
|
||||
const { hasBottomInset } = useAvailableSafeAreaPadding()
|
||||
|
||||
return (
|
||||
<div
|
||||
className={classNames(
|
||||
'border-b border-border bg-default px-5 pt-2 md:border-0 md:bg-contrast md:px-0 md:py-0',
|
||||
hasBottomInset ? 'pb-safe-bottom' : 'pb-2 md:pb-0',
|
||||
)}
|
||||
>
|
||||
<div className="border-b border-border bg-default px-5 py-2 md:border-0 md:bg-contrast md:px-0 md:py-0">
|
||||
<div className="hidden min-w-55 flex-col overflow-y-auto px-3 py-6 md:flex">
|
||||
{menuItems.map((pref) => (
|
||||
<PreferencesMenuItem
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -4653,12 +4653,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@standardnotes/spreadsheets@npm:^1.7.0":
|
||||
version: 1.7.0
|
||||
resolution: "@standardnotes/spreadsheets@npm:1.7.0"
|
||||
"@standardnotes/spreadsheets@npm:^1.8.0":
|
||||
version: 1.8.0
|
||||
resolution: "@standardnotes/spreadsheets@npm:1.8.0"
|
||||
dependencies:
|
||||
"@standardnotes/component-relay": "github:standardnotes/component-relay#839ff5db9bc92db9d42cad8d202ddc4df729597d"
|
||||
checksum: 4f04b64ac24643a10ec9f5605c01ea53ab8452509df0c4f58a7c26c7987c107bdc3ec71c76633b6752bd285c25c874c757aa3d0a7c15afca55710a554dd08589
|
||||
checksum: 95bb76dac0e717f0dc76110686539092be68945655e780197fb2696bdc06230b02baa2334c309b42f37f8b929c266c939b8d3691fc326fdf3fe93315da64d6e7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4791,7 +4791,7 @@ __metadata:
|
||||
"@standardnotes/sncrypto-web": "workspace:*"
|
||||
"@standardnotes/snjs": "workspace:*"
|
||||
"@standardnotes/solarized-dark-theme": ^1.4.6
|
||||
"@standardnotes/spreadsheets": ^1.7.0
|
||||
"@standardnotes/spreadsheets": ^1.8.0
|
||||
"@standardnotes/styles": "workspace:*"
|
||||
"@standardnotes/titanium-theme": ^1.4.7
|
||||
"@standardnotes/toast": "workspace:*"
|
||||
|
||||
Reference in New Issue
Block a user