@skbkontur/react-ui 6.0.7-b5d2c.0 → 6.0.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 (70) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/components/DateRangePicker/DateRangePickerInput.js +3 -2
  3. package/components/DateRangePicker/DateRangePickerInput.js.map +1 -1
  4. package/index.d.ts +0 -1
  5. package/index.js +0 -1
  6. package/index.js.map +1 -1
  7. package/internal/themes/BasicTheme.d.ts +0 -3
  8. package/internal/themes/BasicTheme.js +0 -33
  9. package/internal/themes/BasicTheme.js.map +1 -1
  10. package/package.json +1 -3
  11. package/components/TimePicker/TimeClockIcon.d.ts +0 -3
  12. package/components/TimePicker/TimeClockIcon.js +0 -11
  13. package/components/TimePicker/TimeClockIcon.js.map +0 -1
  14. package/components/TimePicker/TimeFragmentsView.d.ts +0 -15
  15. package/components/TimePicker/TimeFragmentsView.js +0 -72
  16. package/components/TimePicker/TimeFragmentsView.js.map +0 -1
  17. package/components/TimePicker/TimeFragmentsView.styles.d.ts +0 -12
  18. package/components/TimePicker/TimeFragmentsView.styles.js +0 -43
  19. package/components/TimePicker/TimeFragmentsView.styles.js.map +0 -1
  20. package/components/TimePicker/TimeInput.d.ts +0 -23
  21. package/components/TimePicker/TimeInput.js +0 -86
  22. package/components/TimePicker/TimeInput.js.map +0 -1
  23. package/components/TimePicker/TimePicker.d.ts +0 -27
  24. package/components/TimePicker/TimePicker.js +0 -351
  25. package/components/TimePicker/TimePicker.js.map +0 -1
  26. package/components/TimePicker/TimePicker.styles.d.ts +0 -12
  27. package/components/TimePicker/TimePicker.styles.js +0 -39
  28. package/components/TimePicker/TimePicker.styles.js.map +0 -1
  29. package/components/TimePicker/helpers/TimePicker.constants.d.ts +0 -19
  30. package/components/TimePicker/helpers/TimePicker.constants.js +0 -42
  31. package/components/TimePicker/helpers/TimePicker.constants.js.map +0 -1
  32. package/components/TimePicker/helpers/TimePicker.editing.d.ts +0 -6
  33. package/components/TimePicker/helpers/TimePicker.editing.js +0 -77
  34. package/components/TimePicker/helpers/TimePicker.editing.js.map +0 -1
  35. package/components/TimePicker/helpers/TimePicker.layout.d.ts +0 -7
  36. package/components/TimePicker/helpers/TimePicker.layout.js +0 -17
  37. package/components/TimePicker/helpers/TimePicker.layout.js.map +0 -1
  38. package/components/TimePicker/helpers/TimePicker.selection.d.ts +0 -7
  39. package/components/TimePicker/helpers/TimePicker.selection.js +0 -51
  40. package/components/TimePicker/helpers/TimePicker.selection.js.map +0 -1
  41. package/components/TimePicker/helpers/TimePicker.shared.d.ts +0 -24
  42. package/components/TimePicker/helpers/TimePicker.shared.js +0 -50
  43. package/components/TimePicker/helpers/TimePicker.shared.js.map +0 -1
  44. package/components/TimePicker/helpers/TimePicker.value.d.ts +0 -10
  45. package/components/TimePicker/helpers/TimePicker.value.js +0 -47
  46. package/components/TimePicker/helpers/TimePicker.value.js.map +0 -1
  47. package/components/TimePicker/helpers/scrollSelectedSlotIntoView.d.ts +0 -1
  48. package/components/TimePicker/helpers/scrollSelectedSlotIntoView.js +0 -21
  49. package/components/TimePicker/helpers/scrollSelectedSlotIntoView.js.map +0 -1
  50. package/components/TimePicker/hooks/useTimePickerDropdown.d.ts +0 -17
  51. package/components/TimePicker/hooks/useTimePickerDropdown.js +0 -62
  52. package/components/TimePicker/hooks/useTimePickerDropdown.js.map +0 -1
  53. package/components/TimePicker/hooks/useTimePickerSelection.d.ts +0 -15
  54. package/components/TimePicker/hooks/useTimePickerSelection.js +0 -43
  55. package/components/TimePicker/hooks/useTimePickerSelection.js.map +0 -1
  56. package/components/TimePicker/hooks/useTimePickerValue.d.ts +0 -18
  57. package/components/TimePicker/hooks/useTimePickerValue.js +0 -47
  58. package/components/TimePicker/hooks/useTimePickerValue.js.map +0 -1
  59. package/components/TimePicker/index.d.ts +0 -2
  60. package/components/TimePicker/index.js +0 -2
  61. package/components/TimePicker/index.js.map +0 -1
  62. package/internal/icons2022/TimeClockIcon/TimeClockIcon16Light.d.ts +0 -2
  63. package/internal/icons2022/TimeClockIcon/TimeClockIcon16Light.js +0 -20
  64. package/internal/icons2022/TimeClockIcon/TimeClockIcon16Light.js.map +0 -1
  65. package/internal/icons2022/TimeClockIcon/TimeClockIcon20Light.d.ts +0 -2
  66. package/internal/icons2022/TimeClockIcon/TimeClockIcon20Light.js +0 -20
  67. package/internal/icons2022/TimeClockIcon/TimeClockIcon20Light.js.map +0 -1
  68. package/internal/icons2022/TimeClockIcon/TimeClockIcon24Regular.d.ts +0 -2
  69. package/internal/icons2022/TimeClockIcon/TimeClockIcon24Regular.js +0 -20
  70. package/internal/icons2022/TimeClockIcon/TimeClockIcon24Regular.js.map +0 -1
