@pinuts/bsr-uikit-relaunch 0.2.7 → 0.2.9

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 (209) hide show
  1. package/.nvmrc +1 -0
  2. package/dist/hooks/withFieldGroup.js +16 -16
  3. package/dist/index.js +134 -2
  4. package/dist/items/BSRAddressSelector/BSRAddressSelector.d.ts.map +1 -1
  5. package/dist/items/BSRAddressSelector/BSRAddressSelector.js +2 -1
  6. package/dist/items/BSRAddressSelector/BSRAutocompleteField.d.ts.map +1 -1
  7. package/dist/items/BSRAddressSelector/BSRAutocompleteField.js +1 -2
  8. package/dist/items/BSRAddressSelector/BSRStreetPlzSelector.d.ts.map +1 -1
  9. package/dist/items/BSRAddressSelector/BSRStreetPlzSelector.js +2 -1
  10. package/dist/items/BSRAddressSelector/HouseNumberSelectFieldBck.js +0 -1
  11. package/dist/items/Button/Button.d.ts.map +1 -1
  12. package/dist/items/Button/Button.js +1 -2
  13. package/dist/items/FieldLabel/FieldLabel.d.ts.map +1 -1
  14. package/dist/items/FieldLabel/FieldLabel.js +2 -3
  15. package/dist/items/GroupInputField/GroupInputField.d.ts.map +1 -1
  16. package/dist/items/GroupInputField/GroupInputField.js +3 -4
  17. package/dist/items/SelectField/SelectField.d.ts.map +1 -1
  18. package/dist/items/SelectField/SelectField.js +1 -2
  19. package/dist/items/Tag/Tag.d.ts.map +1 -1
  20. package/dist/items/Tag/Tag.js +2 -3
  21. package/dist/items/TextAreaField/TextAreaField.d.ts.map +1 -1
  22. package/dist/items/TextAreaField/TextAreaField.js +1 -2
  23. package/dist/items/TextInputField/TextInputField.d.ts.map +1 -1
  24. package/dist/items/TextInputField/TextInputField.js +1 -2
  25. package/dist/main.css +4 -0
  26. package/dist/main.js +2 -0
  27. package/dist/{index.js.LICENSE.txt → main.js.LICENSE.txt} +2 -2
  28. package/dist/styles/{form.module.scss → form.scss} +49 -37
  29. package/dist/styles.css +1 -0
  30. package/dist/styles.js +0 -0
  31. package/dist/utils/getUikitClassNames.d.ts.map +1 -1
  32. package/dist/utils/getUikitClassNames.js +1 -3
  33. package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +2 -2
  34. package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
  35. package/node_modules/@babel/runtime/helpers/esm/superPropGet.js +4 -4
  36. package/node_modules/@babel/runtime/helpers/esm/superPropSet.js +2 -2
  37. package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +2 -2
  38. package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +1 -1
  39. package/node_modules/@babel/runtime/helpers/superPropGet.js +4 -4
  40. package/node_modules/@babel/runtime/helpers/superPropSet.js +2 -2
  41. package/node_modules/@babel/runtime/package.json +1 -1
  42. package/node_modules/@types/hoist-non-react-statics/README.md +13 -13
  43. package/node_modules/@types/hoist-non-react-statics/index.d.ts +12 -12
  44. package/node_modules/@types/hoist-non-react-statics/package.json +4 -3
  45. package/node_modules/@types/react/README.md +3 -3
  46. package/node_modules/@types/react/canary.d.ts +3 -118
  47. package/node_modules/@types/react/compiler-runtime.d.ts +4 -0
  48. package/node_modules/@types/react/experimental.d.ts +89 -4
  49. package/node_modules/@types/react/index.d.ts +435 -772
  50. package/node_modules/@types/react/package.json +9 -9
  51. package/node_modules/@types/react/ts5.0/canary.d.ts +3 -118
  52. package/node_modules/@types/react/ts5.0/experimental.d.ts +89 -4
  53. package/node_modules/@types/react/ts5.0/index.d.ts +431 -768
  54. package/node_modules/@types/react/ts5.0/v18/global.d.ts +160 -0
  55. package/node_modules/@types/react/ts5.0/v18/index.d.ts +4543 -0
  56. package/node_modules/@types/react/ts5.0/v18/jsx-dev-runtime.d.ts +45 -0
  57. package/node_modules/@types/react/ts5.0/v18/jsx-runtime.d.ts +36 -0
  58. package/node_modules/@types/react/ts5.0/v18/ts5.0/global.d.ts +160 -0
  59. package/node_modules/@types/react/ts5.0/v18/ts5.0/index.d.ts +4530 -0
  60. package/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-dev-runtime.d.ts +44 -0
  61. package/node_modules/@types/react/ts5.0/v18/ts5.0/jsx-runtime.d.ts +35 -0
  62. package/node_modules/tslib/modules/index.d.ts +1 -0
  63. package/node_modules/tslib/modules/index.js +2 -0
  64. package/node_modules/tslib/package.json +1 -1
  65. package/node_modules/tslib/tslib.d.ts +7 -0
  66. package/node_modules/tslib/tslib.es6.js +24 -1
  67. package/node_modules/tslib/tslib.es6.mjs +24 -1
  68. package/node_modules/tslib/tslib.js +56 -1
  69. package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/tsc.js → typescript/lib/_tsc.js} +3484 -1863
  70. package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/tsserver.js → typescript/lib/_tsserver.js} +1 -1
  71. package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/typingsInstaller.js → typescript/lib/_typingsInstaller.js} +2 -16
  72. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/cs/diagnosticMessages.generated.json +16 -4
  73. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/de/diagnosticMessages.generated.json +16 -4
  74. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/es/diagnosticMessages.generated.json +16 -4
  75. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/fr/diagnosticMessages.generated.json +16 -4
  76. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/it/diagnosticMessages.generated.json +16 -4
  77. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/ja/diagnosticMessages.generated.json +16 -4
  78. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/ko/diagnosticMessages.generated.json +16 -4
  79. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.decorators.d.ts +13 -15
  80. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.dom.d.ts +1115 -219
  81. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.core.d.ts +9 -9
  82. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.iterable.d.ts +90 -27
  83. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.symbol.wellknown.d.ts +10 -10
  84. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2016.array.include.d.ts +9 -9
  85. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2016.intl.d.ts +1 -1
  86. package/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts +21 -0
  87. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.d.ts +3 -2
  88. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.sharedmemory.d.ts +14 -14
  89. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.typedarrays.d.ts +9 -9
  90. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.bigint.d.ts +54 -50
  91. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.intl.d.ts +36 -36
  92. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.sharedmemory.d.ts +13 -11
  93. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.string.d.ts +2 -0
  94. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2021.intl.d.ts +17 -17
  95. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2021.weakref.d.ts +2 -0
  96. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.array.d.ts +11 -11
  97. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.d.ts +1 -2
  98. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.error.d.ts +2 -0
  99. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.intl.d.ts +9 -9
  100. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2023.array.d.ts +99 -99
  101. package/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts +65 -0
  102. package/node_modules/typescript/lib/lib.es2024.collection.d.ts +29 -0
  103. package/node_modules/typescript/lib/lib.es2024.d.ts +26 -0
  104. package/node_modules/typescript/lib/lib.es2024.full.d.ts +24 -0
  105. package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts → typescript/lib/lib.es2024.sharedmemory.d.ts} +29 -0
  106. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es5.d.ts +252 -252
  107. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.array.d.ts +1 -1
  108. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.collection.d.ts +1 -11
  109. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.d.ts +1 -5
  110. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.webworker.d.ts +311 -34
  111. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/pl/diagnosticMessages.generated.json +16 -4
  112. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/pt-br/diagnosticMessages.generated.json +16 -4
  113. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/ru/diagnosticMessages.generated.json +16 -4
  114. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/tr/diagnosticMessages.generated.json +16 -4
  115. package/node_modules/typescript/lib/tsc.js +8 -0
  116. package/node_modules/typescript/lib/tsserver.js +8 -0
  117. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/typesMap.json +497 -497
  118. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/typescript.d.ts +82 -22
  119. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/typescript.js +5593 -2998
  120. package/node_modules/typescript/lib/typingsInstaller.js +8 -0
  121. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/zh-cn/diagnosticMessages.generated.json +17 -5
  122. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/zh-tw/diagnosticMessages.generated.json +16 -4
  123. package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/package.json +22 -23
  124. package/package.json +5 -4
  125. package/webpack.config.js +109 -99
  126. package/node_modules/@types/prop-types/LICENSE +0 -21
  127. package/node_modules/@types/prop-types/README.md +0 -15
  128. package/node_modules/@types/prop-types/index.d.ts +0 -114
  129. package/node_modules/@types/prop-types/package.json +0 -35
  130. package/node_modules/hoist-non-react-statics/CHANGELOG.md +0 -37
  131. /package/node_modules/{regenerator-runtime → @babel/runtime/node_modules/regenerator-runtime}/LICENSE +0 -0
  132. /package/node_modules/{regenerator-runtime → @babel/runtime/node_modules/regenerator-runtime}/README.md +0 -0
  133. /package/node_modules/{regenerator-runtime → @babel/runtime/node_modules/regenerator-runtime}/package.json +0 -0
  134. /package/node_modules/{regenerator-runtime → @babel/runtime/node_modules/regenerator-runtime}/path.js +0 -0
  135. /package/node_modules/{regenerator-runtime → @babel/runtime/node_modules/regenerator-runtime}/runtime.js +0 -0
  136. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/LICENSE.txt +0 -0
  137. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/README.md +0 -0
  138. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/SECURITY.md +0 -0
  139. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/ThirdPartyNoticeText.txt +0 -0
  140. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/bin/tsc +0 -0
  141. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/bin/tsserver +0 -0
  142. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/cancellationToken.js +0 -0
  143. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.d.ts +0 -0
  144. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.decorators.legacy.d.ts +0 -0
  145. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.dom.asynciterable.d.ts +0 -0
  146. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.dom.iterable.d.ts +0 -0
  147. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.collection.d.ts +0 -0
  148. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.d.ts +0 -0
  149. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.generator.d.ts +0 -0
  150. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.promise.d.ts +0 -0
  151. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.proxy.d.ts +0 -0
  152. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.reflect.d.ts +0 -0
  153. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2015.symbol.d.ts +0 -0
  154. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2016.d.ts +0 -0
  155. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2016.full.d.ts +0 -0
  156. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.date.d.ts +0 -0
  157. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.full.d.ts +0 -0
  158. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.intl.d.ts +0 -0
  159. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.object.d.ts +0 -0
  160. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2017.string.d.ts +0 -0
  161. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.asyncgenerator.d.ts +0 -0
  162. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.asynciterable.d.ts +0 -0
  163. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.d.ts +0 -0
  164. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.full.d.ts +0 -0
  165. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.intl.d.ts +0 -0
  166. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.promise.d.ts +0 -0
  167. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2018.regexp.d.ts +0 -0
  168. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.array.d.ts +0 -0
  169. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.d.ts +0 -0
  170. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.full.d.ts +0 -0
  171. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.intl.d.ts +0 -0
  172. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.object.d.ts +0 -0
  173. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.string.d.ts +0 -0
  174. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2019.symbol.d.ts +0 -0
  175. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.d.ts +0 -0
  176. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.date.d.ts +0 -0
  177. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.full.d.ts +0 -0
  178. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.number.d.ts +0 -0
  179. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.promise.d.ts +0 -0
  180. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
  181. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2021.d.ts +0 -0
  182. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2021.full.d.ts +0 -0
  183. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2021.promise.d.ts +0 -0
  184. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2021.string.d.ts +0 -0
  185. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.full.d.ts +0 -0
  186. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.object.d.ts +0 -0
  187. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.regexp.d.ts +0 -0
  188. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2022.string.d.ts +0 -0
  189. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2023.collection.d.ts +0 -0
  190. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2023.d.ts +0 -0
  191. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2023.full.d.ts +0 -0
  192. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es2023.intl.d.ts +0 -0
  193. /package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/lib.esnext.object.d.ts → typescript/lib/lib.es2024.object.d.ts} +0 -0
  194. /package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/lib.esnext.promise.d.ts → typescript/lib/lib.es2024.promise.d.ts} +0 -0
  195. /package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/lib.esnext.regexp.d.ts → typescript/lib/lib.es2024.regexp.d.ts} +0 -0
  196. /package/node_modules/{@pinuts/form-builder/node_modules/typescript/lib/lib.esnext.string.d.ts → typescript/lib/lib.es2024.string.d.ts} +0 -0
  197. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.es6.d.ts +0 -0
  198. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.decorators.d.ts +0 -0
  199. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.disposable.d.ts +0 -0
  200. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.full.d.ts +0 -0
  201. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.intl.d.ts +0 -0
  202. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.esnext.iterator.d.ts +0 -0
  203. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.scripthost.d.ts +0 -0
  204. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.webworker.asynciterable.d.ts +0 -0
  205. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.webworker.importscripts.d.ts +0 -0
  206. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/lib.webworker.iterable.d.ts +0 -0
  207. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/tsserverlibrary.d.ts +0 -0
  208. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/tsserverlibrary.js +0 -0
  209. /package/node_modules/{@pinuts/form-builder/node_modules/typescript → typescript}/lib/watchGuard.js +0 -0
