Data API
DeployDeploy to Dev [Tuesdays]
cd ~/Documents/GitHub/premise/data-api # path for data-api repo
git checkout master
git pull
GH_TOKEN=<personal_access_token> yarn version --minor
git push
import {createStyled} from '@mui/system'; | |
import {useTheme} from '@mui/material'; | |
import type { MuiCustomThemeT } from './types'; | |
export const muiStyled = createStyled<MuiCustomThemeT>(); | |
export const muiUseTheme = useTheme<MuiCustomThemeT>(); |
## Dev Summary | |
[Figma](link) | |
[JIRA](link) | |
<!-- A detailed outline of what this pull requests includes --> | |
## Release Notes | |
<!-- |
name: Run Percy.io across Storybook Scenarios | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
percy: | |
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' | |
runs-on: ubuntu-latest |
{ | |
"spacing": { | |
"xxxx-small": "2px", | |
"xxx-small": "4px" | |
}, | |
"color": { | |
"brand-primary-125": "#D14334", | |
"brand-primary": "#FF5B4A" | |
}, | |
"font-size": { |
import * as React from 'react'; | |
import { | |
Input as BaseInput, | |
StyledEndEnhancer as BaseStyledEndEnhancer, | |
StyledStartEnhancer as BaseStyledStartEnhancer, | |
} from 'baseui/input' | |
import type { InputProps } from './types'; | |
import { themedWithStyle as withStyle } from '../style-utils' | |
import { padding } from 'polished' |
type ValueNumberNodeType = { | |
value?: number, | |
}; | |
type BasePredicate = { | |
nodeType: | | |
'ALL' | 'ANY' | 'AND' | 'BOOLEAN' | 'EQUALS_NUMBER' | 'GEOPOINT' | 'GREATER_THAN' | | |
'IS_INSIDE_REGION' | 'IS_NOT_SELECTED' | 'IS_SELECTED' | 'LESS_THAN' | 'NOT' | | |
'NOT_EQUALS_NUMBER' | 'NUMBER' | 'OR' | 'TEXT', | |
ref?: { |
cd ~/Documents/GitHub/premise/data-api # path for data-api repo
git checkout master
git pull
GH_TOKEN=<personal_access_token> yarn version --minor
git push
values
array is empty then we don't plot the small multiple chartselected = true
approach for each state and that approach will be used in place of MAP_PERCENT_POSITIVE
for the Map.selected=true
approach will also be highlighted with a gold rectangle in the new UI percent positivity view.