@foxford/ui 2.21.1 → 2.21.2-beta-a8b0c62-20240328

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 (71) hide show
  1. package/components/Anchor/style.js +1 -1
  2. package/components/Anchor/style.js.map +1 -1
  3. package/components/Arrow/Arrow.js +1 -1
  4. package/components/Arrow/Arrow.js.map +1 -1
  5. package/components/Arrow/constants.js +1 -1
  6. package/components/Arrow/constants.js.map +1 -1
  7. package/components/Arrow/default-constants.js +2 -0
  8. package/components/Arrow/default-constants.js.map +1 -0
  9. package/components/Arrow/style.js +1 -1
  10. package/components/Arrow/style.js.map +1 -1
  11. package/components/ArrowBadge/ArrowBadge.js +1 -1
  12. package/components/ArrowBadge/ArrowBadge.js.map +1 -1
  13. package/components/ArrowBadge/style.js +1 -1
  14. package/components/ArrowBadge/style.js.map +1 -1
  15. package/components/Badge/style.js +1 -1
  16. package/components/Badge/style.js.map +1 -1
  17. package/components/Button/Button.js +1 -1
  18. package/components/Button/Button.js.map +1 -1
  19. package/components/Button/constants.js +1 -1
  20. package/components/Button/constants.js.map +1 -1
  21. package/components/Button/default-constants.js +2 -0
  22. package/components/Button/default-constants.js.map +1 -0
  23. package/components/Button/style.js +1 -1
  24. package/components/Button/style.js.map +1 -1
  25. package/components/FormInputLabel/FormInputLabel.js +1 -1
  26. package/components/FormInputLabel/FormInputLabel.js.map +1 -1
  27. package/components/FormInputLabel/style.js +1 -1
  28. package/components/FormInputLabel/style.js.map +1 -1
  29. package/components/FormLabel/FormLabel.js +1 -1
  30. package/components/FormLabel/FormLabel.js.map +1 -1
  31. package/components/FormLabel/style.js +1 -1
  32. package/components/FormLabel/style.js.map +1 -1
  33. package/components/Input/Input.js +1 -1
  34. package/components/Input/Input.js.map +1 -1
  35. package/components/Input/style.js +1 -1
  36. package/components/Input/style.js.map +1 -1
  37. package/components/InputCheckbox/InputCheckbox.js +1 -1
  38. package/components/InputCheckbox/InputCheckbox.js.map +1 -1
  39. package/components/InputCheckbox/constants.js +1 -1
  40. package/components/InputCheckbox/constants.js.map +1 -1
  41. package/components/InputCheckbox/style.js +1 -1
  42. package/components/InputCheckbox/style.js.map +1 -1
  43. package/components/InputRadio/InputRadio.js +1 -1
  44. package/components/InputRadio/InputRadio.js.map +1 -1
  45. package/components/InputRadio/style.js +1 -1
  46. package/components/InputRadio/style.js.map +1 -1
  47. package/components/Tab/Tab.js +1 -1
  48. package/components/Tab/Tab.js.map +1 -1
  49. package/components/Tab/constants.js +1 -1
  50. package/components/Tab/constants.js.map +1 -1
  51. package/components/Tab/default-constants.js +2 -0
  52. package/components/Tab/default-constants.js.map +1 -0
  53. package/components/Tab/style.js +1 -1
  54. package/components/Tab/style.js.map +1 -1
  55. package/components/Text/Text.js +1 -1
  56. package/components/Text/Text.js.map +1 -1
  57. package/components/Text/constants.js +1 -1
  58. package/components/Text/constants.js.map +1 -1
  59. package/components/Text/default-constants.js +2 -0
  60. package/components/Text/default-constants.js.map +1 -0
  61. package/components/Text/style.js +1 -1
  62. package/components/Text/style.js.map +1 -1
  63. package/components/Textarea/style.js +1 -1
  64. package/components/Textarea/style.js.map +1 -1
  65. package/dts/index.d.ts +252 -200
  66. package/hocs/withMergedProps.js.map +1 -1
  67. package/index.cjs.js +1 -1
  68. package/index.cjs.js.map +1 -1
  69. package/package.json +2 -1
  70. package/shared/regexp.js +1 -1
  71. package/shared/regexp.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxford/ui",
