@alfalab/core-components-picker-button 7.11.4 → 8.1.0

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 (118) hide show
  1. package/{dist/esm/Component.d.ts → Component.d.ts} +3 -3
  2. package/{dist/Component.js → Component.js} +6 -6
  3. package/Component.mobile.d.ts +7 -0
  4. package/Component.mobile.js +35 -0
  5. package/Component.responsive.d.ts +26 -0
  6. package/Component.responsive.js +34 -0
  7. package/{dist → cssm}/Component.d.ts +3 -3
  8. package/{dist/cssm → cssm}/Component.js +5 -5
  9. package/cssm/Component.mobile.d.ts +7 -0
  10. package/cssm/Component.mobile.js +37 -0
  11. package/cssm/Component.responsive.d.ts +26 -0
  12. package/cssm/Component.responsive.js +37 -0
  13. package/{dist/cssm/field/index.d.ts → cssm/desktop.d.ts} +0 -0
  14. package/{dist/cssm/index.js → cssm/desktop.js} +3 -3
  15. package/{dist/cssm → cssm}/field/Component.d.ts +0 -0
  16. package/{dist/cssm → cssm}/field/Component.js +1 -1
  17. package/{dist/cssm → cssm/field}/index.d.ts +0 -0
  18. package/{dist/cssm → cssm}/field/index.js +1 -1
  19. package/{dist/cssm → cssm}/field/index.module.css +0 -0
  20. package/cssm/index.d.ts +2 -0
  21. package/cssm/index.js +27 -0
  22. package/cssm/index.module.css +30 -0
  23. package/cssm/mobile.d.ts +1 -0
  24. package/cssm/mobile.js +23 -0
  25. package/{dist/cssm → cssm}/option/Component.d.ts +0 -0
  26. package/{dist/cssm → cssm}/option/Component.js +1 -1
  27. package/{dist/cssm → cssm}/option/index.d.ts +0 -0
  28. package/{dist/cssm → cssm}/option/index.js +1 -1
  29. package/{dist/cssm → cssm}/option/index.module.css +0 -0
  30. package/{dist/cssm → cssm}/tslib.es6-ce870b46.d.ts +0 -0
  31. package/{dist/cssm → cssm}/tslib.es6-ce870b46.js +0 -0
  32. package/{dist → cssm}/typings-177c0b55.d.ts +2 -2
  33. package/{dist/cssm → cssm}/utils/index.d.ts +1 -1
  34. package/{dist/cssm → cssm}/utils/index.js +0 -0
  35. package/{dist/esm/field/index.d.ts → desktop.d.ts} +0 -0
  36. package/{dist/index.js → desktop.js} +3 -3
  37. package/{dist/modern → esm}/Component.d.ts +3 -3
  38. package/{dist/esm → esm}/Component.js +7 -7
  39. package/esm/Component.mobile.d.ts +7 -0
  40. package/esm/Component.mobile.js +27 -0
  41. package/esm/Component.responsive.d.ts +26 -0
  42. package/esm/Component.responsive.js +26 -0
  43. package/{dist/esm/index.d.ts → esm/desktop.d.ts} +0 -0
  44. package/{dist/esm/index.js → esm/desktop.js} +4 -4
  45. package/{dist/esm → esm}/field/Component.d.ts +0 -0
  46. package/{dist/esm → esm}/field/Component.js +3 -3
  47. package/{dist/modern → esm}/field/index.css +3 -3
  48. package/{dist/esm/option → esm/field}/index.d.ts +0 -0
  49. package/{dist/esm → esm}/field/index.js +2 -2
  50. package/esm/index.css +31 -0
  51. package/esm/index.d.ts +2 -0
  52. package/esm/index.js +16 -0
  53. package/esm/mobile.d.ts +1 -0
  54. package/esm/mobile.js +13 -0
  55. package/{dist/esm → esm}/option/Component.d.ts +0 -0
  56. package/{dist/esm → esm}/option/Component.js +3 -3
  57. package/{dist/modern → esm}/option/index.css +4 -4
  58. package/{dist/field → esm/option}/index.d.ts +0 -0
  59. package/esm/option/index.js +4 -0
  60. package/{dist/esm/tslib.es6-bb92272d.d.ts → esm/tslib.es6-957acb9b.d.ts} +0 -0
  61. package/{dist/esm/tslib.es6-bb92272d.js → esm/tslib.es6-957acb9b.js} +0 -0
  62. package/{dist/cssm → esm}/typings-177c0b55.d.ts +2 -2
  63. package/{dist/modern → esm}/utils/index.d.ts +1 -1
  64. package/{dist/esm → esm}/utils/index.js +0 -0
  65. package/{dist/field → field}/Component.d.ts +0 -0
  66. package/{dist/field → field}/Component.js +2 -2
  67. package/{dist/field → field}/index.css +3 -3
  68. package/{dist → field}/index.d.ts +0 -0
  69. package/{dist/field → field}/index.js +1 -1
  70. package/index.css +31 -0
  71. package/index.d.ts +2 -0
  72. package/index.js +24 -0
  73. package/mobile.d.ts +1 -0
  74. package/mobile.js +21 -0
  75. package/{dist/cssm → modern}/Component.d.ts +3 -3
  76. package/{dist/modern → modern}/Component.js +6 -6
  77. package/modern/Component.mobile.d.ts +7 -0
  78. package/modern/Component.mobile.js +29 -0
  79. package/modern/Component.responsive.d.ts +26 -0
  80. package/modern/Component.responsive.js +24 -0
  81. package/{dist/modern/field/index.d.ts → modern/desktop.d.ts} +0 -0
  82. package/{dist/modern/index.js → modern/desktop.js} +3 -3
  83. package/{dist/modern → modern}/field/Component.d.ts +0 -0
  84. package/{dist/modern → modern}/field/Component.js +2 -2
  85. package/{dist/esm → modern}/field/index.css +3 -3
  86. package/{dist/modern → modern/field}/index.d.ts +0 -0
  87. package/{dist/modern → modern}/field/index.js +1 -1
  88. package/modern/index.css +31 -0
  89. package/modern/index.d.ts +2 -0
  90. package/modern/index.js +15 -0
  91. package/modern/mobile.d.ts +1 -0
  92. package/modern/mobile.js +12 -0
  93. package/{dist/modern → modern}/option/Component.d.ts +0 -0
  94. package/{dist/modern → modern}/option/Component.js +2 -2
  95. package/{dist/esm → modern}/option/index.css +4 -4
  96. package/{dist/modern → modern}/option/index.d.ts +0 -0
  97. package/{dist/modern → modern}/option/index.js +1 -1
  98. package/{dist/esm → modern}/typings-177c0b55.d.ts +2 -2
  99. package/{dist → modern}/utils/index.d.ts +1 -1
  100. package/{dist/modern → modern}/utils/index.js +0 -0
  101. package/{dist/option → option}/Component.d.ts +0 -0
  102. package/{dist/option → option}/Component.js +2 -2
  103. package/{dist/option → option}/index.css +4 -4
  104. package/{dist/option → option}/index.d.ts +0 -0
  105. package/{dist/option → option}/index.js +1 -1
  106. package/package.json +9 -11
  107. package/{dist/send-stats.js → send-stats.js} +0 -0
  108. package/{dist/tslib.es6-3795a7a3.d.ts → tslib.es6-0e59ec11.d.ts} +0 -0
  109. package/{dist/tslib.es6-3795a7a3.js → tslib.es6-0e59ec11.js} +0 -0
  110. package/{dist/modern/typings-177c0b55.d.ts → typings-177c0b55.d.ts} +2 -2
  111. package/{dist/esm/utils → utils}/index.d.ts +1 -1
  112. package/{dist/utils → utils}/index.js +0 -0
  113. package/CHANGELOG.md +0 -984
  114. package/dist/cssm/index.module.css +0 -30
  115. package/dist/esm/index.css +0 -31
  116. package/dist/esm/option/index.js +0 -4
  117. package/dist/index.css +0 -31
  118. package/dist/modern/index.css +0 -31
