@pingux/astro 2.160.0 → 2.160.1-alpha.0

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.
@@ -23,4 +23,5 @@ export declare const menuItem: {
23
23
  };
24
24
  export declare const menu: {
25
25
  backgroundColor: string;
26
+ borderColor: string;
26
27
  };
@@ -29,5 +29,6 @@ var menuItem = exports.menuItem = {
29
29
  }
30
30
  };
31
31
  var menu = exports.menu = {
32
- backgroundColor: '#23282e'
32
+ backgroundColor: '#23282e',
33
+ borderColor: 'border.attachment'
33
34
  };
@@ -141,6 +141,7 @@ declare const _default: {
141
141
  };
142
142
  menu: {
143
143
  backgroundColor: string;
144
+ borderColor: string;
144
145
  };
145
146
  menuItem: {
146
147
  item: {
@@ -504,7 +505,6 @@ declare const _default: {
504
505
  popoverMenu: {
505
506
  container: {
506
507
  background: string;
507
- border: string;
508
508
  };
509
509
  };
510
510
  dataTable: {
@@ -192,8 +192,7 @@ var _default = exports["default"] = {
192
192
  tooltip: tooltip,
193
193
  popoverMenu: {
194
194
  container: {
195
- background: '#23282e',
196
- border: '1px solid #69788B'
195
+ background: '#23282e'
197
196
  }
198
197
  },
199
198
  dataTable: {
@@ -22,5 +22,6 @@ export var menuItem = {
22
22
  }
23
23
  };
24
24
  export var menu = {
25
- backgroundColor: '#23282e'
25
+ backgroundColor: '#23282e',
26
+ borderColor: 'border.attachment'
26
27
  };
@@ -184,8 +184,7 @@ export default {
184
184
  tooltip: tooltip,
185
185
  popoverMenu: {
186
186
  container: {
187
- background: '#23282e',
188
- border: '1px solid #69788B'
187
+ background: '#23282e'
189
188
  }
190
189
  },
191
190
  dataTable: {