@geoit/ui 0.0.4 → 0.0.5
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/AGENTS.md +12 -8
- package/README.md +49 -62
- package/ai/AGENTS.md +38 -28
- package/ai/README.md +35 -1
- package/ai/catalog.json +2796 -288
- package/ai/components/geo-alert.md +3 -3
- package/ai/components/geo-back-button.md +2 -2
- package/ai/components/geo-breadcrumb.md +1 -1
- package/ai/components/geo-button.md +3 -3
- package/ai/components/geo-chart.md +103 -0
- package/ai/components/geo-checkbox.md +4 -6
- package/ai/components/geo-column-picker.md +3 -3
- package/ai/components/geo-confirm-modal.md +4 -5
- package/ai/components/geo-dashboard.md +91 -0
- package/ai/components/geo-date-picker.md +5 -3
- package/ai/components/geo-date-range-picker.md +5 -3
- package/ai/components/geo-empty-state.md +75 -0
- package/ai/components/geo-feedback-form.md +97 -0
- package/ai/components/geo-file-picker.md +4 -2
- package/ai/components/geo-forgot-password.md +78 -0
- package/ai/components/geo-form-modal.md +9 -10
- package/ai/components/geo-icon.md +3 -3
- package/ai/components/geo-input.md +8 -6
- package/ai/components/geo-layout-footer.md +70 -0
- package/ai/components/geo-layout-header-actions.md +82 -0
- package/ai/components/geo-layout-header.md +89 -0
- package/ai/components/geo-layout-sidebar.md +86 -0
- package/ai/components/geo-layout.md +155 -0
- package/ai/components/geo-list-page.md +72 -0
- package/ai/components/geo-login.md +94 -0
- package/ai/components/geo-map-admin-filter.md +80 -0
- package/ai/components/geo-map-basemap-switcher.md +75 -0
- package/ai/components/geo-map-help.md +72 -0
- package/ai/components/geo-map-layer-card.md +73 -0
- package/ai/components/geo-map-layer-panel.md +75 -0
- package/ai/components/geo-map-layers-drawer.md +78 -0
- package/ai/components/geo-map-legend.md +74 -0
- package/ai/components/geo-map-locate.md +75 -0
- package/ai/components/geo-map-location-chip.md +71 -0
- package/ai/components/geo-map-measure.md +74 -0
- package/ai/components/geo-map-opacity.md +75 -0
- package/ai/components/geo-map-parcel-popup.md +79 -0
- package/ai/components/geo-map-search.md +83 -0
- package/ai/components/geo-map-shell.md +110 -0
- package/ai/components/geo-map-snapshot.md +75 -0
- package/ai/components/geo-map-swipe.md +73 -0
- package/ai/components/geo-map-toolbar.md +76 -0
- package/ai/components/geo-map-zoom.md +74 -0
- package/ai/components/geo-map.md +205 -0
- package/ai/components/geo-overlap-result.md +88 -0
- package/ai/components/geo-page-header.md +72 -0
- package/ai/components/geo-page-title.md +1 -1
- package/ai/components/geo-pagination.md +4 -7
- package/ai/components/geo-radio.md +3 -1
- package/ai/components/geo-row-actions.md +3 -3
- package/ai/components/geo-select.md +4 -2
- package/ai/components/geo-slider.md +5 -7
- package/ai/components/geo-stat-card.md +98 -0
- package/ai/components/geo-status-tag.md +2 -2
- package/ai/components/geo-step-form-layout.md +7 -8
- package/ai/components/geo-stepper.md +3 -4
- package/ai/components/geo-table-filter.md +4 -5
- package/ai/components/geo-table-pagination.md +4 -7
- package/ai/components/geo-table-toolbar.md +7 -7
- package/ai/components/geo-table.md +17 -20
- package/ai/components/geo-tabs.md +4 -6
- package/ai/components/geo-textarea.md +4 -2
- package/ai/components/geo-toast.md +4 -4
- package/ai/components/geo-tree.md +4 -6
- package/ai/components/geo-typography.md +1 -1
- package/ai/components/geo-upload.md +9 -10
- package/ai/mockup.html +1194 -0
- package/ai/recipes.md +98 -85
- package/esm2022/lib/figma/geo-alert/geo-alert.component.mjs +19 -36
- package/esm2022/lib/figma/geo-back-button/geo-back-button.component.mjs +14 -24
- package/esm2022/lib/figma/geo-breadcrumb/geo-breadcrumb.component.mjs +8 -11
- package/esm2022/lib/figma/geo-button/geo-button.component.mjs +30 -59
- package/esm2022/lib/figma/geo-chart/geo-chart.component.mjs +88 -0
- package/esm2022/lib/figma/geo-chart/geo-chart.types.mjs +2 -0
- package/esm2022/lib/figma/geo-checkbox/geo-checkbox.component.mjs +11 -22
- package/esm2022/lib/figma/geo-confirm-modal/geo-confirm-modal.component.mjs +22 -54
- package/esm2022/lib/figma/geo-dashboard/geo-dashboard.component.mjs +49 -0
- package/esm2022/lib/figma/geo-dashboard/geo-dashboard.types.mjs +2 -0
- package/esm2022/lib/figma/geo-date-picker/geo-date-picker.component.mjs +48 -78
- package/esm2022/lib/figma/geo-date-range-picker/geo-date-range-picker.component.mjs +47 -75
- package/esm2022/lib/figma/geo-empty-state/geo-empty-state.component.mjs +25 -0
- package/esm2022/lib/figma/geo-feedback-form/geo-feedback-form.component.mjs +75 -0
- package/esm2022/lib/figma/geo-feedback-form/geo-feedback-form.types.mjs +2 -0
- package/esm2022/lib/figma/geo-file-picker/geo-file-picker.component.mjs +59 -81
- package/esm2022/lib/figma/geo-forgot-password/geo-forgot-password.component.mjs +51 -0
- package/esm2022/lib/figma/geo-form-modal/geo-form-modal.component.mjs +45 -112
- package/esm2022/lib/figma/geo-icon/geo-icon.component.mjs +22 -32
- package/esm2022/lib/figma/geo-input/geo-input.component.mjs +41 -70
- package/esm2022/lib/figma/geo-layout/footer/geo-layout-footer.component.mjs +18 -0
- package/esm2022/lib/figma/geo-layout/geo-layout-actions.directive.mjs +15 -0
- package/esm2022/lib/figma/geo-layout/geo-layout.component.mjs +79 -0
- package/esm2022/lib/figma/geo-layout/geo-layout.types.mjs +42 -0
- package/esm2022/lib/figma/geo-layout/header/geo-layout-header.component.mjs +60 -0
- package/esm2022/lib/figma/geo-layout/header-actions/geo-layout-header-actions.component.mjs +70 -0
- package/esm2022/lib/figma/geo-layout/sidebar/geo-layout-sidebar.component.mjs +90 -0
- package/esm2022/lib/figma/geo-list-page/geo-list-page.component.mjs +22 -0
- package/esm2022/lib/figma/geo-login/geo-login.component.mjs +58 -0
- package/esm2022/lib/figma/geo-login/geo-login.types.mjs +2 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-admin-filter/geo-map-admin-filter.component.mjs +52 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-basemap-switcher/geo-map-basemap-switcher.component.mjs +61 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-help/geo-map-help.component.mjs +26 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-layer-card/geo-map-layer-card.component.mjs +24 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-layer-panel/geo-map-layer-panel.component.mjs +146 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-layers-drawer/geo-map-layers-drawer.component.mjs +37 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-legend/geo-map-legend.component.mjs +30 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-locate/geo-map-locate.component.mjs +72 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-location-chip/geo-map-location-chip.component.mjs +21 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-measure/geo-map-measure.component.mjs +375 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-opacity/geo-map-opacity.component.mjs +94 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-parcel-popup/geo-map-parcel-popup.component.mjs +136 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-search/geo-map-search.component.mjs +182 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-shell/geo-map-shell.component.mjs +577 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-snapshot/geo-map-snapshot.component.mjs +93 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-swipe/geo-map-swipe.component.mjs +129 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-toolbar/geo-map-toolbar.component.mjs +64 -0
- package/esm2022/lib/figma/geo-map/chrome/geo-map-zoom/geo-map-zoom.component.mjs +295 -0
- package/esm2022/lib/figma/geo-map/geo-map-toolbar.icons.mjs +18 -0
- package/esm2022/lib/figma/geo-map/geo-map.component.mjs +144 -0
- package/esm2022/lib/figma/geo-map/geo-map.constants.mjs +497 -0
- package/esm2022/lib/figma/geo-map/geo-map.controller.mjs +71 -0
- package/esm2022/lib/figma/geo-map/geo-map.types.mjs +2 -0
- package/esm2022/lib/figma/geo-map/services/geo-map-layer.service.mjs +368 -0
- package/esm2022/lib/figma/geo-map/services/geo-map-projection.service.mjs +110 -0
- package/esm2022/lib/figma/geo-map/services/geo-map.service.mjs +540 -0
- package/esm2022/lib/figma/geo-map/utils/geo-map-fullscreen-overlay.util.mjs +47 -0
- package/esm2022/lib/figma/geo-map/utils/geo-map-interactions.util.mjs +30 -0
- package/esm2022/lib/figma/geo-overlap-result/geo-overlap-result.component.mjs +25 -0
- package/esm2022/lib/figma/geo-overlap-result/geo-overlap-result.types.mjs +2 -0
- package/esm2022/lib/figma/geo-page-header/geo-page-header.component.mjs +23 -0
- package/esm2022/lib/figma/geo-page-title/geo-page-title.component.mjs +20 -35
- package/esm2022/lib/figma/geo-pagination/geo-pagination.component.mjs +13 -43
- package/esm2022/lib/figma/geo-radio/geo-radio.component.mjs +32 -52
- package/esm2022/lib/figma/geo-select/geo-select.component.mjs +46 -72
- package/esm2022/lib/figma/geo-slider/geo-slider.component.mjs +12 -28
- package/esm2022/lib/figma/geo-stat-card/geo-stat-card.component.mjs +163 -0
- package/esm2022/lib/figma/geo-stat-card/geo-stat-card.types.mjs +2 -0
- package/esm2022/lib/figma/geo-status-tag/geo-status-tag.component.mjs +23 -27
- package/esm2022/lib/figma/geo-step-form-layout/geo-step-form-layout.component.mjs +39 -96
- package/esm2022/lib/figma/geo-stepper/geo-stepper.component.mjs +18 -33
- package/esm2022/lib/figma/geo-table/geo-column-picker/geo-column-picker.component.mjs +14 -24
- package/esm2022/lib/figma/geo-table/geo-row-actions/geo-row-actions.component.mjs +18 -36
- package/esm2022/lib/figma/geo-table/geo-table-filter/geo-table-filter.component.mjs +41 -98
- package/esm2022/lib/figma/geo-table/geo-table-pagination/geo-table-pagination.component.mjs +40 -73
- package/esm2022/lib/figma/geo-table/geo-table-toolbar/geo-table-toolbar.component.mjs +26 -56
- package/esm2022/lib/figma/geo-table/geo-table.component.mjs +110 -210
- package/esm2022/lib/figma/geo-tabs/geo-tabs.component.mjs +33 -63
- package/esm2022/lib/figma/geo-textarea/geo-textarea.component.mjs +28 -44
- package/esm2022/lib/figma/geo-toast/geo-toast.component.mjs +18 -39
- package/esm2022/lib/figma/geo-tree/geo-tree.component.mjs +12 -40
- package/esm2022/lib/figma/geo-typography/geo-typography.component.mjs +49 -64
- package/esm2022/lib/figma/geo-upload/geo-upload.component.mjs +50 -101
- package/esm2022/lib/figma/index.mjs +50 -1
- package/esm2022/lib/styles/tokens.mjs +56 -24
- package/fesm2022/geoit-ui.mjs +5981 -1825
- package/fesm2022/geoit-ui.mjs.map +1 -1
- package/lib/figma/geo-alert/geo-alert.component.d.ts +10 -11
- package/lib/figma/geo-back-button/geo-back-button.component.d.ts +6 -7
- package/lib/figma/geo-breadcrumb/geo-breadcrumb.component.d.ts +2 -2
- package/lib/figma/geo-button/geo-button.component.d.ts +21 -17
- package/lib/figma/geo-chart/geo-chart.component.d.ts +40 -0
- package/lib/figma/geo-chart/geo-chart.types.d.ts +13 -0
- package/lib/figma/geo-checkbox/geo-checkbox.component.d.ts +6 -7
- package/lib/figma/geo-confirm-modal/geo-confirm-modal.component.d.ts +15 -17
- package/lib/figma/geo-dashboard/geo-dashboard.component.d.ts +29 -0
- package/lib/figma/geo-dashboard/geo-dashboard.types.d.ts +7 -0
- package/lib/figma/geo-date-picker/geo-date-picker.component.d.ts +26 -21
- package/lib/figma/geo-date-range-picker/geo-date-range-picker.component.d.ts +25 -20
- package/lib/figma/geo-empty-state/geo-empty-state.component.d.ts +17 -0
- package/lib/figma/geo-feedback-form/geo-feedback-form.component.d.ts +36 -0
- package/lib/figma/geo-feedback-form/geo-feedback-form.types.d.ts +8 -0
- package/lib/figma/geo-file-picker/geo-file-picker.component.d.ts +23 -20
- package/lib/figma/geo-forgot-password/geo-forgot-password.component.d.ts +24 -0
- package/lib/figma/geo-form-modal/geo-form-modal.component.d.ts +33 -35
- package/lib/figma/geo-icon/geo-icon.component.d.ts +7 -7
- package/lib/figma/geo-input/geo-input.component.d.ts +23 -21
- package/lib/figma/geo-layout/footer/geo-layout-footer.component.d.ts +10 -0
- package/lib/figma/geo-layout/geo-layout-actions.directive.d.ts +6 -0
- package/lib/figma/geo-layout/geo-layout.component.d.ts +48 -0
- package/lib/figma/geo-layout/geo-layout.types.d.ts +44 -0
- package/lib/figma/geo-layout/header/geo-layout-header.component.d.ts +31 -0
- package/lib/figma/geo-layout/header-actions/geo-layout-header-actions.component.d.ts +32 -0
- package/lib/figma/geo-layout/sidebar/geo-layout-sidebar.component.d.ts +34 -0
- package/lib/figma/geo-list-page/geo-list-page.component.d.ts +16 -0
- package/lib/figma/geo-login/geo-login.component.d.ts +27 -0
- package/lib/figma/geo-login/geo-login.types.d.ts +6 -0
- package/lib/figma/geo-map/chrome/geo-map-admin-filter/geo-map-admin-filter.component.d.ts +28 -0
- package/lib/figma/geo-map/chrome/geo-map-basemap-switcher/geo-map-basemap-switcher.component.d.ts +26 -0
- package/lib/figma/geo-map/chrome/geo-map-help/geo-map-help.component.d.ts +20 -0
- package/lib/figma/geo-map/chrome/geo-map-layer-card/geo-map-layer-card.component.d.ts +15 -0
- package/lib/figma/geo-map/chrome/geo-map-layer-panel/geo-map-layer-panel.component.d.ts +40 -0
- package/lib/figma/geo-map/chrome/geo-map-layers-drawer/geo-map-layers-drawer.component.d.ts +25 -0
- package/lib/figma/geo-map/chrome/geo-map-legend/geo-map-legend.component.d.ts +18 -0
- package/lib/figma/geo-map/chrome/geo-map-locate/geo-map-locate.component.d.ts +24 -0
- package/lib/figma/geo-map/chrome/geo-map-location-chip/geo-map-location-chip.component.d.ts +14 -0
- package/lib/figma/geo-map/chrome/geo-map-measure/geo-map-measure.component.d.ts +49 -0
- package/lib/figma/geo-map/chrome/geo-map-opacity/geo-map-opacity.component.d.ts +30 -0
- package/lib/figma/geo-map/chrome/geo-map-parcel-popup/geo-map-parcel-popup.component.d.ts +44 -0
- package/lib/figma/geo-map/chrome/geo-map-search/geo-map-search.component.d.ts +56 -0
- package/lib/figma/geo-map/chrome/geo-map-shell/geo-map-shell.component.d.ts +103 -0
- package/lib/figma/geo-map/chrome/geo-map-snapshot/geo-map-snapshot.component.d.ts +21 -0
- package/lib/figma/geo-map/chrome/geo-map-swipe/geo-map-swipe.component.d.ts +33 -0
- package/lib/figma/geo-map/chrome/geo-map-toolbar/geo-map-toolbar.component.d.ts +30 -0
- package/lib/figma/geo-map/chrome/geo-map-zoom/geo-map-zoom.component.d.ts +67 -0
- package/lib/figma/geo-map/geo-map-toolbar.icons.d.ts +17 -0
- package/lib/figma/geo-map/geo-map.component.d.ts +53 -0
- package/lib/figma/geo-map/geo-map.constants.d.ts +73 -0
- package/lib/figma/geo-map/geo-map.controller.d.ts +49 -0
- package/lib/figma/geo-map/geo-map.types.d.ts +224 -0
- package/lib/figma/geo-map/services/geo-map-layer.service.d.ts +42 -0
- package/lib/figma/geo-map/services/geo-map-projection.service.d.ts +32 -0
- package/lib/figma/geo-map/services/geo-map.service.d.ts +99 -0
- package/lib/figma/geo-map/utils/geo-map-fullscreen-overlay.util.d.ts +13 -0
- package/lib/figma/geo-map/utils/geo-map-interactions.util.d.ts +9 -0
- package/lib/figma/geo-overlap-result/geo-overlap-result.component.d.ts +18 -0
- package/lib/figma/geo-overlap-result/geo-overlap-result.types.d.ts +7 -0
- package/lib/figma/geo-page-header/geo-page-header.component.d.ts +16 -0
- package/lib/figma/geo-page-title/geo-page-title.component.d.ts +9 -9
- package/lib/figma/geo-pagination/geo-pagination.component.d.ts +9 -14
- package/lib/figma/geo-radio/geo-radio.component.d.ts +17 -15
- package/lib/figma/geo-select/geo-select.component.d.ts +24 -19
- package/lib/figma/geo-slider/geo-slider.component.d.ts +7 -9
- package/lib/figma/geo-stat-card/geo-stat-card.component.d.ts +50 -0
- package/lib/figma/geo-stat-card/geo-stat-card.types.d.ts +11 -0
- package/lib/figma/geo-status-tag/geo-status-tag.component.d.ts +7 -7
- package/lib/figma/geo-step-form-layout/geo-step-form-layout.component.d.ts +27 -29
- package/lib/figma/geo-stepper/geo-stepper.component.d.ts +6 -8
- package/lib/figma/geo-table/geo-column-picker/geo-column-picker.component.d.ts +6 -7
- package/lib/figma/geo-table/geo-row-actions/geo-row-actions.component.d.ts +11 -12
- package/lib/figma/geo-table/geo-table-filter/geo-table-filter.component.d.ts +21 -28
- package/lib/figma/geo-table/geo-table-pagination/geo-table-pagination.component.d.ts +17 -20
- package/lib/figma/geo-table/geo-table-toolbar/geo-table-toolbar.component.d.ts +17 -18
- package/lib/figma/geo-table/geo-table.component.d.ts +58 -62
- package/lib/figma/geo-tabs/geo-tabs.component.d.ts +14 -17
- package/lib/figma/geo-textarea/geo-textarea.component.d.ts +15 -13
- package/lib/figma/geo-toast/geo-toast.component.d.ts +11 -12
- package/lib/figma/geo-tree/geo-tree.component.d.ts +8 -13
- package/lib/figma/geo-typography/geo-typography.component.d.ts +13 -13
- package/lib/figma/geo-upload/geo-upload.component.d.ts +26 -28
- package/lib/figma/index.d.ts +49 -0
- package/lib/styles/tokens.d.ts +56 -23
- package/package.json +4 -2
- package/src/lib/figma/geo-map/assets/toolbar/fullscreen.svg +8 -0
- package/src/lib/figma/geo-map/assets/toolbar/home.svg +3 -0
- package/src/lib/figma/geo-map/assets/toolbar/layers.svg +3 -0
- package/src/lib/figma/geo-map/assets/toolbar/measure-area.svg +12 -0
- package/src/lib/figma/geo-map/assets/toolbar/measure-distance.svg +5 -0
- package/src/lib/figma/geo-map/assets/toolbar/pan.svg +13 -0
- package/src/lib/figma/geo-map/assets/toolbar/search.svg +3 -0
- package/src/lib/figma/geo-map/assets/toolbar/zoom-in.svg +3 -0
- package/src/lib/figma/geo-map/assets/toolbar/zoom-out.svg +5 -0
- package/src/lib/styles/design-tokens.scss +108 -35
- package/src/lib/styles/scrollbar.scss +2 -2
- package/src/lib/styles/theme.scss +1 -1
package/lib/figma/index.d.ts
CHANGED
|
@@ -33,6 +33,13 @@ export * from './geo-stepper/geo-stepper.component';
|
|
|
33
33
|
export * from './geo-stepper/geo-stepper.types';
|
|
34
34
|
export * from './geo-step-form-layout/geo-step-form-layout.component';
|
|
35
35
|
export * from './geo-step-form-layout/geo-step-form-layout.types';
|
|
36
|
+
export * from './geo-layout/geo-layout.component';
|
|
37
|
+
export * from './geo-layout/geo-layout.types';
|
|
38
|
+
export * from './geo-layout/geo-layout-actions.directive';
|
|
39
|
+
export * from './geo-layout/header-actions/geo-layout-header-actions.component';
|
|
40
|
+
export * from './geo-layout/sidebar/geo-layout-sidebar.component';
|
|
41
|
+
export * from './geo-layout/header/geo-layout-header.component';
|
|
42
|
+
export * from './geo-layout/footer/geo-layout-footer.component';
|
|
36
43
|
export * from './geo-tabs/geo-tabs.component';
|
|
37
44
|
export * from './geo-tabs/geo-tabs.types';
|
|
38
45
|
export * from './geo-table/geo-table.component';
|
|
@@ -53,3 +60,45 @@ export * from './geo-table/geo-column-picker/geo-column-picker.types';
|
|
|
53
60
|
export * from './geo-table/geo-column-picker/geo-column-picker.storage';
|
|
54
61
|
export * from './geo-table/geo-table-toolbar/geo-table-toolbar.component';
|
|
55
62
|
export * from './geo-table/geo-table-pagination/geo-table-pagination.component';
|
|
63
|
+
export * from './geo-stat-card/geo-stat-card.component';
|
|
64
|
+
export * from './geo-stat-card/geo-stat-card.types';
|
|
65
|
+
export * from './geo-chart/geo-chart.component';
|
|
66
|
+
export * from './geo-chart/geo-chart.types';
|
|
67
|
+
export * from './geo-empty-state/geo-empty-state.component';
|
|
68
|
+
export * from './geo-page-header/geo-page-header.component';
|
|
69
|
+
export * from './geo-login/geo-login.component';
|
|
70
|
+
export * from './geo-login/geo-login.types';
|
|
71
|
+
export * from './geo-forgot-password/geo-forgot-password.component';
|
|
72
|
+
export * from './geo-feedback-form/geo-feedback-form.component';
|
|
73
|
+
export * from './geo-feedback-form/geo-feedback-form.types';
|
|
74
|
+
export * from './geo-overlap-result/geo-overlap-result.component';
|
|
75
|
+
export * from './geo-overlap-result/geo-overlap-result.types';
|
|
76
|
+
export * from './geo-dashboard/geo-dashboard.component';
|
|
77
|
+
export * from './geo-dashboard/geo-dashboard.types';
|
|
78
|
+
export * from './geo-list-page/geo-list-page.component';
|
|
79
|
+
export * from './geo-map/geo-map.component';
|
|
80
|
+
export * from './geo-map/geo-map.types';
|
|
81
|
+
export * from './geo-map/geo-map.constants';
|
|
82
|
+
export * from './geo-map/geo-map-toolbar.icons';
|
|
83
|
+
export * from './geo-map/geo-map.controller';
|
|
84
|
+
export * from './geo-map/services/geo-map-projection.service';
|
|
85
|
+
export * from './geo-map/services/geo-map-layer.service';
|
|
86
|
+
export * from './geo-map/services/geo-map.service';
|
|
87
|
+
export * from './geo-map/chrome/geo-map-toolbar/geo-map-toolbar.component';
|
|
88
|
+
export * from './geo-map/chrome/geo-map-zoom/geo-map-zoom.component';
|
|
89
|
+
export * from './geo-map/chrome/geo-map-locate/geo-map-locate.component';
|
|
90
|
+
export * from './geo-map/chrome/geo-map-snapshot/geo-map-snapshot.component';
|
|
91
|
+
export * from './geo-map/chrome/geo-map-basemap-switcher/geo-map-basemap-switcher.component';
|
|
92
|
+
export * from './geo-map/chrome/geo-map-measure/geo-map-measure.component';
|
|
93
|
+
export * from './geo-map/chrome/geo-map-opacity/geo-map-opacity.component';
|
|
94
|
+
export * from './geo-map/chrome/geo-map-legend/geo-map-legend.component';
|
|
95
|
+
export * from './geo-map/chrome/geo-map-layer-panel/geo-map-layer-panel.component';
|
|
96
|
+
export * from './geo-map/chrome/geo-map-layer-card/geo-map-layer-card.component';
|
|
97
|
+
export * from './geo-map/chrome/geo-map-layers-drawer/geo-map-layers-drawer.component';
|
|
98
|
+
export * from './geo-map/chrome/geo-map-help/geo-map-help.component';
|
|
99
|
+
export * from './geo-map/chrome/geo-map-swipe/geo-map-swipe.component';
|
|
100
|
+
export * from './geo-map/chrome/geo-map-shell/geo-map-shell.component';
|
|
101
|
+
export * from './geo-map/chrome/geo-map-location-chip/geo-map-location-chip.component';
|
|
102
|
+
export * from './geo-map/chrome/geo-map-search/geo-map-search.component';
|
|
103
|
+
export * from './geo-map/chrome/geo-map-parcel-popup/geo-map-parcel-popup.component';
|
|
104
|
+
export * from './geo-map/chrome/geo-map-admin-filter/geo-map-admin-filter.component';
|
package/lib/styles/tokens.d.ts
CHANGED
|
@@ -8,27 +8,29 @@ export declare const geoColorTokens: {
|
|
|
8
8
|
readonly hover: "#7D3A20";
|
|
9
9
|
readonly light: "#B5643F";
|
|
10
10
|
readonly dark: "#2C1810";
|
|
11
|
-
readonly background: "#
|
|
12
|
-
readonly backgroundAlt: "#
|
|
13
|
-
readonly border: "#
|
|
14
|
-
readonly surfaceLight: "#
|
|
15
|
-
readonly secondaryHover: "#
|
|
11
|
+
readonly background: "#FAF6F2";
|
|
12
|
+
readonly backgroundAlt: "#F4EFE9";
|
|
13
|
+
readonly border: "#E7DFD6";
|
|
14
|
+
readonly surfaceLight: "#F7E8E0";
|
|
15
|
+
readonly secondaryHover: "#FAF6F2";
|
|
16
16
|
};
|
|
17
17
|
readonly neutral: {
|
|
18
|
-
readonly 900: "#
|
|
19
|
-
readonly 800: "#
|
|
20
|
-
readonly 700: "#
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
18
|
+
readonly 900: "#16141F";
|
|
19
|
+
readonly 800: "#23212A";
|
|
20
|
+
readonly 700: "#3D3A45";
|
|
21
|
+
readonly 600: "#565360";
|
|
22
|
+
readonly 500: "#6F6B78";
|
|
23
|
+
readonly 400: "#9894A0";
|
|
24
|
+
readonly 300: "#CDC9D2";
|
|
25
|
+
readonly 200: "#E6E3EA";
|
|
26
|
+
readonly 100: "#F4F3F6";
|
|
27
|
+
readonly 50: "#FAF9FB";
|
|
26
28
|
readonly white: "#FFFFFF";
|
|
27
|
-
readonly disabledText: "#
|
|
29
|
+
readonly disabledText: "#8F8C96";
|
|
28
30
|
};
|
|
29
31
|
readonly success: {
|
|
30
32
|
readonly dark: "#166534";
|
|
31
|
-
readonly default: "#
|
|
33
|
+
readonly default: "#16A34A";
|
|
32
34
|
readonly light: "#DCFCE7";
|
|
33
35
|
};
|
|
34
36
|
readonly error: {
|
|
@@ -38,17 +40,17 @@ export declare const geoColorTokens: {
|
|
|
38
40
|
};
|
|
39
41
|
readonly warning: {
|
|
40
42
|
readonly dark: "#92400E";
|
|
41
|
-
readonly default: "#
|
|
43
|
+
readonly default: "#D97706";
|
|
42
44
|
readonly light: "#FEF3C7";
|
|
43
45
|
};
|
|
44
46
|
readonly info: {
|
|
45
47
|
readonly dark: "#1E40AF";
|
|
46
|
-
readonly default: "#
|
|
48
|
+
readonly default: "#2563EB";
|
|
47
49
|
readonly light: "#DBEAFE";
|
|
48
50
|
};
|
|
49
51
|
readonly teal: {
|
|
50
52
|
readonly dark: "#0F766E";
|
|
51
|
-
readonly default: "#
|
|
53
|
+
readonly default: "#0D9488";
|
|
52
54
|
readonly light: "#CCFBF1";
|
|
53
55
|
};
|
|
54
56
|
};
|
|
@@ -65,19 +67,33 @@ export declare const geoColorCssVars: {
|
|
|
65
67
|
readonly border: "--geo-color-primary-border";
|
|
66
68
|
readonly surfaceLight: "--geo-color-primary-surface-light";
|
|
67
69
|
readonly secondaryHover: "--geo-color-primary-secondary-hover";
|
|
70
|
+
readonly soft: "--geo-color-primary-soft";
|
|
71
|
+
readonly softHover: "--geo-color-primary-soft-hover";
|
|
72
|
+
readonly softActive: "--geo-color-primary-soft-active";
|
|
73
|
+
readonly softStrong: "--geo-color-primary-soft-strong";
|
|
74
|
+
readonly focusRing: "--geo-color-primary-focus-ring";
|
|
68
75
|
};
|
|
69
76
|
readonly neutral: {
|
|
70
77
|
readonly 900: "--geo-color-neutral-900";
|
|
71
78
|
readonly 800: "--geo-color-neutral-800";
|
|
72
79
|
readonly 700: "--geo-color-neutral-700";
|
|
80
|
+
readonly 600: "--geo-color-neutral-600";
|
|
73
81
|
readonly 500: "--geo-color-neutral-500";
|
|
74
82
|
readonly 400: "--geo-color-neutral-400";
|
|
75
83
|
readonly 300: "--geo-color-neutral-300";
|
|
76
84
|
readonly 200: "--geo-color-neutral-200";
|
|
77
85
|
readonly 100: "--geo-color-neutral-100";
|
|
86
|
+
readonly 50: "--geo-color-neutral-50";
|
|
78
87
|
readonly white: "--geo-color-neutral-white";
|
|
79
88
|
readonly disabledText: "--geo-color-neutral-disabled-text";
|
|
80
89
|
};
|
|
90
|
+
readonly surface: {
|
|
91
|
+
readonly page: "--geo-color-surface-page";
|
|
92
|
+
readonly elevated: "--geo-color-surface-elevated";
|
|
93
|
+
readonly header: "--geo-color-surface-header";
|
|
94
|
+
readonly muted: "--geo-color-surface-muted";
|
|
95
|
+
readonly subtle: "--geo-color-surface-subtle";
|
|
96
|
+
};
|
|
81
97
|
readonly success: {
|
|
82
98
|
readonly dark: "--geo-color-success-dark";
|
|
83
99
|
readonly default: "--geo-color-success-default";
|
|
@@ -168,17 +184,34 @@ export declare const geoTypographyTokens: {
|
|
|
168
184
|
};
|
|
169
185
|
};
|
|
170
186
|
export type GeoTypographyTokens = typeof geoTypographyTokens;
|
|
171
|
-
/** Border radius design tokens (default
|
|
187
|
+
/** Border radius design tokens (default 8px, layout-aligned scale). */
|
|
172
188
|
export declare const geoRadiusTokens: {
|
|
173
|
-
readonly
|
|
189
|
+
readonly xs: "4px";
|
|
174
190
|
readonly sm: "6px";
|
|
175
|
-
readonly
|
|
176
|
-
readonly
|
|
191
|
+
readonly default: "8px";
|
|
192
|
+
readonly md: "10px";
|
|
193
|
+
readonly lg: "12px";
|
|
194
|
+
readonly xl: "14px";
|
|
195
|
+
readonly '2xl': "16px";
|
|
196
|
+
readonly full: "999px";
|
|
177
197
|
};
|
|
178
198
|
export declare const geoRadiusCssVars: {
|
|
179
|
-
readonly
|
|
199
|
+
readonly xs: "--geo-radius-xs";
|
|
180
200
|
readonly sm: "--geo-radius-sm";
|
|
201
|
+
readonly default: "--geo-radius";
|
|
181
202
|
readonly md: "--geo-radius-md";
|
|
182
203
|
readonly lg: "--geo-radius-lg";
|
|
204
|
+
readonly xl: "--geo-radius-xl";
|
|
205
|
+
readonly '2xl': "--geo-radius-2xl";
|
|
206
|
+
readonly full: "--geo-radius-full";
|
|
183
207
|
};
|
|
184
208
|
export type GeoRadiusTokens = typeof geoRadiusTokens;
|
|
209
|
+
/** Elevation / shadow tokens. */
|
|
210
|
+
export declare const geoShadowTokens: {
|
|
211
|
+
readonly xs: "var(--geo-shadow-xs)";
|
|
212
|
+
readonly sm: "var(--geo-shadow-sm)";
|
|
213
|
+
readonly md: "var(--geo-shadow-md)";
|
|
214
|
+
readonly lg: "var(--geo-shadow-lg)";
|
|
215
|
+
readonly drawer: "var(--geo-shadow-drawer)";
|
|
216
|
+
};
|
|
217
|
+
export type GeoShadowTokens = typeof geoShadowTokens;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geoit/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "GEO UI — Angular 18 + ng-zorro design system components",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/animations": "^18.2.0",
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"@angular/forms": "^18.2.0",
|
|
10
10
|
"@angular/cdk": "^18.2.0",
|
|
11
11
|
"@ant-design/icons-angular": "^18.0.0",
|
|
12
|
-
"ng-zorro-antd": "^18.2.0"
|
|
12
|
+
"ng-zorro-antd": "^18.2.0",
|
|
13
|
+
"ol": "^10.0.0",
|
|
14
|
+
"proj4": "^2.11.0"
|
|
13
15
|
},
|
|
14
16
|
"dependencies": {
|
|
15
17
|
"tslib": "^2.3.0"
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" overflow="visible" style="display: block;" width="25.0001" height="24.9995" viewBox="0 0 25.0001 24.9995" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" d="M0.870676 7.55584C1.35164 7.55584 1.74135 7.16601 1.74135 6.68516V2.97283L7.34908 8.57941C7.51915 8.74936 7.74193 8.83434 7.96471 8.83434C8.1876 8.83434 8.41049 8.74936 8.58045 8.57929C8.92048 8.23926 8.92048 7.68795 8.58033 7.34804L2.97237 1.74135H6.68551C7.16636 1.74135 7.55619 1.35152 7.55619 0.870676C7.55619 0.38983 7.16647 0 6.68551 0H0.870676C0.389714 0 0 0.38983 0 0.870676V6.68528C0 7.16601 0.389714 7.55584 0.870676 7.55584Z" fill="#8D4425"/>
|
|
4
|
+
<path id="Vector_2" d="M24.1293 17.4437C23.6484 17.4437 23.2586 17.8335 23.2586 18.3144V22.0268L17.4783 16.2465C17.1381 15.9064 16.587 15.9064 16.2469 16.2465C15.9069 16.5865 15.9069 17.1378 16.2469 17.4777L22.0272 23.258H18.315C17.834 23.258 17.4443 23.6478 17.4443 24.1286C17.4443 24.6095 17.834 24.9993 18.315 24.9993H24.1294C24.6104 24.9993 25.0001 24.6095 25.0001 24.1286V18.3144C25 17.8335 24.6102 17.4437 24.1293 17.4437Z" fill="#8D4425"/>
|
|
5
|
+
<path id="Vector_3" d="M7.52171 16.2465L1.74193 22.0267V18.3144C1.74193 17.8335 1.35222 17.4437 0.871256 17.4437C0.390295 17.4437 0.00058045 17.8335 0.00058045 18.3144V24.1289C0.00058045 24.6097 0.390295 24.9995 0.871256 24.9995H6.68551C7.16636 24.9995 7.55619 24.6097 7.55619 24.1289C7.55619 23.648 7.16647 23.2582 6.68551 23.2582H2.97318L8.75308 17.4777C9.0931 17.1377 9.0931 16.5864 8.75296 16.2464C8.41316 15.9064 7.86185 15.9064 7.52171 16.2465Z" fill="#8D4425"/>
|
|
6
|
+
<path id="Vector_4" d="M24.1293 9.28721e-06H18.3148C17.8339 9.28721e-06 17.4442 0.38984 17.4442 0.870685C17.4442 1.35153 17.8339 1.74136 18.3148 1.74136H22.0273L16.4204 7.34863C16.0803 7.68866 16.0803 8.23997 16.4205 8.58C16.5904 8.74995 16.8133 8.83493 17.0361 8.83493C17.2589 8.83493 17.4818 8.74983 17.6518 8.57988L23.2588 2.97261V6.68517C23.2588 7.16602 23.6485 7.55585 24.1294 7.55585C24.6104 7.55585 25.0001 7.16602 25.0001 6.68517V0.870685C25 0.389724 24.6102 9.28721e-06 24.1293 9.28721e-06Z" fill="#8D4425"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="22" height="20" viewBox="0 0 22 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.9706 0.00019716C10.5477 0.00523648 10.1341 0.122133 9.77969 0.336782L0.979688 5.66941C0.367638 6.04029 2.53914e-08 6.66561 2.53914e-08 7.33281V17.9994C-0.000183455 19.0963 0.994037 20.0002 2.20072 20H8.06667V14.0001C8.06667 13.2614 8.72081 12.6667 9.53333 12.6667H12.4667C13.2792 12.6667 13.9333 13.2614 13.9333 14.0001V20H19.7993C21.006 20.0002 22.0002 19.0963 22 17.9994V7.33281C22 6.66561 21.6324 6.04029 21.0203 5.66941L12.221 0.336782C11.8515 0.112822 11.4157 -0.00550988 10.9706 0.00019716Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" overflow="visible" style="display: block;" width="18.75" height="19.8646" viewBox="0 0 18.75 19.8646" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Vector" d="M9.36458 17.2292L1.6875 11.2604L0 12.5729L9.375 19.8646L18.75 12.5729L17.0521 11.25L9.36458 17.2292ZM9.375 14.5833L17.0417 8.61458L18.75 7.29167L9.375 0L0 7.29167L1.69792 8.61458L9.375 14.5833ZM9.375 2.63542L15.3542 7.29167L9.375 11.9479L3.39583 7.29167L9.375 2.63542V2.63542Z" fill="#8D4425"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" overflow="visible" style="display: block;" width="25" height="23.2627" viewBox="0 0 25 23.2627" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="Group">
|
|
3
|
+
<path id="Vector" d="M2.53205 7.88633C2.62609 7.88633 2.72146 7.88155 2.81726 7.87071C3.48993 7.79487 4.09239 7.46201 4.51457 6.93235C4.93675 6.40314 5.12742 5.74131 5.05159 5.06859C4.89597 3.69287 3.66503 2.67951 2.24991 2.83513C0.862082 2.99158 -0.140043 4.24855 0.0160156 5.63681C0.161185 6.91932 1.24261 7.88633 2.53205 7.88633ZM2.42892 4.4258C2.46447 4.42145 2.50001 4.41974 2.53512 4.41974C3.00974 4.41974 3.40805 4.776 3.46181 5.24803C3.48954 5.4955 3.41932 5.73955 3.26371 5.93457C3.10809 6.1296 2.88621 6.2527 2.63869 6.27999C2.119 6.3424 1.66391 5.9649 1.60668 5.45776C1.54906 4.94593 1.91792 4.48346 2.42892 4.4258Z" fill="#8D4425"/>
|
|
4
|
+
<path id="Vector_2" d="M16.8625 5.06771C16.9566 5.06771 17.0519 5.06292 17.1477 5.05169C18.536 4.8948 19.5377 3.63784 19.3812 2.25089C19.2265 0.874338 17.9925 -0.143363 16.5795 0.0165528C15.1917 0.173002 14.19 1.43041 14.3461 2.81824C14.4904 4.10074 15.5722 5.06771 16.8625 5.06771ZM16.7594 1.60678C16.7949 1.60243 16.8305 1.60028 16.8656 1.60028C17.3406 1.60028 17.7385 1.95698 17.7909 2.42985C17.849 2.94085 17.4797 3.40375 16.9687 3.46142C16.4538 3.52558 15.9935 3.14676 15.9367 2.63879C15.8791 2.12735 16.2479 1.66445 16.7594 1.60678Z" fill="#8D4425"/>
|
|
5
|
+
<path id="Vector_3" d="M24.9837 17.5618C24.8281 16.1856 23.5833 15.1719 22.1824 15.3279C21.5102 15.4037 20.9077 15.7366 20.4856 16.2662C20.0634 16.7954 19.8723 17.4569 19.9486 18.1291C20.0929 19.4121 21.1747 20.379 22.4646 20.379C22.5591 20.379 22.6545 20.3738 22.7498 20.3634C23.4221 20.2876 24.0246 19.9547 24.4467 19.4254C24.8688 18.8958 25.0596 18.2344 24.9837 17.5618ZM23.1962 18.4273C23.0406 18.6223 22.8187 18.7454 22.5717 18.7728C22.0533 18.8361 21.5964 18.4577 21.5392 17.9497C21.511 17.7026 21.5817 17.4591 21.7369 17.2641C21.8925 17.069 22.1148 16.9459 22.3623 16.9182C22.3983 16.9143 22.4339 16.9121 22.469 16.9121C22.9432 16.9121 23.3406 17.2684 23.3939 17.7413C23.4221 17.9887 23.3514 18.2327 23.1962 18.4273Z" fill="#8D4425"/>
|
|
6
|
+
<path id="Vector_4" d="M2.41549 18.2106C1.02766 18.3671 0.0259768 19.6245 0.182035 21.0123C0.326814 22.2952 1.40819 23.2627 2.69724 23.2627C2.79172 23.2627 2.88752 23.257 2.98328 23.2466C3.65595 23.1708 4.25841 22.8379 4.68059 22.3083C5.10277 21.7791 5.29344 21.1172 5.21761 20.4445C5.06199 19.0684 3.83974 18.0481 2.41549 18.2106ZM3.42885 21.3105C3.27323 21.5055 3.05135 21.6286 2.80339 21.6564C2.2859 21.7101 1.82905 21.3408 1.77182 20.8329C1.71415 20.3214 2.08345 19.8585 2.59406 19.8008C2.62961 19.7965 2.66472 19.7948 2.69982 19.7948C3.17528 19.7948 3.57406 20.151 3.62695 20.624C3.65463 20.8714 3.58442 21.1154 3.42885 21.3105Z" fill="#8D4425"/>
|
|
7
|
+
<path id="Vector_5" d="M6.14039 5.44394C6.19195 5.44394 6.24357 5.43871 6.29557 5.42875L13.4107 4.0292C13.8441 3.9438 14.1263 3.52294 14.0414 3.08953C13.956 2.65612 13.5364 2.37482 13.1017 2.4589L5.98648 3.85845C5.55307 3.94385 5.27045 4.36471 5.35585 4.79812C5.43129 5.17957 5.76587 5.44394 6.14039 5.44394Z" fill="#8D4425"/>
|
|
8
|
+
<path id="Vector_6" d="M17.9002 5.36591C17.4854 5.51762 17.2717 5.97706 17.4234 6.39225L20.4045 14.5368C20.5228 14.8611 20.8293 15.0621 21.1557 15.0621C21.2471 15.0621 21.3395 15.0465 21.4305 15.0132C21.8457 14.8615 22.0594 14.402 21.9072 13.9868L18.9266 5.84224C18.7753 5.42748 18.3141 5.2138 17.9002 5.36591Z" fill="#8D4425"/>
|
|
9
|
+
<path id="Vector_7" d="M18.6704 17.5899L6.2652 19.3995C5.82788 19.4637 5.52533 19.8698 5.58906 20.3071C5.64712 20.705 5.98912 20.9919 6.37965 20.9919C6.41823 20.9919 6.4568 20.9889 6.49626 20.9837L18.9015 19.1741C19.3388 19.11 19.6418 18.7038 19.578 18.2665C19.5138 17.8296 19.1068 17.5306 18.6704 17.5899Z" fill="#8D4425"/>
|
|
10
|
+
<path id="Vector_8" d="M2.57497 8.37004C2.57194 8.37004 2.56891 8.37004 2.56589 8.37004C2.12422 8.37482 1.76967 8.73631 1.77446 9.17841L1.8581 16.9195C1.86333 17.3585 2.22047 17.7109 2.65822 17.7109C2.66125 17.7109 2.66428 17.7109 2.6673 17.7109C3.10897 17.7061 3.46352 17.3446 3.45873 16.9025L3.37509 9.16146C3.36991 8.72239 3.01272 8.37004 2.57497 8.37004Z" fill="#8D4425"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" overflow="visible" style="display: block;" width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="line node">
|
|
3
|
+
<path id="Vector" d="M18.4883 17.4363C17.9297 17.4363 17.4078 17.5895 16.957 17.8523L5.68789 6.5832C5.95078 6.13242 6.10391 5.61055 6.10391 5.05195C6.10391 3.36914 4.73477 2 3.05195 2C1.36914 2 0 3.36914 0 5.05195C0 6.73477 1.36914 8.10391 3.05195 8.10391C3.61016 8.10391 4.13242 7.95078 4.5832 7.68789L15.8523 18.957C15.5895 19.4078 15.4363 19.9301 15.4363 20.4883C15.4363 22.1711 16.8055 23.5402 18.4883 23.5402C20.1711 23.5402 21.5402 22.1711 21.5402 20.4883C21.5398 18.8055 20.1707 17.4363 18.4883 17.4363ZM3.05195 6.5418C2.23047 6.5418 1.5625 5.87383 1.5625 5.05234C1.5625 4.23086 2.23047 3.56289 3.05195 3.56289C3.87344 3.56289 4.54141 4.23086 4.54141 5.05234C4.54141 5.87383 3.87305 6.5418 3.05195 6.5418ZM18.4883 21.9777C17.6668 21.9777 16.9988 21.3098 16.9988 20.4883C16.9988 19.6668 17.6672 18.9988 18.4883 18.9988C19.3094 18.9988 19.9777 19.6672 19.9777 20.4883C19.9777 21.3094 19.3094 21.9777 18.4883 21.9777Z" fill="#8D4425"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_19395_1548)">
|
|
3
|
+
<path d="M8.33325 13.5417V5.72919C8.33325 5.31479 8.49787 4.91736 8.7909 4.62433C9.08392 4.33131 9.48135 4.16669 9.89575 4.16669C10.3102 4.16669 10.7076 4.33131 11.0006 4.62433C11.2936 4.91736 11.4583 5.31479 11.4583 5.72919V12.5" stroke="#B15F3E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M11.4583 5.72915V3.64581C11.4583 3.44062 11.4987 3.23744 11.5772 3.04787C11.6557 2.8583 11.7708 2.68605 11.9159 2.54096C12.061 2.39587 12.2332 2.28077 12.4228 2.20225C12.6124 2.12373 12.8156 2.08331 13.0208 2.08331C13.2259 2.08331 13.4291 2.12373 13.6187 2.20225C13.8083 2.28077 13.9805 2.39587 14.1256 2.54096C14.2707 2.68605 14.3858 2.8583 14.4643 3.04787C14.5428 3.23744 14.5833 3.44062 14.5833 3.64581V12.5" stroke="#B15F3E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.5833 5.72919C14.5833 5.31479 14.7479 4.91736 15.0409 4.62433C15.3339 4.33131 15.7314 4.16669 16.1458 4.16669C16.5602 4.16669 16.9576 4.33131 17.2506 4.62433C17.5436 4.91736 17.7083 5.31479 17.7083 5.72919V12.5" stroke="#B15F3E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M17.7083 7.8125C17.7083 7.3981 17.8729 7.00067 18.1659 6.70765C18.459 6.41462 18.8564 6.25 19.2708 6.25C19.6852 6.25 20.0826 6.41462 20.3756 6.70765C20.6687 7.00067 20.8333 7.3981 20.8333 7.8125V16.6667C20.8333 18.3243 20.1748 19.914 19.0027 21.0861C17.8306 22.2582 16.2409 22.9167 14.5833 22.9167H12.4999H12.7166C11.6815 22.9168 10.6626 22.6599 9.75139 22.169C8.84014 21.6781 8.06507 20.9686 7.49578 20.1042C7.42746 20.0002 7.3594 19.896 7.29161 19.7917C6.96661 19.2927 5.82599 17.3042 3.8687 13.825C3.66917 13.4703 3.61587 13.0518 3.72014 12.6585C3.82441 12.2651 4.07802 11.928 4.42703 11.7187C4.79878 11.4957 5.2344 11.4032 5.6647 11.4561C6.095 11.5089 6.4953 11.704 6.80203 12.0104L8.33328 13.5417" stroke="#B15F3E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<clipPath id="clip0_19395_1548">
|
|
10
|
+
<rect width="25" height="25" fill="white"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" overflow="visible" style="display: block;" width="20.0928" height="20.0928" viewBox="0 0 20.0928 20.0928" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path id="Vector" d="M12.2803 0C7.97424 0 4.46777 3.50647 4.46777 7.8125C4.46777 9.68323 5.1239 11.3983 6.22559 12.7441L0 18.9697L1.12305 20.0928L7.34863 13.8672C8.69446 14.9689 10.4095 15.625 12.2803 15.625C16.5863 15.625 20.0928 12.1185 20.0928 7.8125C20.0928 3.50647 16.5863 0 12.2803 0ZM12.2803 1.5625C15.741 1.5625 18.5303 4.35181 18.5303 7.8125C18.5303 11.2732 15.741 14.0625 12.2803 14.0625C8.81958 14.0625 6.03027 11.2732 6.03027 7.8125C6.03027 4.35181 8.81958 1.5625 12.2803 1.5625Z" fill="#8D4425"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg preserveAspectRatio="none" overflow="visible" style="display: block;" width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g id="minus-solid">
|
|
3
|
+
<path id="Vector" d="M3.90625 11.7188V13.2812H21.0938V11.7188H3.90625Z" fill="#8D4425"/>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
|
@@ -1,58 +1,117 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* GEO UI design tokens — single source of truth for colors, radius, typography.
|
|
3
3
|
* Components MUST use these CSS variables; never hardcode hex colors or radii.
|
|
4
|
+
*
|
|
5
|
+
* Refined for modern app shells (white sidebar, soft primary active states)
|
|
6
|
+
* while keeping VNPT brand primary brown.
|
|
4
7
|
*/
|
|
5
8
|
:root {
|
|
6
|
-
/* Primary */
|
|
9
|
+
/* ——— Primary (brand) ——— */
|
|
7
10
|
--geo-color-primary-default: #9a4828;
|
|
8
11
|
--geo-color-primary-hover: #7d3a20;
|
|
9
12
|
--geo-color-primary-light: #b5643f;
|
|
10
13
|
--geo-color-primary-dark: #2c1810;
|
|
11
|
-
--geo-color-primary-background: #
|
|
12
|
-
--geo-color-primary-background-alt: #
|
|
13
|
-
--geo-color-primary-border: #
|
|
14
|
-
--geo-color-primary-surface-light: #
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
--geo-color-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
14
|
+
--geo-color-primary-background: #faf6f2;
|
|
15
|
+
--geo-color-primary-background-alt: #f4efe9;
|
|
16
|
+
--geo-color-primary-border: #e7dfd6;
|
|
17
|
+
--geo-color-primary-surface-light: #f7e8e0;
|
|
18
|
+
--geo-color-primary-secondary-hover: #faf6f2;
|
|
19
|
+
|
|
20
|
+
/* Soft primary fills (active menu, icon hover, focus rings) */
|
|
21
|
+
--geo-color-primary-soft: color-mix(
|
|
22
|
+
in srgb,
|
|
23
|
+
var(--geo-color-primary-default) 6%,
|
|
24
|
+
transparent
|
|
25
|
+
);
|
|
26
|
+
--geo-color-primary-soft-hover: color-mix(
|
|
27
|
+
in srgb,
|
|
28
|
+
var(--geo-color-primary-default) 8%,
|
|
29
|
+
transparent
|
|
30
|
+
);
|
|
31
|
+
--geo-color-primary-soft-active: color-mix(
|
|
32
|
+
in srgb,
|
|
33
|
+
var(--geo-color-primary-default) 10%,
|
|
34
|
+
transparent
|
|
35
|
+
);
|
|
36
|
+
--geo-color-primary-soft-strong: color-mix(
|
|
37
|
+
in srgb,
|
|
38
|
+
var(--geo-color-primary-default) 14%,
|
|
39
|
+
transparent
|
|
40
|
+
);
|
|
41
|
+
--geo-color-primary-focus-ring: color-mix(
|
|
42
|
+
in srgb,
|
|
43
|
+
var(--geo-color-primary-default) 18%,
|
|
44
|
+
transparent
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
/* ——— Neutral (slightly warm, pairs with brand) ——— */
|
|
48
|
+
--geo-color-neutral-900: #16141f;
|
|
49
|
+
--geo-color-neutral-800: #23212a;
|
|
50
|
+
--geo-color-neutral-700: #3d3a45;
|
|
51
|
+
--geo-color-neutral-600: #565360;
|
|
52
|
+
--geo-color-neutral-500: #6f6b78;
|
|
53
|
+
--geo-color-neutral-400: #9894a0;
|
|
54
|
+
--geo-color-neutral-300: #cdc9d2;
|
|
55
|
+
--geo-color-neutral-200: #e6e3ea;
|
|
56
|
+
--geo-color-neutral-100: #f4f3f6;
|
|
57
|
+
--geo-color-neutral-50: #faf9fb;
|
|
27
58
|
--geo-color-neutral-white: #ffffff;
|
|
28
|
-
--geo-color-neutral-disabled-text: #
|
|
29
|
-
|
|
30
|
-
/*
|
|
59
|
+
--geo-color-neutral-disabled-text: #8f8c96;
|
|
60
|
+
|
|
61
|
+
/* ——— Semantic surfaces ——— */
|
|
62
|
+
--geo-color-surface-page: var(--geo-color-neutral-100);
|
|
63
|
+
--geo-color-surface-elevated: var(--geo-color-neutral-white);
|
|
64
|
+
--geo-color-surface-header: color-mix(
|
|
65
|
+
in srgb,
|
|
66
|
+
var(--geo-color-neutral-white) 92%,
|
|
67
|
+
transparent
|
|
68
|
+
);
|
|
69
|
+
--geo-color-surface-muted: var(--geo-color-neutral-100);
|
|
70
|
+
--geo-color-surface-subtle: var(--geo-color-neutral-50);
|
|
71
|
+
--geo-color-border-default: var(--geo-color-neutral-200);
|
|
72
|
+
--geo-color-border-strong: var(--geo-color-neutral-300);
|
|
73
|
+
--geo-color-border-subtle: color-mix(
|
|
74
|
+
in srgb,
|
|
75
|
+
var(--geo-color-neutral-200) 70%,
|
|
76
|
+
transparent
|
|
77
|
+
);
|
|
78
|
+
|
|
79
|
+
/* ——— Status ——— */
|
|
31
80
|
--geo-color-success-dark: #166534;
|
|
32
|
-
--geo-color-success-default: #
|
|
81
|
+
--geo-color-success-default: #16a34a;
|
|
33
82
|
--geo-color-success-light: #dcfce7;
|
|
34
83
|
|
|
35
|
-
/* Error */
|
|
36
84
|
--geo-color-error-dark: #991b1b;
|
|
37
85
|
--geo-color-error-default: #dc2626;
|
|
38
86
|
--geo-color-error-light: #fee2e2;
|
|
39
87
|
|
|
40
|
-
/* Warning */
|
|
41
88
|
--geo-color-warning-dark: #92400e;
|
|
42
|
-
--geo-color-warning-default: #
|
|
89
|
+
--geo-color-warning-default: #d97706;
|
|
43
90
|
--geo-color-warning-light: #fef3c7;
|
|
44
91
|
|
|
45
|
-
/* Info */
|
|
46
92
|
--geo-color-info-dark: #1e40af;
|
|
47
|
-
--geo-color-info-default: #
|
|
93
|
+
--geo-color-info-default: #2563eb;
|
|
48
94
|
--geo-color-info-light: #dbeafe;
|
|
49
95
|
|
|
50
|
-
/* Teal — status badge (Trả kết quả) */
|
|
51
96
|
--geo-color-teal-dark: #0f766e;
|
|
52
|
-
--geo-color-teal-default: #
|
|
97
|
+
--geo-color-teal-default: #0d9488;
|
|
53
98
|
--geo-color-teal-light: #ccfbf1;
|
|
54
99
|
|
|
55
|
-
/*
|
|
100
|
+
/* ——— Shadows (tint toward neutral, not pure black) ——— */
|
|
101
|
+
--geo-shadow-xs: 0 1px 2px
|
|
102
|
+
color-mix(in srgb, var(--geo-color-neutral-900) 5%, transparent);
|
|
103
|
+
--geo-shadow-sm: 0 2px 8px
|
|
104
|
+
color-mix(in srgb, var(--geo-color-neutral-900) 6%, transparent);
|
|
105
|
+
--geo-shadow-md:
|
|
106
|
+
0 8px 24px color-mix(in srgb, var(--geo-color-neutral-900) 8%, transparent),
|
|
107
|
+
0 2px 6px color-mix(in srgb, var(--geo-color-neutral-900) 4%, transparent);
|
|
108
|
+
--geo-shadow-lg:
|
|
109
|
+
0 12px 32px color-mix(in srgb, var(--geo-color-neutral-900) 10%, transparent),
|
|
110
|
+
0 2px 8px color-mix(in srgb, var(--geo-color-neutral-900) 4%, transparent);
|
|
111
|
+
--geo-shadow-drawer: 8px 0 24px
|
|
112
|
+
color-mix(in srgb, var(--geo-color-neutral-900) 8%, transparent);
|
|
113
|
+
|
|
114
|
+
/* ——— Semantic aliases (legacy-friendly) ——— */
|
|
56
115
|
--color-primary: var(--geo-color-primary-default);
|
|
57
116
|
--color-primary-hover: var(--geo-color-primary-hover);
|
|
58
117
|
--color-primary-dark: var(--geo-color-primary-dark);
|
|
@@ -63,6 +122,10 @@
|
|
|
63
122
|
--color-primary-border: var(--geo-color-primary-border);
|
|
64
123
|
--color-primary-background: var(--geo-color-primary-background);
|
|
65
124
|
--color-primary-background-alt: var(--geo-color-primary-background-alt);
|
|
125
|
+
--color-primary-alpha-6: var(--geo-color-primary-soft);
|
|
126
|
+
--color-primary-alpha-8: var(--geo-color-primary-soft-hover);
|
|
127
|
+
--color-primary-alpha-10: var(--geo-color-primary-soft-active);
|
|
128
|
+
--color-primary-alpha-12: var(--geo-color-primary-soft-strong);
|
|
66
129
|
|
|
67
130
|
--color-ink: var(--geo-color-neutral-900);
|
|
68
131
|
--color-ink-strong: var(--geo-color-neutral-900);
|
|
@@ -75,6 +138,7 @@
|
|
|
75
138
|
--color-surface-muted: var(--geo-color-neutral-100);
|
|
76
139
|
--color-surface-border: var(--geo-color-neutral-200);
|
|
77
140
|
--color-surface-divider: var(--geo-color-neutral-100);
|
|
141
|
+
--color-surface-header: var(--geo-color-surface-header);
|
|
78
142
|
--color-border: var(--geo-color-neutral-300);
|
|
79
143
|
--color-border-subtle: var(--geo-color-primary-border);
|
|
80
144
|
|
|
@@ -101,14 +165,23 @@
|
|
|
101
165
|
--color-teal-dark: var(--geo-color-teal-dark);
|
|
102
166
|
--color-teal-light: var(--geo-color-teal-light);
|
|
103
167
|
|
|
104
|
-
/*
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
168
|
+
/* ——— Radius scale (layout-aligned) ———
|
|
169
|
+
* Controls/buttons → --geo-radius (8px)
|
|
170
|
+
* Icon btns / chips → --geo-radius-md (10px)
|
|
171
|
+
* Cards / user chip → --geo-radius-lg (12px)
|
|
172
|
+
* Popovers → --geo-radius-xl (14px)
|
|
173
|
+
*/
|
|
174
|
+
--geo-radius-xs: 4px;
|
|
175
|
+
--geo-radius-sm: 6px;
|
|
176
|
+
--geo-radius: 8px;
|
|
177
|
+
--geo-radius-md: 10px;
|
|
178
|
+
--geo-radius-lg: 12px;
|
|
179
|
+
--geo-radius-xl: 14px;
|
|
180
|
+
--geo-radius-2xl: 16px;
|
|
181
|
+
--geo-radius-full: 999px;
|
|
109
182
|
--geo-control-height: 40px;
|
|
110
183
|
|
|
111
|
-
/* Typography — Inter + type scale */
|
|
184
|
+
/* ——— Typography — Inter + type scale ——— */
|
|
112
185
|
--geo-font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
|
|
113
186
|
--geo-font-weight-regular: 400;
|
|
114
187
|
--geo-font-weight-medium: 500;
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
|
|
14
14
|
&::-webkit-scrollbar-track {
|
|
15
15
|
background: transparent;
|
|
16
|
-
border-radius:
|
|
16
|
+
border-radius: var(--geo-radius-full);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
&::-webkit-scrollbar-thumb {
|
|
20
20
|
background-color: var(--geo-color-neutral-400);
|
|
21
|
-
border-radius:
|
|
21
|
+
border-radius: var(--geo-radius-full);
|
|
22
22
|
border: 2px solid transparent;
|
|
23
23
|
background-clip: padding-box;
|
|
24
24
|
min-height: 40px;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
.ant-input-focused,
|
|
54
54
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector,
|
|
55
55
|
.ant-picker-focused {
|
|
56
|
-
box-shadow: 0 0 0 2px
|
|
56
|
+
box-shadow: 0 0 0 2px var(--geo-color-primary-focus-ring) !important;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ant-menu-light .ant-menu-item-selected,
|