@@ -1,30 +0,0 @@
1
- :root {
2
-
3
- /* Hard */
4
-
5
- /* Up */
6
-
7
- /* Hard up */
8
- }
9
- :root {
10
- --gap-xs: 8px;
11
- --gap-m: 16px;
12
- }
13
- :root {
14
- --border-radius-s: 4px;
15
- }
16
- .container {
17
- min-width: auto;
18
- }
19
- .optionsPopover {
20
- padding: var(--gap-xs) 0
21
- }
22
- .optionsPopover.sideGap {
23
- padding: 0 var(--gap-xs);
24
- }
25
- .optionsListContainer {
26
- border-radius: var(--border-radius-s);
27
- }
28
- .option {
29
- padding: 0 var(--gap-m);
30
- }
@@ -1,31 +0,0 @@
1
- /* hash: l3uqp */
2
- :root {
3
-
4
- /* Hard */
5
-
6
- /* Up */
7
-
8
- /* Hard up */
9
- }
10
- :root {
11
- --gap-xs: 8px;
12
- --gap-m: 16px;
13
- }
14
- :root {
15
- --border-radius-s: 4px;
16
- }
17
- .picker-button__container_1p16k {
18
- min-width: auto;
19
- }
20
- .picker-button__optionsPopover_1p16k {
21
- padding: var(--gap-xs) 0
22
- }
23
- .picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
24
- padding: 0 var(--gap-xs);
25
- }
26
- .picker-button__optionsListContainer_1p16k {
27
- border-radius: var(--border-radius-s);
28
- }
29
- .picker-button__option_1p16k {
30
- padding: 0 var(--gap-m);
31
- }
@@ -1,4 +0,0 @@
1
- import '../tslib.es6-bb92272d.js';
2
- import 'react';
3
- import '@alfalab/core-components-select/dist/esm';
4
- export { Option } from './Component.js';
package/dist/index.css DELETED
@@ -1,31 +0,0 @@
1
- /* hash: l3uqp */
2
- :root {
3
-
4
- /* Hard */
5
-
6
- /* Up */
7
-
8
- /* Hard up */
9
- }
10
- :root {
11
- --gap-xs: 8px;
12
- --gap-m: 16px;
13
- }
14
- :root {
15
- --border-radius-s: 4px;
16
- }
17
- .picker-button__container_1p16k {
18
- min-width: auto;
19
- }
20
- .picker-button__optionsPopover_1p16k {
21
- padding: var(--gap-xs) 0
22
- }
23
- .picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
24
- padding: 0 var(--gap-xs);
25
- }
26
- .picker-button__optionsListContainer_1p16k {
27
- border-radius: var(--border-radius-s);
28
- }
29
- .picker-button__option_1p16k {
30
- padding: 0 var(--gap-m);
31
- }
@@ -1,31 +0,0 @@
1
- /* hash: l3uqp */
2
- :root {
3
-
4
- /* Hard */
5
-
6
- /* Up */
7
-
8
- /* Hard up */
9
- }
10
- :root {
11
- --gap-xs: 8px;
12
- --gap-m: 16px;
13
- }
14
- :root {
15
- --border-radius-s: 4px;
16
- }
17
- .picker-button__container_1p16k {
18
- min-width: auto;
19
- }
20
- .picker-button__optionsPopover_1p16k {
21
- padding: var(--gap-xs) 0
22
- }
23
- .picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
24
- padding: 0 var(--gap-xs);
25
- }
26
- .picker-button__optionsListContainer_1p16k {
27
- border-radius: var(--border-radius-s);
28
- }
29
- .picker-button__option_1p16k {
30
- padding: 0 var(--gap-m);
31
- }