@zohodesk/components 1.0.0-temp-205 → 1.0.0-temp-206

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.
Files changed (94) hide show
  1. package/.cli/PropUnificationExcludeFilesArray.js +230 -230
  2. package/.cli/PropValidationExcludeFilesArray.js +1 -1
  3. package/.cli/propValidation_report.html +1 -1
  4. package/README.md +0 -4
  5. package/css_error.log +1 -1
  6. package/es/AppContainer/AppContainer.js +1 -0
  7. package/es/Avatar/Avatar.js +9 -9
  8. package/es/Avatar/Avatar.module.css +2 -2
  9. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  10. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  11. package/es/Button/css/Button.module.css +6 -22
  12. package/es/Buttongroup/Buttongroup.module.css +1 -1
  13. package/es/DateTime/DateTime.module.css +8 -11
  14. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +9 -24
  15. package/es/DropBox/css/DropBox.module.css +1 -1
  16. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  17. package/es/ListItem/ListItemWithAvatar.js +9 -5
  18. package/es/ListItem/props/defaultProps.js +1 -0
  19. package/es/ListItem/props/propTypes.js +4 -1
  20. package/es/MultiSelect/Suggestions.js +2 -0
  21. package/es/MultiSelect/props/propTypes.js +1 -0
  22. package/es/Radio/Radio.js +2 -3
  23. package/es/Radio/Radio.module.css +1 -2
  24. package/es/Radio/props/propTypes.js +1 -2
  25. package/es/Ribbon/Ribbon.module.css +6 -6
  26. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  27. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  28. package/es/Switch/Switch.module.css +1 -2
  29. package/es/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  30. package/es/Tab/Tabs.js +124 -20
  31. package/es/Tab/Tabs.module.css +32 -1
  32. package/es/Tab/props/defaultProps.js +3 -1
  33. package/es/Tab/props/propTypes.js +6 -1
  34. package/es/Tag/Tag.js +4 -2
  35. package/es/Tag/props/propTypes.js +2 -1
  36. package/es/Tooltip/Tooltip.module.css +0 -3
  37. package/es/v1/AppContainer/AppContainer.js +1 -0
  38. package/es/v1/Avatar/Avatar.js +5 -5
  39. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  40. package/es/v1/Button/Button.js +4 -4
  41. package/es/v1/Card/Card.js +4 -4
  42. package/es/v1/ListItem/ListItemWithAvatar.js +9 -5
  43. package/es/v1/ListItem/props/defaultProps.js +1 -0
  44. package/es/v1/ListItem/props/propTypes.js +4 -1
  45. package/es/v1/MultiSelect/Suggestions.js +2 -0
  46. package/es/v1/MultiSelect/props/propTypes.js +1 -0
  47. package/es/v1/Tab/v1Tabs.module.css +3 -3
  48. package/lib/AppContainer/AppContainer.js +2 -0
  49. package/lib/Avatar/Avatar.js +9 -9
  50. package/lib/Avatar/Avatar.module.css +2 -2
  51. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +591 -591
  52. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +705 -705
  53. package/lib/Button/css/Button.module.css +6 -22
  54. package/lib/Buttongroup/Buttongroup.module.css +1 -1
  55. package/lib/DateTime/DateTime.module.css +8 -11
  56. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +9 -24
  57. package/lib/DropBox/css/DropBox.module.css +1 -1
  58. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +312 -312
  59. package/lib/ListItem/ListItemWithAvatar.js +9 -5
  60. package/lib/ListItem/props/defaultProps.js +1 -0
  61. package/lib/ListItem/props/propTypes.js +4 -2
  62. package/lib/MultiSelect/Suggestions.js +2 -0
  63. package/lib/MultiSelect/props/propTypes.js +1 -0
  64. package/lib/Radio/Radio.js +2 -3
  65. package/lib/Radio/Radio.module.css +1 -2
  66. package/lib/Radio/props/propTypes.js +1 -2
  67. package/lib/Ribbon/Ribbon.module.css +6 -6
  68. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +374 -374
  69. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +89 -89
  70. package/lib/Switch/Switch.module.css +1 -2
  71. package/lib/Switch/__tests__/__snapshots__/Switch.spec.js.snap +831 -831
  72. package/lib/Tab/Tabs.js +125 -27
  73. package/lib/Tab/Tabs.module.css +32 -1
  74. package/lib/Tab/props/defaultProps.js +3 -1
  75. package/lib/Tab/props/propTypes.js +6 -1
  76. package/lib/Tag/Tag.js +4 -2
  77. package/lib/Tag/props/propTypes.js +2 -1
  78. package/lib/Tooltip/Tooltip.module.css +0 -3
  79. package/lib/v1/AppContainer/AppContainer.js +2 -0
  80. package/lib/v1/Avatar/Avatar.js +5 -5
  81. package/lib/v1/AvatarTeam/AvatarTeam.js +4 -4
  82. package/lib/v1/Button/Button.js +4 -4
  83. package/lib/v1/Card/Card.js +4 -4
  84. package/lib/v1/ListItem/ListItemWithAvatar.js +9 -5
  85. package/lib/v1/ListItem/props/defaultProps.js +1 -0
  86. package/lib/v1/ListItem/props/propTypes.js +4 -2
  87. package/lib/v1/MultiSelect/Suggestions.js +2 -0
  88. package/lib/v1/MultiSelect/props/propTypes.js +1 -0
  89. package/lib/v1/Tab/v1Tabs.module.css +3 -3
  90. package/package.json +12 -16
  91. package/propValidationArg.json +11 -11
  92. package/result.json +1 -1
  93. /package/es/{deprecated → common}/boxShadow.module.css +0 -0
  94. /package/lib/{deprecated → common}/boxShadow.module.css +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.0.0-temp-205",
