@genesislcap/foundation-ui
TypeScript icon, indicating that this package has built-in type declarations

14.284.1 • Public • Published

lerna TypeScript

Genesis Foundation UI

This package contains our core foundation UI component library + FAST components. These base components are abstracted from their style. Apps shouldn't have a dependency on this unless they have very good reason to. Instead, they should depend on the design system variant that takes this foundation and applies styling etc.

Remote Name Port
foundationUi 4010

Installation

To enable this module in your application, follow the steps below.

  1. Add @genesislcap/foundation-ui as a dependency in your package.json file. Whenever you change the dependencies of your project, ensure you run the $ npm run bootstrap command again. You can find more information in the package.json basics page.
{
  "dependencies": {
    "@genesislcap/foundation-ui": "latest"
  },
}

Setting Up the Design System

The setup involves providing and registering Design System components from foundation-ui or other places. Here's how you can do it:

Providing the Design System & Registering All Components

Tipically, in the components.ts file (or your entry-point for app-level setups), you provide the design system using provideDesignSystem and register components against that design system. Here's an example:

import { baseComponents, provideDesignSystem } from '@genesislcap/foundation-ui';

provideDesignSystem().register(baseComponents);

In the example above, baseComponents is a collection of components that are part of the same Design System. You can also register additional components if needed (even from other Design Systems, which will be prefixed with foundation- in this case).

Registering Specific Components

If you want to register specific components, you can do so by importing them from the design system and registering them. Here's an example:

import { foundationButton, foundationDesignSystemProvider, provideDesignSystem } from '@genesislcap/foundation-ui';

provideDesignSystem().register(
  /**
   * Design system provider element used to declaratively apply zero config to every dom node in the host tree.
   */
  foundationDesignSystemProvider(),

  /**
   * Button component
   */
  foundationButton()
);

In the example above, foundation-button will be the only component registered in the Foundation Design System. YOu can also register multiple components at once:

import { foundationButton, foundationCard, foundationDesignSystemProvider, foundationModal, provideDesignSystem } from '@genesislcap/foundation-ui';

provideDesignSystem().register(
  /**
   * Design system provider element used to declaratively apply zero config to every dom node in the host tree.
   */
  foundationDesignSystemProvider(),

  /**
   * Components that will be registered in the Foundation Design System
   */
  foundationButton(),
  foundationCard(),
  foundationModal()
);

Registering Third-Party Components

We provide a few "third-party" components that are not part of the Design System package. These can be registered in the same way as the other Design System components. Here's an example:

import { foundationLayoutComponents } from '@genesislcap/foundation-layout';
import { baseComponents, provideDesignSystem } from '@genesislcap/foundation-ui';
import { g2plotChartsComponents } from '@genesislcap/g2plot-chart';
import { gridComponents } from '@genesislcap/grid-pro';

provideDesignSystem().register(
  baseComponents,

  /**
   * Third-party components
   */
  foundationLayoutComponents,
  g2plotChartsComponents,
  gridComponents
);

The example above registers Foundation UI components from the Foundation Design System, Foundation Layout, G2Plot Charts, and Grid Pro.

Extra - Multiple Design Systems

You can also provide multiple design systems in your application. Here's an example:

import { baseComponents, provideDesignSystem } from '@genesislcap/foundation-ui';
import { baseComponents as rapidBaseComponents, provideDesignSystem as provideRapidDesignSystem } from '@genesislcap/rapid-design-system';
import { baseComponents as zeroBaseComponents, provideDesignSystem as provideZeroDesignSystem } from '@genesislcap/foundation-zero';

provideDesignSystem().register(baseComponents);
provideRapidDesignSystem().register(rapidBaseComponents);
provideZeroDesignSystem().register(zeroBaseComponents);

In the example above, we provide three different design systems: the base design system, the rapid design system, and the zero design system.

With those in place you can now use the components from the different design systems in your application:

<foundation-button>Base Button</foundation-button>
<rapid-button>Rapid Button</rapid-button>
<zero-button>Zero Button</zero-button>

License

Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact Genesis Global for more details.

Licensed components

