nova-trame 0.12.0__py3-none-any.whl → 0.13.0__py3-none-any.whl

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.
@@ -128,16 +128,14 @@
128
128
  "defaults": {
129
129
  "VCard": {
130
130
  "class": "pa-4",
131
- "VListItem": {
132
- "class": "border-primary border-sm",
131
+ "VCard": {
132
+ "class": "border-primary border-sm pa-4",
133
133
  "style": {
134
134
  "background-color": "rgba(var(--v-theme-primary), 0.1)"
135
135
  }
136
- }
137
- },
138
- "VCol": {
139
- "VCard": {
140
- "class": "border-primary border-sm pa-4",
136
+ },
137
+ "VListItem": {
138
+ "class": "border-primary border-sm",
141
139
  "style": {
142
140
  "background-color": "rgba(var(--v-theme-primary), 0.1)"
143
141
  }
@@ -220,11 +220,11 @@ class ThemedApp:
220
220
 
221
221
  with vuetify.VMain(classes="align-stretch d-flex flex-column h-screen"):
222
222
  # [slot override example]
223
- layout.pre_content = vuetify.VSheet(classes="bg-background")
223
+ layout.pre_content = vuetify.VSheet(classes="bg-background ")
224
224
  # [slot override example complete]
225
- with vuetify.VContainer(classes="overflow-hidden pb-1 pt-0", fluid=True):
226
- layout.content = vuetify.VSheet(classes="elevation-1 h-100 overflow-y-auto")
227
- layout.post_content = vuetify.VSheet(classes="bg-background")
225
+ with vuetify.VContainer(classes="flex-1-1 overflow-hidden pt-0 pb-0", fluid=True):
226
+ layout.content = html.Div(classes="h-100 overflow-y-auto pb-1 ")
227
+ layout.post_content = vuetify.VSheet(classes="bg-background ")
228
228
 
229
229
  with vuetify.VFooter(
230
230
  app=True,
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: nova-trame
3
- Version: 0.12.0
3
+ Version: 0.13.0
4
4
  Summary: A Python Package for injecting curated themes and custom components into Trame applications
5
5
  License: MIT
6
6
  Keywords: NDIP,Python,Trame,Vuetify
@@ -13,12 +13,12 @@ nova/trame/view/layouts/vbox.py,sha256=Q4EvrtGJORyNF6AnCLGXToy8XU6yofiO5_kt7hK-A
13
13
  nova/trame/view/theme/__init__.py,sha256=70_marDlTigIcPEOGiJb2JTs-8b2sGM5SlY7XBPtBDM,54
14
14
  nova/trame/view/theme/assets/core_style.scss,sha256=AktysiiCYLeiTzCTtYwkksiUVmqb4S23RlDcW8L1ebI,518
15
15
  nova/trame/view/theme/assets/favicon.png,sha256=Xbp1nUmhcBDeObjsebEbEAraPDZ_M163M_ZLtm5AbQc,1927
16
- nova/trame/view/theme/assets/vuetify_config.json,sha256=1EwlDUHZiM45MWgnHSQKgLH_d0IZ1iaXjl3eXxGc2EI,4832
17
- nova/trame/view/theme/theme.py,sha256=lHeXZPGiS1Ezn3aiKpoEyarLgxOyatWOzYSApX9VI3M,11402
16
+ nova/trame/view/theme/assets/vuetify_config.json,sha256=7WGV6rO7hv2sapGsX9yy1d-dINshYFXRNX99D9I3dKQ,4780
17
+ nova/trame/view/theme/theme.py,sha256=-5lq8u34eQ9j1bMeB5b63BiAdpi92WI2o-fJKcrwl3o,11401
18
18
  nova/trame/view/utilities/local_storage.py,sha256=vD8f2VZIpxhIKjZwEaD7siiPCTZO4cw9AfhwdawwYLY,3218
19
19
  nova/trame/view_model/remote_file_input.py,sha256=WHWCQkZBGeKLe1aTPbtVNI8tn-PDt64mi1-561uuBpQ,3320
20
- nova_trame-0.12.0.dist-info/LICENSE,sha256=MOqZ8tPMKy8ZETJ2-HEvFTZ7dYNlg3gXmBkV-Y9i8bw,1061
21
- nova_trame-0.12.0.dist-info/METADATA,sha256=q7FycKbwTX_JY6zo5fa9Ep59ZCcv1zUr__HsGSaiwNg,1240
22
- nova_trame-0.12.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
23
- nova_trame-0.12.0.dist-info/entry_points.txt,sha256=J2AmeSwiTYZ4ZqHHp9HO6v4MaYQTTBPbNh6WtoqOT58,42
24
- nova_trame-0.12.0.dist-info/RECORD,,
20
+ nova_trame-0.13.0.dist-info/LICENSE,sha256=MOqZ8tPMKy8ZETJ2-HEvFTZ7dYNlg3gXmBkV-Y9i8bw,1061
21
+ nova_trame-0.13.0.dist-info/METADATA,sha256=-GVryWnueQOZPAIrod-MvKmdmoPaZAEdC0uDQWW67yM,1240
22
+ nova_trame-0.13.0.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
23
+ nova_trame-0.13.0.dist-info/entry_points.txt,sha256=J2AmeSwiTYZ4ZqHHp9HO6v4MaYQTTBPbNh6WtoqOT58,42
24
+ nova_trame-0.13.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any