3
- "version": "2.21.1",
3
+ "version": "2.21.2-beta-a8b0c62-20240328",
4
4
  "description": "UI components library",
5
5
  "main": "index.cjs.js",
6
6
  "module": "index.js",
@@ -82,3 +82,4 @@
82
82
  "ui-kit"
83
83
  ]
84
84
  }
85
+
package/shared/regexp.js CHANGED
@@ -1,2 +1,2 @@
1
- var r=/^(preset|sizeUnits|sizes|size|dynamicSizeDeclaration|marginUnits|color|backgroundColor|cursor|borderColor|fontColor|palette)$/;var e=/^(primary|secondary|tertiary|quaternary)$/;var a=/^size(XXS|XS|S|M|L|XL)$/;var i=/^(margin|marginTop|marginRight|marginBottom|marginLeft)$/;var o=/^(margin|marginTop|marginRight|marginBottom|marginLeft)(XXS|XS|S|M|L|XL)$/;var p=/^(fluid)(XXS|XS|S|M|L|XL)$/;var n=/^(width)(XXS|XS|S|M|L|XL)$/;var g=/^(padding|paddingTop|paddingRight|paddingBottom|paddingLeft)(XXS|XS|S|M|L|XL)$/;var s=/^(fontSize)(XXS|XS|S|M|L|XL)$/;var t=/^(height)(XXS|XS|S|M|L|XL)$/;export{e as colorSchemaPropKeyRegExp,r as commonPropKeyRegExp,i as marginPropKeyRegExp,p as responsiveFluidPropKeyRegExp,s as responsiveFontSizePropKeyRegExp,t as responsiveHeightPropKeyRegExp,o as responsiveMarginPropKeyRegExp,g as responsivePaddingPropKeyRegExp,a as responsiveSizePropKeyRegExp,n as responsiveWidthPropKeyRegExp};
1
+ var e=/^(preset|sizeUnits|sizes|size|dynamicSizeDeclaration|marginUnits|color|backgroundColor|borderColor|fontColor|palette)$/;var r=/^(primary|secondary|tertiary|quaternary)$/;var a=/^size(XXS|XS|S|M|L|XL)$/;var i=/^(margin|marginTop|marginRight|marginBottom|marginLeft)$/;var o=/^(margin|marginTop|marginRight|marginBottom|marginLeft)(XXS|XS|S|M|L|XL)$/;var p=/^(fluid)(XXS|XS|S|M|L|XL)$/;var n=/^(width)(XXS|XS|S|M|L|XL)$/;var g=/^(padding|paddingTop|paddingRight|paddingBottom|paddingLeft)(XXS|XS|S|M|L|XL)$/;var s=/^(fontSize)(XXS|XS|S|M|L|XL)$/;var t=/^(height)(XXS|XS|S|M|L|XL)$/;export{r as colorSchemaPropKeyRegExp,e as commonPropKeyRegExp,i as marginPropKeyRegExp,p as responsiveFluidPropKeyRegExp,s as responsiveFontSizePropKeyRegExp,t as responsiveHeightPropKeyRegExp,o as responsiveMarginPropKeyRegExp,g as responsivePaddingPropKeyRegExp,a as responsiveSizePropKeyRegExp,n as responsiveWidthPropKeyRegExp};
2
2
  //# sourceMappingURL=regexp.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"regexp.js","sources":["../../../src/shared/regexp.ts"],"sourcesContent":["export const commonPropKeyRegExp =\n /^(preset|sizeUnits|sizes|size|dynamicSizeDeclaration|marginUnits|color|backgroundColor|cursor|borderColor|fontColor|palette)$/\n\nexport const colorSchemaPropKeyRegExp = /^(primary|secondary|tertiary|quaternary)$/\n\nexport const responsiveSizePropKeyRegExp = /^size(XXS|XS|S|M|L|XL)$/\n\nexport const marginPropKeyRegExp = /^(margin|marginTop|marginRight|marginBottom|marginLeft)$/\n\nexport const responsiveMarginPropKeyRegExp = /^(margin|marginTop|marginRight|marginBottom|marginLeft)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveFluidPropKeyRegExp = /^(fluid)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveWidthPropKeyRegExp = /^(width)(XXS|XS|S|M|L|XL)$/\n\nexport const responsivePaddingPropKeyRegExp =\n /^(padding|paddingTop|paddingRight|paddingBottom|paddingLeft)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveFontSizePropKeyRegExp = /^(fontSize)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveHeightPropKeyRegExp = /^(height)(XXS|XS|S|M|L|XL)$/\n"],"names":["commonPropKeyRegExp","colorSchemaPropKeyRegExp","responsiveSizePropKeyRegExp","marginPropKeyRegExp","responsiveMarginPropKeyRegExp","responsiveFluidPropKeyRegExp","responsiveWidthPropKeyRegExp","responsivePaddingPropKeyRegExp","responsiveFontSizePropKeyRegExp","responsiveHeightPropKeyRegExp"],"mappings":"AAAO,IAAMA,EACX,gIAEK,IAAMC,EAA2B,4CAEjC,IAAMC,EAA8B,0BAEpC,IAAMC,EAAsB,2DAE5B,IAAMC,EAAgC,4EAEtC,IAAMC,EAA+B,6BAErC,IAAMC,EAA+B,6BAErC,IAAMC,EACX,iFAEK,IAAMC,EAAkC,gCAExC,IAAMC,EAAgC"}