Genesis low-code platform

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
14.66.0-select-search-poc.10select-search-poc
14.49.0-bny.20bny
14.12.1-web-types.10web-types
14.12.1-layout-autoload.10layout-autoload
14.11.2-cem-manifest.10cem-manifest
13.2.0-pa-659.20pa-659
14.284.1159latest
14.283.3-alpha-a7ef75d.0140canary
14.235.0-FUI-2290.111FUI-2290
14.197.0-ng.23ng
14.98.0-fui-1562.12fui-1562
14.92.1-pa-913.32pa-913
14.91.3-tam-revert-pa-913.12tam-revert-pa-913
14.78.0-mfa-auth.82mfa-auth
14.70.4-es2021.12es2021
14.276.3-GENC-1039.22GENC-1039
14.276.2-FUI-2341.12FUI-2341
14.276.0-FUI-2337.42FUI-2337
14.275.2-PA-1663.42PA-1663
14.275.0-fui-2337.22fui-2337
14.275.0-axes.12axes
14.262.1-FUI-2307.12FUI-2307
14.234.2-FUI-2287.12FUI-2287
14.224.3-fui-2256.12fui-2256
14.214.4-cr.cr-12cr
14.211.1-FUI-2213.12FUI-2213
14.200.0-FUI-2127.42FUI-2127
14.198.1-alpha-3f8f444.02FUI-2104
14.195.3-FUI-2102.52FUI-2102
14.195.1-alpha-2acf4e6.02alpha
14.192.2-fdc3-enhancements.122fdc3-enhancements
14.191.1-dotenv.12dotenv
14.190.0-FUI-2012.12FUI-2012
14.188.0-fui-2012.22fui-2012
14.188.0-FUI-2012-tabulator.72FUI-2012-tabulator
14.182.0-pa-1226.22pa-1226
14.181.1-alpha-89be4c2.02beta
14.180.1-GENC-376.42GENC-376
14.173.2-genc-376.12genc-376
14.173.2-genc-374.12genc-374
14.171.0-fdc3-grid-action-renderer.12fdc3-grid-action-renderer
14.165.1-pa-1191.32pa-1191
14.164.1-datasrouce-clone-fix.42datasrouce-clone-fix
14.162.4-alpha-ea9526e.02genc
14.162.1-fdc3rowclick.22fdc3rowclick
14.158.1-forms-deepclone.22forms-deepclone
14.149.2214.149.x
14.126.0-PA-1036.12PA-1036
14.107.0-auth-mf.272auth-mf
14.94.1-pa-958.11pa-958
14.94.0-pa-957.11pa-957
14.94.0-pa-899.11pa-899
14.29.0-layout-autosave-fix-test.11layout-autosave-fix-test
14.268.4-PA-1664.21PA-1664
14.260.1-RPT-0.11RPT-0
14.251.0-RPT-81.21RPT-81
14.246.2-PA-1593.21PA-1593
14.241.0-FUI-2294.21FUI-2294
14.235.0-test.11test
14.235.0-FUI-2289.11FUI-2289
14.229.0-RPT-20.11RPT-20
14.227.4-RPT-42.11RPT-42
14.227.4-FUI-2256.21FUI-2256
14.224.3-pa-1503.41pa-1503
14.217.6-FUI-2233-rebase.51FUI-2233-rebase
14.217.0-FUI-2233.21FUI-2233
14.214.1-openfin-notifications.41openfin-notifications
14.214.0-fui-2223.11fui-2223
14.211.6114.211.x
14.205.0-jsdom.11jsdom
14.204.1-FUI-2179.11FUI-2179
14.197.0-FUI-2106.21FUI-2106
14.192.2-publicpath.21publicpath
14.192.0-accessibility.21accessibility
14.189.0-PA-1226-fix.11PA-1226-fix
14.183.0-pa-1217.11pa-1217
14.182.0-PA-1226.11PA-1226
14.177.0-raise-intent.31raise-intent
14.172.2-PA-1208.21PA-1208
14.170.0-genxgit.11genxgit
14.167.1-genc-279.21genc-279
14.142.1-alpha-2787e5d.01grid-events
14.127.6-pbc-demo.41pbc-demo
14.265.0-14.265.0-axes.1014.265.0-axes
14.264.3-PA-1660.20PA-1660
14.264.3-date-picker-click-handlers.10date-picker-click-handlers
14.264.1-date-picker-fix.20date-picker-fix

Version History

