@symbo.ls/datepicker 2.11.16 → 2.11.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -2
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -6,7 +6,8 @@ import { SquareButton, Button } from '@symbo.ls/button'
6
6
  import { Flex, Grid } from '@symbo.ls/atoms'
7
7
 
8
8
  const buttonProps = {
9
- theme: 'transparent',
9
+ theme: 'quaternary',
10
+ background: 'transparent',
10
11
  color: '--theme-quinary-dark-color',
11
12
  ':hover': {
12
13
  theme: 'quinary .child'
@@ -141,7 +142,7 @@ export const DatePicker = {
141
142
 
142
143
  props: {
143
144
  position: 'relative',
144
- theme: 'quinary',
145
+ theme: 'quaternary',
145
146
  transition: 'A all',
146
147
  round: 'Z',
147
148
  padding: 'Z Z2 Z X2',
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/datepicker",
3
- "version": "2.11.16",
3
+ "version": "2.11.29",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "9d17c62d340b3ed3ecfba460d9f5656b324a5bbb",
6
+ "gitHead": "cb520b92aca9016f8c18fcbd79dd6199cbb9353a",
7
7
  "dependencies": {
8
8
  "@symbo.ls/block": "latest",
9
9
  "@symbo.ls/icon": "latest",