@semcore/dropdown-menu 3.1.1 → 3.1.2
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.
- package/CHANGELOG.md +2 -68
- package/LICENSE +21 -0
- package/lib/cjs/DropdownMenu.js +14 -14
- package/lib/es6/DropdownMenu.js +14 -14
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [3.1.
|
|
5
|
+
## [3.1.2] - 2022-10-10
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/dropdown` [3.1.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/dropdown` [3.1.1 ~> 3.1.2]).
|
|
10
10
|
|
|
11
11
|
## [3.1.0] - 2022-09-07
|
|
12
12
|
|
|
@@ -20,36 +20,6 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
20
20
|
|
|
21
21
|
- Version patch update due to children dependencies update (`@semcore/utils` [3.37.0 ~> 3.37.1], `@semcore/dropdown` [3.0.10 ~> 3.0.11]).
|
|
22
22
|
|
|
23
|
-
## [3.0.11] - 2022-08-18
|
|
24
|
-
|
|
25
|
-
### Changed
|
|
26
|
-
|
|
27
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.36.0 ~> 3.37.0], `@semcore/dropdown` [3.0.9 ~> 3.0.10]).
|
|
28
|
-
|
|
29
|
-
## [3.0.10] - 2022-08-11
|
|
30
|
-
|
|
31
|
-
### Changed
|
|
32
|
-
|
|
33
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.35.1 ~> 3.36.0], `@semcore/dropdown` [3.0.8 ~> 3.0.9]).
|
|
34
|
-
|
|
35
|
-
## [3.0.9] - 2022-08-01
|
|
36
|
-
|
|
37
|
-
### Changed
|
|
38
|
-
|
|
39
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.35.0 ~> 3.35.1], `@semcore/dropdown` [3.0.7 ~> 3.0.8]).
|
|
40
|
-
|
|
41
|
-
## [3.0.8] - 2022-07-22
|
|
42
|
-
|
|
43
|
-
### Changed
|
|
44
|
-
|
|
45
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.34.0 ~> 3.35.0], `@semcore/dropdown` [3.0.6 ~> 3.0.7]).
|
|
46
|
-
|
|
47
|
-
## [3.0.7] - 2022-07-18
|
|
48
|
-
|
|
49
|
-
### Changed
|
|
50
|
-
|
|
51
|
-
- Version patch update due to children dependencies update (`@semcore/dropdown` [3.0.5 ~> 3.0.6]).
|
|
52
|
-
|
|
53
23
|
## [3.0.6] - 2022-07-12
|
|
54
24
|
|
|
55
25
|
### Fixed
|
|
@@ -62,30 +32,6 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
62
32
|
|
|
63
33
|
- Version patch update due to children dependencies update (`@semcore/utils` [3.33.0 ~> 3.34.0], `@semcore/dropdown` [3.0.4 ~> 3.0.5]).
|
|
64
34
|
|
|
65
|
-
## [3.0.4] - 2022-06-02
|
|
66
|
-
|
|
67
|
-
### Changed
|
|
68
|
-
|
|
69
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.32.2 ~> 3.33.0], `@semcore/dropdown` [3.0.3 ~> 3.0.4]).
|
|
70
|
-
|
|
71
|
-
## [3.0.3] - 2022-05-31
|
|
72
|
-
|
|
73
|
-
### Changed
|
|
74
|
-
|
|
75
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.32.1 ~> 3.32.2], `@semcore/dropdown` [3.0.2 ~> 3.0.3]).
|
|
76
|
-
|
|
77
|
-
## [3.0.2] - 2022-05-19
|
|
78
|
-
|
|
79
|
-
### Changed
|
|
80
|
-
|
|
81
|
-
- Version patch update due to children dependencies update (`@semcore/dropdown` [3.0.1 ~> 3.0.2]).
|
|
82
|
-
|
|
83
|
-
## [3.0.1] - 2022-05-19
|
|
84
|
-
|
|
85
|
-
### Changed
|
|
86
|
-
|
|
87
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.32.0 ~> 3.32.1], `@semcore/dropdown` [3.0.0 ~> 3.0.1], `@semcore/flex-box` [4.5.1 ~> 4.5.3]).
|
|
88
|
-
|
|
89
35
|
## [3.0.0] - 2022-05-17
|
|
90
36
|
|
|
91
37
|
### BREAK
|
|
@@ -100,18 +46,6 @@ CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangel
|
|
|
100
46
|
|
|
101
47
|
- Version patch update due to children dependencies update (`@semcore/scroll-area` [3.7.0 ~> 3.7.1]).
|
|
102
48
|
|
|
103
|
-
## [2.3.11] - 2022-04-21
|
|
104
|
-
|
|
105
|
-
### Changed
|
|
106
|
-
|
|
107
|
-
- Version patch update due to children dependencies update (`@semcore/scroll-area` [3.6.4 ~> 3.7.0]).
|
|
108
|
-
|
|
109
|
-
## [2.3.10] - 2022-03-14
|
|
110
|
-
|
|
111
|
-
### Changed
|
|
112
|
-
|
|
113
|
-
- Version patch update due to children dependencies update (`@semcore/utils` [3.31.2 ~> 3.31.2], `@semcore/dropdown` [2.3.2 ~> 2.3.3]).
|
|
114
|
-
|
|
115
49
|
## [2.3.9] - 2022-03-09
|
|
116
50
|
|
|
117
51
|
### Fixed
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright ©, 2022, Semrush Inc. (written by Roman Lysov, Sergey Kobets, Mikhail Karachev, Julia Mnizhek, Elena Krasnopolskaia, Mikhail Sereniti).
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/lib/cjs/DropdownMenu.js
CHANGED
|
@@ -63,23 +63,23 @@ var style = (
|
|
|
63
63
|
/*__reshadow_css_start__*/
|
|
64
64
|
_core.sstyled.insert(
|
|
65
65
|
/*__inner_css_start__*/
|
|
66
|
-
".
|
|
66
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDropdownMenuList_12g84_gg_ {\n max-height: 240px;\n margin: 4px 0;\n padding: 0;\n position: relative;\n min-height: 26px;\n min-width: 32px;\n}\n\n.___SDropdownMenuItem_12g84_gg_ {\n display: flex;\n align-items: center;\n position: relative;\n text-decoration: none;\n box-sizing: border-box;\n cursor: pointer;\n width: 100%;\n text-align: left;\n line-height: normal\n}\n\n.___SDropdownMenuItem_12g84_gg_:hover {\n background-color: #f4f5f9;\n }\n\n.___SDropdownMenuItem_12g84_gg_:focus {\n outline: none;\n }\n\n.___SDropdownMenuItem_12g84_gg_.__highlighted_12g84_gg_ {\n z-index: 1;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2) inset;\n}\n\n.___SDropdownMenuItem_12g84_gg_.__selected_12g84_gg_ {\n background-color: rgba(196, 229, 254, 0.7)\n}\n\n.___SDropdownMenuItem_12g84_gg_.__selected_12g84_gg_:hover {\n background-color: #c4e5fe;\n }\n\n.___SDropdownMenuItem_12g84_gg_.__disabled_12g84_gg_ {\n opacity: 0.3;\n cursor: default;\n pointer-events: none;\n}\n\n.___SDropdownMenuItem_12g84_gg_._size_l_12g84_gg_ {\n font-size: 16px;\n line-height: 1.5;\n padding: 8px 12px;\n min-height: 40px;\n}\n\n.___SDropdownMenuItem_12g84_gg_._size_m_12g84_gg_ {\n font-size: 14px;\n line-height: 1.42;\n padding: 6px 8px;\n min-height: 32px;\n}\n\n.___SDropdownMenuItem_12g84_gg_.__notInteractive_12g84_gg_ {\n cursor: default\n}\n\n.___SDropdownMenuItem_12g84_gg_.__notInteractive_12g84_gg_:hover {\n background: none;\n }\n\n.___SDropdownMenuItem_12g84_gg_._variant_hint_12g84_gg_ {\n color: #6c6e79;\n cursor: default\n}\n\n.___SDropdownMenuItem_12g84_gg_._variant_hint_12g84_gg_:hover {\n background: none;\n }\n\n.___SDropdownMenuItem_12g84_gg_._variant_title_12g84_gg_ {\n font-weight: bold;\n cursor: default\n}\n\n.___SDropdownMenuItem_12g84_gg_._variant_title_12g84_gg_:hover {\n background: none;\n }\n\n.___SDropdownMenuItemAddon_12g84_gg_ {\n display: inline-flex;\n margin-left: 8px;\n margin-right: 8px\n}\n\n.___SDropdownMenuItemAddon_12g84_gg_:first-child {\n margin-left: 0;\n }\n\n.___SDropdownMenuItemAddon_12g84_gg_:last-child {\n margin-right: 0;\n }\n\n.___SPopper_12g84_gg_:focus {\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n }\n"
|
|
67
67
|
/*__inner_css_end__*/
|
|
68
|
-
, "
|
|
68
|
+
, "12g84_gg_")
|
|
69
69
|
/*__reshadow_css_end__*/
|
|
70
70
|
, {
|
|
71
|
-
"__SDropdownMenuList": "
|
|
72
|
-
"__SDropdownMenuItem": "
|
|
73
|
-
"_highlighted": "
|
|
74
|
-
"_selected": "
|
|
75
|
-
"_disabled": "
|
|
76
|
-
"_size_l": "
|
|
77
|
-
"_size_m": "
|
|
78
|
-
"_notInteractive": "
|
|
79
|
-
"_variant_hint": "
|
|
80
|
-
"_variant_title": "
|
|
81
|
-
"__SDropdownMenuItemAddon": "
|
|
82
|
-
"__SPopper": "
|
|
71
|
+
"__SDropdownMenuList": "___SDropdownMenuList_12g84_gg_",
|
|
72
|
+
"__SDropdownMenuItem": "___SDropdownMenuItem_12g84_gg_",
|
|
73
|
+
"_highlighted": "__highlighted_12g84_gg_",
|
|
74
|
+
"_selected": "__selected_12g84_gg_",
|
|
75
|
+
"_disabled": "__disabled_12g84_gg_",
|
|
76
|
+
"_size_l": "_size_l_12g84_gg_",
|
|
77
|
+
"_size_m": "_size_m_12g84_gg_",
|
|
78
|
+
"_notInteractive": "__notInteractive_12g84_gg_",
|
|
79
|
+
"_variant_hint": "_variant_hint_12g84_gg_",
|
|
80
|
+
"_variant_title": "_variant_title_12g84_gg_",
|
|
81
|
+
"__SDropdownMenuItemAddon": "___SDropdownMenuItemAddon_12g84_gg_",
|
|
82
|
+
"__SPopper": "___SPopper_12g84_gg_"
|
|
83
83
|
});
|
|
84
84
|
var KEYS = ['ArrowDown', 'ArrowUp', 'Enter', ' '];
|
|
85
85
|
var INTERACTION_TAGS = ['INPUT', 'TEXTAREA'];
|
package/lib/es6/DropdownMenu.js
CHANGED
|
@@ -39,23 +39,23 @@ var style = (
|
|
|
39
39
|
/*__reshadow_css_start__*/
|
|
40
40
|
_sstyled.insert(
|
|
41
41
|
/*__inner_css_start__*/
|
|
42
|
-
".
|
|
42
|
+
":root {\n\n /* DEPRECATED START\n Deprecated variables should never be used in\n components styles but preserved for backward\n compatibility if they used in projects\n like `<Badge bg=\"red\">alpha</Badge>`\n */\n /* DEPRECATED END */\n}\n\n.___SDropdownMenuList_12g84_gg_ {\n max-height: 240px;\n margin: 4px 0;\n padding: 0;\n position: relative;\n min-height: 26px;\n min-width: 32px;\n}\n\n.___SDropdownMenuItem_12g84_gg_ {\n display: flex;\n align-items: center;\n position: relative;\n text-decoration: none;\n box-sizing: border-box;\n cursor: pointer;\n width: 100%;\n text-align: left;\n line-height: normal\n}\n\n.___SDropdownMenuItem_12g84_gg_:hover {\n background-color: #f4f5f9;\n }\n\n.___SDropdownMenuItem_12g84_gg_:focus {\n outline: none;\n }\n\n.___SDropdownMenuItem_12g84_gg_.__highlighted_12g84_gg_ {\n z-index: 1;\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2) inset;\n}\n\n.___SDropdownMenuItem_12g84_gg_.__selected_12g84_gg_ {\n background-color: rgba(196, 229, 254, 0.7)\n}\n\n.___SDropdownMenuItem_12g84_gg_.__selected_12g84_gg_:hover {\n background-color: #c4e5fe;\n }\n\n.___SDropdownMenuItem_12g84_gg_.__disabled_12g84_gg_ {\n opacity: 0.3;\n cursor: default;\n pointer-events: none;\n}\n\n.___SDropdownMenuItem_12g84_gg_._size_l_12g84_gg_ {\n font-size: 16px;\n line-height: 1.5;\n padding: 8px 12px;\n min-height: 40px;\n}\n\n.___SDropdownMenuItem_12g84_gg_._size_m_12g84_gg_ {\n font-size: 14px;\n line-height: 1.42;\n padding: 6px 8px;\n min-height: 32px;\n}\n\n.___SDropdownMenuItem_12g84_gg_.__notInteractive_12g84_gg_ {\n cursor: default\n}\n\n.___SDropdownMenuItem_12g84_gg_.__notInteractive_12g84_gg_:hover {\n background: none;\n }\n\n.___SDropdownMenuItem_12g84_gg_._variant_hint_12g84_gg_ {\n color: #6c6e79;\n cursor: default\n}\n\n.___SDropdownMenuItem_12g84_gg_._variant_hint_12g84_gg_:hover {\n background: none;\n }\n\n.___SDropdownMenuItem_12g84_gg_._variant_title_12g84_gg_ {\n font-weight: bold;\n cursor: default\n}\n\n.___SDropdownMenuItem_12g84_gg_._variant_title_12g84_gg_:hover {\n background: none;\n }\n\n.___SDropdownMenuItemAddon_12g84_gg_ {\n display: inline-flex;\n margin-left: 8px;\n margin-right: 8px\n}\n\n.___SDropdownMenuItemAddon_12g84_gg_:first-child {\n margin-left: 0;\n }\n\n.___SDropdownMenuItemAddon_12g84_gg_:last-child {\n margin-right: 0;\n }\n\n.___SPopper_12g84_gg_:focus {\n box-shadow: 0 0 0 3px rgba(0, 143, 248, 0.2);\n }\n"
|
|
43
43
|
/*__inner_css_end__*/
|
|
44
|
-
, "
|
|
44
|
+
, "12g84_gg_")
|
|
45
45
|
/*__reshadow_css_end__*/
|
|
46
46
|
, {
|
|
47
|
-
"__SDropdownMenuList": "
|
|
48
|
-
"__SDropdownMenuItem": "
|
|
49
|
-
"_highlighted": "
|
|
50
|
-
"_selected": "
|
|
51
|
-
"_disabled": "
|
|
52
|
-
"_size_l": "
|
|
53
|
-
"_size_m": "
|
|
54
|
-
"_notInteractive": "
|
|
55
|
-
"_variant_hint": "
|
|
56
|
-
"_variant_title": "
|
|
57
|
-
"__SDropdownMenuItemAddon": "
|
|
58
|
-
"__SPopper": "
|
|
47
|
+
"__SDropdownMenuList": "___SDropdownMenuList_12g84_gg_",
|
|
48
|
+
"__SDropdownMenuItem": "___SDropdownMenuItem_12g84_gg_",
|
|
49
|
+
"_highlighted": "__highlighted_12g84_gg_",
|
|
50
|
+
"_selected": "__selected_12g84_gg_",
|
|
51
|
+
"_disabled": "__disabled_12g84_gg_",
|
|
52
|
+
"_size_l": "_size_l_12g84_gg_",
|
|
53
|
+
"_size_m": "_size_m_12g84_gg_",
|
|
54
|
+
"_notInteractive": "__notInteractive_12g84_gg_",
|
|
55
|
+
"_variant_hint": "_variant_hint_12g84_gg_",
|
|
56
|
+
"_variant_title": "_variant_title_12g84_gg_",
|
|
57
|
+
"__SDropdownMenuItemAddon": "___SDropdownMenuItemAddon_12g84_gg_",
|
|
58
|
+
"__SPopper": "___SPopper_12g84_gg_"
|
|
59
59
|
});
|
|
60
60
|
var KEYS = ['ArrowDown', 'ArrowUp', 'Enter', ' '];
|
|
61
61
|
var INTERACTION_TAGS = ['INPUT', 'TEXTAREA'];
|
package/package.json
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/dropdown-menu",
|
|
3
3
|
"description": "Semrush DropdownMenu Component",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"author": "UI-kit team <ui-kit-team@semrush.com>",
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"build": "pnpm semcore-builder --source=js",
|
|
13
|
-
"test": "jest"
|
|
14
|
-
},
|
|
15
11
|
"dependencies": {
|
|
16
12
|
"@semcore/dropdown": "^3",
|
|
17
13
|
"@semcore/flex-box": "^4",
|
|
@@ -36,5 +32,9 @@
|
|
|
36
32
|
"@guidepup/playwright": "0.6.1",
|
|
37
33
|
"@playwright/test": "1.25.1",
|
|
38
34
|
"@semcore/jest-preset-ui": "1.0.0"
|
|
35
|
+
},
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build": "pnpm semcore-builder --source=js",
|
|
38
|
+
"test": "jest"
|
|
39
39
|
}
|
|
40
|
-
}
|
|
40
|
+
}
|