@cityway/basic-ui 1.0.2-beta003 → 1.0.2-beta004
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/cityway-basic-ui-1.0.2-beta004.tgz +0 -0
- package/fesm2022/cityway-basic-ui.mjs +2 -5
- package/fesm2022/cityway-basic-ui.mjs.map +1 -1
- package/lib/assets/styles/scss/components/_leaflet.scss +1 -1
- package/lib/assets/styles/scss/components/_ngx-intl-tel-input.scss +1 -1
- package/lib/assets/styles/scss/components/_vis.scss +1 -1
- package/lib/assets/styles/scss/components/_wizard-stepper.scss +1 -1
- package/lib/assets/styles/scss/styles-bo.scss +53 -53
- package/lib/assets/styles/scss/styles-fo.scss +54 -54
- package/lib/assets/styles/scss/variables/_custom.scss +1 -1
- package/lib/assets/styles/scss/variables/_site.scss +55 -55
- package/package.json +2 -4
- package/styles/styles-bo.min.css +1 -5
- package/styles/styles-bo.min.css.map +1 -1
- package/styles/styles-fo.min.css +1 -5
- package/styles/styles-fo.min.css.map +1 -1
- package/cityway-basic-ui-1.0.2-beta003.tgz +0 -0
|
@@ -44,57 +44,57 @@
|
|
|
44
44
|
//## Import de bootstrap contrôlé
|
|
45
45
|
//--------------------------------------------------------
|
|
46
46
|
//@import "bootstrap";
|
|
47
|
-
@import "bootstrap/scss/mixins/banner";
|
|
48
|
-
@include bsBanner("");
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
// scss-docs-start import-stack
|
|
52
|
-
// Configuration
|
|
53
|
-
|
|
54
|
-
@import "variables/custom";
|
|
55
|
-
@import "bootstrap/scss/variables";
|
|
56
|
-
@import "bootstrap/scss/variables-dark";
|
|
57
|
-
@import "bootstrap/scss/maps";
|
|
58
|
-
@import "bootstrap/scss/mixins";
|
|
59
|
-
@import "bootstrap/scss/utilities";
|
|
60
|
-
|
|
61
|
-
// Layout & components
|
|
62
|
-
@import "bootstrap/scss/root";
|
|
63
|
-
//@import "bootstrap/scss/reboot";
|
|
64
|
-
//@import "bootstrap/scss/type";
|
|
65
|
-
//@import "bootstrap/scss/images";
|
|
66
|
-
//@import "bootstrap/scss/containers";
|
|
67
|
-
//@import "bootstrap/scss/grid";
|
|
68
|
-
@import "bootstrap/scss/tables";
|
|
69
|
-
@import "bootstrap/scss/forms";
|
|
70
|
-
//@import "bootstrap/scss/buttons";
|
|
71
|
-
//@import "bootstrap/scss/transitions";
|
|
72
|
-
@import "bootstrap/scss/dropdown";
|
|
73
|
-
@import "bootstrap/scss/button-group";
|
|
74
|
-
//@import "bootstrap/scss/nav";
|
|
75
|
-
//@import "bootstrap/scss/navbar";
|
|
76
|
-
//@import "bootstrap/scss/card";
|
|
77
|
-
//@import "bootstrap/scss/accordion";
|
|
78
|
-
//@import "bootstrap/scss/breadcrumb";
|
|
79
|
-
//@import "bootstrap/scss/pagination";
|
|
80
|
-
//@import "bootstrap/scss/badge";
|
|
81
|
-
//@import "bootstrap/scss/alert";
|
|
82
|
-
@import "bootstrap/scss/progress";
|
|
83
|
-
@import "bootstrap/scss/list-group";
|
|
84
|
-
//@import "bootstrap/scss/close";
|
|
85
|
-
//@import "bootstrap/scss/toasts";
|
|
86
|
-
//@import "bootstrap/scss/modal";
|
|
87
|
-
@import "bootstrap/scss/tooltip";
|
|
88
|
-
@import "bootstrap/scss/popover";
|
|
89
|
-
//@import "bootstrap/scss/carousel";
|
|
90
|
-
//@import "bootstrap/scss/offcanvas";
|
|
91
|
-
//@import "bootstrap/scss/placeholders";
|
|
92
|
-
|
|
93
|
-
// Helpers
|
|
94
|
-
//@import "bootstrap/scss/helpers";
|
|
95
|
-
|
|
96
|
-
// Utilities
|
|
97
|
-
@import "bootstrap/scss/utilities/api";
|
|
47
|
+
// @import "bootstrap/scss/mixins/banner";
|
|
48
|
+
// @include bsBanner("");
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// // scss-docs-start import-stack
|
|
52
|
+
// // Configuration
|
|
53
|
+
//
|
|
54
|
+
// @import "variables/custom";
|
|
55
|
+
// @import "bootstrap/scss/variables";
|
|
56
|
+
// @import "bootstrap/scss/variables-dark";
|
|
57
|
+
// @import "bootstrap/scss/maps";
|
|
58
|
+
// @import "bootstrap/scss/mixins";
|
|
59
|
+
// @import "bootstrap/scss/utilities";
|
|
60
|
+
|
|
61
|
+
// // Layout & components
|
|
62
|
+
// @import "bootstrap/scss/root";
|
|
63
|
+
// //@import "bootstrap/scss/reboot";
|
|
64
|
+
// //@import "bootstrap/scss/type";
|
|
65
|
+
// //@import "bootstrap/scss/images";
|
|
66
|
+
// //@import "bootstrap/scss/containers";
|
|
67
|
+
// //@import "bootstrap/scss/grid";
|
|
68
|
+
// @import "bootstrap/scss/tables";
|
|
69
|
+
// @import "bootstrap/scss/forms";
|
|
70
|
+
// //@import "bootstrap/scss/buttons";
|
|
71
|
+
// //@import "bootstrap/scss/transitions";
|
|
72
|
+
// @import "bootstrap/scss/dropdown";
|
|
73
|
+
// @import "bootstrap/scss/button-group";
|
|
74
|
+
// //@import "bootstrap/scss/nav";
|
|
75
|
+
// //@import "bootstrap/scss/navbar";
|
|
76
|
+
// //@import "bootstrap/scss/card";
|
|
77
|
+
// //@import "bootstrap/scss/accordion";
|
|
78
|
+
// //@import "bootstrap/scss/breadcrumb";
|
|
79
|
+
// //@import "bootstrap/scss/pagination";
|
|
80
|
+
// //@import "bootstrap/scss/badge";
|
|
81
|
+
// //@import "bootstrap/scss/alert";
|
|
82
|
+
// @import "bootstrap/scss/progress";
|
|
83
|
+
// @import "bootstrap/scss/list-group";
|
|
84
|
+
// //@import "bootstrap/scss/close";
|
|
85
|
+
// //@import "bootstrap/scss/toasts";
|
|
86
|
+
// //@import "bootstrap/scss/modal";
|
|
87
|
+
// @import "bootstrap/scss/tooltip";
|
|
88
|
+
// @import "bootstrap/scss/popover";
|
|
89
|
+
// //@import "bootstrap/scss/carousel";
|
|
90
|
+
// //@import "bootstrap/scss/offcanvas";
|
|
91
|
+
// //@import "bootstrap/scss/placeholders";
|
|
92
|
+
|
|
93
|
+
// // Helpers
|
|
94
|
+
// //@import "bootstrap/scss/helpers";
|
|
95
|
+
|
|
96
|
+
// // Utilities
|
|
97
|
+
// @import "bootstrap/scss/utilities/api";
|
|
98
98
|
// scss-docs-end import-stack
|
|
99
99
|
|
|
100
100
|
//## Mixins
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
|
|
115
115
|
//## Import styles
|
|
116
116
|
//--------------------------------------------------------
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
//@import "custom-bootstrap";
|
|
118
|
+
//@import "components";
|
|
119
119
|
|
|
120
120
|
// Tools
|
|
121
121
|
//--------------------------------------------------------
|
|
@@ -44,58 +44,58 @@
|
|
|
44
44
|
//## Import de bootstrap contrôlé
|
|
45
45
|
//--------------------------------------------------------
|
|
46
46
|
//@import "bootstrap";
|
|
47
|
-
@import "bootstrap/scss/mixins/banner";
|
|
48
|
-
@include bsBanner("");
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
// scss-docs-start import-stack
|
|
52
|
-
// Configuration
|
|
53
|
-
|
|
54
|
-
@import "variables/custom";
|
|
55
|
-
@import "bootstrap/scss/variables";
|
|
56
|
-
@import "bootstrap/scss/variables-dark";
|
|
57
|
-
@import "bootstrap/scss/maps";
|
|
58
|
-
@import "bootstrap/scss/mixins";
|
|
59
|
-
@import "bootstrap/scss/utilities";
|
|
60
|
-
|
|
61
|
-
// Layout & components
|
|
62
|
-
@import "bootstrap/scss/root";
|
|
63
|
-
//@import "bootstrap/scss/reboot";
|
|
64
|
-
//@import "bootstrap/scss/type";
|
|
65
|
-
//@import "bootstrap/scss/images";
|
|
66
|
-
//@import "bootstrap/scss/containers";
|
|
67
|
-
//@import "bootstrap/scss/grid";
|
|
68
|
-
@import "bootstrap/scss/tables";
|
|
69
|
-
@import "bootstrap/scss/forms";
|
|
70
|
-
//@import "bootstrap/scss/buttons";
|
|
71
|
-
//@import "bootstrap/scss/transitions";
|
|
72
|
-
@import "bootstrap/scss/dropdown";
|
|
73
|
-
@import "bootstrap/scss/button-group";
|
|
74
|
-
//@import "bootstrap/scss/nav";
|
|
75
|
-
//@import "bootstrap/scss/navbar";
|
|
76
|
-
//@import "bootstrap/scss/card";
|
|
77
|
-
//@import "bootstrap/scss/accordion";
|
|
78
|
-
//@import "bootstrap/scss/breadcrumb";
|
|
79
|
-
//@import "bootstrap/scss/pagination";
|
|
80
|
-
//@import "bootstrap/scss/badge";
|
|
81
|
-
//@import "bootstrap/scss/alert";
|
|
82
|
-
@import "bootstrap/scss/progress";
|
|
83
|
-
@import "bootstrap/scss/list-group";
|
|
84
|
-
//@import "bootstrap/scss/close";
|
|
85
|
-
//@import "bootstrap/scss/toasts";
|
|
86
|
-
//@import "bootstrap/scss/modal";
|
|
87
|
-
@import "bootstrap/scss/tooltip";
|
|
88
|
-
@import "bootstrap/scss/popover";
|
|
89
|
-
//@import "bootstrap/scss/carousel";
|
|
90
|
-
//@import "bootstrap/scss/offcanvas";
|
|
91
|
-
//@import "bootstrap/scss/placeholders";
|
|
92
|
-
|
|
93
|
-
// Helpers
|
|
94
|
-
//@import "bootstrap/scss/helpers";
|
|
95
|
-
|
|
96
|
-
// Utilities
|
|
97
|
-
@import "bootstrap/scss/utilities/api";
|
|
98
|
-
// scss-docs-end import-stack
|
|
47
|
+
// @import "bootstrap/scss/mixins/banner";
|
|
48
|
+
// @include bsBanner("");
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// // scss-docs-start import-stack
|
|
52
|
+
// // Configuration
|
|
53
|
+
//
|
|
54
|
+
// @import "variables/custom";
|
|
55
|
+
// @import "bootstrap/scss/variables";
|
|
56
|
+
// @import "bootstrap/scss/variables-dark";
|
|
57
|
+
// @import "bootstrap/scss/maps";
|
|
58
|
+
// @import "bootstrap/scss/mixins";
|
|
59
|
+
// @import "bootstrap/scss/utilities";
|
|
60
|
+
|
|
61
|
+
// // Layout & components
|
|
62
|
+
// @import "bootstrap/scss/root";
|
|
63
|
+
// //@import "bootstrap/scss/reboot";
|
|
64
|
+
// //@import "bootstrap/scss/type";
|
|
65
|
+
// //@import "bootstrap/scss/images";
|
|
66
|
+
// //@import "bootstrap/scss/containers";
|
|
67
|
+
// //@import "bootstrap/scss/grid";
|
|
68
|
+
// @import "bootstrap/scss/tables";
|
|
69
|
+
// @import "bootstrap/scss/forms";
|
|
70
|
+
// //@import "bootstrap/scss/buttons";
|
|
71
|
+
// //@import "bootstrap/scss/transitions";
|
|
72
|
+
// @import "bootstrap/scss/dropdown";
|
|
73
|
+
// @import "bootstrap/scss/button-group";
|
|
74
|
+
// //@import "bootstrap/scss/nav";
|
|
75
|
+
// //@import "bootstrap/scss/navbar";
|
|
76
|
+
// //@import "bootstrap/scss/card";
|
|
77
|
+
// //@import "bootstrap/scss/accordion";
|
|
78
|
+
// //@import "bootstrap/scss/breadcrumb";
|
|
79
|
+
// //@import "bootstrap/scss/pagination";
|
|
80
|
+
// //@import "bootstrap/scss/badge";
|
|
81
|
+
// //@import "bootstrap/scss/alert";
|
|
82
|
+
// @import "bootstrap/scss/progress";
|
|
83
|
+
// @import "bootstrap/scss/list-group";
|
|
84
|
+
// //@import "bootstrap/scss/close";
|
|
85
|
+
// //@import "bootstrap/scss/toasts";
|
|
86
|
+
// //@import "bootstrap/scss/modal";
|
|
87
|
+
// @import "bootstrap/scss/tooltip";
|
|
88
|
+
// @import "bootstrap/scss/popover";
|
|
89
|
+
// //@import "bootstrap/scss/carousel";
|
|
90
|
+
// //@import "bootstrap/scss/offcanvas";
|
|
91
|
+
// //@import "bootstrap/scss/placeholders";
|
|
92
|
+
|
|
93
|
+
// // Helpers
|
|
94
|
+
// //@import "bootstrap/scss/helpers";
|
|
95
|
+
|
|
96
|
+
// // Utilities
|
|
97
|
+
// @import "bootstrap/scss/utilities/api";
|
|
98
|
+
// // scss-docs-end import-stack
|
|
99
99
|
|
|
100
100
|
//## Mixins
|
|
101
101
|
//--------------------------------------------------------
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
|
|
115
115
|
//## Import styles
|
|
116
116
|
//--------------------------------------------------------
|
|
117
|
-
@import "custom-bootstrap";
|
|
118
|
-
@import "components";
|
|
117
|
+
// @import "custom-bootstrap";
|
|
118
|
+
// @import "components";
|
|
119
119
|
|
|
120
120
|
// Tools
|
|
121
121
|
//--------------------------------------------------------
|
|
@@ -1,68 +1,68 @@
|
|
|
1
1
|
|
|
2
|
-
@import "bootstrap/scss/functions";
|
|
3
|
-
@import "custom";
|
|
4
2
|
|
|
5
|
-
//
|
|
6
|
-
//
|
|
7
|
-
$transition-duration: 200ms !default;
|
|
8
|
-
$sidebar-width: 17.5rem !default;
|
|
9
|
-
$sidebar-small-menu-width: 5rem !default;
|
|
10
|
-
$header-height: 3.5rem !default;
|
|
11
|
-
$header-footer-height: ($header-height * 2) !default;
|
|
3
|
+
// @import "custom";
|
|
12
4
|
|
|
13
|
-
|
|
5
|
+
// // Variables Theme
|
|
6
|
+
// //
|
|
7
|
+
// $transition-duration: 200ms !default;
|
|
8
|
+
// $sidebar-width: 17.5rem !default;
|
|
9
|
+
// $sidebar-small-menu-width: 5rem !default;
|
|
10
|
+
// $header-height: 3.5rem !default;
|
|
11
|
+
// $header-footer-height: ($header-height * 2) !default;
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
// Variables to US
|
|
13
|
+
// $font-size-base-icon: 1.1875rem !default;
|
|
17
14
|
|
|
18
|
-
|
|
15
|
+
// /////////////////////////////////////////////////////
|
|
16
|
+
// // Variables to US
|
|
19
17
|
|
|
20
|
-
$
|
|
21
|
-
$loader-color: var(--bs-primary);
|
|
22
|
-
$loader-border-size: 0.563rem;
|
|
23
|
-
$loader-bg-color: #dddddd;
|
|
24
|
-
$loader-bg-color-opacity: 0.35;
|
|
25
|
-
$loader-animation-duration: 0.8s;
|
|
18
|
+
// $cw-font-size: 1.25rem;
|
|
26
19
|
|
|
27
|
-
//
|
|
28
|
-
$
|
|
20
|
+
// $loader-size: 3.75rem;
|
|
21
|
+
// $loader-color: var(--bs-primary);
|
|
22
|
+
// $loader-border-size: 0.563rem;
|
|
23
|
+
// $loader-bg-color: #dddddd;
|
|
24
|
+
// $loader-bg-color-opacity: 0.35;
|
|
25
|
+
// $loader-animation-duration: 0.8s;
|
|
29
26
|
|
|
30
|
-
//
|
|
31
|
-
$
|
|
32
|
-
$sidebar-menu-bg: var(--bs-primary);
|
|
33
|
-
$sidebar-menu-color: $white;
|
|
34
|
-
$sidebar-menu-link-height: 3rem;
|
|
35
|
-
$sidebar-menu-link-hover: var(--bs-primary)-hover;
|
|
36
|
-
$sidebar-menu-link-font-size: 1.125rem;
|
|
37
|
-
$sidebar-menu-submenu-link-font-size: 1rem;
|
|
38
|
-
$sidebar-menu-submenu-link-height: 2.125rem;
|
|
39
|
-
$sidebar-menu-collapsed-width: 3.25rem;
|
|
27
|
+
// // Footer
|
|
28
|
+
// $footer-height: 3.5rem;
|
|
40
29
|
|
|
41
|
-
//
|
|
42
|
-
$
|
|
30
|
+
// // Menu
|
|
31
|
+
// $sidebar-menu-brand-font-size: 1.375rem;
|
|
32
|
+
// $sidebar-menu-bg: var(--bs-primary);
|
|
33
|
+
// $sidebar-menu-color: $white;
|
|
34
|
+
// $sidebar-menu-link-height: 3rem;
|
|
35
|
+
// $sidebar-menu-link-hover: var(--bs-primary)-hover;
|
|
36
|
+
// $sidebar-menu-link-font-size: 1.125rem;
|
|
37
|
+
// $sidebar-menu-submenu-link-font-size: 1rem;
|
|
38
|
+
// $sidebar-menu-submenu-link-height: 2.125rem;
|
|
39
|
+
// $sidebar-menu-collapsed-width: 3.25rem;
|
|
43
40
|
|
|
44
|
-
//
|
|
45
|
-
$
|
|
41
|
+
// // Navs
|
|
42
|
+
// $nav-tabs-content-bg: $white !default;
|
|
46
43
|
|
|
47
|
-
//
|
|
48
|
-
$
|
|
49
|
-
$btn-disabled-bg: $grey10;
|
|
50
|
-
$btn-disabled-color: $white;
|
|
44
|
+
// // Form
|
|
45
|
+
// $form-group-margin-bottom: 1rem;
|
|
51
46
|
|
|
52
|
-
//
|
|
53
|
-
|
|
54
|
-
$
|
|
55
|
-
$
|
|
47
|
+
// // Button
|
|
48
|
+
// $btn-min-width: 12.5rem;
|
|
49
|
+
// $btn-disabled-bg: $grey10;
|
|
50
|
+
// $btn-disabled-color: $white;
|
|
56
51
|
|
|
57
|
-
//
|
|
58
|
-
$
|
|
59
|
-
$
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
52
|
+
// // size 100% - margin
|
|
53
|
+
// $width-minus-container: calc(100% + #{$grid-gutter-width * 2});
|
|
54
|
+
// $width-minus-container-rwd: calc(100% + 2rem);
|
|
55
|
+
// $width-minus-card: calc(100% + #{$card-spacer-y * 2});
|
|
56
|
+
|
|
57
|
+
// // Font size
|
|
58
|
+
// $font-sizes: () !default;
|
|
59
|
+
// $font-sizes: map-merge(
|
|
60
|
+
// (
|
|
61
|
+
// "xs": $font-size-base * 0.8,
|
|
62
|
+
// "sm": $font-size-base * 0.9,
|
|
63
|
+
// "md": $font-size-base * 1,
|
|
64
|
+
// "lg": $font-size-base * 1.1,
|
|
65
|
+
// "xl": $font-size-base * 1.2,
|
|
66
|
+
// ),
|
|
67
|
+
// $font-sizes
|
|
68
|
+
// );
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cityway/basic-ui",
|
|
3
|
-
"version": "1.0.2-
|
|
3
|
+
"version": "1.0.2-beta004",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.3.0",
|
|
6
6
|
"@angular/core": "^20.3.0",
|
|
@@ -8,12 +8,10 @@
|
|
|
8
8
|
"@angular/animations": "^20.3.0",
|
|
9
9
|
"@angular/cdk": "^20.2.2",
|
|
10
10
|
"@angular/platform-browser": "^20.3.0",
|
|
11
|
-
"@cityway/design-tokens": "1.0.1-
|
|
11
|
+
"@cityway/design-tokens": "1.0.1-beta004"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@ng-bootstrap/ng-bootstrap": "19.0.1",
|
|
15
14
|
"@ng-select/ng-select": "20.0.1",
|
|
16
|
-
"bootstrap": "5.3.0",
|
|
17
15
|
"@angular-slider/ngx-slider": "20.0.0",
|
|
18
16
|
"tslib": "^2.8.0"
|
|
19
17
|
},
|