@kaizen/components 1.4.19 → 1.4.20

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.4.20](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/components@1.4.19...@kaizen/components@1.4.20) (2023-03-01)
7
+
8
+ **Note:** Version bump only for package @kaizen/components
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.4.19](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/components@1.4.18...@kaizen/components@1.4.19) (2023-02-28)
7
15
 
8
16
  **Note:** Version bump only for package @kaizen/components
@@ -36665,7 +36665,15 @@ ${singleLine(message)}${reset}
36665
36665
  inheritSize: false
36666
36666
  }
36667
36667
  )),
36668
- /* @__PURE__ */ import_react24.default.createElement("div", { className: import_FieldMessage_module.default.message }, /* @__PURE__ */ import_react24.default.createElement(Paragraph, { variant: "small", color: textColor }, message))
36668
+ /* @__PURE__ */ import_react24.default.createElement("div", { className: import_FieldMessage_module.default.message }, /* @__PURE__ */ import_react24.default.createElement(
36669
+ Paragraph,
36670
+ {
36671
+ tag: typeof message === "string" ? "p" : "div",
36672
+ variant: "small",
36673
+ color: textColor
36674
+ },
36675
+ message
36676
+ ))
36669
36677
  );
36670
36678
  };
36671
36679
  FieldMessage.displayName = "FieldMessage";
@@ -39352,7 +39352,15 @@ ${singleLine(message)}${reset}
39352
39352
  inheritSize: false
39353
39353
  }
39354
39354
  )),
39355
- /* @__PURE__ */ import_react41.default.createElement("div", { className: import_FieldMessage_module.default.message }, /* @__PURE__ */ import_react41.default.createElement(Paragraph, { variant: "small", color: textColor }, message))
39355
+ /* @__PURE__ */ import_react41.default.createElement("div", { className: import_FieldMessage_module.default.message }, /* @__PURE__ */ import_react41.default.createElement(
39356
+ Paragraph,
39357
+ {
39358
+ tag: typeof message === "string" ? "p" : "div",
39359
+ variant: "small",
39360
+ color: textColor
39361
+ },
39362
+ message
39363
+ ))
39356
39364
  );
39357
39365
  };
39358
39366
  FieldMessage.displayName = "FieldMessage";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.4.19",
3
+ "version": "1.4.20",
4
4
  "description": "Kaizen component library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -30,11 +30,11 @@
30
30
  "dependencies": {
31
31
  "@kaizen/a11y": "^1.6.25",
32
32
  "@kaizen/brand": "^1.5.4",
33
- "@kaizen/brand-moment": "^1.12.63",
33
+ "@kaizen/brand-moment": "^1.12.64",
34
34
  "@kaizen/button": "^2.0.20",
35
35
  "@kaizen/component-base": "^1.1.3",
36
36
  "@kaizen/component-library": "^16.3.2",
37
- "@kaizen/date-picker": "^5.19.0",
37
+ "@kaizen/date-picker": "^5.19.1",
38
38
  "@kaizen/design-tokens": "^10.3.1",
39
39
  "@kaizen/draft-avatar": "^2.8.26",
40
40
  "@kaizen/draft-badge": "^1.13.6",
@@ -43,21 +43,21 @@
43
43
  "@kaizen/draft-divider": "^2.2.6",
44
44
  "@kaizen/draft-empty-state": "^5.3.26",
45
45
  "@kaizen/draft-filter-menu-button": "^2.6.32",
46
- "@kaizen/draft-form": "^10.2.0",
46
+ "@kaizen/draft-form": "^10.3.0",
47
47
  "@kaizen/draft-guidance-block": "^6.1.15",
48
48
  "@kaizen/draft-hero-card": "^2.2.15",
49
49
  "@kaizen/draft-illustration": "^6.0.17",
50
- "@kaizen/draft-likert-scale-legacy": "^1.10.39",
50
+ "@kaizen/draft-likert-scale-legacy": "^1.10.40",
51
51
  "@kaizen/draft-menu": "^4.8.31",
52
- "@kaizen/draft-modal": "^10.6.0",
52
+ "@kaizen/draft-modal": "^10.6.1",
53
53
  "@kaizen/draft-page-layout": "^2.3.7",
54
54
  "@kaizen/draft-popover": "^5.3.0",
55
- "@kaizen/draft-select": "^2.10.20",
56
- "@kaizen/draft-table": "^5.6.15",
55
+ "@kaizen/draft-select": "^2.10.21",
56
+ "@kaizen/draft-table": "^5.6.16",
57
57
  "@kaizen/draft-tabs": "^5.2.26",
58
58
  "@kaizen/draft-tag": "^3.4.0",
59
59
  "@kaizen/draft-tile": "^5.9.26",
60
- "@kaizen/draft-title-block-zen": "^7.9.5",
60
+ "@kaizen/draft-title-block-zen": "^7.9.6",
61
61
  "@kaizen/draft-tooltip": "^5.4.28",
62
62
  "@kaizen/draft-well": "^4.3.3",
63
63
  "@kaizen/hosted-assets": "^2.0.1",
@@ -67,8 +67,8 @@
67
67
  "@kaizen/pagination": "^1.6.26",
68
68
  "@kaizen/progress-bar": "^2.3.19",
69
69
  "@kaizen/responsive": "^1.8.5",
70
- "@kaizen/rich-text-editor": "^1.19.29",
71
- "@kaizen/select": "^6.13.6",
70
+ "@kaizen/rich-text-editor": "^1.19.30",
71
+ "@kaizen/select": "^6.13.7",
72
72
  "@kaizen/split-button": "^1.3.33",
73
73
  "@kaizen/tabs": "^1.5.30",
74
74
  "@kaizen/tailwind": "^0.5.1",
@@ -85,5 +85,5 @@
85
85
  "peerDependencies": {
86
86
  "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
87
87
  },
88
- "gitHead": "85504787c7847e8d40a6fa5306e4f8e15014ee26"
88
+ "gitHead": "32a5de7399de494216aad70c0eb25457768fe42e"
89
89
  }