@vibe/core 4.6.0-alpha-36d7e.0 → 4.6.0-alpha-8cfcb.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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={item:"item",splitMenuItem:"splitMenuItem",disabled:"disabled",focused:"focused",initialSelected:"initialSelected",selected:"selected"};!function(e){const n="s_id-
|
|
1
|
+
var e={item:"item",splitMenuItem:"splitMenuItem",disabled:"disabled",focused:"focused",initialSelected:"initialSelected",selected:"selected"};!function(e){const n="s_id-8562a1149ca1_4_5_3";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const o=document.createElement("style");o.id=n,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.item {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n margin: unset;\n display: flex;\n flex-direction: row;\n width: 100%;\n box-sizing: border-box;\n padding: var(--space-4) var(--space-8);\n cursor: pointer;\n user-select: none;\n align-items: center;\n overflow: visible;\n border: 1px solid transparent;\n border-radius: 8px;\n outline: none;\n}\n.item.splitMenuItem {\n padding: 0 0 0 var(--space-8);\n}\n.item.disabled {\n cursor: not-allowed;\n color: var(--disabled-text-color);\n}\n.item.focused:not(.disabled) {\n background-color: var(--primary-background-hover-color);\n}\n.item.focused:not(.disabled):not(:hover):not(.initialSelected) {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.item:hover:not(.disabled) {\n background-color: var(--primary-background-hover-color);\n}\n.item.selected:not(.disabled) {\n background-color: var(--primary-background-hover-color);\n}");export{e as default};
|
|
2
2
|
//# sourceMappingURL=BaseMenuItem.module.scss.js.map
|
package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={item:"item_074c3642fa",splitMenuItem:"splitMenuItem_576c3efc64",disabled:"disabled_e79daaf941",focused:"focused_55bdc74136",initialSelected:"initialSelected_d2566d548e",selected:"selected_33b0d6101e"};!function(e){const n="s_id-
|
|
1
|
+
var e={item:"item_074c3642fa",splitMenuItem:"splitMenuItem_576c3efc64",disabled:"disabled_e79daaf941",focused:"focused_55bdc74136",initialSelected:"initialSelected_d2566d548e",selected:"selected_33b0d6101e"};!function(e){const n="s_id-8562a1149ca1_4_5_3";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+n))return;const o=document.createElement("style");o.id=n,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=e)}("/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable */\n/* stylelint-enable */\n/* stylelint-disable selector-class-pattern */\n.item_074c3642fa {\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n margin: unset;\n display: flex;\n flex-direction: row;\n width: 100%;\n box-sizing: border-box;\n padding: var(--space-4) var(--space-8);\n cursor: pointer;\n user-select: none;\n align-items: center;\n overflow: visible;\n border: 1px solid transparent;\n border-radius: 8px;\n outline: none;\n}\n.item_074c3642fa.splitMenuItem_576c3efc64 {\n padding: 0 0 0 var(--space-8);\n}\n.item_074c3642fa.disabled_e79daaf941 {\n cursor: not-allowed;\n color: var(--disabled-text-color);\n}\n.item_074c3642fa.focused_55bdc74136:not(.disabled_e79daaf941) {\n background-color: var(--primary-background-hover-color);\n}\n.item_074c3642fa.focused_55bdc74136:not(.disabled_e79daaf941):not(:hover):not(.initialSelected_d2566d548e) {\n outline: none;\n z-index: 11;\n border-radius: 4px;\n box-shadow: 0 0 0 3px hsla(209, 100%, 50%, 0.5), 0 0 0 1px var(--primary-hover-color) inset;\n}\n.item_074c3642fa:hover:not(.disabled_e79daaf941) {\n background-color: var(--primary-background-hover-color);\n}\n.item_074c3642fa.selected_33b0d6101e:not(.disabled_e79daaf941) {\n background-color: var(--primary-background-hover-color);\n}");export{e as default};
|
|
2
2
|
//# sourceMappingURL=BaseMenuItem.module.scss.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe/core",
|
|
3
|
-
"version": "4.6.0-alpha-
|
|
3
|
+
"version": "4.6.0-alpha-8cfcb.0",
|
|
4
4
|
"description": "Official monday.com UI resources for application development in React.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -90,21 +90,21 @@
|
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
92
|
"@floating-ui/react-dom": "^2.1.2",
|
|
93
|
-
"@vibe/base": "4.0.4-alpha-
|
|
94
|
-
"@vibe/button": "4.1.0-alpha-
|
|
95
|
-
"@vibe/clickable": "4.0.4-alpha-
|
|
96
|
-
"@vibe/dialog": "4.2.0-alpha-
|
|
97
|
-
"@vibe/hooks": "4.0.4-alpha-
|
|
98
|
-
"@vibe/icon": "4.0.4-alpha-
|
|
99
|
-
"@vibe/icon-button": "4.0.7-alpha-
|
|
100
|
-
"@vibe/icons": "4.1.1-alpha-
|
|
101
|
-
"@vibe/layer": "4.0.5-alpha-
|
|
102
|
-
"@vibe/layout": "4.0.5-alpha-
|
|
103
|
-
"@vibe/loader": "4.0.4-alpha-
|
|
104
|
-
"@vibe/shared": "4.0.4-alpha-
|
|
105
|
-
"@vibe/style": "4.1.0-alpha-
|
|
106
|
-
"@vibe/tooltip": "4.0.7-alpha-
|
|
107
|
-
"@vibe/typography": "4.0.7-alpha-
|
|
93
|
+
"@vibe/base": "4.0.4-alpha-8cfcb.0",
|
|
94
|
+
"@vibe/button": "4.1.0-alpha-8cfcb.0",
|
|
95
|
+
"@vibe/clickable": "4.0.4-alpha-8cfcb.0",
|
|
96
|
+
"@vibe/dialog": "4.2.0-alpha-8cfcb.0",
|
|
97
|
+
"@vibe/hooks": "4.0.4-alpha-8cfcb.0",
|
|
98
|
+
"@vibe/icon": "4.0.4-alpha-8cfcb.0",
|
|
99
|
+
"@vibe/icon-button": "4.0.7-alpha-8cfcb.0",
|
|
100
|
+
"@vibe/icons": "4.1.1-alpha-8cfcb.0",
|
|
101
|
+
"@vibe/layer": "4.0.5-alpha-8cfcb.0",
|
|
102
|
+
"@vibe/layout": "4.0.5-alpha-8cfcb.0",
|
|
103
|
+
"@vibe/loader": "4.0.4-alpha-8cfcb.0",
|
|
104
|
+
"@vibe/shared": "4.0.4-alpha-8cfcb.0",
|
|
105
|
+
"@vibe/style": "4.1.0-alpha-8cfcb.0",
|
|
106
|
+
"@vibe/tooltip": "4.0.7-alpha-8cfcb.0",
|
|
107
|
+
"@vibe/typography": "4.0.7-alpha-8cfcb.0",
|
|
108
108
|
"browserslist-config-monday": "1.0.6",
|
|
109
109
|
"classnames": "^2.5.1",
|
|
110
110
|
"date-fns": "^2.30.0",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@uiw/codemirror-extensions-langs": "^4.21.25",
|
|
182
182
|
"@uiw/codemirror-theme-github": "^4.21.25",
|
|
183
183
|
"@uiw/react-codemirror": "^4.21.25",
|
|
184
|
-
"@vibe/config": "4.0.3-alpha-
|
|
184
|
+
"@vibe/config": "4.0.3-alpha-8cfcb.0",
|
|
185
185
|
"@vitejs/plugin-react": "^4.3.1",
|
|
186
186
|
"@vitest/coverage-v8": "^1.6.0",
|
|
187
187
|
"@vitest/ui": "^1.6.0",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"tsx": "^4.20.3",
|
|
255
255
|
"typescript": "^5.9.3",
|
|
256
256
|
"typescript-plugin-css-modules": "^4.2.1",
|
|
257
|
-
"vibe-storybook-components": "4.0.1-alpha-
|
|
257
|
+
"vibe-storybook-components": "4.0.1-alpha-8cfcb.0",
|
|
258
258
|
"vite": "^5.3.1",
|
|
259
259
|
"vitest": "^1.6.0"
|
|
260
260
|
},
|
|
@@ -271,5 +271,5 @@
|
|
|
271
271
|
"browserslist": [
|
|
272
272
|
"extends browserslist-config-monday"
|
|
273
273
|
],
|
|
274
|
-
"gitHead": "
|
|
274
|
+
"gitHead": "a532a38f840e9c17e50a93874409af72a3cff639"
|
|
275
275
|
}
|