@carbon/ibm-products 2.43.2-canary.238 → 2.43.2-canary.240

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @carbon/ibm-products
2
2
 
3
3
  > Carbon for IBM Products is an open source implementation of the closed source
4
- > [pattern asset library (PAL)](https://pages.github.ibm.com/cdai-design/pal/).
4
+ > [pattern asset library (PAL)](https://pages.github.ibm.com/carbon/ibm-products/).
5
5
  > These PAL designs build on the foundation of IBM’s open source Carbon Design
6
6
  > System and React implementation to offer components and patterns beyond the
7
7
  > typical component library. Carbon for IBM Products was previously known as
@@ -18,6 +18,6 @@ export interface DatagridProps {
18
18
  datagridState: DataGridState;
19
19
  }
20
20
  /**
21
- * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/cdai-design/pal/components/data-table/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
21
+ * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/carbon/ibm-products/components/datagrid/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
22
22
  */
23
23
  export declare let Datagrid: React.ForwardRefExoticComponent<DatagridProps & React.RefAttributes<HTMLDivElement>>;
@@ -20,7 +20,7 @@ var _excluded = ["datagridState", "ariaToolbarLabel"];
20
20
  var blockClass = "".concat(pkg.prefix, "--datagrid");
21
21
  var componentName = 'Datagrid';
22
22
  /**
23
- * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/cdai-design/pal/components/data-table/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
23
+ * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/carbon/ibm-products/components/datagrid/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
24
24
  */
25
25
  var Datagrid = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
26
26
  var datagridState = _ref.datagridState,
@@ -25,7 +25,7 @@ type imageProps = {
25
25
  type UserProfileImageBaseProps = {
26
26
  /**
27
27
  * The background color passed should match one of the background colors in the library documentation:
28
- * https://pages.github.ibm.com/cdai-design/pal/patterns/user-profile-images/
28
+ * https://pages.github.ibm.com/carbon/ibm-products/patterns/user-profile-images/
29
29
  */
30
30
  backgroundColor?: string;
31
31
  /**
@@ -136,7 +136,7 @@ UserProfileImage.displayName = componentName;
136
136
  UserProfileImage.propTypes = {
137
137
  /**
138
138
  * The background color passed should match one of the background colors in the library documentation:
139
- * https://pages.github.ibm.com/cdai-design/pal/patterns/user-profile-images/
139
+ * https://pages.github.ibm.com/carbon/ibm-products/patterns/user-profile-images/
140
140
  */
141
141
  backgroundColor: PropTypes.oneOf(['light-cyan', 'dark-cyan', 'light-gray', 'dark-gray', 'light-green', 'dark-green', 'light-magenta', 'dark-magenta', 'light-purple', 'dark-purple', 'light-teal', 'dark-teal']),
142
142
  /**
@@ -18,6 +18,6 @@ export interface DatagridProps {
18
18
  datagridState: DataGridState;
19
19
  }
20
20
  /**
21
- * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/cdai-design/pal/components/data-table/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
21
+ * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/carbon/ibm-products/components/datagrid/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
22
22
  */
23
23
  export declare let Datagrid: React.ForwardRefExoticComponent<DatagridProps & React.RefAttributes<HTMLDivElement>>;
@@ -29,7 +29,7 @@ var _excluded = ["datagridState", "ariaToolbarLabel"];
29
29
  var blockClass = "".concat(settings.pkg.prefix, "--datagrid");
30
30
  var componentName = 'Datagrid';
31
31
  /**
32
- * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/cdai-design/pal/components/data-table/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
32
+ * The `Datagrid` component is an extension of Carbon's DataTable component. At the most basic level, the `Datagrid` component takes in columns and rows and renders a data table. There is a set of data table extensions which this component provides support for, these can be found [here](https://pages.github.ibm.com/carbon/ibm-products/components/datagrid/overview/). This component is data driven and allows you to choose what pieces will be included based on the hooks/plugins that are provided.
33
33
  */
34
34
  exports.Datagrid = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
35
35
  var datagridState = _ref.datagridState,
@@ -25,7 +25,7 @@ type imageProps = {
25
25
  type UserProfileImageBaseProps = {
26
26
  /**
27
27
  * The background color passed should match one of the background colors in the library documentation:
28
- * https://pages.github.ibm.com/cdai-design/pal/patterns/user-profile-images/
28
+ * https://pages.github.ibm.com/carbon/ibm-products/patterns/user-profile-images/
29
29
  */
30
30
  backgroundColor?: string;
31
31
  /**
@@ -145,7 +145,7 @@ exports.UserProfileImage.displayName = componentName;
145
145
  exports.UserProfileImage.propTypes = {
146
146
  /**
147
147
  * The background color passed should match one of the background colors in the library documentation:
148
- * https://pages.github.ibm.com/cdai-design/pal/patterns/user-profile-images/
148
+ * https://pages.github.ibm.com/carbon/ibm-products/patterns/user-profile-images/
149
149
  */
150
150
  backgroundColor: index["default"].oneOf(['light-cyan', 'dark-cyan', 'light-gray', 'dark-gray', 'light-green', 'dark-green', 'light-magenta', 'dark-magenta', 'light-purple', 'dark-purple', 'light-teal', 'dark-teal']),
151
151
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.43.2-canary.238+03eadd20c",
4
+ "version": "2.43.2-canary.240+fa31ebbb6",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -120,5 +120,5 @@
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "03eadd20c856a18121c5cb516fd49cd2ddc87b6a"
123
+ "gitHead": "fa31ebbb6629ad952924baf5a7c5d38c36490c75"
124
124
  }