@dktunited-techoff/techoff-suite-ui 0.8.2 → 0.8.3

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.
@@ -14,7 +14,7 @@ export const checkboxArgTypes = {
14
14
 
15
15
  # Checkbox
16
16
 
17
- The checkboxes are applied when users can select all, several, or none of the options from a given list.
17
+ Checkboxes are applied when users can select all, several, or none of the options from a given list.
18
18
 
19
19
  ## Overview
20
20
 
@@ -25,7 +25,7 @@ The checkboxes are applied when users can select all, several, or none of the op
25
25
  children: [
26
26
  <CheckboxLabel>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</CheckboxLabel>,
27
27
  <CheckboxCaption>
28
- auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
28
+ Auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
29
29
  viverra nisl, in posuere dui urna eget quam.
30
30
  </CheckboxCaption>,
31
31
  ],
@@ -14,7 +14,7 @@ export const checkboxArgTypes = {
14
14
 
15
15
  # Checkbox
16
16
 
17
- The checkboxes are applied when users can select all, several, or none of the options from a given list.
17
+ Checkboxes are applied when users can select all, several, or none of the options from a given list.
18
18
 
19
19
  ## Overview
20
20
 
@@ -25,7 +25,7 @@ The checkboxes are applied when users can select all, several, or none of the op
25
25
  children: [
26
26
  <CheckboxLabel>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</CheckboxLabel>,
27
27
  <CheckboxCaption>
28
- auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
28
+ Auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
29
29
  viverra nisl, in posuere dui urna eget quam.
30
30
  </CheckboxCaption>,
31
31
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dktunited-techoff/techoff-suite-ui",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib",
6
6
  "module": "esm/index.js",
@@ -24,13 +24,14 @@
24
24
  "react-dom": "^18.2.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@storybook/addon-essentials": "^7.5.3",
28
- "@storybook/addon-interactions": "^7.5.3",
29
- "@storybook/addon-links": "^7.5.3",
27
+ "@storybook/addon-essentials": "^7.6.17",
28
+ "@storybook/addon-interactions": "^7.6.17",
29
+ "@storybook/addon-links": "^7.6.17",
30
+ "@storybook/addon-mdx-gfm": "^7.6.17",
30
31
  "@storybook/addon-onboarding": "^1.0.8",
31
- "@storybook/blocks": "^7.5.3",
32
- "@storybook/react": "^7.5.3",
33
- "@storybook/react-vite": "^7.5.3",
32
+ "@storybook/blocks": "^7.6.17",
33
+ "@storybook/react": "^7.6.17",
34
+ "@storybook/react-vite": "^7.6.17",
34
35
  "@storybook/testing-library": "^0.2.2",
35
36
  "@types/fs-extra": "^11.0.4",
36
37
  "@types/node": "^20.9.0",
@@ -44,7 +45,7 @@
44
45
  "eslint-plugin-react-refresh": "^0.4.3",
45
46
  "eslint-plugin-storybook": "^0.6.15",
46
47
  "fs-extra": "^11.1.1",
47
- "storybook": "^7.5.3",
48
+ "storybook": "^7.6.17",
48
49
  "typescript": "^5.0.2",
49
50
  "vite": "^4.4.5"
50
51
  }
@@ -14,7 +14,7 @@ export const checkboxArgTypes = {
14
14
 
15
15
  # Checkbox
16
16
 
17
- The checkboxes are applied when users can select all, several, or none of the options from a given list.
17
+ Checkboxes are applied when users can select all, several, or none of the options from a given list.
18
18
 
19
19
  ## Overview
20
20
 
@@ -25,7 +25,7 @@ The checkboxes are applied when users can select all, several, or none of the op
25
25
  children: [
26
26
  <CheckboxLabel>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</CheckboxLabel>,
27
27
  <CheckboxCaption>
28
- auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
28
+ Auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
29
29
  viverra nisl, in posuere dui urna eget quam.
30
30
  </CheckboxCaption>,
31
31
  ],