3
+ "version": "1.0.0-temp-206",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -31,7 +31,7 @@
31
31
  "docs": "npm run css:review && react-cli docs",
32
32
  "build:lib": "react-cli build:component:cmjs",
33
33
  "build:es": "react-cli build:library:es",
34
- "build": "npm run theme:validate && npm run css:boxshadow:validate && npm run build:lib && npm run build:es",
34
+ "build": "npm run theme:validate && npm run build:lib && npm run build:es",
35
35
  "build:local": " npm run build && npm run rtl && npm run cssVariableConvert",
36
36
  "build:watch": "npm run build:variables && npm run build && npm run build:es --module:mode=dev -- -w",
37
37
  "rtl:watch": "react-cli rtl ./src ./es -w",
@@ -42,8 +42,7 @@
42
42
  "postpublish": "node postPublish.js",
43
43
  "report": "react-cli publish:report",
44
44
  "test": "react-cli test",
45
- "test-clean": "react-cli clean coverage",
46
- "snap-update": "npm run test-clean && npm run test -- -u",
45
+ "snap-update": "npm run test -- -u",
47
46
  "sstest": "npm run init && react-cli sstest",
48
47
  "build:external": "npm run clean && npm run init && npm run docsjs:build && npm run build:externalDocCopy && react-cli build:component:umd && npm run externalDocHTMLChange",
49
48
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install",
@@ -53,14 +52,11 @@
53
52
  "variable:addignore": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableIgnore.js ./src",
54
53
  "variable:convert": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/pxParserPostcss.js ./src",
55
54
  "variable:check": "node ./node_modules/@zohodesk-private/css-variable-migrator/es/variableErrorCheck.js ./src ./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json",
56
- "css:review": " npm run dubCheck && npm run css:lineheight:validate && npm run theme:validate && npm run css:boxshadow:validate",
55
+ "css:review": " npm run dubCheck && npm run css:lineheight:validate && npm run theme:validate ",
57
56
  "theme:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation validate ./src ./.cli ./.cli/stringContains.js",
58
57
  "theme:addignore": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation addignore ./src ./.cli ./.cli/stringContains.js",
