@oceanbase/design 1.0.0-alpha.5 → 1.0.0-alpha.7

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 (88) hide show
  1. package/dist/design.min.css +1 -1
  2. package/dist/design.min.js +1 -1
  3. package/dist/reset.css +2 -1
  4. package/dist/static/Inter-Medium.ea234620.woff2 +0 -0
  5. package/dist/static/Inter-Regular.34ba43c9.woff2 +0 -0
  6. package/dist/static/Inter-SemiBold.95439fb4.woff2 +0 -0
  7. package/es/alert/index.js +1 -4
  8. package/es/alert/style/index.js +17 -19
  9. package/es/app/style/index.js +3 -6
  10. package/es/button/style/index.js +10 -2
  11. package/es/config-provider/index.d.ts +2 -1
  12. package/es/config-provider/index.js +43 -16
  13. package/es/descriptions/hooks/useItems.d.ts +6 -6
  14. package/es/descriptions/style/index.js +3 -1
  15. package/es/fonts/Inter-Medium.woff2 +0 -0
  16. package/es/fonts/Inter-Regular.woff2 +0 -0
  17. package/es/fonts/Inter-SemiBold.woff2 +0 -0
  18. package/es/form/style/index.js +3 -1
  19. package/es/index.d.ts +0 -1
  20. package/es/index.js +0 -1
  21. package/es/input/Input.d.ts +2 -0
  22. package/es/input/Input.js +23 -7
  23. package/es/input/Password.js +17 -5
  24. package/es/input/Search.js +17 -5
  25. package/es/input/TextArea.js +17 -5
  26. package/es/input/style/index.d.ts +9 -0
  27. package/es/input/style/index.js +17 -0
  28. package/es/input-number/index.js +11 -4
  29. package/es/input-number/style/index.d.ts +9 -0
  30. package/es/input-number/style/index.js +22 -0
  31. package/es/locale/ja-JP.js +2 -2
  32. package/es/segmented/index.d.ts +1 -0
  33. package/es/segmented/index.js +15 -7
  34. package/es/segmented/style/index.js +1 -0
  35. package/es/style/global.d.ts +8 -0
  36. package/es/style/global.js +118 -0
  37. package/es/style/reset.css +2 -1
  38. package/es/table/index.d.ts +2 -2
  39. package/es/table/style/index.js +5 -1
  40. package/es/theme/compact.d.ts +1 -1
  41. package/es/theme/compact.js +2 -6
  42. package/es/theme/default.d.ts +1 -1
  43. package/es/theme/default.js +29 -10
  44. package/es/typography/style/index.js +3 -0
  45. package/lib/alert/index.js +1 -3
  46. package/lib/alert/style/index.js +15 -16
  47. package/lib/app/style/index.js +2 -4
  48. package/lib/button/style/index.js +8 -2
  49. package/lib/config-provider/index.d.ts +2 -1
  50. package/lib/config-provider/index.js +60 -12
  51. package/lib/descriptions/hooks/useItems.d.ts +6 -6
  52. package/lib/descriptions/style/index.js +3 -0
  53. package/lib/fonts/Inter-Medium.woff2 +0 -0
  54. package/lib/fonts/Inter-Regular.woff2 +0 -0
  55. package/lib/fonts/Inter-SemiBold.woff2 +0 -0
  56. package/lib/form/style/index.js +4 -1
  57. package/lib/index.d.ts +0 -1
  58. package/lib/index.js +0 -1
  59. package/lib/input/Input.d.ts +2 -0
  60. package/lib/input/Input.js +35 -12
  61. package/lib/input/Password.js +20 -3
  62. package/lib/input/Search.js +30 -11
  63. package/lib/input/TextArea.js +20 -3
  64. package/lib/input/style/index.d.ts +9 -0
  65. package/lib/input/style/index.js +46 -0
  66. package/lib/input-number/index.js +18 -3
  67. package/lib/input-number/style/index.d.ts +9 -0
  68. package/lib/input-number/style/index.js +51 -0
  69. package/lib/locale/ja-JP.js +2 -2
  70. package/lib/segmented/index.d.ts +1 -0
  71. package/lib/segmented/index.js +10 -3
  72. package/lib/segmented/style/index.js +1 -0
  73. package/lib/style/global.d.ts +8 -0
  74. package/lib/style/global.js +168 -0
  75. package/lib/style/reset.css +2 -1
  76. package/lib/table/index.d.ts +2 -2
  77. package/lib/table/style/index.js +5 -1
  78. package/lib/theme/compact.d.ts +1 -1
  79. package/lib/theme/compact.js +1 -5
  80. package/lib/theme/default.d.ts +1 -1
  81. package/lib/theme/default.js +29 -10
  82. package/lib/typography/style/index.js +3 -0
  83. package/package.json +3 -2
  84. package/dist/static/Inter.f6bcdfb6.woff2 +0 -0
  85. package/es/fonts/Inter.woff2 +0 -0
  86. package/es/global.css +0 -48
  87. package/lib/fonts/Inter.woff2 +0 -0
  88. package/lib/global.css +0 -48
@@ -1 +1 @@
1
- body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}@font-face{font-display:swap;font-family:Inter;src:local("Inter"),url(static/Inter.f6bcdfb6.woff2) format("woff2"),url(https://mdn.alipayobjects.com/huamei_fhnyvh/afts/file/A*2aG4RJIdUGYAAAAAAAAAAAAADmfOAQ/Inter.woff2) format("woff2")}@font-face{font-display:swap;font-family:Consolas;src:local("Consolas"),url(static/Consolas.d732b210.woff2) format("woff2"),url(https://mdn.alipayobjects.com/huamei_fhnyvh/afts/file/A*R8bMTqAdGWgAAAAAAAAAAAAADmfOAQ/Consolas.woff2) format("woff2")}@font-face{font-display:swap;font-family:Helvetica Neue;src:local("Helvetica Neue"),url(static/HelveticaNeue.742452d4.woff2) format("woff2"),url(https://mdn.alipayobjects.com/huamei_fhnyvh/afts/file/A*3EzqR6aYJMkAAAAAAAAAAAAADmfOAQ/HelveticaNeue.woff2) format("woff2")}code,kbd,pre,samp{font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace}*{scrollbar-color:#e2e8f3 transparent}.rc-virtual-list-scrollbar-thumb{background:#e2e8f3!important}
1
+ body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}