@@ -23,9 +23,9 @@
23
23
 
24
24
  /**
25
25
  * @license React
26
- * use-sync-external-store-shim.production.min.js
26
+ * use-sync-external-store-shim.production.js
27
27
  *
28
- * Copyright (c) Facebook, Inc. and its affiliates.
28
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
29
29
  *
30
30
  * This source code is licensed under the MIT license found in the
31
31
  * LICENSE file in the root directory of this source tree.
@@ -1,7 +1,7 @@
1
- @use 'sass:math';
1
+ @use "sass:math";
2
2
  @import "./variables/_variables.scss";
3
3
 
4
- /* GENERAL INPUT STYLES */
4
+ /* GENERAL INPUT STYLES v0.1*/
5
5
  .topRow {
6
6
  display: flex;
7
7
  justify-content: space-between;
@@ -9,19 +9,20 @@
9
9
  padding: 0 $base-gap * 4 0 $base-gap * 0.5;
10
10
 
11
11
  .label {
12
- font-family: "TradeGothicNext";
12
+ font-family: "TradeGothicNext", "TradeGothicNextLT", sans-serif;
13
13
  font-size: $input-label-font-size;
14
14
  font-weight: $fontweight-bold;
15
15
  line-height: $input-label-line-height;
16
16
  letter-spacing: $letter-spacing-xs;
17
- color: #5f6a72;
17
+ color: $bsr-grey-100;
18
18
  margin-bottom: 0;
19
19
 
20
20
  .required {
21
21
  margin-inline-start: $base-gap;
22
22
  }
23
23
 
24
- &.labelFocused, .required {
24
+ &.labelFocused,
25
+ .required {
25
26
  color: $bsr-black-90;
26
27
  }
27
28
  }
@@ -31,7 +32,8 @@
31
32
  gap: $base-gap;
32
33
  position: relative;
33
34
 
34
- .info, .success {
35
+ .info,
36
+ .success {
35
37
  display: flex;
36
38
  height: 18px;
37
39
  position: relative;
@@ -104,7 +106,7 @@
104
106
  .input,
105
107
  .select,
106
108
  .textarea {
107
- font-family: "TradeGothicNext";
109
+ font-family: "TradeGothicNext", "TradeGothicNextLT", sans-serif;
108
110
  font-size: $inputField-font-size;
109
111
  font-weight: $fontweight-normal;
110
112
  line-height: $inputField-line-height;
@@ -118,22 +120,23 @@
118
120
  align-items: flex-start;
119
121
  align-self: stretch;
120
122
 
121
- &:focus, &:focus-visible, &:active {
123
+ &:focus,
124
+ &:focus-visible,
125
+ &:active {
122
126
  color: $bsr-black-90;
123
127
  border-color: currentColor;
124
128
  outline: $bsr-border-width-m solid currentColor;
125
129
  }
126
130
  }
127
131
 
128
- /* SELECT INPUT */
132
+ /* SELECT INPUT */
129
133
  .select {
130
- appearance:none;
134
+ appearance: none;
131
135
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.75L6 5.25L10.5 0.75' stroke='%231E1E1E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
132
136
  background-position-x: calc(100% - #{$base-gap * 4});
133
137
  background-position-y: center;
134
138
  background-repeat: no-repeat;
135
139
 
136
-
137
140
  &:focus-visible {
138
141
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.25L6 0.75L10.5 5.25' stroke='%231E1E1E' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
139
142
  }
@@ -145,7 +148,7 @@
145
148
  flex-direction: column;
146
149
  gap: ($base-gap * 2);
147
150
  margin-bottom: $base-gap * 5;
148
- font-family: "TradeGothicNext";
151
+ font-family: "TradeGothicNext", "TradeGothicNextLT", sans-serif;
149
152
 
150
153
  ul {
151
154
  list-style-type: none;
@@ -180,13 +183,14 @@
180
183
  }
181
184
 
182
185
  .helperText {
183
- color: $bsr-black-60;
184
- font-size: $input-label-font-size;
185
- line-height: $input-label-line-height;
186
+ color: $bsr-black-60;
187
+ font-size: $input-label-font-size;
188
+ line-height: $input-label-line-height;
186
189
  }
187
190
 
188
191
  [aria-disabled="true"] {
189
- input, label {
192
+ input,
193
+ label {
190
194
  color: $bsr-black-40;
191
195
  border-color: $bsr-black-40;
192
196
  pointer-events: none;
@@ -248,7 +252,10 @@ input[type="radio"] {
248
252
  outline: 3.4px solid white;
249
253
  outline-offset: $bsr-border-width-m * -1 - 3px;
250
254
 
251
- &:hover, &:active, &:focus-visible, &:focus {
255
+ &:hover,
256
+ &:active,
257
+ &:focus-visible,
258
+ &:focus {
252
259
  cursor: pointer;
253
260
  background-color: $bsr-grey-100;
254
261
  border-width: 2px;
@@ -279,7 +286,7 @@ button {
279
286
  gap: $base-gap * 3;
280
287
  justify-content: center;
281
288
  min-height: $base-gap * 10;
282
- p {
289
+ p {
283
290
  margin: 0;
284
291
  }
285
292
 
@@ -291,7 +298,8 @@ button {
291
298
  justify-content: center;
292
299
  min-height: $base-gap * 10;
293
300
 
294
- &:hover, &:focus-visible {
301
+ &:hover,
302
+ &:focus-visible {
295
303
  background-color: $bsr-brick-100 !important;
296
304
  color: $bsr-white-100 !important;
297
305
  border-color: $bsr-brick-100 !important;
@@ -307,7 +315,6 @@ button {
307
315
  justify-content: center;
308
316
  min-height: $base-gap * 10;
309
317
  }
310
-
311
318
  }
312
319
 
313
320
  button[type="submit"] {
@@ -317,14 +324,16 @@ button[type="submit"] {
317
324
  color: $bsr-white-100;
318
325
  border: $bsr-border-width-m solid $bsr-brick-100;
319
326
 
320
- &:hover, &:focus-visible {
321
- background-color: $bsr-white-100;
322
- color: $bsr-brick-100;
323
- text-decoration-color: currentColor;
327
+ &:hover,
328
+ &:focus-visible {
329
+ background-color: $bsr-white-100;
330
+ color: $bsr-brick-100;
331
+ text-decoration-color: currentColor;
324
332
  }
325
333
 
326
- &:focus, &:focus-visible {
327
- outline: none;
334
+ &:focus,
335
+ &:focus-visible {
336
+ outline: none;
328
337
  }
329
338
  }
330
339
 
@@ -334,37 +343,38 @@ form input[type="checkbox"]:read-only {
334
343
  border-width: 2px;
335
344
  }
336
345
 
337
- form input[type="checkbox"], form input[type="checkbox"] {
346
+ form input[type="checkbox"],
347
+ form input[type="checkbox"] {
338
348
  height: 0;
339
349
  width: 0;
340
350
  position: absolute;
341
351
  opacity: 0;
342
352
  }
343
353
 
344
- form input[type="checkbox"]+label {
354
+ form input[type="checkbox"] + label {
345
355
  padding-left: 0;
346
356
  }
347
357
 
348
- form input[type="checkbox"]:checked+label {
358
+ form input[type="checkbox"]:checked + label {
349
359
  color: #1e1e1e;
350
360
  }
351
361
 
352
- form input[type="checkbox"]:checked+label:before {
362
+ form input[type="checkbox"]:checked + label:before {
353
363
  border-color: #1e1e1e;
354
364
  background-color: #fff;
355
365
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.75 11.6251C5.57 11.6251 5.38625 11.5613 5.24375 11.4263L0.743749 7.3013C0.439999 7.02005 0.417499 6.54755 0.698749 6.24005C0.979999 5.9363 1.4525 5.9138 1.76 6.19505L5.70875 9.8138L14.2025 0.611304C14.4837 0.307554 14.9562 0.288804 15.2637 0.570054C15.5675 0.851304 15.5862 1.3238 15.305 1.6313L6.305 11.3813C6.15875 11.5426 5.95625 11.6213 5.75375 11.6213L5.75 11.6251Z%27 fill=%27%23D74116%27 stroke=%27%23D74116%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
356
366
  }
357
367
 
358
- form input[type="checkbox"]+label:hover:before{
368
+ form input[type="checkbox"] + label:hover:before {
359
369
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.75001 11.6251C5.57001 11.6251 5.38626 11.5613 5.24376 11.4263L0.743764 7.3013C0.440014 7.02005 0.417514 6.54755 0.698764 6.24005C0.980014 5.9363 1.45251 5.9138 1.76001 6.19505L5.70876 9.8138L14.2025 0.611304C14.4838 0.307554 14.9563 0.288804 15.2638 0.570054C15.5675 0.851304 15.5863 1.3238 15.305 1.6313L6.30501 11.3813C6.15876 11.5426 5.95626 11.6213 5.75376 11.6213L5.75001 11.6251Z%27 fill=%27%23808080%27 stroke=%27%23808080%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
360
370
  border-width: 2px;
361
371
  }
362
372
 
363
- form input[type="checkbox"]:checked+label:hover:before {
373
+ form input[type="checkbox"]:checked + label:hover:before {
364
374
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.75 11.6251C5.57 11.6251 5.38625 11.5613 5.24375 11.4263L0.743749 7.3013C0.439999 7.02005 0.417499 6.54755 0.698749 6.24005C0.979999 5.9363 1.4525 5.9138 1.76 6.19505L5.70875 9.8138L14.2025 0.611304C14.4837 0.307554 14.9562 0.288804 15.2637 0.570054C15.5675 0.851304 15.5862 1.3238 15.305 1.6313L6.305 11.3813C6.15875 11.5426 5.95625 11.6213 5.75375 11.6213L5.75 11.6251Z%27 fill=%27%23D74116%27 stroke=%27%23D74116%27 stroke-width=%270.4%27/%3E%3C/svg%3E%0A");
365
375
  }
366
376
 
367
- form input[type="checkbox"]+label:before {
377
+ form input[type="checkbox"] + label:before {
368
378
  content: "";
369
379
  position: relative;
370
380
  height: 24px;
@@ -386,7 +396,7 @@ form input[type="checkbox"]+label:before {
386
396
 
387
397
  /* TAG */
388
398
  .tag {
389
- position:relative;
399
+ position: relative;
390
400
  color: $bsr-grey-100;
391
401
  display: inline-flex;
392
402
  align-items: center;
@@ -413,12 +423,13 @@ form input[type="checkbox"]+label:before {
413
423
  background-color: transparent;
414
424
  color: $text-secondary;
415
425
  }
416
-
426
+
417
427
  &:hover {
418
428
  cursor: pointer;
419
429
  }
420
430
 
421
- &:focus, &:focus-within {
431
+ &:focus,
432
+ &:focus-within {
422
433
  box-shadow: rgba($bsr-brick-100, 0.5) 0px 0px 0px 4px;
423
434
  &:is(button):not(.disabled) {
424
435
  outline: $base-gap solid $bsr-brick-100;
@@ -451,7 +462,8 @@ form input[type="checkbox"]+label:before {
451
462
  }
452
463
  }
453
464
 
454
- &:focus, &:focus-visible {
465
+ &:focus,
466
+ &:focus-visible {
455
467
  outline: none;
456
468
  }
457
469
  }
@@ -0,0 +1 @@
1
+ :export{grey100:#5f6a72;white:#fff}.aspect-16-9,.aspect-4-3{width:100%;object-fit:cover}.aspect-16-9{aspect-ratio:1.7777777778}.aspect-4-3{aspect-ratio:1.3333333333}.btn,.pi-form-button button{text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition-duration:.15s;transition-timing-function:ease-in-out;display:inline-flex;align-items:center;border-width:1.4px}.btn[class*=btn-outline-]:not([class*=btn-outline-light]),.pi-form-button button[class*=btn-outline-]:not([class*=btn-outline-light]){--bs-btn-bg: #FFFFFF}.btn[class*=btn-outline-]:not([class*=btn-outline-light]):hover:not([aria-disabled=true]),.pi-form-button button[class*=btn-outline-]:not([class*=btn-outline-light]):hover:not([aria-disabled=true]){border-color:#fff}.btn.btn-outline-light:hover,.pi-form-button button.btn-outline-light:hover{background-color:#fff;color:#d74116;border-color:#fff}.btn.btn-outline-light:focus-visible,.pi-form-button button.btn-outline-light:focus-visible{color:#fff}.btn:hover,.pi-form-button button:hover{text-decoration-color:currentColor}.btn:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom]),.pi-form-button button:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom]){background-color:#fff;color:#d74116;border-color:var(--bs-btn-bg)}.btn:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[class*=btn-light],.pi-form-button button:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[class*=btn-light]{background-color:#d74116;color:#fff}.btn:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[aria-disabled=true]:not([class*=btn-outline-light]),.pi-form-button button:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[aria-disabled=true]:not([class*=btn-outline-light]){background-color:#1e1e1e;color:#fff;border-color:#1e1e1e}.btn:active,.pi-form-button button:active{text-decoration:none}.btn[aria-disabled=true],.btn .disabled,.btn:disabled,.pi-form-button button[aria-disabled=true],.pi-form-button button .disabled,.pi-form-button button:disabled{text-decoration:none}.btn[aria-disabled=true].btn-light,.btn .disabled.btn-light,.btn:disabled.btn-light,.pi-form-button button[aria-disabled=true].btn-light,.pi-form-button button .disabled.btn-light,.pi-form-button button:disabled.btn-light{background-color:#fff;border-color:currentColor;color:#d74116;opacity:.4;cursor:not-allowed}.btn[aria-disabled=true].btn-outline-light,.btn .disabled.btn-outline-light,.btn:disabled.btn-outline-light,.pi-form-button button[aria-disabled=true].btn-outline-light,.pi-form-button button .disabled.btn-outline-light,.pi-form-button button:disabled.btn-outline-light{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff;opacity:.4;cursor:not-allowed}.btn.btn-light{--bs-btn-color: #D74116}.btn.btn-light:hover[aria-disabled=true]{background-color:#fff !important;color:#d74116 !important;border-color:#d74116 !important}.btn.btn-light:focus{background-color:#fff !important;color:#1e1e1e !important;box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5) !important}.btn.btn-outline-light{--bs-btn-hover-color: #D74116 !important;background:#d74116}.btn.btn-outline-light.btn:active{--bs-btn-active-color: #D74116}.btn[class*=editingBtnAtom]{font-size:14px;line-height:20px;letter-spacing:.2px;font-weight:700}.btn[class*=editingBtnAtom][aria-disabled=true]{opacity:.4}.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]){padding:0;background-color:#d74116 !important;color:#fff !important;border-color:#d74116 !important;text-decoration:none}.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):hover,.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):focus,.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):active{background-color:#fff !important;color:#d74116 !important;border-color:#d74116 !important;text-decoration:underline;border-width:1.4px !important}.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):disabled{opacity:.4;cursor:not-allowed}:export{grey100:#5f6a72;white:#fff}.aspect-16-9,.aspect-4-3{width:100%;object-fit:cover}.aspect-16-9{aspect-ratio:1.7777777778}.aspect-4-3{aspect-ratio:1.3333333333}.btn,.pi-form-button button{text-decoration:underline;text-decoration-color:rgba(0,0,0,0);transition-duration:.15s;transition-timing-function:ease-in-out;display:inline-flex;align-items:center;border-width:1.4px}.btn[class*=btn-outline-]:not([class*=btn-outline-light]),.pi-form-button button[class*=btn-outline-]:not([class*=btn-outline-light]){--bs-btn-bg: #FFFFFF}.btn[class*=btn-outline-]:not([class*=btn-outline-light]):hover:not([aria-disabled=true]),.pi-form-button button[class*=btn-outline-]:not([class*=btn-outline-light]):hover:not([aria-disabled=true]){border-color:#fff}.btn.btn-outline-light:hover,.pi-form-button button.btn-outline-light:hover{background-color:#fff;color:#d74116;border-color:#fff}.btn.btn-outline-light:focus-visible,.pi-form-button button.btn-outline-light:focus-visible{color:#fff}.btn:hover,.pi-form-button button:hover{text-decoration-color:currentColor}.btn:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom]),.pi-form-button button:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom]){background-color:#fff;color:#d74116;border-color:var(--bs-btn-bg)}.btn:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[class*=btn-light],.pi-form-button button:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[class*=btn-light]{background-color:#d74116;color:#fff}.btn:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[aria-disabled=true]:not([class*=btn-outline-light]),.pi-form-button button:hover:not([class*=btn-outline-]):not([class*=teaserBtnAtom]):not([class*=editingBtnAtom]):not([class*=iconOnlyBtnAtom])[aria-disabled=true]:not([class*=btn-outline-light]){background-color:#1e1e1e;color:#fff;border-color:#1e1e1e}.btn:active,.pi-form-button button:active{text-decoration:none}.btn[aria-disabled=true],.btn .disabled,.btn:disabled,.pi-form-button button[aria-disabled=true],.pi-form-button button .disabled,.pi-form-button button:disabled{text-decoration:none}.btn[aria-disabled=true].btn-light,.btn .disabled.btn-light,.btn:disabled.btn-light,.pi-form-button button[aria-disabled=true].btn-light,.pi-form-button button .disabled.btn-light,.pi-form-button button:disabled.btn-light{background-color:#fff;border-color:currentColor;color:#d74116;opacity:.4;cursor:not-allowed}.btn[aria-disabled=true].btn-outline-light,.btn .disabled.btn-outline-light,.btn:disabled.btn-outline-light,.pi-form-button button[aria-disabled=true].btn-outline-light,.pi-form-button button .disabled.btn-outline-light,.pi-form-button button:disabled.btn-outline-light{background-color:rgba(0,0,0,0);border-color:#fff;color:#fff;opacity:.4;cursor:not-allowed}.btn.btn-light{--bs-btn-color: #D74116}.btn.btn-light:hover[aria-disabled=true]{background-color:#fff !important;color:#d74116 !important;border-color:#d74116 !important}.btn.btn-light:focus{background-color:#fff !important;color:#1e1e1e !important;box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5) !important}.btn.btn-outline-light{--bs-btn-hover-color: #D74116 !important;background:#d74116}.btn.btn-outline-light.btn:active{--bs-btn-active-color: #D74116}.btn[class*=editingBtnAtom]{font-size:14px;line-height:20px;letter-spacing:.2px;font-weight:700}.btn[class*=editingBtnAtom][aria-disabled=true]{opacity:.4}.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]){padding:0;background-color:#d74116 !important;color:#fff !important;border-color:#d74116 !important;text-decoration:none}.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):hover,.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):focus,.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):active{background-color:#fff !important;color:#d74116 !important;border-color:#d74116 !important;text-decoration:underline;border-width:1.4px !important}.btn[class*=iconOnlyBtnAtom]:not([class*=btn-outline-brick]):disabled{opacity:.4;cursor:not-allowed}.comboboxWrapper{position:relative;display:flex !important;align-items:center;justify-content:center}.comboboxWrapper .combobox{border:0;outline:0;width:100%;padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;border-radius:4px;text-overflow:ellipsis}.comboboxWrapper .combobox:focus{border:#1e1e1e}.comboboxWrapper .combobox[data-focus-visible]{outline:#1e1e1e}.comboboxWrapper input{height:100%;text-overflow:ellipsis}.comboboxWrapper input:focus{border:#1e1e1e}.comboboxWrapper button{height:100%;border-radius:.125rem;padding:0px !important;background-color:rgba(0,0,0,0) !important}.comboboxWrapper button.comboboxCancel svg{width:1.25rem;height:100%;color:#5f6a72;stroke-width:1.25pt}.comboboxWrapper button.comboboxCancel:focus{background-color:rgba(0,0,0,0) !important}.comboboxWrapper button:active{box-shadow:none !important}.comboboxWrapper.focused,.comboboxWrapper:focus,.comboboxWrapper:focus-within{box-shadow:0px 2px 12px 0px rgba(0,0,0,.1) !important;background-color:#fff}.comboboxWrapper.dark{background-color:#7a4a39}.comboboxCancel{width:fit-content;background-color:rgba(0,0,0,0) !important}.comboboxCancel svg{width:1.25rem;height:100%;color:#5f6a72;stroke-width:1.25pt}.comboboxPopoverWrapper :focus-visible{outline:0;border:0}.comboboxPopoverWrapper .popover{position:absolute;top:-3px;left:0;z-index:1000;display:block;max-width:none;box-shadow:0px 2px 12px 0px rgba(0,0,0,.1);border-radius:12px}.comboboxPopoverWrapper div[role=listbox]{overflow-x:hidden;border-radius:12px;border-color:currentColor;padding:.3rem}.comboboxPopoverWrapper div[role=listbox] div[role=option]{font-weight:24px;white-space:normal}.comboboxPopoverWrapper div[role=listbox] div[role=option]:active,.comboboxPopoverWrapper div[role=listbox] div[role=option]:hover{color:#1e1e1e !important}.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true],.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true].selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #f66504;border-color:#f66504;outline:0}.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true]:active,.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true]:hover,.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true].selected:active,.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true].selected:hover{color:#fff}.comboboxPopoverWrapper div[role=listbox] div[role=option][aria-selected=true].selected{background-color:#f66504 !important;color:#fff}.comboboxPopoverWrapper div[role=listbox] div[role=option].selected{box-shadow:none;background-color:#f66504 !important;color:#fff}.comboboxPopoverWrapper div[role=listbox] div[role=option].selected:hover{color:#fff !important}.comboboxPopoverWrapper div[role=listbox] div[role=option].selected::after{content:"✔";margin-inline-start:.5rem}.rowDark .comboboxWrapper .comboboxArrow,.rowDark .comboboxWrapper .comboboxCancel{background-color:rgba(0,0,0,0)}.disabled{pointer-events:none;background-color:#5f6a72}.tagGrid{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;height:fit-content;min-height:3rem;padding:0}.tagGrid.focused,.tagGrid:focus-within,.tagGrid:focus{box-shadow:0px 2px 12px 0px rgba(0,0,0,.1) !important;background-color:#fff}.tagGrid .inputRow{width:100%;overflow:auto;display:flex;flex-wrap:wrap;max-height:3rem}.tagGrid .inputRow .tag{background-color:#5f6a72;border:0;border-radius:1rem;margin-inline:.25rem;margin-block:.25rem}.tagGrid .inputRow .tag:first-child{margin-inline-start:.5rem}.tagGrid .inputRow .tagRemove{padding-inline-start:.5rem;font-weight:600;font-size:.8rem}.tagGrid .inputRow .combobox{border:0;padding:.375rem .75rem;border-radius:.25rem;flex-grow:1}.tagGrid .inputRow .combobox:focus,.tagGrid .inputRow .combobox:active,.tagGrid .inputRow .combobox:hover{outline:none}.comboboxMultiSelectPopover{position:relative;top:-2px;z-index:10000;display:flex;flex-direction:column;overflow:auto;overscroll-behavior:contain;border-radius:12px;background-color:#fff;padding:.4rem;padding-top:.4rem;color:#000;outline:2px solid rgba(0,0,0,0);outline-offset:2px}.comboboxMultiSelectPopover div[data-active-item=true]{box-shadow:0px 2px 12px 0px rgba(0,0,0,.1);border-color:#f66504;outline:0}.comboboxMultiSelectPopover div[role=option]{font-weight:600;border-radius:.25rem;padding:.25rem}.comboboxMultiSelectPopover div[role=option]:focus,.comboboxMultiSelectPopover div[role=option]:hover{background-color:#712d24;color:#1e1e1e;cursor:pointer}.comboboxMultiSelectPopover div[role=option][aria-selected=true]{background-color:#f66504;color:#fff;border-color:#f66504;outline:0}.comboboxMultiSelectPopover div[role=option]:not(:last-child){margin-bottom:.25rem}.comboboxMultiSelectPopover div[role=option][aria-selected=true].selected::after{content:"✔";margin-inline-start:.5rem}.pagination button[role=combobox]{height:fit-content}.sr-only{display:none}[aria-disabled=true] input,[aria-disabled=true] label{color:#b4b4b4;border-color:#b4b4b4;pointer-events:none}[aria-disabled=true] input{background:#eee}
package/dist/styles.js ADDED
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"getUikitClassNames.d.ts","sourceRoot":"","sources":["../../src/utils/getUikitClassNames.js"],"names":[],"mappings":"AAGO,uIAWL;AAEK,6IAYN"}
1
+ {"version":3,"file":"getUikitClassNames.d.ts","sourceRoot":"","sources":["../../src/utils/getUikitClassNames.js"],"names":[],"mappings":"AAEO,uIAWL;AAEK,6IAQL"}
@@ -5,11 +5,9 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.getInputClassNames = exports.getFormControlClassNames = void 0;
7
7
  var _formBuilder = require("@pinuts/form-builder");
8
- var _formModule = _interopRequireDefault(require("../styles/form.module.scss"));
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
8
  const getInputClassNames = function (isInvalid, readOnly, disabled, className) {
11
9
  let additionalClassNames = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : [];
12
- return _formBuilder.utils.getClassNames([isInvalid && _formModule.default.error, (readOnly || disabled) && 'read-only', ...additionalClassNames, className]);
10
+ return _formBuilder.utils.getClassNames([isInvalid && 'error', (readOnly || disabled) && 'read-only', ...additionalClassNames, className]);
13
11
  };
14
12
  exports.getInputClassNames = getInputClassNames;
15
13
  const getFormControlClassNames = function (isInvalid, readOnly, disabled, className) {
@@ -5,8 +5,8 @@ function _objectWithoutProperties(e, t) {
5
5
  r,
6
6
  i = objectWithoutPropertiesLoose(e, t);
7
7
  if (Object.getOwnPropertySymbols) {
8
- var s = Object.getOwnPropertySymbols(e);
9
- for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
8
+ var n = Object.getOwnPropertySymbols(e);
9
+ for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
10
10
  }
11
11
  return i;
12
12
  }
@@ -2,7 +2,7 @@ function _objectWithoutPropertiesLoose(r, e) {
2
2
  if (null == r) return {};
3
3
  var t = {};
4
4
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
5
- if (e.includes(n)) continue;
5
+ if (-1 !== e.indexOf(n)) continue;
6
6
  t[n] = r[n];
7
7
  }
8
8
  return t;
@@ -1,9 +1,9 @@
1
1
  import get from "./get.js";
2
2
  import getPrototypeOf from "./getPrototypeOf.js";
3
- function _superPropertyGet(t, e, o, r) {
4
- var p = get(getPrototypeOf(1 & r ? t.prototype : t), e, o);
3
+ function _superPropGet(t, o, e, r) {
4
+ var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
5
5
  return 2 & r && "function" == typeof p ? function (t) {
6
- return p.apply(o, t);
6
+ return p.apply(e, t);
7
7
  } : p;
8
8
  }
9
- export { _superPropertyGet as default };
9
+ export { _superPropGet as default };
@@ -1,6 +1,6 @@
1
1
  import set from "./set.js";
2
2
  import getPrototypeOf from "./getPrototypeOf.js";
3
- function _superPropertySet(t, e, o, r, p, f) {
3
+ function _superPropSet(t, e, o, r, p, f) {
4
4
  return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p);
5
5
  }
6
- export { _superPropertySet as default };
6
+ export { _superPropSet as default };
@@ -5,8 +5,8 @@ function _objectWithoutProperties(e, t) {
5
5
  r,
6
6
  i = objectWithoutPropertiesLoose(e, t);
7
7
  if (Object.getOwnPropertySymbols) {
8
- var s = Object.getOwnPropertySymbols(e);
9
- for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
8
+ var n = Object.getOwnPropertySymbols(e);
9
+ for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
10
10
  }
11
11
  return i;
12
12
  }
@@ -2,7 +2,7 @@ function _objectWithoutPropertiesLoose(r, e) {
2
2
  if (null == r) return {};
3
3
  var t = {};
4
4
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
5
- if (e.includes(n)) continue;
5
+ if (-1 !== e.indexOf(n)) continue;
6
6
  t[n] = r[n];
7
7
  }
8
8
  return t;
@@ -1,9 +1,9 @@
1
1
  var get = require("./get.js");
2
2
  var getPrototypeOf = require("./getPrototypeOf.js");
3
- function _superPropertyGet(t, e, o, r) {
4
- var p = get(getPrototypeOf(1 & r ? t.prototype : t), e, o);
3
+ function _superPropGet(t, o, e, r) {
4
+ var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e);
5
5
  return 2 & r && "function" == typeof p ? function (t) {
6
- return p.apply(o, t);
6
+ return p.apply(e, t);
7
7
  } : p;
8
8
  }
9
- module.exports = _superPropertyGet, module.exports.__esModule = true, module.exports["default"] = module.exports;
9
+ module.exports = _superPropGet, module.exports.__esModule = true, module.exports["default"] = module.exports;
@@ -1,6 +1,6 @@
1
1
  var set = require("./set.js");
2
2
  var getPrototypeOf = require("./getPrototypeOf.js");
3
- function _superPropertySet(t, e, o, r, p, f) {
3
+ function _superPropSet(t, e, o, r, p, f) {
4
4
  return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p);
5
5
  }
6
- module.exports = _superPropertySet, module.exports.__esModule = true, module.exports["default"] = module.exports;
6
+ module.exports = _superPropSet, module.exports.__esModule = true, module.exports["default"] = module.exports;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babel/runtime",
3
- "version": "7.25.6",
3
+ "version": "7.26.9",
4
4
  "description": "babel's modular runtime helpers",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -53,40 +53,40 @@ interface FORWARD_REF_STATICS {
53
53
 
54
54
  declare namespace hoistNonReactStatics {
55
55
  type NonReactStatics<
56
- S extends React.ComponentType<any>,
56
+ Source,
57
57
  C extends {
58
58
  [key: string]: true;
59
59
  } = {},
60
60
  > = {
61
61
  [
62
62
  key in Exclude<
63
- keyof S,
64
- S extends React.MemoExoticComponent<any> ? keyof MEMO_STATICS | keyof C
65
- : S extends React.ForwardRefExoticComponent<any> ? keyof FORWARD_REF_STATICS | keyof C
63
+ keyof Source,
64
+ Source extends React.MemoExoticComponent<any> ? keyof MEMO_STATICS | keyof C
65
+ : Source extends React.ForwardRefExoticComponent<any> ? keyof FORWARD_REF_STATICS | keyof C
66
66
  : keyof REACT_STATICS | keyof KNOWN_STATICS | keyof C
67
67
  >
68
- ]: S[key];
68
+ ]: Source[key];
69
69
  };
70
70
  }
71
71
 
72
72
  declare function hoistNonReactStatics<
73
- T extends React.ComponentType<any>,
74
- S extends React.ComponentType<any>,
75
- C extends {
73
+ Target,
74
+ Source,
75
+ CustomStatic extends {
76
76
  [key: string]: true;
77
77
  } = {},
78
78
  >(
79
- TargetComponent: T,
80
- SourceComponent: S,
81
- customStatic?: C,
82
- ): T & hoistNonReactStatics.NonReactStatics<S, C>;
79
+ TargetComponent: Target,
80
+ SourceComponent: Source,
81
+ customStatic?: CustomStatic,
82
+ ): Target & hoistNonReactStatics.NonReactStatics<Source, CustomStatic>;
83
83
 
84
84
  export = hoistNonReactStatics;
85
85
 
86
86
  ````
87
87
 
88
88
  ### Additional Details
89
- * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
89
+ * Last updated: Thu, 05 Dec 2024 19:32:25 GMT
90
90
  * Dependencies: [@types/react](https://npmjs.com/package/@types/react), [hoist-non-react-statics](https://npmjs.com/package/hoist-non-react-statics)
91
91
 
92
92
  # Credits
@@ -43,32 +43,32 @@ interface FORWARD_REF_STATICS {
43
43
 
44
44
  declare namespace hoistNonReactStatics {
45
45
  type NonReactStatics<
46
- S extends React.ComponentType<any>,
46
+ Source,
47
47
  C extends {
48
48
  [key: string]: true;
49
49
  } = {},
50
50
  > = {
51
51
  [
52
52
  key in Exclude<
53
- keyof S,
54
- S extends React.MemoExoticComponent<any> ? keyof MEMO_STATICS | keyof C
55
- : S extends React.ForwardRefExoticComponent<any> ? keyof FORWARD_REF_STATICS | keyof C
53
+ keyof Source,
54
+ Source extends React.MemoExoticComponent<any> ? keyof MEMO_STATICS | keyof C
55
+ : Source extends React.ForwardRefExoticComponent<any> ? keyof FORWARD_REF_STATICS | keyof C
56
56
  : keyof REACT_STATICS | keyof KNOWN_STATICS | keyof C
57
57
  >
58
- ]: S[key];
58
+ ]: Source[key];
59
59
  };
60
60
  }
61
61
 
62
62
  declare function hoistNonReactStatics<
63
- T extends React.ComponentType<any>,
64
- S extends React.ComponentType<any>,
65
- C extends {
63
+ Target,
64
+ Source,
65
+ CustomStatic extends {
66
66
  [key: string]: true;
67
67
  } = {},
68
68
  >(
69
- TargetComponent: T,
70
- SourceComponent: S,
71
- customStatic?: C,
72
- ): T & hoistNonReactStatics.NonReactStatics<S, C>;
69
+ TargetComponent: Target,
70
+ SourceComponent: Source,
71
+ customStatic?: CustomStatic,
72
+ ): Target & hoistNonReactStatics.NonReactStatics<Source, CustomStatic>;
73
73
 
74
74
  export = hoistNonReactStatics;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/hoist-non-react-statics",
3
- "version": "3.3.5",
3
+ "version": "3.3.6",
4
4
  "description": "TypeScript definitions for hoist-non-react-statics",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hoist-non-react-statics",
6
6
  "license": "MIT",
@@ -28,6 +28,7 @@
28
28
  "@types/react": "*",
29
29
  "hoist-non-react-statics": "^3.3.0"
30
30
  },
31
- "typesPublisherContentHash": "e7a2e0e3acecd59daaf840349946feec09d36c71528bdf39ac38ab7d566d804b",
32
- "typeScriptVersion": "4.5"
31
+ "peerDependencies": {},
32
+ "typesPublisherContentHash": "f828fd090493b00844946121848239611dd37ff529ab0738bdbe126f4576476e",
33
+ "typeScriptVersion": "5.0"
33
34
  }
@@ -8,8 +8,8 @@ This package contains type definitions for react (https://react.dev/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 17 Sep 2024 09:08:13 GMT
12
- * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
11
+ * Last updated: Mon, 17 Feb 2025 09:33:55 GMT
12
+ * Dependencies: [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Josh Rutherford](https://github.com/theruther4d), [Guilherme Hübner](https://github.com/guilhermehubner), [Ferdy Budhidharma](https://github.com/ferdaber), [Johann Rakotoharisoa](https://github.com/jrakotoharisoa), [Olivier Pascal](https://github.com/pascaloliv), [Martin Hochel](https://github.com/hotell), [Frank Li](https://github.com/franklixuefei), [Jessica Franco](https://github.com/Jessidhia), [Saransh Kataria](https://github.com/saranshkataria), [Kanitkorn Sujautra](https://github.com/lukyth), [Sebastian Silbermann](https://github.com/eps1lon), [Kyle Scully](https://github.com/zieka), [Cong Zhang](https://github.com/dancerphil), [Dimitri Mitropoulos](https://github.com/dimitropoulos), [JongChan Choi](https://github.com/disjukr), [Victor Magalhães](https://github.com/vhfmag), [Dale Tan](https://github.com/hellatan), [Priyanshu Rav](https://github.com/priyanshurav), [Dmitry Semigradsky](https://github.com/Semigradsky), and [Matt Pocock](https://github.com/mattpocock).
15
+ These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Josh Rutherford](https://github.com/theruther4d), [Guilherme Hübner](https://github.com/guilhermehubner), [Ferdy Budhidharma](https://github.com/ferdaber), [Johann Rakotoharisoa](https://github.com/jrakotoharisoa), [Olivier Pascal](https://github.com/pascaloliv), [Martin Hochel](https://github.com/hotell), [Frank Li](https://github.com/franklixuefei), [Jessica Franco](https://github.com/Jessidhia), [Saransh Kataria](https://github.com/saranshkataria), [Kanitkorn Sujautra](https://github.com/lukyth), [Sebastian Silbermann](https://github.com/eps1lon), [Kyle Scully](https://github.com/zieka), [Cong Zhang](https://github.com/dancerphil), [Dimitri Mitropoulos](https://github.com/dimitropoulos), [JongChan Choi](https://github.com/disjukr), [Victor Magalhães](https://github.com/vhfmag), [Priyanshu Rav](https://github.com/priyanshurav), [Dmitry Semigradsky](https://github.com/Semigradsky), and [Matt Pocock](https://github.com/mattpocock).