@genesislcap/rapid-design-system 14.135.0 → 14.136.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.
@@ -3,7 +3,7 @@ import { DesignSystem } from '@microsoft/fast-foundation';
3
3
  * Provides a design system for the specified element either by returning one that was
4
4
  * already created for that element or creating one.
5
5
  * @param element - The element to root the design system at. By default, this is the body.
6
- * @returns rapid Design System
6
+ * @returns A Rapid Design System
7
7
  * @public
8
8
  */
9
9
  export declare const provideDesignSystem: (element?: HTMLElement, prefix?: string) => Pick<DesignSystem, 'register'>;
@@ -6,7 +6,7 @@ import * as values from './_config/values';
6
6
  * Provides a design system for the specified element either by returning one that was
7
7
  * already created for that element or creating one.
8
8
  * @param element - The element to root the design system at. By default, this is the body.
9
- * @returns rapid Design System
9
+ * @returns A Rapid Design System
10
10
  * @public
11
11
  */
12
12
  export const provideDesignSystem = (element, prefix = 'rapid') => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.135.0",
4
+ "version": "14.136.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -28,7 +28,7 @@
28
28
  "test-storybook": "test-storybook -- --coverage --passWithNoTests --testTimeout=30000"
29
29
  },
30
30
  "devDependencies": {
31
- "@genesislcap/genx": "14.135.0",
31
+ "@genesislcap/genx": "14.136.0",
32
32
  "@storybook/addon-coverage": "^1.0.0",
33
33
  "@storybook/addon-essentials": "^7.6.7",
34
34
  "@storybook/addon-links": "^7.6.7",
@@ -45,8 +45,8 @@
45
45
  "storybook": "^7.6.7"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-logger": "14.135.0",
49
- "@genesislcap/foundation-ui": "14.135.0",
48
+ "@genesislcap/foundation-logger": "14.136.0",
49
+ "@genesislcap/foundation-ui": "14.136.0",
50
50
  "@microsoft/fast-colors": "^5.3.1",
51
51
  "@microsoft/fast-components": "^2.30.6",
52
52
  "@microsoft/fast-element": "^1.12.0",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "9002a3bda17129d289228c263c9dc74501d55a3a"
66
+ "gitHead": "0056e1c9602a30db4d30802cdfe48e7489d0abcd"
67
67
  }