@kaizen/components 1.40.4 → 1.40.5
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/locales/cy.json
CHANGED
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"kzErrorPage.400.message" : {
|
|
29
29
|
"description" : "Call to action instructions for the user",
|
|
30
|
-
"message" : "Problem wrth lwytho
|
|
30
|
+
"message" : "Problem wrth lwytho'r dudalen ar hyn o bryd. Ceisiwch eto neu ewch adref."
|
|
31
31
|
},
|
|
32
32
|
"kzErrorPage.400.title" : {
|
|
33
33
|
"description" : "Heading for page",
|
|
34
|
-
"message" : "Problem wrth lwytho
|
|
34
|
+
"message" : "Problem wrth lwytho'r dudalen"
|
|
35
35
|
},
|
|
36
36
|
"kzErrorPage.401.message" : {
|
|
37
37
|
"description" : "Call to action instructions for the user",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "1.40.
|
|
3
|
+
"version": "1.40.5",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
|
|
83
|
-
"@cultureamp/frontend-apis": "^9.4.
|
|
84
|
-
"@cultureamp/i18n-react-intl": "^2.5.
|
|
83
|
+
"@cultureamp/frontend-apis": "^9.4.1",
|
|
84
|
+
"@cultureamp/i18n-react-intl": "^2.5.2",
|
|
85
85
|
"@rollup/plugin-alias": "^5.1.0",
|
|
86
86
|
"@rollup/plugin-babel": "^6.0.4",
|
|
87
87
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"autoprefixer": "^10.4.17",
|
|
98
98
|
"babel-plugin-pure-static-props": "^0.2.0",
|
|
99
99
|
"concat-cli": "^4.0.0",
|
|
100
|
-
"query-string": "^
|
|
100
|
+
"query-string": "^9.0.0",
|
|
101
101
|
"react-intl": "^6.6.2",
|
|
102
102
|
"rollup": "^4.12.0",
|
|
103
103
|
"rollup-plugin-dts": "^6.1.0",
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Controls, Meta, Canvas } from "@storybook/blocks"
|
|
2
|
+
import { ResourceLinks, KAIOInstallation, NoClipCanvas } from "~storybook/components"
|
|
3
|
+
import * as FilterMultiSelectStories from "./FilterMultiSelect.stories"
|
|
4
|
+
|
|
5
|
+
<Meta of={FilterMultiSelectStories} />
|
|
6
|
+
|
|
7
|
+
# Filter Bar
|
|
8
|
+
|
|
9
|
+
<ResourceLinks
|
|
10
|
+
sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/FilterMultiSelect"
|
|
11
|
+
className="!mb-8"
|
|
12
|
+
/>
|
|
13
|
+
|
|
14
|
+
<KAIOInstallation exportNames="FilterMultiSelect" />
|
|
15
|
+
|
|
16
|
+
## API
|
|
17
|
+
|
|
18
|
+
<NoClipCanvas of={FilterMultiSelectStories.Playground} />
|
|
19
|
+
<Controls of={FilterMultiSelectStories.Playground} />
|
|
20
|
+
|
|
21
|
+
## Examples
|
|
22
|
+
|
|
23
|
+
The FilterMultiSelect is a component relies heavily on consumer implemntation. It is recommended that you use the below as a starting point, and ensure you follow best a11y practices.
|
|
24
|
+
|
|
25
|
+
### With sections
|
|
26
|
+
|
|
27
|
+
<Canvas of={FilterMultiSelectStories.WithSections} />
|
|
28
|
+
|
|
29
|
+
### With section headers
|
|
30
|
+
|
|
31
|
+
<Canvas of={FilterMultiSelectStories.WithSectionHeaders} />
|
|
32
|
+
|
|
33
|
+
### Async
|
|
34
|
+
|
|
35
|
+
<Canvas of={FilterMultiSelectStories.Async} />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Canvas, Controls, Meta } from "@storybook/blocks"
|
|
2
|
-
import { ResourceLinks, KAIOInstallation
|
|
2
|
+
import { ResourceLinks, KAIOInstallation } from "~storybook/components"
|
|
3
3
|
import * as MultiSelectStories from "./MultiSelect.stories"
|
|
4
4
|
|
|
5
5
|
<Meta of={MultiSelectStories} />
|
|
@@ -12,8 +12,6 @@ import * as MultiSelectStories from "./MultiSelect.stories"
|
|
|
12
12
|
className="!mb-8"
|
|
13
13
|
/>
|
|
14
14
|
|
|
15
|
-
<SbReleaseNotification />
|
|
16
|
-
|
|
17
15
|
<KAIOInstallation exportNames="MultiSelect" />
|
|
18
16
|
|
|
19
17
|
## Overview
|