@flux-ui/application 3.2.0-beta.6 → 3.2.0-beta.7

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.
package/dist/index.css CHANGED
@@ -131,10 +131,14 @@ html[data-application-resizing] .application-menu-backdrop {
131
131
  padding-left: 21px;
132
132
  padding-right: 21px;
133
133
  }
134
- .application-content-full > .table .table-cell:first-child .table-cell-content {
134
+ .application-content-full > .table .table-cell:not(.table-bar):not(.table-group):not(.is-raw):first-child {
135
135
  padding-left: 21px;
136
136
  }
137
- .application-content-full > .table .table-cell:last-child .table-cell-content {
137
+ .application-content-full > .table .table-cell:not(.table-bar):not(.table-group):not(.is-raw):last-child {
138
+ padding-right: 21px;
139
+ }
140
+ .application-content-full > .table :is(.table-bar-content, .table-group-content) {
141
+ padding-left: 21px;
138
142
  padding-right: 21px;
139
143
  }
140
144
 
@@ -159,10 +163,14 @@ html[data-application-resizing] .application-menu-backdrop {
159
163
  padding-left: 12px;
160
164
  padding-right: 12px;
161
165
  }
162
- .application-content-full > .table .table-cell:first-child .table-cell-content {
166
+ .application-content-full > .table .table-cell:not(.table-bar):not(.table-group):not(.is-raw):first-child {
163
167
  padding-left: 12px;
164
168
  }
165
- .application-content-full > .table .table-cell:last-child .table-cell-content {
169
+ .application-content-full > .table .table-cell:not(.table-bar):not(.table-group):not(.is-raw):last-child {
170
+ padding-right: 12px;
171
+ }
172
+ .application-content-full > .table :is(.table-bar-content, .table-group-content) {
173
+ padding-left: 12px;
166
174
  padding-right: 12px;
167
175
  }
168
176
  }.application-hero {
package/dist/index.js CHANGED
@@ -4024,7 +4024,11 @@ var ApplicationContent_module_default = {
4024
4024
  table: `table`,
4025
4025
  calendarActions: `calendar-actions`,
4026
4026
  tableCell: `table-cell`,
4027
- tableCellContent: `table-cell-content`
4027
+ tableBar: `table-bar`,
4028
+ tableGroup: `table-group`,
4029
+ isRaw: `is-raw`,
4030
+ tableBarContent: `table-bar-content`,
4031
+ tableGroupContent: `table-group-content`
4028
4032
  };
4029
4033
  //#endregion
4030
4034
  //#region src/component/FluxApplicationContent.vue