{
  "name": "@theseam/ui-common",
  "version": "2.0.1",
  "peerDependencies": {
    "@angular/cdk": "^20.2.3",
    "@angular/common": "^20.3.0",
    "@angular/core": "^20.3.0",
    "@angular/forms": "^20.3.0",
    "@angular/animations": "^20.3.0",
    "@angular/router": "^20.3.0",
    "rxjs": "~7.8.0",
    "@fortawesome/angular-fontawesome": "^0.13.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.35",
    "@fortawesome/free-regular-svg-icons": "^5.15.3",
    "@fortawesome/free-solid-svg-icons": "^5.15.3"
  },
  "dependencies": {
    "file-type": "~22.0.0",
    "@marklb/ngx-datatable": "21.0.0-alpha.2",
    "ngx-loading": "^17.0.0",
    "@ng-select/ng-select": "^20.2.2",
    "apollo-angular": "^11.0.0",
    "overlayscrollbars": "~1.7.3",
    "@types/overlayscrollbars": "~1.7.0",
    "bootstrap": "~4.6.0",
    "css-element-queries": "^1.2.3",
    "file-saver": "~2.0.2",
    "graphql": "^16.0.0",
    "ngx-toastr": "~16.1.0",
    "pdfjs-dist": "5.4.149",
    "xlsx": "^0.14.4",
    "jexl": "^2.3.0",
    "@types/file-saver": "^2.0.2",
    "webfontloader": "^1.6.28",
    "@types/webfontloader": "^1.6.29",
    "intl-tel-input": "^17.0.5",
    "@ajsf/core": "^0.8.0",
    "quill": "2.0.2",
    "ngx-quill": "^27.1.2",
    "@turf/area": "^7.2.0",
    "@turf/boolean-contains": "^7.2.0",
    "@turf/helpers": "^7.2.0",
    "@turf/kinks": "^7.2.0",
    "shpjs": "^6.2.0",
    "@types/geojson": "^7946.0.8",
    "tslib": "^2.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheSeamTeam/ui-common"
  },
  "schematics": "./schematics/collection.json",
  "assets": [
    {
      "glob": "**/*",
      "input": "src/assets",
      "output": "assets"
    },
    {
      "glob": "**/*",
      "input": "projects/ui-common/assets",
      "output": "assets"
    },
    {
      "glob": "**/*",
      "input": "projects/ui-common/styles",
      "output": "styles"
    },
    {
      "glob": "**/*.scss",
      "input": "breadcrumbs",
      "output": "breadcrumbs"
    },
    {
      "glob": "**/*.scss",
      "input": "projects/ui-common/framework/base-layout",
      "output": "framework/base-layout"
    },
    {
      "glob": "**/*.scss",
      "input": "projects/ui-common/framework/dashboard",
      "output": "framework/dashboard"
    },
    {
      "glob": "**/*.scss",
      "input": "projects/ui-common/framework/top-bar",
      "output": "framework/top-bar"
    },
    {
      "glob": "**/*.scss",
      "input": "projects/ui-common/widget/side-nav",
      "output": "framework/side-nav"
    },
    {
      "glob": "**/*.scss",
      "input": "projects/ui-common/progress/progress-circle",
      "output": "progress/progress-circle"
    },
    {
      "glob": "**/*.scss",
      "input": "projects/ui-common/widget",
      "output": "widget"
    },
    {
      "glob": "**/*.min.css",
      "input": "node_modules/intl-tel-input/build/css",
      "output": "assets/vendor/intl-tel-input/css"
    },
    {
      "glob": "**/*.png",
      "input": "node_modules/intl-tel-input/build/img",
      "output": "assets/vendor/intl-tel-input/img"
    },
    {
      "glob": "**/utils.js",
      "input": "node_modules/intl-tel-input/build/js",
      "output": "assets/vendor/intl-tel-input/js"
    }
  ],
  "module": "fesm2022/theseam-ui-common.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/theseam-ui-common.mjs"
    },
    "./ai": {
      "types": "./ai/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-ai.mjs"
    },
    "./asset-reader": {
      "types": "./asset-reader/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-asset-reader.mjs"
    },
    "./breadcrumbs": {
      "types": "./breadcrumbs/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-breadcrumbs.mjs"
    },
    "./buttons": {
      "types": "./buttons/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-buttons.mjs"
    },
    "./card": {
      "types": "./card/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-card.mjs"
    },
    "./carousel": {
      "types": "./carousel/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-carousel.mjs"
    },
    "./checkbox": {
      "types": "./checkbox/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-checkbox.mjs"
    },
    "./confirm-dialog": {
      "types": "./confirm-dialog/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-confirm-dialog.mjs"
    },
    "./core": {
      "types": "./core/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-core.mjs"
    },
    "./data-exporter": {
      "types": "./data-exporter/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-data-exporter.mjs"
    },
    "./data-filters": {
      "types": "./data-filters/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-data-filters.mjs"
    },
    "./datatable": {
      "types": "./datatable/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-datatable.mjs"
    },
    "./datatable-alterations-display": {
      "types": "./datatable-alterations-display/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-datatable-alterations-display.mjs"
    },
    "./datatable-dynamic": {
      "types": "./datatable-dynamic/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-datatable-dynamic.mjs"
    },
    "./dynamic": {
      "types": "./dynamic/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-dynamic.mjs"
    },
    "./dynamic-component-loader": {
      "types": "./dynamic-component-loader/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-dynamic-component-loader.mjs"
    },
    "./file-input": {
      "types": "./file-input/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-file-input.mjs"
    },
    "./footer-bar": {
      "types": "./footer-bar/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-footer-bar.mjs"
    },
    "./form-field": {
      "types": "./form-field/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-form-field.mjs"
    },
    "./form-field-error": {
      "types": "./form-field-error/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-form-field-error.mjs"
    },
    "./framework": {
      "types": "./framework/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-framework.mjs"
    },
    "./google-maps": {
      "types": "./google-maps/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-google-maps.mjs"
    },
    "./graphql": {
      "types": "./graphql/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-graphql.mjs"
    },
    "./icon": {
      "types": "./icon/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-icon.mjs"
    },
    "./layout": {
      "types": "./layout/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-layout.mjs"
    },
    "./loading": {
      "types": "./loading/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-loading.mjs"
    },
    "./menu": {
      "types": "./menu/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-menu.mjs"
    },
    "./modal": {
      "types": "./modal/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-modal.mjs"
    },
    "./models": {
      "types": "./models/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-models.mjs"
    },
    "./navigation-reload": {
      "types": "./navigation-reload/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-navigation-reload.mjs"
    },
    "./popover": {
      "types": "./popover/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-popover.mjs"
    },
    "./progress": {
      "types": "./progress/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-progress.mjs"
    },
    "./rich-text": {
      "types": "./rich-text/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-rich-text.mjs"
    },
    "./scrollbar": {
      "types": "./scrollbar/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-scrollbar.mjs"
    },
    "./services": {
      "types": "./services/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-services.mjs"
    },
    "./shared": {
      "types": "./shared/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-shared.mjs"
    },
    "./signature-input": {
      "types": "./signature-input/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-signature-input.mjs"
    },
    "./states-counties-map": {
      "types": "./states-counties-map/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-states-counties-map.mjs"
    },
    "./storage": {
      "types": "./storage/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-storage.mjs"
    },
    "./story-helpers": {
      "types": "./story-helpers/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-story-helpers.mjs"
    },
    "./tabbed": {
      "types": "./tabbed/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-tabbed.mjs"
    },
    "./table": {
      "types": "./table/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-table.mjs"
    },
    "./table-cell-type": {
      "types": "./table-cell-type/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-table-cell-type.mjs"
    },
    "./table-cell-types": {
      "types": "./table-cell-types/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-table-cell-types.mjs"
    },
    "./tel-input": {
      "types": "./tel-input/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-tel-input.mjs"
    },
    "./testing": {
      "types": "./testing/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-testing.mjs"
    },
    "./tiled-select": {
      "types": "./tiled-select/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-tiled-select.mjs"
    },
    "./toggle-edit": {
      "types": "./toggle-edit/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-toggle-edit.mjs"
    },
    "./toggle-group": {
      "types": "./toggle-group/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-toggle-group.mjs"
    },
    "./tooltip": {
      "types": "./tooltip/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-tooltip.mjs"
    },
    "./unsaved-changes-dialog": {
      "types": "./unsaved-changes-dialog/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-unsaved-changes-dialog.mjs"
    },
    "./utils": {
      "types": "./utils/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-utils.mjs"
    },
    "./validators": {
      "types": "./validators/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-validators.mjs"
    },
    "./vertical-list-filter": {
      "types": "./vertical-list-filter/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-vertical-list-filter.mjs"
    },
    "./viewers": {
      "types": "./viewers/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-viewers.mjs"
    },
    "./widget": {
      "types": "./widget/index.d.ts",
      "default": "./fesm2022/theseam-ui-common-widget.mjs"
    }
  },
  "sideEffects": false
}