59
58
  "theme:removeignore": "node ./node_modules/@zohodesk-private/node-plugins/es/appearance_theme_validation removeignore ./src ./.cli",
60
- "review:props": "node ./node_modules/@zohodesk-private/react-prop-validator/es/propValidation.js propValidationArg.json ",
61
- "css:boxshadow:validate": "node ./node_modules/@zohodesk-private/node-plugins/es/boxshadow_validation/boxShadowValidation.js validate ./src",
62
- "css:boxshadow:addignore": "node ./node_modules/@zohodesk-private/node-plugins/es/boxshadow_validation/boxShadowValidation.js addignore ./src",
63
- "css:boxshadow:removeignore": "node ./node_modules/@zohodesk-private/node-plugins/es/boxshadow_validation/boxShadowValidation.js removeignore ./src"
59
+ "review:props": "node ./node_modules/@zohodesk-private/react-prop-validator/es/propValidation.js propValidationArg.json "
64
60
  },
65
61
  "devDependencies": {
66
62
  "@testing-library/jest-dom": "^5.11.9",
@@ -69,14 +65,14 @@
69
65
  "@testing-library/user-event": "^13.0.10",
70
66
  "@zohodesk-private/color-variable-preprocessor": "1.2.0",
71
67
  "@zohodesk-private/css-variable-migrator": "^1.0.7",
72
- "@zohodesk-private/node-plugins": "1.1.9",
68
+ "@zohodesk-private/node-plugins": "1.1.8",
73
69
  "@zohodesk-private/react-prop-validator": "1.2.3",
74
70
  "@zohodesk/a11y": "2.2.3",
75
71
  "@zohodesk/docstool": "1.0.0-alpha-2",
76
72
  "@zohodesk/hooks": "2.0.4",
77
- "@zohodesk/icons": "1.0.52",
78
- "@zohodesk/svg": "1.1.18",
79
- "@zohodesk/utils": "1.3.14",
73
+ "@zohodesk/icons": "1.0.50",
74
+ "@zohodesk/svg": "1.1.14",
75
+ "@zohodesk/utils": "1.3.13",
80
76
  "@zohodesk/variables": "1.0.0",
81
77
  "@zohodesk/virtualizer": "1.0.3",
82
78
  "react-sortable-hoc": "^0.8.3",
@@ -89,14 +85,14 @@
89
85
  "selectn": "1.1.2"
90
86
  },
91
87
  "peerDependencies": {
92
- "@zohodesk/icons": "1.0.52",
88
+ "@zohodesk/icons": "1.0.50",
93
89
  "@zohodesk/variables": "1.0.0",
94
- "@zohodesk/svg": "1.1.18",
90
+ "@zohodesk/svg": "1.1.14",
95
91
  "@zohodesk/virtualizer": "1.0.3",
96
92
  "velocity-react": "1.4.3",
97
93
  "react-sortable-hoc": "^0.8.3",
98
94
  "@zohodesk/hooks": "2.0.4",
99
- "@zohodesk/utils": "1.3.14",
95
+ "@zohodesk/utils": "1.3.13",
100
96
  "@zohodesk/a11y": "2.2.3"
101
97
  }
102
98
  }
@@ -1,12 +1,12 @@
1
- {
2
- "inputDir": "./src",
3
- "outputDir": "./.cli",
4
- "excludeDir": "./.cli",
5
- "propUnifiExcludeDir": "./.cli",
6
- "enable": true,
7
- "need_report": true,
8
- "prop_validation_strict_mode": true,
9
- "prop_validation_log": false,
10
- "prop_unification_strict_mode": true,
11
- "prop_unification_log": false
1
+ {
2
+ "inputDir": "./src",
3
+ "outputDir": "./.cli",
4
+ "excludeDir": "./.cli",
5
+ "propUnifiExcludeDir": "./.cli",
6
+ "enable": true,
7
+ "need_report": true,
8
+ "prop_validation_strict_mode": true,
9
+ "prop_validation_log": false,
10
+ "prop_unification_strict_mode": true,
11
+ "prop_unification_log": false
12
12
  }