@solidstarters/create-solid-app 1.2.14 → 1.2.16
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/helpers.js +2 -0
- package/package.json +5 -2
- package/publish.js +16 -0
- package/templates/nest-template/package-lock.json +8 -8
- package/templates/nest-template/package.json +2 -2
- package/templates/next-template/app/GlobalProvider.tsx +4 -0
- package/templates/next-template/app/admin/core/[moduleName]/home/page.tsx +9 -0
- package/templates/next-template/app/admin/extensions/BookSimilarTitles.tsx +63 -0
- package/templates/next-template/app/admin/extensions/ImageGrid12Column.tsx +132 -0
- package/templates/next-template/app/admin/extensions/bookFormViewBlurHandler.ts +21 -0
- package/templates/next-template/app/admin/extensions/bookFormViewChangeHandler.ts +42 -0
- package/templates/next-template/app/layout.tsx +3 -15
- package/templates/next-template/app/solid-extensions.ts +13 -0
- package/templates/next-template/dot-templates/dot.gitignore.template +2 -0
- package/templates/next-template/package-lock.json +1023 -12
- package/templates/next-template/package.json +2 -1
- package/templates/next-template/app/admin/settings/page.tsx +0 -19
- package/templates/next-template/app/error.tsx +0 -30
- package/templates/next-template/app/favicon.ico +0 -0
- package/templates/next-template/app/globals.css +0 -2516
- package/templates/next-template/app/head.tsx +0 -17
- package/templates/next-template/app/loading.tsx +0 -10
- package/templates/next-template/app/not-found.tsx +0 -25
- package/templates/next-template/app/page.module.css +0 -229
- package/templates/next-template/app/page.tsx +0 -11
- package/templates/next-template/app/solid-global.css +0 -2
- package/templates/next-template/app/solid-stylesheet.css +0 -25
- package/templates/next-template/public/images/AvatarDemo.png +0 -0
- package/templates/next-template/public/images/Footerbg.png +0 -0
- package/templates/next-template/public/images/LoginBanner.png +0 -0
- package/templates/next-template/public/images/Navigation/Level.svg +0 -5
- package/templates/next-template/public/images/Navigation/Presure.svg +0 -7
- package/templates/next-template/public/images/Navigation/Temperature.svg +0 -13
- package/templates/next-template/public/images/Navigation/settings.png +0 -0
- package/templates/next-template/public/images/Profile/Avatar.png +0 -0
- package/templates/next-template/public/images/SS-Logo-1 1.png +0 -0
- package/templates/next-template/public/images/activity.svg +0 -3
- package/templates/next-template/public/images/app-builder.png +0 -0
- package/templates/next-template/public/images/auth/solid-left-layout-bg.png +0 -0
- package/templates/next-template/public/images/auth/solid-login-light.png +0 -0
- package/templates/next-template/public/images/auth/solid-right-layout-bg.png +0 -0
- package/templates/next-template/public/images/clog-wheel.png +0 -0
- package/templates/next-template/public/images/dark-mode.png +0 -0
- package/templates/next-template/public/images/dashboard/Ellipse 1.svg +0 -10
- package/templates/next-template/public/images/dashboard/Rectangle 17.svg +0 -10
- package/templates/next-template/public/images/dashboard/Rectangle 25.svg +0 -11
- package/templates/next-template/public/images/dashboard/image 5.svg +0 -9
- package/templates/next-template/public/images/eye-icon.png +0 -0
- package/templates/next-template/public/images/fb.svg +0 -3
- package/templates/next-template/public/images/fileReader/image-jpg.png +0 -0
- package/templates/next-template/public/images/filter-icon.png +0 -0
- package/templates/next-template/public/images/form/user.png +0 -0
- package/templates/next-template/public/images/iam.png +0 -0
- package/templates/next-template/public/images/icons/icon-activity.svg +0 -3
- package/templates/next-template/public/images/icons/icon-calender.svg +0 -3
- package/templates/next-template/public/images/icons/icon-graph.svg +0 -3
- package/templates/next-template/public/images/icons/icon-kanban.svg +0 -3
- package/templates/next-template/public/images/icons/icon-list.svg +0 -3
- package/templates/next-template/public/images/icons/icon-users.svg +0 -3
- package/templates/next-template/public/images/icons/jump-to-icon.png +0 -0
- package/templates/next-template/public/images/insta.svg +0 -3
- package/templates/next-template/public/images/layout/images/comfortable.png +0 -0
- package/templates/next-template/public/images/layout/images/compact.png +0 -0
- package/templates/next-template/public/images/layout/images/cozy.png +0 -0
- package/templates/next-template/public/images/layout/images/kanban.png +0 -0
- package/templates/next-template/public/images/li.svg +0 -3
- package/templates/next-template/public/images/loginhero.png +0 -0
- package/templates/next-template/public/images/logo.png +0 -0
- package/templates/next-template/public/images/mail-icon.png +0 -0
- package/templates/next-template/public/images/menu/app-builder.svg +0 -19
- package/templates/next-template/public/images/menu/iam.svg +0 -14
- package/templates/next-template/public/images/menu/logicloop-black.svg +0 -28
- package/templates/next-template/public/images/menu/logicloop-blue.svg +0 -32
- package/templates/next-template/public/images/menu/logicloop-white.svg +0 -32
- package/templates/next-template/public/images/menu/queues.svg +0 -14
- package/templates/next-template/public/images/menu/radix.svg +0 -9
- package/templates/next-template/public/images/menu/rl-lead-middleware.svg +0 -19
- package/templates/next-template/public/images/menu/solid-address-master.svg +0 -10
- package/templates/next-template/public/images/menu/srmd-tracker-black.svg +0 -16
- package/templates/next-template/public/images/menu/srmd-tracker-original.svg +0 -32
- package/templates/next-template/public/images/menu/srmd-tracker-white.svg +0 -17
- package/templates/next-template/public/images/menu/srmd-tracker.svg +0 -16
- package/templates/next-template/public/images/menu-icon.png +0 -0
- package/templates/next-template/public/images/menu-toggle.png +0 -0
- package/templates/next-template/public/images/password-icon.png +0 -0
- package/templates/next-template/public/images/profile.png +0 -0
- package/templates/next-template/public/images/radix-logo-white.png +0 -0
- package/templates/next-template/public/images/radix-logo.png +0 -0
- package/templates/next-template/public/images/search-icon.png +0 -0
- package/templates/next-template/public/images/signupBanner.png +0 -0
- package/templates/next-template/public/images/tw.svg +0 -3
- package/templates/next-template/public/images/user-icon.png +0 -0
- package/templates/next-template/public/styles/SF-Pro-Display-Regular.otf +0 -0
- package/templates/next-template/public/styles/layout/_config.scss +0 -54
- package/templates/next-template/public/styles/layout/_content.scss +0 -77
- package/templates/next-template/public/styles/layout/_footer.scss +0 -8
- package/templates/next-template/public/styles/layout/_main.scss +0 -47
- package/templates/next-template/public/styles/layout/_menu.scss +0 -185
- package/templates/next-template/public/styles/layout/_mixins.scss +0 -13
- package/templates/next-template/public/styles/layout/_responsive.scss +0 -99
- package/templates/next-template/public/styles/layout/_topbar.scss +0 -149
- package/templates/next-template/public/styles/layout/_typography.scss +0 -63
- package/templates/next-template/public/styles/layout/_utils.scss +0 -27
- package/templates/next-template/public/styles/layout/_variables.scss +0 -3
- package/templates/next-template/public/styles/layout/layout.scss +0 -11
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Black.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Light.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
- package/templates/next-template/public/themes/solid-dark-purple/theme.css +0 -9052
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Black.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Light.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
- package/templates/next-template/public/themes/solid-light-purple/theme.css +0 -9084
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
.layout-topbar {
|
|
2
|
-
position: fixed;
|
|
3
|
-
height: 5rem;
|
|
4
|
-
z-index: 997;
|
|
5
|
-
left: 0;
|
|
6
|
-
top: 0;
|
|
7
|
-
width: 100%;
|
|
8
|
-
padding: 0 2rem;
|
|
9
|
-
background-color: var(--surface-card);
|
|
10
|
-
transition: left $transitionDuration;
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: center;
|
|
13
|
-
box-shadow: 0px 3px 5px rgba(0,0,0,.02), 0px 0px 2px rgba(0,0,0,.05), 0px 1px 4px rgba(0,0,0,.08);
|
|
14
|
-
|
|
15
|
-
.layout-topbar-logo {
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: center;
|
|
18
|
-
color: var(--surface-900);
|
|
19
|
-
font-size: 1.5rem;
|
|
20
|
-
font-weight: 500;
|
|
21
|
-
width: 300px;
|
|
22
|
-
border-radius: 12px;
|
|
23
|
-
|
|
24
|
-
img {
|
|
25
|
-
height: 2.5rem;
|
|
26
|
-
margin-right: .5rem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
&:focus {
|
|
30
|
-
@include focused();
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.layout-topbar-button {
|
|
35
|
-
display: inline-flex;
|
|
36
|
-
justify-content: center;
|
|
37
|
-
align-items: center;
|
|
38
|
-
position: relative;
|
|
39
|
-
color: var(--text-color-secondary);
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
width: 3rem;
|
|
42
|
-
height: 3rem;
|
|
43
|
-
cursor: pointer;
|
|
44
|
-
transition: background-color $transitionDuration;
|
|
45
|
-
|
|
46
|
-
&:hover {
|
|
47
|
-
color: var(--text-color);
|
|
48
|
-
background-color: var(--surface-hover);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&:focus {
|
|
52
|
-
@include focused();
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
i {
|
|
56
|
-
font-size: 1.5rem;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
span {
|
|
60
|
-
font-size: 1rem;
|
|
61
|
-
display: none;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.layout-menu-button {
|
|
66
|
-
margin-left: 2rem;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.layout-topbar-menu-button {
|
|
70
|
-
display: none;
|
|
71
|
-
|
|
72
|
-
i {
|
|
73
|
-
font-size: 1.25rem;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.layout-topbar-menu {
|
|
78
|
-
margin: 0 0 0 auto;
|
|
79
|
-
padding: 0;
|
|
80
|
-
list-style: none;
|
|
81
|
-
display: flex;
|
|
82
|
-
|
|
83
|
-
.layout-topbar-button {
|
|
84
|
-
margin-left: 1rem;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
@media (max-width: 991px) {
|
|
90
|
-
.layout-topbar {
|
|
91
|
-
justify-content: space-between;
|
|
92
|
-
|
|
93
|
-
.layout-topbar-logo {
|
|
94
|
-
width: auto;
|
|
95
|
-
order: 2;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.layout-menu-button {
|
|
99
|
-
margin-left: 0;
|
|
100
|
-
order: 1;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.layout-topbar-menu-button {
|
|
104
|
-
display: inline-flex;
|
|
105
|
-
margin-left: 0;
|
|
106
|
-
order: 3;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.layout-topbar-menu {
|
|
110
|
-
margin-left: 0;
|
|
111
|
-
position: absolute;
|
|
112
|
-
flex-direction: column;
|
|
113
|
-
background-color: var(--surface-overlay);
|
|
114
|
-
box-shadow: 0px 3px 5px rgba(0,0,0,.02), 0px 0px 2px rgba(0,0,0,.05), 0px 1px 4px rgba(0,0,0,.08);
|
|
115
|
-
border-radius: 12px;
|
|
116
|
-
padding: 1rem;
|
|
117
|
-
right: 2rem;
|
|
118
|
-
top: 5rem;
|
|
119
|
-
min-width: 15rem;
|
|
120
|
-
display: none;
|
|
121
|
-
-webkit-animation: scalein 0.15s linear;
|
|
122
|
-
animation: scalein 0.15s linear;
|
|
123
|
-
|
|
124
|
-
&.layout-topbar-menu-mobile-active {
|
|
125
|
-
display: block
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.layout-topbar-button {
|
|
129
|
-
margin-left: 0;
|
|
130
|
-
display: flex;
|
|
131
|
-
width: 100%;
|
|
132
|
-
height: auto;
|
|
133
|
-
justify-content: flex-start;
|
|
134
|
-
border-radius: 12px;
|
|
135
|
-
padding: 1rem;
|
|
136
|
-
|
|
137
|
-
i {
|
|
138
|
-
font-size: 1rem;
|
|
139
|
-
margin-right: .5rem;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
span {
|
|
143
|
-
font-weight: medium;
|
|
144
|
-
display: block;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
h1, h2, h3, h4, h5, h6 {
|
|
2
|
-
margin: 1.5rem 0 1rem 0;
|
|
3
|
-
font-family: inherit;
|
|
4
|
-
font-weight: 500;
|
|
5
|
-
line-height: 1.2;
|
|
6
|
-
color: var(--surface-900);
|
|
7
|
-
|
|
8
|
-
&:first-child {
|
|
9
|
-
margin-top: 0;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
h1 {
|
|
14
|
-
font-size: 2.5rem;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
h2 {
|
|
18
|
-
font-size: 2rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
h3 {
|
|
22
|
-
font-size: 1.75rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
h4 {
|
|
26
|
-
font-size: 1.5rem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
h5 {
|
|
30
|
-
font-size: 1.25rem;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
h6 {
|
|
34
|
-
font-size: 1rem;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
mark {
|
|
38
|
-
background: #FFF8E1;
|
|
39
|
-
padding: .25rem .4rem;
|
|
40
|
-
border-radius: $borderRadius;
|
|
41
|
-
font-family: monospace;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
blockquote {
|
|
45
|
-
margin: 1rem 0;
|
|
46
|
-
padding: 0 2rem;
|
|
47
|
-
border-left: 4px solid #90A4AE;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
hr {
|
|
51
|
-
border-top: solid var(--surface-border);
|
|
52
|
-
border-width: 1px 0 0 0;
|
|
53
|
-
margin: 1rem 0;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
p {
|
|
57
|
-
margin: 0 0 1rem 0;
|
|
58
|
-
line-height: 1.5;
|
|
59
|
-
|
|
60
|
-
&:last-child {
|
|
61
|
-
margin-bottom: 0;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/* Utils */
|
|
2
|
-
.clearfix:after {
|
|
3
|
-
content: " ";
|
|
4
|
-
display: block;
|
|
5
|
-
clear: both;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.card {
|
|
9
|
-
background: var(--surface-card);
|
|
10
|
-
border: 1px solid var(--surface-border);
|
|
11
|
-
padding: 2rem;
|
|
12
|
-
margin-bottom: 2rem;
|
|
13
|
-
box-shadow: var(--card-shadow);
|
|
14
|
-
border-radius: $borderRadius;
|
|
15
|
-
|
|
16
|
-
&:last-child {
|
|
17
|
-
margin-bottom: 0;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.p-toast {
|
|
22
|
-
&.p-toast-top-right,
|
|
23
|
-
&.p-toast-top-left,
|
|
24
|
-
&.p-toast-top-center {
|
|
25
|
-
top: 100px;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
@import './_variables';
|
|
2
|
-
@import "./_mixins";
|
|
3
|
-
@import "./_main";
|
|
4
|
-
@import "./_topbar";
|
|
5
|
-
@import "./_menu";
|
|
6
|
-
@import "./_config";
|
|
7
|
-
@import "./_content";
|
|
8
|
-
@import "./_footer";
|
|
9
|
-
@import "./_responsive";
|
|
10
|
-
@import "./_utils";
|
|
11
|
-
@import "./_typography";
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Black.otf
DELETED
|
Binary file
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Bold.otf
DELETED
|
Binary file
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Heavy.otf
DELETED
|
Binary file
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Light.otf
DELETED
|
Binary file
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Medium.otf
DELETED
|
Binary file
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Regular.otf
DELETED
|
Binary file
|
package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Semibold.otf
DELETED
|
Binary file
|