aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification.style.js
blob: 057b1c7ac39f65182aafe1004870518fd3d4bac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export default {
  name: 'Notification',
  selector: '.Notification',
  validInnerComponents: [
    'Text',
    'Link',
    'Icon',
    'Border',
    'Button',
    'ButtonUnstyled',
    'RichContent',
    'Input'
  ],
  defaultRules: [
    {
      directives: {
        background: '--bg'
      }
    }
  ]
}