@keenmate/pure-admin-core 1.0.0-rc06 → 1.1.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.
- package/README.md +77 -7
- package/dist/css/main.css +1313 -452
- package/package.json +1 -1
- package/snippets/customization.html +1 -1
- package/snippets/layout.html +66 -0
- package/snippets/manifest.json +0 -50
- package/snippets/profile.html +51 -3
- package/src/scss/_base-css-variables.scss +432 -422
- package/src/scss/_core.scss +105 -105
- package/src/scss/_fonts.scss +0 -14
- package/src/scss/_variables.scss +12 -14
- package/src/scss/core-components/_alerts.scss +7 -7
- package/src/scss/core-components/_base.scss +3 -3
- package/src/scss/core-components/_buttons.scss +425 -425
- package/src/scss/core-components/_callouts.scss +139 -139
- package/src/scss/core-components/_cards.scss +321 -321
- package/src/scss/core-components/_checkbox-lists.scss +2 -2
- package/src/scss/core-components/_code.scss +4 -4
- package/src/scss/core-components/_command-palette.scss +518 -518
- package/src/scss/core-components/_comparison.scss +3 -3
- package/src/scss/core-components/_file-selector.scss +780 -780
- package/src/scss/core-components/_forms.scss +16 -16
- package/src/scss/core-components/_grid.scss +25 -0
- package/src/scss/core-components/_layout.scss +15 -15
- package/src/scss/core-components/_lists.scss +7 -7
- package/src/scss/core-components/_logic-tree.scss +280 -280
- package/src/scss/core-components/_modals.scss +2 -2
- package/src/scss/core-components/_notifications.scss +74 -7
- package/src/scss/core-components/_pagers.scss +3 -3
- package/src/scss/core-components/_popconfirm.scss +1 -1
- package/src/scss/core-components/_profile.scss +400 -379
- package/src/scss/core-components/_scrollbars.scss +40 -41
- package/src/scss/core-components/_settings-panel.scss +5 -5
- package/src/scss/core-components/_statistics.scss +6 -6
- package/src/scss/core-components/_tables.scss +566 -566
- package/src/scss/core-components/_tabs.scss +493 -493
- package/src/scss/core-components/_timeline.scss +15 -15
- package/src/scss/core-components/_toasts.scss +4 -4
- package/src/scss/core-components/_tooltips.scss +8 -8
- package/src/scss/core-components/_utilities.scss +35 -30
- package/src/scss/core-components/_web-components-theme.scss +294 -294
- package/src/scss/core-components/badges/_composite-badge-variants.scss +3 -3
- package/src/scss/core-components/badges/_labels.scss +1 -1
- package/src/scss/core-components/forms/_checkboxes-radios.scss +2 -2
- package/src/scss/core-components/forms/_form-inputs.scss +4 -4
- package/src/scss/core-components/forms/_form-layout.scss +2 -2
- package/src/scss/core-components/forms/_form-states.scss +1 -1
- package/src/scss/core-components/forms/_input-groups.scss +13 -11
- package/src/scss/core-components/forms/_input-wrapper.scss +1 -1
- package/src/scss/core-components/forms/_query-editor.scss +17 -17
- package/src/scss/core-components/layout/_layout-container.scss +33 -1
- package/src/scss/core-components/layout/_navbar-elements.scss +1 -1
- package/src/scss/core-components/layout/_sidebar.scss +53 -2
- package/src/scss/utilities.scss +81 -2
- package/src/scss/variables/_base.scss +20 -10
- package/src/scss/variables/_colors.scss +7 -6
- package/src/scss/variables/_components.scss +8 -11
- package/src/scss/variables/_index.scss +11 -7
- package/src/scss/variables/_spacing.scss +12 -0
- package/src/scss/variables/_typography.scss +2 -2
- package/dist/fonts/Delivery/Delivery_W_Bd.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_BdIt.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_CdBlk.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_CdLt.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_It.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_Lt.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_LtIt.woff2 +0 -0
- package/dist/fonts/Delivery/Delivery_W_Rg.woff2 +0 -0
- package/src/scss/themes/_dark-base.scss +0 -207
- package/src/scss/themes/audi-light.scss +0 -341
- package/src/scss/themes/audi.scss +0 -303
- package/src/scss/themes/corporate.scss +0 -229
- package/src/scss/themes/dark-blue.scss +0 -165
- package/src/scss/themes/dark-green.scss +0 -169
- package/src/scss/themes/dark-red.scss +0 -173
- package/src/scss/themes/dark.scss +0 -158
- package/src/scss/themes/express.scss +0 -294
- package/src/scss/themes/minimal.scss +0 -134
package/src/scss/_core.scss
CHANGED
|
@@ -1,105 +1,105 @@
|
|
|
1
|
-
/* Pure Admin Visual Framework - Core Styles */
|
|
2
|
-
|
|
3
|
-
// Forward variables so they're available to files that @use this module
|
|
4
|
-
@forward 'variables/index';
|
|
5
|
-
|
|
6
|
-
/* ========================================
|
|
7
|
-
Component Imports
|
|
8
|
-
Each component is now in its own file for better maintainability
|
|
9
|
-
======================================== */
|
|
10
|
-
|
|
11
|
-
// Base styles and resets
|
|
12
|
-
@use 'core-components/base' as *;
|
|
13
|
-
|
|
14
|
-
// Scrollbar styling (global)
|
|
15
|
-
@use 'core-components/scrollbars' as *;
|
|
16
|
-
|
|
17
|
-
// Layout components (header, sidebar, footer, responsive)
|
|
18
|
-
@use 'core-components/layout' as *;
|
|
19
|
-
|
|
20
|
-
// Grid system and component layouts
|
|
21
|
-
@use 'core-components/grid' as *;
|
|
22
|
-
|
|
23
|
-
// Card components
|
|
24
|
-
@use 'core-components/cards' as *;
|
|
25
|
-
|
|
26
|
-
// Tab components
|
|
27
|
-
@use 'core-components/tabs' as *;
|
|
28
|
-
|
|
29
|
-
// Statistics components
|
|
30
|
-
@use 'core-components/statistics' as *;
|
|
31
|
-
|
|
32
|
-
// List components
|
|
33
|
-
@use 'core-components/lists' as *;
|
|
34
|
-
|
|
35
|
-
// Badge components (standard and composite)
|
|
36
|
-
@use 'core-components/badges' as *;
|
|
37
|
-
|
|
38
|
-
// Button components
|
|
39
|
-
@use 'core-components/buttons' as *;
|
|
40
|
-
|
|
41
|
-
// Loader animations
|
|
42
|
-
@use 'core-components/loaders' as *;
|
|
43
|
-
|
|
44
|
-
// Tooltips and popovers
|
|
45
|
-
@use 'core-components/tooltips' as *;
|
|
46
|
-
|
|
47
|
-
// Alert components
|
|
48
|
-
@use 'core-components/alerts' as *;
|
|
49
|
-
|
|
50
|
-
// Callout components (documentation-style)
|
|
51
|
-
@use 'core-components/callouts' as *;
|
|
52
|
-
|
|
53
|
-
// Form elements
|
|
54
|
-
@use 'core-components/forms' as *;
|
|
55
|
-
|
|
56
|
-
// Web Components Theme Integration (for @keenmate components)
|
|
57
|
-
@use 'core-components/web-components-theme' as *;
|
|
58
|
-
|
|
59
|
-
// File selector components
|
|
60
|
-
@use 'core-components/file-selector' as *;
|
|
61
|
-
|
|
62
|
-
// Checkbox lists
|
|
63
|
-
@use 'core-components/checkbox-lists' as *;
|
|
64
|
-
|
|
65
|
-
// Table components
|
|
66
|
-
@use 'core-components/tables' as *;
|
|
67
|
-
|
|
68
|
-
// Comparison tables
|
|
69
|
-
@use 'core-components/comparison' as *;
|
|
70
|
-
|
|
71
|
-
// Code blocks and syntax display
|
|
72
|
-
@use 'core-components/code' as *;
|
|
73
|
-
|
|
74
|
-
// Pagination and load more
|
|
75
|
-
@use 'core-components/pagers' as *;
|
|
76
|
-
|
|
77
|
-
// Profile panel
|
|
78
|
-
@use 'core-components/profile' as *;
|
|
79
|
-
|
|
80
|
-
// Modal windows
|
|
81
|
-
@use 'core-components/modals' as *;
|
|
82
|
-
|
|
83
|
-
// Toast notifications
|
|
84
|
-
@use 'core-components/toasts' as *;
|
|
85
|
-
|
|
86
|
-
// Timeline components
|
|
87
|
-
@use 'core-components/timeline' as *;
|
|
88
|
-
|
|
89
|
-
// Command Palette
|
|
90
|
-
@use 'core-components/command-palette' as *;
|
|
91
|
-
|
|
92
|
-
// Logic Tree Renderer
|
|
93
|
-
@use 'core-components/logic-tree' as *;
|
|
94
|
-
|
|
95
|
-
// Notification bell
|
|
96
|
-
@use 'core-components/notifications' as *;
|
|
97
|
-
|
|
98
|
-
// Popconfirm (anchored confirmation dialogs)
|
|
99
|
-
@use 'core-components/popconfirm' as *;
|
|
100
|
-
|
|
101
|
-
// Settings Panel
|
|
102
|
-
@use 'core-components/settings-panel' as *;
|
|
103
|
-
|
|
104
|
-
// Utility classes and helpers
|
|
105
|
-
@use 'core-components/utilities' as *;
|
|
1
|
+
/* Pure Admin Visual Framework - Core Styles */
|
|
2
|
+
|
|
3
|
+
// Forward variables so they're available to files that @use this module
|
|
4
|
+
@forward 'variables/index';
|
|
5
|
+
|
|
6
|
+
/* ========================================
|
|
7
|
+
Component Imports
|
|
8
|
+
Each component is now in its own file for better maintainability
|
|
9
|
+
======================================== */
|
|
10
|
+
|
|
11
|
+
// Base styles and resets
|
|
12
|
+
@use 'core-components/base' as *;
|
|
13
|
+
|
|
14
|
+
// Scrollbar styling (global)
|
|
15
|
+
@use 'core-components/scrollbars' as *;
|
|
16
|
+
|
|
17
|
+
// Layout components (header, sidebar, footer, responsive)
|
|
18
|
+
@use 'core-components/layout' as *;
|
|
19
|
+
|
|
20
|
+
// Grid system and component layouts
|
|
21
|
+
@use 'core-components/grid' as *;
|
|
22
|
+
|
|
23
|
+
// Card components
|
|
24
|
+
@use 'core-components/cards' as *;
|
|
25
|
+
|
|
26
|
+
// Tab components
|
|
27
|
+
@use 'core-components/tabs' as *;
|
|
28
|
+
|
|
29
|
+
// Statistics components
|
|
30
|
+
@use 'core-components/statistics' as *;
|
|
31
|
+
|
|
32
|
+
// List components
|
|
33
|
+
@use 'core-components/lists' as *;
|
|
34
|
+
|
|
35
|
+
// Badge components (standard and composite)
|
|
36
|
+
@use 'core-components/badges' as *;
|
|
37
|
+
|
|
38
|
+
// Button components
|
|
39
|
+
@use 'core-components/buttons' as *;
|
|
40
|
+
|
|
41
|
+
// Loader animations
|
|
42
|
+
@use 'core-components/loaders' as *;
|
|
43
|
+
|
|
44
|
+
// Tooltips and popovers
|
|
45
|
+
@use 'core-components/tooltips' as *;
|
|
46
|
+
|
|
47
|
+
// Alert components
|
|
48
|
+
@use 'core-components/alerts' as *;
|
|
49
|
+
|
|
50
|
+
// Callout components (documentation-style)
|
|
51
|
+
@use 'core-components/callouts' as *;
|
|
52
|
+
|
|
53
|
+
// Form elements
|
|
54
|
+
@use 'core-components/forms' as *;
|
|
55
|
+
|
|
56
|
+
// Web Components Theme Integration (for @keenmate components)
|
|
57
|
+
@use 'core-components/web-components-theme' as *;
|
|
58
|
+
|
|
59
|
+
// File selector components
|
|
60
|
+
@use 'core-components/file-selector' as *;
|
|
61
|
+
|
|
62
|
+
// Checkbox lists
|
|
63
|
+
@use 'core-components/checkbox-lists' as *;
|
|
64
|
+
|
|
65
|
+
// Table components
|
|
66
|
+
@use 'core-components/tables' as *;
|
|
67
|
+
|
|
68
|
+
// Comparison tables
|
|
69
|
+
@use 'core-components/comparison' as *;
|
|
70
|
+
|
|
71
|
+
// Code blocks and syntax display
|
|
72
|
+
@use 'core-components/code' as *;
|
|
73
|
+
|
|
74
|
+
// Pagination and load more
|
|
75
|
+
@use 'core-components/pagers' as *;
|
|
76
|
+
|
|
77
|
+
// Profile panel
|
|
78
|
+
@use 'core-components/profile' as *;
|
|
79
|
+
|
|
80
|
+
// Modal windows
|
|
81
|
+
@use 'core-components/modals' as *;
|
|
82
|
+
|
|
83
|
+
// Toast notifications
|
|
84
|
+
@use 'core-components/toasts' as *;
|
|
85
|
+
|
|
86
|
+
// Timeline components
|
|
87
|
+
@use 'core-components/timeline' as *;
|
|
88
|
+
|
|
89
|
+
// Command Palette
|
|
90
|
+
@use 'core-components/command-palette' as *;
|
|
91
|
+
|
|
92
|
+
// Logic Tree Renderer
|
|
93
|
+
@use 'core-components/logic-tree' as *;
|
|
94
|
+
|
|
95
|
+
// Notification bell
|
|
96
|
+
@use 'core-components/notifications' as *;
|
|
97
|
+
|
|
98
|
+
// Popconfirm (anchored confirmation dialogs)
|
|
99
|
+
@use 'core-components/popconfirm' as *;
|
|
100
|
+
|
|
101
|
+
// Settings Panel
|
|
102
|
+
@use 'core-components/settings-panel' as *;
|
|
103
|
+
|
|
104
|
+
// Utility classes and helpers
|
|
105
|
+
@use 'core-components/utilities' as *;
|
package/src/scss/_fonts.scss
CHANGED
|
@@ -2,12 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
// Default framework fonts - themes can override these
|
|
4
4
|
|
|
5
|
-
// Delivery Font (framework default)
|
|
6
|
-
@font-face {
|
|
7
|
-
font-family: "Delivery";
|
|
8
|
-
src: url(/fonts/Delivery/Delivery_W_Rg.woff2) format("woff2");
|
|
9
|
-
}
|
|
10
|
-
|
|
11
5
|
// Font size classes
|
|
12
6
|
.font-size-small {
|
|
13
7
|
font-size: 14px;
|
|
@@ -53,14 +47,6 @@
|
|
|
53
47
|
.font-family-mono {
|
|
54
48
|
font-family: "Courier New", Courier, monospace;
|
|
55
49
|
|
|
56
|
-
*, h1, h2, h3, h4, h5, h6, p, div, span, button, input, textarea, select {
|
|
57
|
-
font-family: inherit;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.font-family-delivery {
|
|
62
|
-
font-family: "Delivery", system-ui, sans-serif;
|
|
63
|
-
|
|
64
50
|
*, h1, h2, h3, h4, h5, h6, p, div, span, button, input, textarea, select {
|
|
65
51
|
font-family: inherit;
|
|
66
52
|
}
|
package/src/scss/_variables.scss
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
/* Pure Admin Visual Framework - SCSS Variables Only */
|
|
2
|
-
/* NOTE: 10px rem base - all rem values are now in 10px units (1rem = 10px) */
|
|
3
|
-
|
|
4
|
-
// ============================================================================
|
|
5
|
-
// BACKWARD COMPATIBILITY AGGREGATOR
|
|
6
|
-
// This file
|
|
7
|
-
//
|
|
8
|
-
//
|
|
9
|
-
//
|
|
10
|
-
//
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@forward 'variables/index';
|
|
1
|
+
/* Pure Admin Visual Framework - SCSS Variables Only */
|
|
2
|
+
/* NOTE: 10px rem base - all rem values are now in 10px units (1rem = 10px) */
|
|
3
|
+
|
|
4
|
+
// ============================================================================
|
|
5
|
+
// BACKWARD COMPATIBILITY AGGREGATOR
|
|
6
|
+
// This file imports all variables from the modular variables/ directory.
|
|
7
|
+
// IMPORTANT: We use @import (not @forward) to ensure variables share the global
|
|
8
|
+
// scope. This allows themes to set $base-* variables BEFORE importing this file,
|
|
9
|
+
// and the !default flags will skip already-defined variables.
|
|
10
|
+
// ============================================================================
|
|
11
|
+
|
|
12
|
+
@import 'variables/index';
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
&--secondary {
|
|
36
|
-
color: var(--pa-text-
|
|
37
|
-
background-color: color-mix(in srgb, var(--pa-text-
|
|
36
|
+
color: var(--pa-text-color-2);
|
|
37
|
+
background-color: color-mix(in srgb, var(--pa-text-color-2) 15%, transparent);
|
|
38
38
|
border-color: var(--pa-border-color);
|
|
39
39
|
}
|
|
40
40
|
|
|
@@ -64,15 +64,15 @@
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
&--light {
|
|
67
|
-
color: var(--pa-text-
|
|
68
|
-
background-color: color-mix(in srgb, var(--pa-text-
|
|
67
|
+
color: var(--pa-text-color-1);
|
|
68
|
+
background-color: color-mix(in srgb, var(--pa-text-color-1) 5%, transparent);
|
|
69
69
|
border-color: var(--pa-border-color);
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
&--dark {
|
|
73
|
-
color: var(--pa-text-
|
|
74
|
-
background-color: color-mix(in srgb, var(--pa-text-
|
|
75
|
-
border-color: color-mix(in srgb, var(--pa-text-
|
|
73
|
+
color: var(--pa-text-color-1);
|
|
74
|
+
background-color: color-mix(in srgb, var(--pa-text-color-1) 5%, transparent);
|
|
75
|
+
border-color: color-mix(in srgb, var(--pa-text-color-1) 10%, transparent);
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
// Outline variants
|
|
@@ -83,10 +83,10 @@ figure {
|
|
|
83
83
|
body {
|
|
84
84
|
margin: 0;
|
|
85
85
|
padding: 0;
|
|
86
|
-
font-family:
|
|
86
|
+
font-family: var(--base-font-family);
|
|
87
87
|
font-size: 1.6rem; // 16px default text (with 10px rem base)
|
|
88
|
-
color: var(--pa-text-
|
|
89
|
-
background-color: var(--pa-
|
|
88
|
+
color: var(--pa-text-color-1);
|
|
89
|
+
background-color: var(--pa-main-bg);
|
|
90
90
|
line-height: $line-height-base;
|
|
91
91
|
overflow-x: hidden; // Hide horizontal scrollbar when sidebar slides out on mobile
|
|
92
92
|
overflow-y: scroll; // Always show vertical scrollbar gutter to prevent layout shift
|