1
+ {"version":3,"file":"regexp.js","sources":["../../../src/shared/regexp.ts"],"sourcesContent":["export const commonPropKeyRegExp =\n /^(preset|sizeUnits|sizes|size|dynamicSizeDeclaration|marginUnits|color|backgroundColor|borderColor|fontColor|palette)$/\n\nexport const colorSchemaPropKeyRegExp = /^(primary|secondary|tertiary|quaternary)$/\n\nexport const responsiveSizePropKeyRegExp = /^size(XXS|XS|S|M|L|XL)$/\n\nexport const marginPropKeyRegExp = /^(margin|marginTop|marginRight|marginBottom|marginLeft)$/\n\nexport const responsiveMarginPropKeyRegExp = /^(margin|marginTop|marginRight|marginBottom|marginLeft)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveFluidPropKeyRegExp = /^(fluid)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveWidthPropKeyRegExp = /^(width)(XXS|XS|S|M|L|XL)$/\n\nexport const responsivePaddingPropKeyRegExp =\n /^(padding|paddingTop|paddingRight|paddingBottom|paddingLeft)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveFontSizePropKeyRegExp = /^(fontSize)(XXS|XS|S|M|L|XL)$/\n\nexport const responsiveHeightPropKeyRegExp = /^(height)(XXS|XS|S|M|L|XL)$/\n"],"names":["commonPropKeyRegExp","colorSchemaPropKeyRegExp","responsiveSizePropKeyRegExp","marginPropKeyRegExp","responsiveMarginPropKeyRegExp","responsiveFluidPropKeyRegExp","responsiveWidthPropKeyRegExp","responsivePaddingPropKeyRegExp","responsiveFontSizePropKeyRegExp","responsiveHeightPropKeyRegExp"],"mappings":"AAAO,IAAMA,EACX,yHAEK,IAAMC,EAA2B,4CAEjC,IAAMC,EAA8B,0BAEpC,IAAMC,EAAsB,2DAE5B,IAAMC,EAAgC,4EAEtC,IAAMC,EAA+B,6BAErC,IAAMC,EAA+B,6BAErC,IAAMC,EACX,iFAEK,IAAMC,EAAkC,gCAExC,IAAMC,EAAgC"}