@genesislcap/rapid-grid-pro 14.159.0 → 14.160.1-beta.88ffd67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,29 @@
1
1
  # Genesis Rapid Grid Pro
2
2
 
3
+
4
+ ## Installation
5
+
6
+ To enable this module in your application, follow the steps below.
7
+
8
+ 1. Add `@genesislcap/rapid-grid-pro` 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](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
9
+
10
+ ```json
11
+ {
12
+ ...
13
+ "dependencies": {
14
+ ...
15
+ "@genesislcap/rapid-grid-pro": "latest"
16
+ ...
17
+ },
18
+ ...
19
+ }
20
+ ```
21
+
22
+ ## [API Docs](./docs/api/index.md)
23
+
3
24
  ## License
4
25
 
5
- 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](https://genesis.global/contact-us/) for more details.
26
+ 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](https://genesis.global/contact-us/) for more details.
6
27
 
7
28
  ### Licensed components
8
29
  Genesis low-code platform
@@ -4268,21 +4268,6 @@
4268
4268
  }
4269
4269
  ]
4270
4270
  },
4271
- {
4272
- "kind": "javascript-module",
4273
- "path": "src/themes/index.ts",
4274
- "declarations": [],
4275
- "exports": [
4276
- {
4277
- "kind": "js",
4278
- "name": "*",
4279
- "declaration": {
4280
- "name": "*",
4281
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4282
- }
4283
- }
4284
- ]
4285
- },
4286
4271
  {
4287
4272
  "kind": "javascript-module",
4288
4273
  "path": "src/style/colors.ts",
@@ -4370,6 +4355,21 @@
4370
4355
  }
4371
4356
  ]
4372
4357
  },
4358
+ {
4359
+ "kind": "javascript-module",
4360
+ "path": "src/themes/index.ts",
4361
+ "declarations": [],
4362
+ "exports": [
4363
+ {
4364
+ "kind": "js",
4365
+ "name": "*",
4366
+ "declaration": {
4367
+ "name": "*",
4368
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4369
+ }
4370
+ }
4371
+ ]
4372
+ },
4373
4373
  {
4374
4374
  "kind": "javascript-module",
4375
4375
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.159.0",
4
+ "version": "14.160.1-beta.88ffd67.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  "serve": "genx serve"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.159.0",
31
- "@genesislcap/rollup-builder": "14.159.0",
32
- "@genesislcap/ts-builder": "14.159.0",
33
- "@genesislcap/uvu-playwright-builder": "14.159.0",
34
- "@genesislcap/vite-builder": "14.159.0",
35
- "@genesislcap/webpack-builder": "14.159.0",
30
+ "@genesislcap/genx": "14.160.1-beta.88ffd67.0",
31
+ "@genesislcap/rollup-builder": "14.160.1-beta.88ffd67.0",
32
+ "@genesislcap/ts-builder": "14.160.1-beta.88ffd67.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.160.1-beta.88ffd67.0",
34
+ "@genesislcap/vite-builder": "14.160.1-beta.88ffd67.0",
35
+ "@genesislcap/webpack-builder": "14.160.1-beta.88ffd67.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.159.0",
40
- "@genesislcap/foundation-zero": "14.159.0",
41
- "@genesislcap/grid-pro": "14.159.0",
42
- "@genesislcap/rapid-design-system": "14.159.0",
39
+ "@genesislcap/foundation-ui": "14.160.1-beta.88ffd67.0",
40
+ "@genesislcap/foundation-zero": "14.160.1-beta.88ffd67.0",
41
+ "@genesislcap/grid-pro": "14.160.1-beta.88ffd67.0",
42
+ "@genesislcap/rapid-design-system": "14.160.1-beta.88ffd67.0",
43
43
  "@microsoft/fast-colors": "^5.3.1",
44
44
  "@microsoft/fast-components": "^2.30.6",
45
45
  "@microsoft/fast-element": "^1.12.0",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "customElements": "dist/custom-elements.json",
63
- "gitHead": "ca4f78e47565e5b813a263c4fe40f52c9be221ca"
63
+ "gitHead": "ac913c069762d50f7331a116cb1544cf9dbbbe87"
64
64
  }