VersionDownloads (Last 7 Days)Published
14.284.1159
14.284.0192
14.283.3-alpha-a7ef75d.0140
14.283.2230
14.283.1124
14.283.1-alpha-5fa194030.0135
14.283.1-alpha-9679283.0133
14.283.1-alpha-59b2dee.0170
14.283.0418
14.282.1-alpha-99fbacc.014
14.282.051
14.281.228
14.281.19
14.281.1-alpha-0ea123862.08
14.281.05
14.280.070
14.278.3-alpha-5ef80da.09
14.278.3-alpha-fc36194.03
14.278.3-alpha-b50d8c2.02
14.278.33
14.278.3-alpha-64d7ac7.04
14.278.3-alpha-3999d29.04
14.278.23
14.278.12
14.278.02
14.277.02
14.276.3-GENC-1039.22
14.276.3-GENC-1039.12
14.276.3144
14.276.3-alpha-556af1e.02
14.276.3-alpha-52346ed.03
14.276.3-alpha-35b9676.02
14.276.2-FUI-2341.12
14.276.3-alpha-8531226.02
14.276.0-FUI-2337.42
14.276.22
14.276.12
14.276.02
14.275.339
14.275.2-PA-1663.42
14.275.2-PA-1663.32
14.275.3-alpha-f827c25.02
14.275.3-alpha-f48e648.02
14.275.3-alpha-74bf9e5.04
14.275.213
14.275.2-alpha-f6ae5c8.02
14.275.1-alpha-5c54c3e.02
14.275.1-alpha-623a682.02
14.275.1212
14.275.0-fui-2337.22
14.275.0-fui-2337.12
14.275.0-axes.12
14.275.02
14.274.12
14.268.4-alpha-fcb7132.02
14.274.02
14.273.02
14.272.02
14.271.23
14.271.12
14.271.02
14.270.03
14.268.4-PA-1664.21
14.268.4-alpha-2793462.01
14.269.06
14.268.4-alpha-a64532e.01
14.268.4-alpha-477e8bf.01
14.268.47
14.268.4-alpha-3b4e60a.01
14.268.4-alpha-c620667.01
14.268.37
14.268.27
14.268.11
14.268.07
14.267.1-alpha-0120f9f.01
14.267.00
14.266.2-alpha-9690306.00
14.266.136
14.266.1-alpha-7ea1faf.00
14.266.1-alpha-049ad5f.00
14.266.1-alpha-9b04c67.00
14.266.1-alpha-ad5a5bd.00
14.266.00
14.265.0-axes.16
14.265.0-14.265.0-axes.10
14.263.1-alpha-0ef9c69.00
14.265.10
14.265.1-alpha-cec5776.00
14.265.1-alpha-71e801e.00
14.263.1-alpha-9c3f146.00
14.265.1-alpha-6debb7a.00
14.263.1-alpha-fc71630.00
14.263.1-alpha-b0089eb.00
14.263.1-alpha-4d2d1b8.00
14.265.00
14.263.1-alpha-7b4a655.00
14.264.4-PA-1664.10
14.264.3-PA-1660.20
14.264.430
14.264.3-date-picker-click-handlers.10
14.264.1-PA-1663.10
14.264.30
14.264.20
14.264.1-date-picker-fix.20
14.264.1-date-picker-fix.10
14.264.1-PA-1660.10
14.264.10
14.264.1-alpha-62036fb.00
14.264.00
14.263.013
14.262.21
14.262.1-FUI-2307.12
14.261.4-alpha-311ddc7.01
14.262.165
14.262.01
14.261.4-alpha-408143e.02
14.261.4-alpha-e17d214.02
14.261.4-alpha-a669e36.01
14.261.31
14.261.11
14.261.02
14.260.31
14.260.3-alpha-c132865.01
14.260.22
14.260.1-RPT-0.11
14.260.2-alpha-9e268e0.02
14.260.18
14.260.1-alpha-9df5514.02
14.260.071
14.259.12
14.259.1-alpha-7046515.01
14.259.01
14.258.4-alpha-11dbfdc.02
14.258.31
14.258.21
14.258.115
14.258.02
14.257.12
14.255.2-alpha-7f2fc81.01
14.257.02
14.256.02
14.255.2-alpha-e767c4c.01
14.255.12
14.252.1-alpha-37ebbf6.02
14.255.01
14.254.02
14.252.1-alpha-ea46342.02
14.253.01
14.252.02
14.251.51
14.251.43
14.251.32
14.251.3-alpha-335acc7.01
14.251.21
14.251.0-RPT-81.21
14.251.11
14.251.03
14.250.01
14.249.01
14.248.01
14.247.22
14.247.12
14.246.2-PA-1593.21
14.247.02
14.246.21
14.246.11
14.246.1-alpha-f6dbea8.02
14.246.1-alpha-367737f.02
14.246.1-alpha-33820fe.02
14.246.1-alpha-e79f189.03
14.246.1-alpha-7d8946d.02
14.246.02
14.245.1-alpha-180cb89.02
14.245.02
14.244.31
14.210.1-alpha-4092ebd.01
14.244.22
14.244.12
14.244.01
14.241.0-FUI-2294.21
14.243.01
14.242.12
14.242.01
14.241.0-FUI-2294.12
14.241.02
14.240.01
14.239.01
14.238.22
14.238.11
14.238.01
14.237.2-alpha-78ebbc0.02
14.237.11
14.237.1-alpha-384d227.02
14.236.1-alpha-b20f842.01
14.237.02
14.236.1-alpha-ed0d291.01
14.236.01
14.235.0-test.11
14.235.0-FUI-2290.111
14.235.0-FUI-2289.11
14.235.02
14.234.2-FUI-2287.12
14.231.1-alpha-bb849b5.01
14.234.22
14.234.12
14.234.01
14.231.1-alpha-eb7c3cb.01
14.233.2-alpha-eddf1a1.02
14.233.11
14.233.01
14.231.1-alpha-aa210cb.02
14.232.12
14.231.1-alpha-85a050e.02
14.231.1-alpha-5a89a11.01
14.231.1-alpha-871e471.02
14.232.01
14.231.1-alpha-4b0a42b.02
14.231.1-alpha-9df9116.02
14.231.1-alpha-41de57b.01
14.231.1-alpha-b781bc2.02
14.231.1-alpha-e92fa0b.02
14.231.1-alpha-c5608c9.02
14.231.1-alpha-e01af29.02
14.231.01
14.230.1-alpha-9d0b238.01
14.230.22
14.230.12
14.230.1-alpha-542ce67.01
14.230.1-alpha-f8e36b3.02
14.228.2-alpha-f94d743.01
14.228.2-alpha-caa3483.01
14.228.2-alpha-e1c5cdb.02
14.230.02
14.228.2-alpha-880fa6b.02
14.229.0-RPT-20.11
14.228.2-alpha-263af68.01
14.228.2-alpha-1303eab.01
14.229.02
14.228.2-alpha-cd1354d.01
14.228.2-alpha-caa63d8.01
14.228.2-alpha-abb55b6.02
14.228.2-alpha-0224583.01
14.228.2-alpha-16265c5.02
14.228.2-alpha-6b809f3.02
14.227.4-FUI-2256.21
14.227.4-FUI-2256.12
14.228.12
14.228.01
14.227.4-RPT-42.11
14.227.42
14.227.32
14.227.21
14.227.2-alpha-0859250.01
14.227.2-alpha-3aaef45.01
14.227.11
14.227.02
14.226.2-alpha-ee50d0d.02
14.226.2-alpha-aea721e.02
14.226.2-alpha-0c303f8.01
14.226.2-alpha-bcda968.01
14.226.11
14.226.01
14.225.4-alpha-5f6eefd.02
14.225.4-alpha-9342136.02
14.225.31
14.225.3-alpha-31011b5.02
14.225.3-alpha-15b094e.02
14.225.3-alpha-05eb387.02
14.225.1-alpha-5631b85.02
14.225.22
14.225.2-alpha-adaf8d7.02
14.225.2-alpha-a585c9d.02
14.225.2-alpha-9256cb8.01
14.225.2-alpha-968f711.02
14.225.2-alpha-a51f60c.02
14.225.11
14.225.1-alpha-2aa9bd9.02
14.225.01
14.224.42
14.224.3-pa-1503.41
14.224.3-pa-1503.22
14.224.3-fui-2256.12
14.224.32
14.224.3-alpha-96e79b3.02
14.224.21
14.224.11
14.224.015
14.223.1-alpha-8510bde.02
14.223.1-alpha-6c9f0a7.02
14.223.1-alpha-e2da71c.02
14.223.1-alpha-600a8b9.02
14.221.1-alpha-457a890.02
14.223.1-alpha-96ec959.02
14.223.02
14.222.02
14.221.01
14.220.02
14.219.3-alpha-cbd5fc5.01
14.219.22
14.219.2-alpha-8e7b8ad.01
14.219.13
14.219.1-alpha-3ab0d20.02
14.219.02
14.218.3-alpha-42754ce.02
14.218.22
14.218.2-alpha-9d659f1.02
14.218.2-alpha-cf014c8.02
14.218.14
14.218.1-alpha-9b0b135.01
14.218.01
14.217.7-alpha-291c6b3.01
14.217.6-FUI-2233-rebase.51
14.217.1-alpha-bbbd2b3.02
14.211.61
14.217.6-alpha-406f23c.02
14.217.61
14.217.6-alpha-f6d0d1c0fdc7.01
14.217.51
14.217.41
14.217.31
14.217.2-alpha-6568e96.01
14.217.21
14.217.2-alpha-06a4fa3.01
14.217.2-alpha-721aa9c.01
14.217.2-alpha-3d72397.01
14.217.2-alpha-53d4080.02
14.217.12
14.217.0-FUI-2233.21
14.217.01
14.216.01
14.215.11
14.214.4-cr.cr-12
14.215.1-alpha-886b8d5.01
14.215.1-alpha-1b867f5.01
14.214.1-FUI-2233.11
14.215.02
14.214.5-alpha-4192f9d.02
14.214.45
14.214.1-openfin-notifications.41
14.214.1-openfin-notifications.32
14.214.32
14.214.21
14.214.1-openfin-notifications.21
14.214.1-openfin-notifications.11
14.214.2-alpha-40e31af.02
14.214.0-fui-2223.11
14.214.12
14.214.1-alpha-aba6589.02
14.214.02
14.213.12
14.213.02
14.212.01
14.211.52
14.211.41
14.209.3-alpha-fa76c19.01
14.211.31
14.211.21
14.211.1-FUI-2213.12
14.211.12
14.210.6-alpha-d598d73.01
14.211.02
14.210.6-alpha-cb142e0.01
14.210.52
14.210.5-alpha-edf4692.01
14.210.5-alpha-84d021b.02
14.210.41
14.210.32
14.210.22
14.210.11
14.209.3-alpha-44127d4.01
14.209.3-alpha-19540ee.01
14.209.3-alpha-e70b36d.02
14.210.1-alpha-d058de3.01
14.210.1-alpha-1717fac.02
14.210.1-alpha-2ea9194.01
14.210.02
14.209.3-alpha-7176d01.01
14.209.3-alpha-afba6ee.01
14.209.3-alpha-b1b0602.01
14.209.3-alpha-7cad5ca.01
14.209.3-alpha-0e5e530.02
14.209.3-alpha-6a63026.01
14.209.22
14.209.2-alpha-b930c55.02
14.209.13
14.209.1-alpha-6fc0d91.01
14.209.1-alpha-25a4098.01
14.208.4-alpha-0dc13bc.02
14.209.1-alpha-963e767.02
14.208.4-alpha-e888e8b.02
14.208.4-alpha-06fcac4.01
14.209.01
14.208.35
14.208.3-alpha-92c853eac01c.01
14.208.22
14.208.12
14.208.01
14.155.0-canary.56
14.207.32
14.207.21
14.207.12
14.207.01
14.206.42
14.206.32
14.206.23
14.204.1-FUI-2179.11
14.206.11
14.206.02
14.155.0-canary.41
14.155.0-canary.31
14.205.12
14.205.0-jsdom.11
14.205.02
14.155.0-canary.22
14.155.0-canary.11
14.204.11
14.204.02
14.203.2-alpha-9f2807c.01
14.203.21
14.203.12
14.203.01
14.202.1-alpha-271f747.02
14.202.1-alpha-77ef7ac.01
14.202.1-alpha-34c59e8.02
14.202.02
14.200.1-alpha-e974201.02
14.201.01
14.200.0-FUI-2127.42
14.200.0-FUI-2127.32
14.200.1-alpha-599cb19.02
14.200.0-FUI-2127.21
14.149.22
14.200.1-alpha-eb310c6.02
14.200.05
14.192.2-FUI-2127.12
14.199.3-alpha-40ecfcd.02
14.199.21
14.199.2-alpha-0c81553.02
14.192.2-fdc3-enhancements.122
14.192.2-fdc3-enhancements.111
14.192.2-fdc3-enhancements.101
14.192.2-fdc3-enhancements.91
14.192.2-fdc3-enhancements.81
14.199.2-alpha-1ab46f4.01
14.199.2-alpha-6f7195d.01
14.199.13
14.197.1-alpha-62c6ae2.02
14.199.01
14.198.1-alpha-3f8f444.02
14.198.1-alpha-09f65e3.02
14.198.03
14.197.0-ng.23
14.197.1-alpha-1283f91.02
14.197.13
14.197.1-alpha-bd261ef.03
14.197.0-FUI-2106.21
14.197.0-FUI-2106.12
14.197.01
14.196.12
14.195.3-FUI-2102.52
14.195.3-FUI-2102.42
14.195.3-FUI-2102.32
14.195.3-FUI-2102.21
14.196.01
14.195.3-FUI-2102.11
14.190.0-FUI-2012.12
14.195.32
14.195.21
14.195.2-alpha-20c90cf.01
14.195.2-alpha-cb87d2d.02
14.195.2-alpha-505284e.01
14.192.2-fdc3-enhancements.72
14.192.2-fdc3-enhancements.62
14.192.2-fdc3-enhancements.51
14.192.2-fdc3-enhancements.42
14.192.2-fdc3-enhancements.31
14.195.2-alpha-8d2dc82.03
14.192.2-fdc3-enhancements.22
14.195.11
14.195.1-alpha-2acf4e6.02
14.195.1-alpha-a6b4686.01
14.195.1-alpha-5b4d154.02
14.195.1-alpha-d2b1b03.01
14.195.1-alpha-e5f27cb.02
14.195.011
14.194.71
14.194.61
14.194.53
14.194.42
14.194.32
14.194.22
14.194.1-alpha-5e85261f157.02
14.194.1-alpha-d6fd42b.01
14.194.11
14.192.3-alpha-c1861f7.01
14.194.01
14.191.1-dotenv.12
14.193.4-alpha-17d5b15.02
14.193.32
14.193.21
14.193.11
14.193.01
14.155.0-axes.21
14.192.2-axes.21
14.155.0-axes.11
14.192.2-publicpath.21
14.192.3-alpha-1303ae2.02
14.192.2-fdc3-enhancements.11
14.192.2-publicpath.12
14.192.21
14.192.11
14.192.0-accessibility.21
14.192.01
14.191.11
14.191.02
14.188.0-FUI-2012-tabulator.72
14.189.1-alpha-971cf4f.02
14.190.02
14.188.0-FUI-2012-tabulator.52
14.189.1-alpha-3318926.01
14.188.0-FUI-2012-tabulator.42
14.188.0-FUI-2012-tabulator.31
14.188.0-FUI-2012-tabulator.22
14.189.0-PA-1226-fix.11
14.188.0-FUI-2012-tabulator.11
14.189.01
14.188.0-fui-2012.22
14.188.0-FUI-2012.12
14.188.01
14.187.1-accessibility.12
14.187.12
14.187.1-alpha-3406925.01
14.187.02
14.186.11
14.186.1-alpha-1d915d4.01
14.186.02
14.185.01
14.184.02
14.183.8-alpha-63f9910.01
14.183.8-alpha-a6f12fb.02
14.183.8-alpha-42eb620.01
14.183.8-alpha-2bee32d.01
14.183.8-alpha-b447c11.02
14.183.72
14.183.7-alpha-ed1fe01.02
14.183.61
14.183.51
14.183.41
14.183.0-pa-1217.11
14.183.31
14.183.21
14.183.11
14.183.01
14.182.3-alpha-287cf40.01
14.182.3-alpha-75765564b4e.02
14.182.21
14.182.0-pa-1226.22
14.182.11
14.182.0-PA-1226.11
14.182.01
14.181.18
14.181.1-alpha-89be4c2.02
14.181.01
14.180.81
14.180.72
14.180.61
14.180.52
14.180.42
14.180.31
14.180.21
14.180.1-GENC-376.42
14.180.1-GENC-376.22
14.180.1-GENC-376.11
14.180.12
14.180.01
14.179.01
14.178.02
14.177.31
14.177.22
14.177.0-raise-intent.31
14.177.2-alpha-ca0c7658ab2.02
14.177.1-raise-intent.31
14.177.0-raise-intent.21
14.177.0-raise-intent.11
14.177.2-alpha-f467137.02
14.177.12
14.177.02
14.176.1-alpha-ed9e3d4.01
14.176.1-alpha-6ef4895.01
14.176.02
14.175.02
14.174.02
14.173.41
14.173.2-genc-376.12
14.173.32
14.173.2-genc-374.12
14.173.21
14.173.2-alpha-090e5e7.02
14.173.12
14.173.02
14.172.31
14.172.2-PA-1208.21
14.172.22
14.172.11
14.172.1-alpha-30b1afc.02
14.172.02
14.171.0-fdc3-grid-action-renderer.12
14.171.01
14.170.1-alpha-2fe40dd.01
14.170.0-genxgit.11
14.170.01
14.169.01
14.168.01
14.167.3-alpha-69ba23f.01
14.167.3-alpha-b40d1e5.01
14.167.21
14.167.1-genc-279.21
14.167.1-genc-279.12
14.167.12
14.167.1-alpha-b66e0bd.02
14.165.3-alpha-da317ad.02
14.167.02
14.166.01
14.165.1-alpha-55a54c6.01
14.165.22
14.165.1-pa-1191.32
14.165.1-alpha-f0b1bac.01
14.164.1-pa-1191.22
14.165.11
14.164.1-pa-1191.11
14.165.01
14.164.1-datasrouce-clone-fix.42
14.164.1-datasrouce-clone-fix.33
14.164.1-datasrouce-clone-fix.22
14.164.1-canary.12
14.164.11
14.164.02
14.163.02
14.162.61
14.162.1-fdc3rowclick.22
14.162.5-beta.f5d1e74.01
14.162.52
14.162.4-alpha-ea9526e.02
14.162.41
14.162.32
14.162.21
14.162.2-alpha-a2fd6f2.01
14.162.1-beta.5eead96.02
14.162.2-alpha-bb01329.02
14.162.2-alpha-3bdf355.01
14.162.2-alpha-37a3d46.02
14.162.12
14.162.02
14.160.1-beta.88ffd67.01
14.161.02
14.158.1-beta.9f2f9a2.02
14.158.1-beta.c41ab3f.11
14.160.12
14.160.02
14.159.01
14.158.21
14.158.2-alpha-9dfdf28.02
14.158.2-alpha-915c0d5.01
14.158.1-forms-deepclone.22
14.158.2-alpha-d812657.01
14.158.12
14.158.01
14.157.1-alpha-e60ad86.01
14.157.1-alpha-eb76ae5.01
14.157.1-alpha-867cd90.01
14.157.02
14.156.21
14.156.11
14.156.02
14.155.2-alpha-d9bfff1.01
14.155.11
14.155.07
14.154.3-alpha-10db21f.02
14.154.3-alpha-7f7d442.02
14.154.3-alpha-94561a6.01
14.154.3-alpha-359bdfd.02
14.154.3-alpha-224a0a5.02
14.154.3-alpha-005efd0.01
14.154.3-alpha-39fd5f3.02
14.154.22
14.154.11
14.154.1-alpha-2fdebc5.01
14.154.1-alpha-8d19918.01
14.154.1-alpha-ae03788.02
14.154.01
14.153.02
14.152.3-alpha-2e97897.02
14.152.22
14.152.2-alpha-65be1bd.02
14.152.2-alpha-374f6b1.01
14.152.12
14.152.1-alpha-0ec6846ed3a.01
14.152.02
14.151.2-alpha-6dc6e2c.02
14.151.11
14.151.03
14.150.21
14.150.1-alpha-28e6b6f.01
14.150.12
14.150.02
14.148.1-alpha-eef6f33.01
14.148.1-alpha-eb67ade.01
14.149.01
14.148.1-alpha-8c08a48.01
14.148.1-alpha-ef0e7af.01
14.148.1-alpha-4b4abd1.02
14.148.01
14.147.1-alpha-e3b7ca7.02
14.147.1-alpha-e9dbeac.01
14.147.1-alpha-bc4deec.01
14.147.1-alpha-3a79940.01
14.147.02
14.146.11
14.146.1-alpha-0d80785.01
14.146.1-alpha-15ad9bd1be1.01
14.146.1-alpha-662fbc3.01
14.146.02
14.145.4-alpha-ea74180.02
14.145.42
14.145.3-alpha-595a97d.02
14.145.31
14.145.22
14.145.11
14.145.02
14.144.2-alpha-d5a1f36.02
14.144.13
14.144.1-alpha-a025a81.01
14.144.1-alpha-82ebae3.02
14.144.1-alpha-eb8c557.02
14.144.02
14.143.3-alpha-47707bd.01
14.143.3-alpha-b3a864d.02
14.143.21
14.143.12
14.143.01
14.142.1-alpha-2787e5d.01
14.142.1-alpha-21cf4c3.02
14.142.1-alpha-872b7e3.02
14.142.1-alpha-d86f783.01
14.142.1-alpha-a84f41b.01
14.142.01
14.141.31
14.141.22
14.141.12
14.141.01
14.138.1-beta.4bd78b7.11
14.140.01
14.139.22
14.139.11
14.138.1-beta.ce4b104.12
14.139.02
14.138.12
14.137.2-alpha-7a34c50.02
14.138.01
14.137.1-alpha-ee4af66.01
14.137.12
14.137.1-alpha-51939fc.01
14.137.02
14.136.1-alpha-85921f4.02
14.136.01
14.135.02
14.134.02
14.133.12
14.133.02
14.132.02
14.131.02
14.130.01
14.129.01
14.128.02
14.127.6-pbc-demo.41
14.127.6-pbc-demo.32
14.127.6-pbc-demo.22
14.127.7-alpha-30f6dc3.01
14.127.6-pbc-demo.11
14.127.62
14.127.51
14.127.41
14.127.32
14.127.27
14.127.12
14.127.01
14.126.0-PA-1036.12
14.126.01
14.125.11
14.125.02
14.124.02
14.123.02
14.122.2-alpha-fb3aeba.01
14.122.2-alpha-8195fd971b3.02
14.122.11
14.122.02
14.121.11
14.117.1-alpha-7cac6ae.02
14.121.07
14.120.3-alpha-7ba1ef7.02
14.120.21
14.120.11
14.120.01
14.119.02
14.118.11
14.118.02
14.117.01
14.114.2-alpha-66bd774.01
14.116.12
14.116.01
14.114.2-alpha-a278302.01
14.115.11
14.115.02
14.114.22
14.114.11
14.114.01
14.113.2-alpha-1bd0c13.01
14.113.11
14.113.1-alpha-9e63275.01
14.113.01
14.112.1-alpha-aee8373.03
14.112.02
14.111.1-alpha-68aaf00.02
14.111.02
14.109.1-alpha-cf055218219.01
14.110.02
14.109.01
14.105.1-alpha-4652481.02
14.108.02
14.107.12
14.107.1-alpha-2ab4599.02
14.107.1-alpha-afbc4d7.02
14.107.0-auth-mf.272
14.103.0-auth-mf.261
14.107.01
14.106.12
14.106.01
14.105.01
14.104.02
14.103.0-auth-mf.252
14.103.0-auth-mf.241
14.103.1-alpha-f6a6c6d.01
14.103.1-alpha-5ee5747.02
14.103.1-alpha-a1ac022.01
14.103.0-auth-mf.231
14.103.01
14.102.02
14.101.41
14.101.4-alpha-0f9aa4a.02
14.101.31
14.101.22
14.99.0-auth-mf.221
14.101.11
14.101.02
14.100.11
14.100.1-alpha-da50d69.01
14.100.01
14.98.0-fui-1562.12
14.99.06
14.98.02
14.97.01
14.92.3-beta.0a7ca6c.11
14.92.3-beta.de92271.12
14.92.3-beta.d43fa1f.11
14.96.11
14.96.02
14.95.02
14.94.22
14.94.1-pa-958.11
14.94.0-pa-899.11
14.94.11
14.71.1-auth-mf.211
14.94.0-pa-957.11
14.71.1-auth-mf.201
14.71.1-auth-mf.192
14.94.02
14.93.02
14.92.3-beta.a19c58d.12
14.92.52
14.92.3-beta.29253cf.12
14.92.41
14.92.31
14.92.1-pa-913.32
14.92.2-beta.revert-PA-913.12
14.92.1-pa-913.21
14.92.21
14.92.0-pa-913.12
14.92.11
14.92.01
14.91.3-tam-revert-pa-913.12
14.91.4-alpha-4ab3019.01
14.91.4-alpha-3764fc6.02
14.85.0-alpha.1360cc6.11
14.91.3-alpha.1360cc6.11
14.91.32
14.91.22
14.91.12
14.91.01
14.90.02
14.89.02
14.88.02
14.87.01
14.71.1-auth-mf.182
14.86.1-alpha-573d24f.02
14.86.1-alpha-673edf5.01
14.86.01
14.85.02
14.84.12
14.84.02
14.83.8-alpha-c2a75d5.02
14.71.1-auth-mf.171
14.83.71
14.83.61
14.71.1-auth-mf.162
14.71.1-auth-mf.151
14.71.1-auth-mf.141
14.71.1-auth-mf.131
14.71.1-auth-mf.122
14.71.1-auth-mf.111
14.83.51
14.83.3-alpha.d6fd222.12
14.83.3-alpha.45c8072.12
14.71.1-auth-mf.101
14.83.41
14.80.0-alpha.63ddfd6.12
14.83.4-alpha-7f87e78.02
14.80.0-alpha.1f9f712.11
14.83.4-alpha-04e1685.02
14.83.31
14.83.3-alpha-a2fb0a3.02
14.83.3-alpha-33bf6c6.01
14.83.2-canary.12
14.83.3-alpha-edb90b89a7.01
14.83.22
14.83.11
14.83.01
14.81.1-alpha-7c6961f9fc.02
14.82.02
14.81.01
14.80.02
14.79.2-alpha-9debc2e.02
14.79.2-alpha-ca658e8.01
14.78.4-alpha-9094e05.01
14.78.4-alpha-f2baaf3.01
14.78.4-alpha-278b642.02
14.79.11
14.78.4-alpha-2985b9e.02
14.78.4-alpha-eb53ceb.02
14.71.1-auth-mf.92
14.79.01
14.78.4-alpha-c15b781.01
14.78.4-alpha-6421adf.02
14.78.4-alpha-b87d7d2.02
14.78.0-mfa-auth.82
14.70.5-alpha-0bc52e3b7f.01
14.78.0-mfa-auth.22
14.78.33
14.78.21
14.78.12
14.78.0-mfa-auth.11
14.78.1-alpha-b86a5e4.01
14.71.1-auth-mf.61
14.78.01
14.77.21
14.71.1-auth-mf.41
14.77.110
14.77.1-alpha-7248576.02
14.77.02
14.76.02
14.75.02
14.74.01
14.71.1-auth-mf.31
14.71.1-auth-mf.22
14.73.01
14.72.01
14.71.3-alpha-c6ece94.02
14.71.22
14.71.14
14.71.02
14.70.81
14.70.71
14.70.5-alpha-c9fb4481be.02
14.70.61
14.70.51
14.70.5-alpha-77299dbae6.02
14.70.4-es2021.12
14.70.4-test.12
14.70.42
14.70.31
14.70.21
14.70.2-alpha-cab22b5.02
14.70.12
14.70.02
14.69.57
14.69.42
14.69.32
14.69.22
14.69.2-alpha-75be4a1.01
14.69.11
14.69.03
14.68.3-alpha-47419ab.02
14.68.3-alpha-43b6152.01
14.68.20
14.68.10
14.68.1-alpha-4fab36b.00
14.68.00
14.67.6-alpha-5078280.00
14.67.50
14.67.5-alpha-e36b6f2.00
14.67.5-alpha-7350202.00
14.67.5-alpha-af2ec8e407.00
14.67.5-alpha-6e08df9.00
14.67.5-alpha-af0357b.00
14.67.5-alpha-25da2b5.00
14.67.5-alpha-9eca81b.00
14.67.40
14.67.30
14.66.0-select-search-poc.10
14.67.20
14.67.10
14.67.00
14.66.1-alpha-c64f245.00
14.65.2-alpha-f23049c9b9.00
14.66.00
14.65.20
14.65.2-alpha-d8c8a07.00
14.65.10
14.65.00
14.64.4-alpha-732a0c5.00
14.64.30
14.64.20
14.64.2-alpha-e2416b2.00
14.64.10
14.64.00
14.63.10
14.63.1-alpha-e78a361.00
14.63.1-alpha-ff2959e.00
14.63.00
14.62.2-alpha-39ca39f.00
14.62.10
14.49.0-bny.20
14.62.00
14.61.20
14.61.10
14.61.00
14.60.00
14.59.00
14.58.00
14.57.2-alpha-ace415db47.00
14.49.0-bny.10
14.57.10
14.57.00
14.56.00
14.55.00
14.54.00
14.53.1-alpha-d3bad6f.00
14.53.1-alpha-75e4b06.00
14.53.1-alpha-cf2199b.00
14.53.1-alpha-afe9ebe.00
14.53.00
14.52.20
14.52.2-alpha-9fa4f9f.00
14.52.2-alpha-125c51acd9.00
14.52.10
14.34.1-alpha-3ae9d67.00
14.52.00
14.51.1-alpha-ca82f19.00
14.51.00
14.50.60
14.50.50
14.50.40
14.50.30
14.50.20
14.50.2-alpha-301637d.00
14.50.2-alpha-f13a8e3.01
14.50.10
14.50.00
14.49.10
14.49.00
14.48.00
14.41.3-alpha-f9b6a3a.00
14.47.00
14.46.00
14.41.2-bny.50
14.45.00
14.41.2-bny.40
14.44.00
14.43.10
14.41.2-bny.30
14.43.00
14.41.2-bny.20
14.42.10
14.42.00
14.41.3-alpha-c0f89844a.00
14.41.3-alpha-470134b.00
14.41.2-bny.10
14.41.3-alpha-79b8c7d18.00
14.41.20
14.41.10
14.41.00
14.40.1-alpha-02b7f7a.00
14.40.10
14.40.1-alpha-4a8c37c.00
14.40.1-alpha-861eac3.00
14.40.00
14.39.00
14.38.00
14.37.00
14.36.1-alpha-5c96caa.00
14.30.2-bny.90
14.30.2-bny.81
14.36.00
14.35.1-alpha-b1e44a6.00
14.35.1-alpha-986c992bd.00
14.35.00
14.34.00
14.30.2-bny.70
14.33.20
14.33.10
14.30.2-bny.60
14.33.1-alpha-3ede04766.00
14.33.00
14.30.2-bny.50
14.32.10
14.32.00
14.30.2-bny.40
14.31.00
14.30.2-bny.30
14.30.2-bny.20
14.30.2-bny.10
14.30.30
14.30.20
14.30.2-alpha-f0df17a.00
14.30.1-bny.10
14.25.0-bny.40
14.30.10
14.25.0-bny.30
14.30.00
14.29.20
14.29.10
14.25.0-bny.20
14.29.0-layout-autosave-fix-test.11
14.29.00
14.28.1-alpha-01f49e8.00
14.28.00
14.27.2-alpha-af4c16a.00
14.26.8-alpha-dd7cee501.00
14.27.10
14.27.00
14.26.8-alpha-64bb9e2.00
14.26.8-alpha-692a398.00
14.26.70
14.26.7-alpha-e3f6d9d.00
14.26.5-canary.10
14.26.60
14.26.4-alpha-c8fff0926.00
14.26.50
14.26.40
14.26.2-alpha-686a733.00
14.26.30
14.26.20
14.26.2-alpha-4e419a3.00
14.26.10
14.26.00
14.25.1-alpha-8423e9e.00
14.25.1-alpha-d696af4d9.00
14.25.0-bny.10
14.25.1-alpha-2598ddf.01
14.25.1-alpha-c62b25c.00
14.25.1-alpha-3c26bb7.00
14.25.1-alpha-7849de5.00
14.24.4-bny.250
14.24.4-bny.240
14.24.4-bny.230
14.24.4-alpha-13b876e.00
14.25.00
14.24.4-bny.220
14.24.40
14.24.4-alpha-f353532.00
14.24.4-alpha-f5471dc.00
14.24.3-bny.210
14.24.3-alpha-f66f596.00
14.24.30
14.24.20
14.24.2-alpha-1a5d656.00
14.24.10
14.24.00
14.23.1-alpha-57f25e5.00
14.23.1-alpha-bf28a25.00
14.23.00
14.22.2-alpha-b9494eda6.00
14.22.10
14.22.00
14.21.00
14.20.0-bny.200
14.20.2-alpha-a84fed585.00
14.20.2-alpha-97d057d.00
14.20.1-alpha-fd9d532.00
14.20.10
14.20.1-alpha-ea89a96.00
14.20.0-bny.190
14.20.00
14.19.00
14.18.00
14.17.00
14.16.00
14.15.20
14.15.1-bny.180
14.15.10
14.15.00
14.14.1-alpha-2723994.00
14.14.1-alpha-27f3f53.00
14.14.00
14.13.00
14.12.60
14.12.50
14.12.5-alpha-5a82abd.00
14.12.40
14.12.4-alpha-1b5408c.00
14.12.30
14.12.3-alpha-7113f36.00
14.12.3-alpha-964c9f1.00
14.12.20
14.12.1-layout-autoload.10
14.12.2-alpha-8f5bf34.00
14.12.1-web-types.10
14.12.10
14.12.00
14.11.30
14.11.3-alpha-58010ce.00
14.11.2-cem-manifest.10
14.11.3-alpha-8168d51.00
14.11.3-alpha-732a1b5.00
14.11.20
14.11.0-bny.170
14.11.10
14.11.0-bny.160
14.11.0-bny.150
14.11.1-alpha-4874d5b.00
14.11.1-alpha-282c3ce.00
14.8.0-bny.140
14.11.00
14.10.00
14.9.1-alpha-9a0270a.00
14.9.1-alpha-b15cd29.00
14.9.1-alpha-b04a495.00
14.9.1-alpha-ca1a2b6.00
14.9.1-alpha-98013d8.00
14.9.1-alpha-259b472.00
14.9.00
14.8.0-bny.130
14.8.0-bny.120
14.8.1-alpha-ad4b073.00
14.8.1-alpha-d800a42.00
14.8.1-alpha-7c86d7a.00
14.8.0-bny.110
14.8.1-alpha-99ca0b5.00
14.8.1-alpha-c14ed98.00
14.7.0-bny.100
14.8.00
14.7.00
14.6.10
14.6.00
14.5.01
14.4.00
14.1.1-alpha-809ada7.00
14.1.1-alpha-2fac742.01
14.3.1-alpha-d0e4402.00
14.3.00
14.1.1-alpha-01c5088.00
14.2.00
14.1.00
14.0.10
14.0.00
13.8.00
13.7.00
13.6.00
13.5.00
13.4.10
13.4.00
13.3.00
13.2.0-pa-659.20
13.2.0-pa-659.10
13.2.00
13.1.00
13.0.10
13.0.00
12.0.20
12.0.10
11.4.3-bny.90
11.4.3-bny.80
12.0.1-alpha-d05147f.00
11.4.3-bny.70
12.0.00
11.4.30
11.4.20
11.4.1-alpha-46f8100.00
11.4.10
11.4.1-alpha-363b861.00
11.4.0-bny.70
11.4.0-bny.60
11.4.1-alpha-6c0ec0f.00
11.4.00
11.3.2-alpha-53faa46.00
11.3.2-alpha-b33a1ce.00
11.3.10
11.3.00
10.3.10
10.3.1-alpha-08364b6.00
10.3.1-alpha-f57517c.00
10.3.00
10.2.1-alpha-05b9ae3.00
9.0.1-alpha-3155c9c.00
9.0.1-alpha-1972929.00
9.0.1-alpha-b5c5eb7.00

Package Sidebar

Install

npm i @genesislcap/foundation-ui

Weekly Downloads

4,140

Version

14.284.1

License

SEE LICENSE IN license.txt

Unpacked Size

2.98 MB

Total Files

1215

Last publish

Collaborators

  • genesisnpm