@@ -1,20 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- import React from 'react';
13
- import { forwardRefAndName } from '../../../lib/forwardRefAndName.js';
14
- import { BaseIcon } from '../BaseIcon.js';
15
- export var TimeClockIcon20Light = forwardRefAndName('TimeClockIcon20Light', function (props, ref) {
16
- return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 20 }, props),
17
- React.createElement("path", { d: "M10.0033 6.50463C10.0033 6.22849 9.77943 6.00464 9.50329 6.00464C9.22715 6.00464 9.00329 6.2285 9.0033 6.50464L9.00332 9.47699C9.00332 10.1394 9.3774 10.7451 9.96974 11.0417L12.7761 12.4471C13.023 12.5707 13.3234 12.4708 13.4471 12.2239C13.5707 11.977 13.4708 11.6766 13.2239 11.5529L10.4175 10.1476C10.1636 10.0205 10.0033 9.76089 10.0033 9.47698L10.0033 6.50463Z" }),
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2ZM3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10Z" })));
19
- });
20
- //# sourceMappingURL=TimeClockIcon20Light.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TimeClockIcon20Light.js","sourceRoot":"","sources":["../../../../internal/icons2022/TimeClockIcon/TimeClockIcon20Light.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,CAAC,IAAM,oBAAoB,GAAG,iBAAiB,CACnD,sBAAsB,EACtB,UAAC,KAAK,EAAE,GAAG;IACT,OAAO,CACL,oBAAC,QAAQ,aAAC,GAAG,EAAE,GAAG,EAAE,WAAW,EAAE,EAAE,IAAM,KAAK;QAC5C,8BAAM,CAAC,EAAC,8WAA8W,GAAG;QACzX,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,8NAA8N,GAChO,CACO,CACZ,CAAC;AACJ,CAAC,CACF,CAAC","sourcesContent":["import React from 'react';\n\nimport { forwardRefAndName } from '../../../lib/forwardRefAndName.js';\nimport type { IconProps } from '../BaseIcon.js';\nimport { BaseIcon } from '../BaseIcon.js';\n\nexport const TimeClockIcon20Light = forwardRefAndName<SVGSVGElement, IconProps>(\n 'TimeClockIcon20Light',\n (props, ref) => {\n return (\n <BaseIcon ref={ref} viewBoxSize={20} {...props}>\n <path d=\"M10.0033 6.50463C10.0033 6.22849 9.77943 6.00464 9.50329 6.00464C9.22715 6.00464 9.00329 6.2285 9.0033 6.50464L9.00332 9.47699C9.00332 10.1394 9.3774 10.7451 9.96974 11.0417L12.7761 12.4471C13.023 12.5707 13.3234 12.4708 13.4471 12.2239C13.5707 11.977 13.4708 11.6766 13.2239 11.5529L10.4175 10.1476C10.1636 10.0205 10.0033 9.76089 10.0033 9.47698L10.0033 6.50463Z\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2ZM3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10Z\"\n />\n </BaseIcon>\n );\n },\n);\n"]}
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../BaseIcon.js';
2
- export declare const TimeClockIcon24Regular: import("../../../lib/forwardRefAndName.js").ReactUIComponentWithRef<SVGSVGElement, IconProps> & Record<never, never>;
@@ -1,20 +0,0 @@
1
- var __assign = (this && this.__assign) || function () {
2
- __assign = Object.assign || function(t) {
3
- for (var s, i = 1, n = arguments.length; i < n; i++) {
4
- s = arguments[i];
5
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
- t[p] = s[p];
7
- }
8
- return t;
9
- };
10
- return __assign.apply(this, arguments);
11
- };
12
- import React from 'react';
13
- import { forwardRefAndName } from '../../../lib/forwardRefAndName.js';
14
- import { BaseIcon } from '../BaseIcon.js';
15
- export var TimeClockIcon24Regular = forwardRefAndName('TimeClockIcon24Regular', function (props, ref) {
16
- return (React.createElement(BaseIcon, __assign({ ref: ref, viewBoxSize: 24 }, props),
17
- React.createElement("path", { d: "M12.5 7.3125C12.5 6.89829 12.1642 6.5625 11.75 6.5625C11.3358 6.5625 11 6.89829 11 7.3125V11.2604C11 12.1127 11.4815 12.8918 12.2438 13.2729L15.5396 14.9208C15.9101 15.1061 16.3606 14.9559 16.5458 14.5854C16.7311 14.2149 16.5809 13.7644 16.2104 13.5792L12.9146 11.9313C12.6605 11.8042 12.5 11.5445 12.5 11.2604V7.3125Z" }),
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75C16.5563 3.75 20.25 7.44365 20.25 12C20.25 16.5563 16.5563 20.25 12 20.25C7.44365 20.25 3.75 16.5563 3.75 12Z" })));
19
- });
20
- //# sourceMappingURL=TimeClockIcon24Regular.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TimeClockIcon24Regular.js","sourceRoot":"","sources":["../../../../internal/icons2022/TimeClockIcon/TimeClockIcon24Regular.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,CAAC,IAAM,sBAAsB,GAAG,iBAAiB,CACrD,wBAAwB,EACxB,UAAC,KAAK,EAAE,GAAG;IACT,OAAO,CACL,oBAAC,QAAQ,aAAC,GAAG,EAAE,GAAG,EAAE,WAAW,EAAE,EAAE,IAAM,KAAK;QAC5C,8BAAM,CAAC,EAAC,gUAAgU,GAAG;QAC3U,8BACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,gTAAgT,GAClT,CACO,CACZ,CAAC;AACJ,CAAC,CACF,CAAC","sourcesContent":["import React from 'react';\n\nimport { forwardRefAndName } from '../../../lib/forwardRefAndName.js';\nimport type { IconProps } from '../BaseIcon.js';\nimport { BaseIcon } from '../BaseIcon.js';\n\nexport const TimeClockIcon24Regular = forwardRefAndName<SVGSVGElement, IconProps>(\n 'TimeClockIcon24Regular',\n (props, ref) => {\n return (\n <BaseIcon ref={ref} viewBoxSize={24} {...props}>\n <path d=\"M12.5 7.3125C12.5 6.89829 12.1642 6.5625 11.75 6.5625C11.3358 6.5625 11 6.89829 11 7.3125V11.2604C11 12.1127 11.4815 12.8918 12.2438 13.2729L15.5396 14.9208C15.9101 15.1061 16.3606 14.9559 16.5458 14.5854C16.7311 14.2149 16.5809 13.7644 16.2104 13.5792L12.9146 11.9313C12.6605 11.8042 12.5 11.5445 12.5 11.2604V7.3125Z\" />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75C16.5563 3.75 20.25 7.44365 20.25 12C20.25 16.5563 16.5563 20.25 12 20.25C7.44365 20.25 3.75 16.5563 3.75 12Z\"\n />\n </BaseIcon>\n );\n },\n);\n"]}