@ncino/web-components 9.0.1-preview.1 → 9.0.1-preview.3
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/dist/components/panel/gator/panel.storybook-test.js +1 -1
- package/dist/node_modules/.pnpm/storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/storybook/dist/core-events/index.js +1 -0
- package/dist/packages/web-components/src/components/alert/gator/base/alert.gator.scss.js +1 -1
- package/package.json +2 -2
- package/web-types.json +1 -1
- package/dist/node_modules/.pnpm/storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/storybook/dist/core-events/index.js +0 -1
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/_browser-chunks/chunk-A242L54C.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/_browser-chunks/chunk-EZSQOHRI.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/_browser-chunks/chunk-JP7NCOJX.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/_browser-chunks/chunk-RP5RXKFU.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/_browser-chunks/chunk-ZUWEVLDX.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/client-logger/index.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/instrumenter/index.js +0 -0
- /package/dist/node_modules/.pnpm/{storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0 → storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/storybook/dist/test/index.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{within as h,waitFor as d,expect as e,userEvent as s}from"../../../node_modules/.pnpm/storybook@10.1.
|
|
1
|
+
import{within as h,waitFor as d,expect as e,userEvent as s}from"../../../node_modules/.pnpm/storybook@10.1.10_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/storybook/dist/test/index.js";import{getShadowRootElementByDataTestId as p}from"../../../utils/vitest-utils.js";const f=async({canvasElement:w,step:t})=>{const i=h(w);let l,o,c,n;await t("Scenario: Nested Panel Functionality",async()=>{await t("GIVEN the Story renders with the first panel open and the second panel closed",async()=>{l=await i.findByTestId("first-panel"),o=p(l,"first-panel-panel"),c=await i.findByTestId("second-panel"),n=p(c,"second-panel-panel"),await d(()=>e(o).toBeVisible()),e(n).not.toBeVisible()}),await t("WHEN I click on the list item with nested content to open the second panel",async()=>{i.getByTestId("list-item-with-nested").click()}),await t("THEN the second panel is opened relative to the first panel",async()=>{await d(()=>e(n).toBeVisible());const a=o?.offsetWidth;e(window.getComputedStyle(n).left).toBe(`${a}px`)}),await t("WHEN I click the collapse button in the first panel",async()=>{const a=i.getByText("Collapse");await s.click(a)}),await t("THEN I expect the second panel to have moved with the first panel",async()=>{e(window.getComputedStyle(o).width).toBe("56px"),e(window.getComputedStyle(n).left).toBe(`${o.offsetWidth}px`)}),await t("WHEN I click the expand button in the first panel",async()=>{const a=i.getByTestId("expand-button");await s.click(a)}),await t("THEN I expect the first panel to expand and the second panel to move with it",async()=>{e(window.getComputedStyle(o).width).toBe("280px"),e(window.getComputedStyle(n).left).toBe(`${o.offsetWidth}px`)}),await t("WHEN I click on the close button in the second panel",async()=>{const a=i.getByTestId("close-button");await s.click(a)}),await t("THEN I expect the second panel to be closed",async()=>{n.addEventListener("animationend",()=>{e(n).not.toBeVisible()},{once:!0})})})};export{f as nestedPanelTests};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var R=(E=>(E.CHANNEL_WS_DISCONNECT="channelWSDisconnect",E.CHANNEL_CREATED="channelCreated",E.CONFIG_ERROR="configError",E.STORY_INDEX_INVALIDATED="storyIndexInvalidated",E.STORY_SPECIFIED="storySpecified",E.SET_CONFIG="setConfig",E.SET_STORIES="setStories",E.SET_INDEX="setIndex",E.SET_CURRENT_STORY="setCurrentStory",E.CURRENT_STORY_WAS_SET="currentStoryWasSet",E.FORCE_RE_RENDER="forceReRender",E.FORCE_REMOUNT="forceRemount",E.PRELOAD_ENTRIES="preloadStories",E.STORY_PREPARED="storyPrepared",E.DOCS_PREPARED="docsPrepared",E.STORY_CHANGED="storyChanged",E.STORY_UNCHANGED="storyUnchanged",E.STORY_RENDERED="storyRendered",E.STORY_FINISHED="storyFinished",E.STORY_MISSING="storyMissing",E.STORY_ERRORED="storyErrored",E.STORY_THREW_EXCEPTION="storyThrewException",E.STORY_RENDER_PHASE_CHANGED="storyRenderPhaseChanged",E.STORY_HOT_UPDATED="storyHotUpdated",E.PLAY_FUNCTION_THREW_EXCEPTION="playFunctionThrewException",E.UNHANDLED_ERRORS_WHILE_PLAYING="unhandledErrorsWhilePlaying",E.UPDATE_STORY_ARGS="updateStoryArgs",E.STORY_ARGS_UPDATED="storyArgsUpdated",E.RESET_STORY_ARGS="resetStoryArgs",E.SET_FILTER="setFilter",E.SET_GLOBALS="setGlobals",E.UPDATE_GLOBALS="updateGlobals",E.GLOBALS_UPDATED="globalsUpdated",E.REGISTER_SUBSCRIPTION="registerSubscription",E.PREVIEW_INITIALIZED="previewInitialized",E.PREVIEW_KEYDOWN="previewKeydown",E.PREVIEW_BUILDER_PROGRESS="preview_builder_progress",E.SELECT_STORY="selectStory",E.STORIES_COLLAPSE_ALL="storiesCollapseAll",E.STORIES_EXPAND_ALL="storiesExpandAll",E.DOCS_RENDERED="docsRendered",E.SHARED_STATE_CHANGED="sharedStateChanged",E.SHARED_STATE_SET="sharedStateSet",E.NAVIGATE_URL="navigateUrl",E.UPDATE_QUERY_PARAMS="updateQueryParams",E.REQUEST_WHATS_NEW_DATA="requestWhatsNewData",E.RESULT_WHATS_NEW_DATA="resultWhatsNewData",E.SET_WHATS_NEW_CACHE="setWhatsNewCache",E.TOGGLE_WHATS_NEW_NOTIFICATIONS="toggleWhatsNewNotifications",E.TELEMETRY_ERROR="telemetryError",E.FILE_COMPONENT_SEARCH_REQUEST="fileComponentSearchRequest",E.FILE_COMPONENT_SEARCH_RESPONSE="fileComponentSearchResponse",E.SAVE_STORY_REQUEST="saveStoryRequest",E.SAVE_STORY_RESPONSE="saveStoryResponse",E.ARGTYPES_INFO_REQUEST="argtypesInfoRequest",E.ARGTYPES_INFO_RESPONSE="argtypesInfoResponse",E.CREATE_NEW_STORYFILE_REQUEST="createNewStoryfileRequest",E.CREATE_NEW_STORYFILE_RESPONSE="createNewStoryfileResponse",E.OPEN_IN_EDITOR_REQUEST="openInEditorRequest",E.OPEN_IN_EDITOR_RESPONSE="openInEditorResponse",E.MANAGER_INERT_ATTRIBUTE_CHANGED="managerInertAttributeChanged",E))(R||{}),{CHANNEL_WS_DISCONNECT:_,CHANNEL_CREATED:S,CONFIG_ERROR:T,CREATE_NEW_STORYFILE_REQUEST:N,CREATE_NEW_STORYFILE_RESPONSE:A,CURRENT_STORY_WAS_SET:O,DOCS_PREPARED:I,DOCS_RENDERED:D,FILE_COMPONENT_SEARCH_REQUEST:r,FILE_COMPONENT_SEARCH_RESPONSE:C,FORCE_RE_RENDER:P,FORCE_REMOUNT:o,GLOBALS_UPDATED:L,NAVIGATE_URL:a,PLAY_FUNCTION_THREW_EXCEPTION:Y,UNHANDLED_ERRORS_WHILE_PLAYING:U,PRELOAD_ENTRIES:G,PREVIEW_INITIALIZED:H,PREVIEW_BUILDER_PROGRESS:W,PREVIEW_KEYDOWN:d,REGISTER_SUBSCRIPTION:i,RESET_STORY_ARGS:t,SELECT_STORY:F,SET_CONFIG:l,SET_CURRENT_STORY:p,SET_FILTER:y,SET_GLOBALS:e,SET_INDEX:c,SET_STORIES:h,SHARED_STATE_CHANGED:g,SHARED_STATE_SET:u,STORIES_COLLAPSE_ALL:s,STORIES_EXPAND_ALL:M,STORY_ARGS_UPDATED:Q,STORY_CHANGED:V,STORY_ERRORED:f,STORY_INDEX_INVALIDATED:w,STORY_MISSING:B,STORY_PREPARED:X,STORY_RENDER_PHASE_CHANGED:b,STORY_RENDERED:m,STORY_FINISHED:q,STORY_SPECIFIED:x,STORY_THREW_EXCEPTION:K,STORY_UNCHANGED:Z,STORY_HOT_UPDATED:z,UPDATE_GLOBALS:j,UPDATE_QUERY_PARAMS:k,UPDATE_STORY_ARGS:J,REQUEST_WHATS_NEW_DATA:$,RESULT_WHATS_NEW_DATA:n,SET_WHATS_NEW_CACHE:v,TOGGLE_WHATS_NEW_NOTIFICATIONS:EE,TELEMETRY_ERROR:RE,SAVE_STORY_REQUEST:_E,SAVE_STORY_RESPONSE:SE,ARGTYPES_INFO_REQUEST:TE,ARGTYPES_INFO_RESPONSE:NE,OPEN_IN_EDITOR_REQUEST:AE,OPEN_IN_EDITOR_RESPONSE:OE,MANAGER_INERT_ATTRIBUTE_CHANGED:IE}=R;export{TE as ARGTYPES_INFO_REQUEST,NE as ARGTYPES_INFO_RESPONSE,S as CHANNEL_CREATED,_ as CHANNEL_WS_DISCONNECT,T as CONFIG_ERROR,N as CREATE_NEW_STORYFILE_REQUEST,A as CREATE_NEW_STORYFILE_RESPONSE,O as CURRENT_STORY_WAS_SET,I as DOCS_PREPARED,D as DOCS_RENDERED,r as FILE_COMPONENT_SEARCH_REQUEST,C as FILE_COMPONENT_SEARCH_RESPONSE,o as FORCE_REMOUNT,P as FORCE_RE_RENDER,L as GLOBALS_UPDATED,IE as MANAGER_INERT_ATTRIBUTE_CHANGED,a as NAVIGATE_URL,AE as OPEN_IN_EDITOR_REQUEST,OE as OPEN_IN_EDITOR_RESPONSE,Y as PLAY_FUNCTION_THREW_EXCEPTION,G as PRELOAD_ENTRIES,W as PREVIEW_BUILDER_PROGRESS,H as PREVIEW_INITIALIZED,d as PREVIEW_KEYDOWN,i as REGISTER_SUBSCRIPTION,$ as REQUEST_WHATS_NEW_DATA,t as RESET_STORY_ARGS,n as RESULT_WHATS_NEW_DATA,_E as SAVE_STORY_REQUEST,SE as SAVE_STORY_RESPONSE,F as SELECT_STORY,l as SET_CONFIG,p as SET_CURRENT_STORY,y as SET_FILTER,e as SET_GLOBALS,c as SET_INDEX,h as SET_STORIES,v as SET_WHATS_NEW_CACHE,g as SHARED_STATE_CHANGED,u as SHARED_STATE_SET,s as STORIES_COLLAPSE_ALL,M as STORIES_EXPAND_ALL,Q as STORY_ARGS_UPDATED,V as STORY_CHANGED,f as STORY_ERRORED,q as STORY_FINISHED,z as STORY_HOT_UPDATED,w as STORY_INDEX_INVALIDATED,B as STORY_MISSING,X as STORY_PREPARED,m as STORY_RENDERED,b as STORY_RENDER_PHASE_CHANGED,x as STORY_SPECIFIED,K as STORY_THREW_EXCEPTION,Z as STORY_UNCHANGED,RE as TELEMETRY_ERROR,EE as TOGGLE_WHATS_NEW_NOTIFICATIONS,U as UNHANDLED_ERRORS_WHILE_PLAYING,j as UPDATE_GLOBALS,k as UPDATE_QUERY_PARAMS,J as UPDATE_STORY_ARGS};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const r='.gator-alert{display:flex;padding:var(--ngc-alert-padding, 1.5rem);border-radius:var(--ngc-alert-border-radius, var(--border-radius-x-large, 1rem));align-content:center;flex-direction:row;font-size:var(--ngc-alert-font-size, var(--font-size-body-1, 1.0625rem));font-family:var(--font-family-body, "Open Sans"),sans-serif;overflow-wrap:anywhere}.gator-alert_icon{margin-right:.625rem;display:flex;flex-direction:column;justify-content:start}.gator-alert_icon ngc-icon{--ngc-icon-display: flex}.gator-alert_actions{display:flex;flex-direction:column;justify-content:center;margin-left:auto}.gator-alert_content{display:flex;flex-direction:column;justify-content:center}.gator-alert_skeleton{border:1px solid var(--color-border-disabled, #E5E5E5)!important;background:var(--color-surface-tertiary, #F2F2F2)!important}.gator-alert_info{border:1px solid var(--color-border-secondary, #BFBFBF);background:var(--color-surface-secondary, #F7F7F7);--ngc-icon-color: var(--color-icon-primary, #1F1F1F)}.gator-alert_inverse{border:1px solid var(--color-border-secondary, #BFBFBF);background:var(--color-surface-primary, #FFFFFF);--ngc-icon-color: var(--color-icon-primary, #1F1F1F)}.gator-alert_success{border:1px solid var(--color-border-success, #90D4B4);background:var(--color-surface-success, #E9F7F0);--ngc-icon-color: var(--color-icon-success, #1B8754)}.gator-alert_warning{border:1px solid var(--color-border-warning, #F5B77F);background:var(--color-surface-warning, #FEF1E6);--ngc-icon-color: var(--color-icon-warning, #BD5A00)}.gator-alert_error{border:1px solid var(--color-border-error, #E99F88);background:var(--color-surface-error, #FAEBE7);--ngc-icon-color: var(--color-icon-error, #AA330E)}.gator-alert_AI{border:1px solid var(--color-border-purple, #E5CCFF);background:var(--color-surface-purple, #F6EEFF);--ngc-icon-color: var(--color-icon-ai, #4C0099)}';export{r as default};
|
|
1
|
+
const r='.gator-alert{display:flex;padding:var(--ngc-alert-padding, 1.5rem);border-radius:var(--ngc-alert-border-radius, var(--border-radius-x-large, 1rem));align-content:center;flex-direction:row;font-size:var(--ngc-alert-font-size, var(--font-size-body-1, 1.0625rem));font-family:var(--font-family-body, "Open Sans"),sans-serif;overflow-wrap:anywhere}.gator-alert_icon{margin-right:.625rem;display:flex;flex-direction:column;justify-content:start}.gator-alert_icon ngc-icon{--ngc-icon-display: flex}.gator-alert_actions{display:flex;flex-direction:column;justify-content:center;margin-left:auto}.gator-alert_content{display:flex;flex-direction:column;justify-content:center;flex-grow:1}.gator-alert_skeleton{border:1px solid var(--color-border-disabled, #E5E5E5)!important;background:var(--color-surface-tertiary, #F2F2F2)!important}.gator-alert_info{border:1px solid var(--color-border-secondary, #BFBFBF);background:var(--color-surface-secondary, #F7F7F7);--ngc-icon-color: var(--color-icon-primary, #1F1F1F)}.gator-alert_inverse{border:1px solid var(--color-border-secondary, #BFBFBF);background:var(--color-surface-primary, #FFFFFF);--ngc-icon-color: var(--color-icon-primary, #1F1F1F)}.gator-alert_success{border:1px solid var(--color-border-success, #90D4B4);background:var(--color-surface-success, #E9F7F0);--ngc-icon-color: var(--color-icon-success, #1B8754)}.gator-alert_warning{border:1px solid var(--color-border-warning, #F5B77F);background:var(--color-surface-warning, #FEF1E6);--ngc-icon-color: var(--color-icon-warning, #BD5A00)}.gator-alert_error{border:1px solid var(--color-border-error, #E99F88);background:var(--color-surface-error, #FAEBE7);--ngc-icon-color: var(--color-icon-error, #AA330E)}.gator-alert_AI{border:1px solid var(--color-border-purple, #E5CCFF);background:var(--color-surface-purple, #F6EEFF);--ngc-icon-color: var(--color-icon-ai, #4C0099)}';export{r as default};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ncino/web-components",
|
|
3
3
|
"author": "nCino",
|
|
4
|
-
"version": "9.0.1-preview.
|
|
4
|
+
"version": "9.0.1-preview.3",
|
|
5
5
|
"license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"vite-plugin-static-copy": "^3.1.4",
|
|
108
108
|
"vitest": "^4.0.15",
|
|
109
109
|
"yaml-eslint-parser": "^1.3.2",
|
|
110
|
-
"@ncino/styles": "9.0.1-preview.
|
|
110
|
+
"@ncino/styles": "9.0.1-preview.3"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"@ncino/styles": ">=8.0.0-preview.0"
|
package/web-types.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var R=(E=>(E.CHANNEL_WS_DISCONNECT="channelWSDisconnect",E.CHANNEL_CREATED="channelCreated",E.CONFIG_ERROR="configError",E.STORY_INDEX_INVALIDATED="storyIndexInvalidated",E.STORY_SPECIFIED="storySpecified",E.SET_CONFIG="setConfig",E.SET_STORIES="setStories",E.SET_INDEX="setIndex",E.SET_CURRENT_STORY="setCurrentStory",E.CURRENT_STORY_WAS_SET="currentStoryWasSet",E.FORCE_RE_RENDER="forceReRender",E.FORCE_REMOUNT="forceRemount",E.PRELOAD_ENTRIES="preloadStories",E.STORY_PREPARED="storyPrepared",E.DOCS_PREPARED="docsPrepared",E.STORY_CHANGED="storyChanged",E.STORY_UNCHANGED="storyUnchanged",E.STORY_RENDERED="storyRendered",E.STORY_FINISHED="storyFinished",E.STORY_MISSING="storyMissing",E.STORY_ERRORED="storyErrored",E.STORY_THREW_EXCEPTION="storyThrewException",E.STORY_RENDER_PHASE_CHANGED="storyRenderPhaseChanged",E.STORY_HOT_UPDATED="storyHotUpdated",E.PLAY_FUNCTION_THREW_EXCEPTION="playFunctionThrewException",E.UNHANDLED_ERRORS_WHILE_PLAYING="unhandledErrorsWhilePlaying",E.UPDATE_STORY_ARGS="updateStoryArgs",E.STORY_ARGS_UPDATED="storyArgsUpdated",E.RESET_STORY_ARGS="resetStoryArgs",E.SET_FILTER="setFilter",E.SET_GLOBALS="setGlobals",E.UPDATE_GLOBALS="updateGlobals",E.GLOBALS_UPDATED="globalsUpdated",E.REGISTER_SUBSCRIPTION="registerSubscription",E.PREVIEW_INITIALIZED="previewInitialized",E.PREVIEW_KEYDOWN="previewKeydown",E.PREVIEW_BUILDER_PROGRESS="preview_builder_progress",E.SELECT_STORY="selectStory",E.STORIES_COLLAPSE_ALL="storiesCollapseAll",E.STORIES_EXPAND_ALL="storiesExpandAll",E.DOCS_RENDERED="docsRendered",E.SHARED_STATE_CHANGED="sharedStateChanged",E.SHARED_STATE_SET="sharedStateSet",E.NAVIGATE_URL="navigateUrl",E.UPDATE_QUERY_PARAMS="updateQueryParams",E.REQUEST_WHATS_NEW_DATA="requestWhatsNewData",E.RESULT_WHATS_NEW_DATA="resultWhatsNewData",E.SET_WHATS_NEW_CACHE="setWhatsNewCache",E.TOGGLE_WHATS_NEW_NOTIFICATIONS="toggleWhatsNewNotifications",E.TELEMETRY_ERROR="telemetryError",E.FILE_COMPONENT_SEARCH_REQUEST="fileComponentSearchRequest",E.FILE_COMPONENT_SEARCH_RESPONSE="fileComponentSearchResponse",E.SAVE_STORY_REQUEST="saveStoryRequest",E.SAVE_STORY_RESPONSE="saveStoryResponse",E.ARGTYPES_INFO_REQUEST="argtypesInfoRequest",E.ARGTYPES_INFO_RESPONSE="argtypesInfoResponse",E.CREATE_NEW_STORYFILE_REQUEST="createNewStoryfileRequest",E.CREATE_NEW_STORYFILE_RESPONSE="createNewStoryfileResponse",E.OPEN_IN_EDITOR_REQUEST="openInEditorRequest",E.OPEN_IN_EDITOR_RESPONSE="openInEditorResponse",E))(R||{}),{CHANNEL_WS_DISCONNECT:_,CHANNEL_CREATED:S,CONFIG_ERROR:T,CREATE_NEW_STORYFILE_REQUEST:O,CREATE_NEW_STORYFILE_RESPONSE:N,CURRENT_STORY_WAS_SET:A,DOCS_PREPARED:I,DOCS_RENDERED:D,FILE_COMPONENT_SEARCH_REQUEST:r,FILE_COMPONENT_SEARCH_RESPONSE:P,FORCE_RE_RENDER:C,FORCE_REMOUNT:o,GLOBALS_UPDATED:L,NAVIGATE_URL:Y,PLAY_FUNCTION_THREW_EXCEPTION:a,UNHANDLED_ERRORS_WHILE_PLAYING:U,PRELOAD_ENTRIES:H,PREVIEW_INITIALIZED:W,PREVIEW_BUILDER_PROGRESS:G,PREVIEW_KEYDOWN:d,REGISTER_SUBSCRIPTION:i,RESET_STORY_ARGS:F,SELECT_STORY:l,SET_CONFIG:p,SET_CURRENT_STORY:t,SET_FILTER:y,SET_GLOBALS:c,SET_INDEX:e,SET_STORIES:h,SHARED_STATE_CHANGED:g,SHARED_STATE_SET:s,STORIES_COLLAPSE_ALL:u,STORIES_EXPAND_ALL:Q,STORY_ARGS_UPDATED:V,STORY_CHANGED:M,STORY_ERRORED:f,STORY_INDEX_INVALIDATED:w,STORY_MISSING:B,STORY_PREPARED:X,STORY_RENDER_PHASE_CHANGED:q,STORY_RENDERED:x,STORY_FINISHED:b,STORY_SPECIFIED:m,STORY_THREW_EXCEPTION:K,STORY_UNCHANGED:Z,STORY_HOT_UPDATED:z,UPDATE_GLOBALS:j,UPDATE_QUERY_PARAMS:k,UPDATE_STORY_ARGS:J,REQUEST_WHATS_NEW_DATA:$,RESULT_WHATS_NEW_DATA:n,SET_WHATS_NEW_CACHE:v,TOGGLE_WHATS_NEW_NOTIFICATIONS:EE,TELEMETRY_ERROR:RE,SAVE_STORY_REQUEST:_E,SAVE_STORY_RESPONSE:SE,ARGTYPES_INFO_REQUEST:TE,ARGTYPES_INFO_RESPONSE:OE,OPEN_IN_EDITOR_REQUEST:NE,OPEN_IN_EDITOR_RESPONSE:AE}=R;export{TE as ARGTYPES_INFO_REQUEST,OE as ARGTYPES_INFO_RESPONSE,S as CHANNEL_CREATED,_ as CHANNEL_WS_DISCONNECT,T as CONFIG_ERROR,O as CREATE_NEW_STORYFILE_REQUEST,N as CREATE_NEW_STORYFILE_RESPONSE,A as CURRENT_STORY_WAS_SET,I as DOCS_PREPARED,D as DOCS_RENDERED,r as FILE_COMPONENT_SEARCH_REQUEST,P as FILE_COMPONENT_SEARCH_RESPONSE,o as FORCE_REMOUNT,C as FORCE_RE_RENDER,L as GLOBALS_UPDATED,Y as NAVIGATE_URL,NE as OPEN_IN_EDITOR_REQUEST,AE as OPEN_IN_EDITOR_RESPONSE,a as PLAY_FUNCTION_THREW_EXCEPTION,H as PRELOAD_ENTRIES,G as PREVIEW_BUILDER_PROGRESS,W as PREVIEW_INITIALIZED,d as PREVIEW_KEYDOWN,i as REGISTER_SUBSCRIPTION,$ as REQUEST_WHATS_NEW_DATA,F as RESET_STORY_ARGS,n as RESULT_WHATS_NEW_DATA,_E as SAVE_STORY_REQUEST,SE as SAVE_STORY_RESPONSE,l as SELECT_STORY,p as SET_CONFIG,t as SET_CURRENT_STORY,y as SET_FILTER,c as SET_GLOBALS,e as SET_INDEX,h as SET_STORIES,v as SET_WHATS_NEW_CACHE,g as SHARED_STATE_CHANGED,s as SHARED_STATE_SET,u as STORIES_COLLAPSE_ALL,Q as STORIES_EXPAND_ALL,V as STORY_ARGS_UPDATED,M as STORY_CHANGED,f as STORY_ERRORED,b as STORY_FINISHED,z as STORY_HOT_UPDATED,w as STORY_INDEX_INVALIDATED,B as STORY_MISSING,X as STORY_PREPARED,x as STORY_RENDERED,q as STORY_RENDER_PHASE_CHANGED,m as STORY_SPECIFIED,K as STORY_THREW_EXCEPTION,Z as STORY_UNCHANGED,RE as TELEMETRY_ERROR,EE as TOGGLE_WHATS_NEW_NOTIFICATIONS,U as UNHANDLED_ERRORS_WHILE_PLAYING,j as UPDATE_GLOBALS,k as UPDATE_QUERY_PARAMS,J as UPDATE_STORY_ARGS};
|