@apify/ui-library 1.154.5-choreaddtestidmodulesforrema-560495.21 → 1.154.5

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 (99) hide show
  1. package/dist/components/card/card.d.ts.map +1 -1
  2. package/dist/components/card/card.js +2 -3
  3. package/dist/components/code/code_block/code_block.d.ts.map +1 -1
  4. package/dist/components/code/code_block/code_block.js +2 -3
  5. package/dist/components/code/code_block/code_block_with_tabs.d.ts.map +1 -1
  6. package/dist/components/code/code_block/code_block_with_tabs.js +1 -2
  7. package/dist/components/code/prism_highlighter.d.ts.map +1 -1
  8. package/dist/components/code/prism_highlighter.js +1 -2
  9. package/dist/components/collapsible_card/collapsible_card.d.ts.map +1 -1
  10. package/dist/components/collapsible_card/collapsible_card.js +1 -2
  11. package/dist/components/dropdown/dropdown.d.ts.map +1 -1
  12. package/dist/components/dropdown/dropdown.js +2 -3
  13. package/dist/components/dropdown/dropdown.styled.d.ts.map +1 -1
  14. package/dist/components/dropdown/dropdown.styled.js +1 -2
  15. package/dist/components/store/store_actor_header.d.ts.map +1 -1
  16. package/dist/components/store/store_actor_header.js +1 -2
  17. package/dist/files_hash_at_build.txt +1 -1
  18. package/dist/src/components/card/card.d.ts.map +1 -1
  19. package/dist/src/components/card/card.js +1 -2
  20. package/dist/src/components/card/card.js.map +1 -1
  21. package/dist/src/components/code/code_block/code_block.d.ts.map +1 -1
  22. package/dist/src/components/code/code_block/code_block.js +2 -3
  23. package/dist/src/components/code/code_block/code_block.js.map +1 -1
  24. package/dist/src/components/code/code_block/code_block_with_tabs.d.ts.map +1 -1
  25. package/dist/src/components/code/code_block/code_block_with_tabs.js +1 -2
  26. package/dist/src/components/code/code_block/code_block_with_tabs.js.map +1 -1
  27. package/dist/src/components/code/prism_highlighter.d.ts.map +1 -1
  28. package/dist/src/components/code/prism_highlighter.js +1 -2
  29. package/dist/src/components/code/prism_highlighter.js.map +1 -1
  30. package/dist/src/components/collapsible_card/collapsible_card.d.ts.map +1 -1
  31. package/dist/src/components/collapsible_card/collapsible_card.js +1 -2
  32. package/dist/src/components/collapsible_card/collapsible_card.js.map +1 -1
  33. package/dist/src/components/dropdown/dropdown.d.ts.map +1 -1
  34. package/dist/src/components/dropdown/dropdown.js +2 -3
  35. package/dist/src/components/dropdown/dropdown.js.map +1 -1
  36. package/dist/src/components/dropdown/dropdown.styled.d.ts.map +1 -1
  37. package/dist/src/components/dropdown/dropdown.styled.js +1 -2
  38. package/dist/src/components/dropdown/dropdown.styled.js.map +1 -1
  39. package/dist/src/components/store/store_actor_header.d.ts.map +1 -1
  40. package/dist/src/components/store/store_actor_header.js +1 -2
  41. package/dist/src/components/store/store_actor_header.js.map +1 -1
  42. package/dist/src/test_ids.d.ts +0 -5
  43. package/dist/src/test_ids.d.ts.map +1 -1
  44. package/dist/src/test_ids.js +0 -5
  45. package/dist/src/test_ids.js.map +1 -1
  46. package/dist/test_ids.d.ts +0 -5
  47. package/dist/test_ids.d.ts.map +1 -1
  48. package/dist/test_ids.js +1 -6
  49. package/dist/tsconfig.build.tsbuildinfo +1 -1
  50. package/package.json +3 -3
  51. package/src/components/card/card.tsx +2 -3
  52. package/src/components/code/code_block/code_block.tsx +2 -3
  53. package/src/components/code/code_block/code_block_with_tabs.tsx +1 -2
  54. package/src/components/code/prism_highlighter.tsx +1 -2
  55. package/src/components/collapsible_card/collapsible_card.tsx +1 -2
  56. package/src/components/dropdown/dropdown.styled.ts +1 -2
  57. package/src/components/dropdown/dropdown.tsx +2 -3
  58. package/src/components/store/store_actor_header.tsx +1 -2
  59. package/src/test_ids.ts +0 -5
  60. package/dist/components/card/card.test_ids.d.ts +0 -5
  61. package/dist/components/card/card.test_ids.d.ts.map +0 -1
  62. package/dist/components/card/card.test_ids.js +0 -7
  63. package/dist/components/code/code_block/code_block.test_ids.d.ts +0 -5
  64. package/dist/components/code/code_block/code_block.test_ids.d.ts.map +0 -1
  65. package/dist/components/code/code_block/code_block.test_ids.js +0 -5
  66. package/dist/components/code/prism_highlighter.test_ids.d.ts +0 -4
  67. package/dist/components/code/prism_highlighter.test_ids.d.ts.map +0 -1
  68. package/dist/components/code/prism_highlighter.test_ids.js +0 -4
  69. package/dist/components/dropdown/dropdown.test_ids.d.ts +0 -5
  70. package/dist/components/dropdown/dropdown.test_ids.d.ts.map +0 -1
  71. package/dist/components/dropdown/dropdown.test_ids.js +0 -7
  72. package/dist/components/store/store_actor_header.test_ids.d.ts +0 -4
  73. package/dist/components/store/store_actor_header.test_ids.d.ts.map +0 -1
  74. package/dist/components/store/store_actor_header.test_ids.js +0 -4
  75. package/dist/src/components/card/card.test_ids.d.ts +0 -5
  76. package/dist/src/components/card/card.test_ids.d.ts.map +0 -1
  77. package/dist/src/components/card/card.test_ids.js +0 -5
  78. package/dist/src/components/card/card.test_ids.js.map +0 -1
  79. package/dist/src/components/code/code_block/code_block.test_ids.d.ts +0 -5
  80. package/dist/src/components/code/code_block/code_block.test_ids.d.ts.map +0 -1
  81. package/dist/src/components/code/code_block/code_block.test_ids.js +0 -5
  82. package/dist/src/components/code/code_block/code_block.test_ids.js.map +0 -1
  83. package/dist/src/components/code/prism_highlighter.test_ids.d.ts +0 -4
  84. package/dist/src/components/code/prism_highlighter.test_ids.d.ts.map +0 -1
  85. package/dist/src/components/code/prism_highlighter.test_ids.js +0 -4
  86. package/dist/src/components/code/prism_highlighter.test_ids.js.map +0 -1
  87. package/dist/src/components/dropdown/dropdown.test_ids.d.ts +0 -5
  88. package/dist/src/components/dropdown/dropdown.test_ids.d.ts.map +0 -1
  89. package/dist/src/components/dropdown/dropdown.test_ids.js +0 -5
  90. package/dist/src/components/dropdown/dropdown.test_ids.js.map +0 -1
  91. package/dist/src/components/store/store_actor_header.test_ids.d.ts +0 -4
  92. package/dist/src/components/store/store_actor_header.test_ids.d.ts.map +0 -1
  93. package/dist/src/components/store/store_actor_header.test_ids.js +0 -4
  94. package/dist/src/components/store/store_actor_header.test_ids.js.map +0 -1
  95. package/src/components/card/card.test_ids.ts +0 -4
  96. package/src/components/code/code_block/code_block.test_ids.ts +0 -5
  97. package/src/components/code/prism_highlighter.test_ids.ts +0 -3
  98. package/src/components/dropdown/dropdown.test_ids.ts +0 -4
  99. package/src/components/store/store_actor_header.test_ids.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/ui-library",
3
- "version": "1.154.5-choreaddtestidmodulesforrema-560495.21+64662243bc8",
3
+ "version": "1.154.5",
4
4
  "description": "React UI library used by apify.com",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -75,7 +75,7 @@
75
75
  "styled-components": "^6.1.19"
76
76
  },
77
77
  "devDependencies": {
78
- "@apify-packages/types": "^3.397.0",
78
+ "@apify-packages/types": "^3.398.0",
79
79
  "@storybook/react-vite": "^10.3.5",
80
80
  "@testing-library/react": "^16.3.2",
81
81
  "@types/hast": "^3.0.4",
@@ -95,5 +95,5 @@
95
95
  "src",
96
96
  "style"
97
97
  ],
98
- "gitHead": "64662243bc80c8035d66b67614d9b5b9ea44d731"
98
+ "gitHead": "066f7bd37a2bd518e2455a2c312fd0253a9c6348"
99
99
  }
@@ -8,7 +8,6 @@ import type { WithTransientProps } from '../../type_utils';
8
8
  import type { BoxProps } from '../box';
9
9
  import { Box } from '../box';
10
10
  import { Text } from '../text';
11
- import { cardTestIds } from './card.test_ids';
12
11
 
13
12
  export const cardClassNames = {
14
13
  WRAPPER: 'Card',
@@ -115,7 +114,7 @@ export const Card = forwardRef<HTMLElement, CardProps>(
115
114
  $shadowless={shadowless}
116
115
  forwardedAs={as || 'section'}
117
116
  className={clsx(cardClassNames.WRAPPER, className)}
118
- data-test={cardTestIds.CARD}
117
+ data-test="card"
119
118
  {...rest}
120
119
  ref={ref}
121
120
  >
@@ -144,7 +143,7 @@ export const Card = forwardRef<HTMLElement, CardProps>(
144
143
  {description}
145
144
  </div>
146
145
  )}
147
- <div className={cardClassNames.CONTENT} data-test={cardTestIds.CONTENT}>
146
+ <div className={cardClassNames.CONTENT} data-test="card-content">
148
147
  {children}
149
148
  </div>
150
149
  </StyledCardWrapper>
@@ -10,7 +10,6 @@ import type { SharedTextSize } from '../../text/text_shared';
10
10
  import { ActionButton, CopyButton } from '../action_button';
11
11
  import { PrismSyntaxHighlighter } from '../prism_highlighter';
12
12
  import { CodeBlockWrapper } from './code_block.styled';
13
- import { codeBlockTabTestId, codeBlockTestIds } from './code_block.test_ids';
14
13
  import { getBashLinePrefixes, getNumberLinePrefixes } from './utils';
15
14
 
16
15
  type CodeTab = {
@@ -58,7 +57,7 @@ const HeaderDots = () => {
58
57
 
59
58
  const Header = ({ tabs, currentTab, showBashHeader, onTabChange, title }: HeaderProps) => {
60
59
  return (
61
- <div className="CodeBlock-Header" data-test={codeBlockTestIds.HEADER}>
60
+ <div className="CodeBlock-Header" data-test="code-block-header">
62
61
  {showBashHeader && <HeaderDots />}
63
62
  {title && (
64
63
  <Text weight="bold" className="CodeBlock-HeaderTitle">
@@ -70,7 +69,7 @@ const Header = ({ tabs, currentTab, showBashHeader, onTabChange, title }: Header
70
69
  const selected = tab.key === currentTab?.key;
71
70
  const props = {
72
71
  className: clsx('CodeBlock-Tab', { selected }),
73
- 'data-test': codeBlockTabTestId(tab.key),
72
+ 'data-test': `code-block-tab-${tab.key}`,
74
73
  onClick: (e: React.MouseEvent) => onTabChange(tab, e),
75
74
  title: tab.label,
76
75
  id: tab.id ?? tab.key,
@@ -11,7 +11,6 @@ import { Box, type MarginSpacingProps, type RegularBoxProps } from '../../box';
11
11
  import { Link, type RegularLinkProps } from '../../link';
12
12
  import { HeadingShared } from '../../text/heading_shared';
13
13
  import { CodeBlock, type CodeBlockProps } from './code_block';
14
- import { codeBlockTabTestId } from './code_block.test_ids';
15
14
 
16
15
  export type CodeBlockTabKey = 'cli' | 'http' | 'javascript' | 'mcp' | 'openapi' | 'python' | 'typescript';
17
16
  type CodeBlockTabConfig = {
@@ -225,7 +224,7 @@ export const CodeBlockWithTabs = ({
225
224
 
226
225
  const commonProps = {
227
226
  className: clsx(CODE_BLOCK_WITH_TABS_CLASSNAMES.TAB, { selected }),
228
- 'data-test': codeBlockTabTestId(tab.key),
227
+ 'data-test': `code-block-tab-${tab.key}`,
229
228
  ..._.omit(tab, ['bashCommandsStart', 'content', 'languageOverride']),
230
229
  };
231
230
  const children = (
@@ -11,7 +11,6 @@ import { useSharedUiDependencies } from '../../ui_dependency_provider';
11
11
  import type { SharedTextSize } from '../text';
12
12
  import { Text } from '../text';
13
13
  import { oneLightTheme } from './one_light_theme';
14
- import { prismHighlighterTestIds } from './prism_highlighter.test_ids';
15
14
 
16
15
  (typeof global !== 'undefined' ? global : window).Prism = Prism;
17
16
 
@@ -209,7 +208,7 @@ export const PrismSyntaxHighlighter = forwardRef<HTMLPreElement, SyntaxHighlight
209
208
  className={clsx(className, prismClassName)}
210
209
  $hasLinePrefixes={hasLinePrefixes}
211
210
  $isSingleLine={isSingleLine}
212
- data-test={prismHighlighterTestIds.CODE}
211
+ data-test="code-block-code"
213
212
  ref={ref}
214
213
  >
215
214
  <Text size={size} type="code" as="code">
@@ -8,7 +8,6 @@ import { ChevronDownIcon } from '@apify/ui-icons';
8
8
  import { theme } from '../../design_system/theme';
9
9
  import type { WithTransientProps } from '../../type_utils';
10
10
  import { Box } from '../box';
11
- import { cardTestIds } from '../card/card.test_ids';
12
11
 
13
12
  interface TransientWrapperProps {
14
13
  hideOuterBorder?: boolean;
@@ -169,7 +168,7 @@ export const CollapsibleCard = ({
169
168
  $noDivider={noDivider}
170
169
  className={collapsibleCardClassNames.COLLAPSIBLE_CONTENT_WRAPPER}
171
170
  >
172
- <StyledCardContent className={collapsibleCardClassNames.CONTENT} data-test={cardTestIds.CONTENT}>
171
+ <StyledCardContent className={collapsibleCardClassNames.CONTENT} data-test="card-content">
173
172
  {children}
174
173
  </StyledCardContent>
175
174
  </CollapsibleContent>
@@ -2,7 +2,6 @@ import * as DropdownMenu from '@radix-ui/react-dropdown-menu';
2
2
  import styled from 'styled-components';
3
3
 
4
4
  import { theme } from '../../design_system/theme';
5
- import { dropdownTestIds } from './dropdown.test_ids';
6
5
 
7
6
  export const DROPDOWN_ELEMENT_CLASSES = {
8
7
  WRAPPER: 'dropdown-wrapper',
@@ -24,7 +23,7 @@ type StyledContentProps = {
24
23
  export const StyledContent = styled(DropdownMenu.Content).attrs<
25
24
  DropdownMenu.DropdownMenuContentProps & { 'data-test'?: string }
26
25
  >((props) => ({
27
- 'data-test': dropdownTestIds.WRAPPER,
26
+ 'data-test': 'dropdown-wrapper',
28
27
  className: [DROPDOWN_ELEMENT_CLASSES.WRAPPER, props.className].filter(Boolean).join(' '),
29
28
  }))<StyledContentProps>`
30
29
  background: ${theme.color.neutral.background};
@@ -26,7 +26,6 @@ import {
26
26
  StyledSeparator,
27
27
  StyledTagWrapper,
28
28
  } from './dropdown.styled';
29
- import { dropdownTestIds } from './dropdown.test_ids';
30
29
  import type { BaseDropdownItemProps } from './dropdown.types';
31
30
  import { DropdownRoot } from './dropdown_root';
32
31
 
@@ -63,7 +62,7 @@ const DropdownItem = ({
63
62
  disabled={disabled}
64
63
  {...props}
65
64
  className={clsx(DROPDOWN_ELEMENT_CLASSES.ITEM, className, selected && 'dropdown-item-selected')}
66
- data-test={disabled ? 'dropdown-item-disabled' : dropdownTestIds.ITEM}
65
+ data-test={disabled ? 'dropdown-item-disabled' : 'dropdown-item'}
67
66
  >
68
67
  <StyledItemRow>
69
68
  {icon && <StyledIconWrapper>{icon}</StyledIconWrapper>}
@@ -122,7 +121,7 @@ const DropdownCheckboxItem = ({
122
121
  {...props}
123
122
  onCheckedChange={disabled ? undefined : onCheckedChange}
124
123
  className={clsx(className)}
125
- data-test={disabled ? 'dropdown-item-disabled' : dropdownTestIds.ITEM}
124
+ data-test={disabled ? 'dropdown-item-disabled' : 'dropdown-item'}
126
125
  >
127
126
  <StyledItemRow>
128
127
  <StyledCheckboxIconWrapper>
@@ -5,7 +5,6 @@ import { StarEmptyIcon, WarningTriangleIcon } from '@apify/ui-icons';
5
5
  import { Badge, Box, type BoxProps, Text } from '../../components';
6
6
  import { theme } from '../../design_system/theme';
7
7
  import { ActorAvatar, actorAvatarClassnames } from '../avatar';
8
- import { storeActorHeaderTestIds } from './store_actor_header.test_ids';
9
8
 
10
9
  const storeActorHeaderClassNames = {
11
10
  title: 'ActorStoreItem-title',
@@ -94,7 +93,7 @@ export const StoreActorHeader: React.FC<StoreActorHeaderProps & BoxProps> = ({
94
93
  ...rest
95
94
  }) => {
96
95
  return (
97
- <StyledStoreActorHeader data-test={storeActorHeaderTestIds.HEADER} $compact={compact} {...rest}>
96
+ <StyledStoreActorHeader data-test="actor-store-item-header" $compact={compact} {...rest}>
98
97
  <ActorAvatarWrapper>
99
98
  <ActorAvatar
100
99
  size={compact ? 20 : avatarSize}
package/src/test_ids.ts CHANGED
@@ -1,8 +1,3 @@
1
1
  // `./test-ids` subpath barrel. Playwright imports test IDs from here to avoid the
2
2
  // React/CSS-heavy root barrel (which breaks non-bundler loaders). Add future modules here.
3
- export { cardTestIds } from './components/card/card.test_ids.js';
4
- export { codeBlockTabTestId, codeBlockTestIds } from './components/code/code_block/code_block.test_ids.js';
5
- export { prismHighlighterTestIds } from './components/code/prism_highlighter.test_ids.js';
6
- export { dropdownTestIds } from './components/dropdown/dropdown.test_ids.js';
7
- export { storeActorHeaderTestIds } from './components/store/store_actor_header.test_ids.js';
8
3
  export { tableTestIds } from './components/table/table.test_ids.js';
@@ -1,5 +0,0 @@
1
- export declare const cardTestIds: {
2
- CARD: string;
3
- CONTENT: string;
4
- };
5
- //# sourceMappingURL=card.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card.test_ids.d.ts","sourceRoot":"","sources":["../../../src/components/card/card.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;CAGvB,CAAC"}
@@ -1,7 +0,0 @@
1
- //#region src/components/card/card.test_ids.ts
2
- var cardTestIds = {
3
- CARD: "card",
4
- CONTENT: "card-content"
5
- };
6
- //#endregion
7
- export { cardTestIds };
@@ -1,5 +0,0 @@
1
- export declare const codeBlockTestIds: {
2
- HEADER: string;
3
- };
4
- export declare const codeBlockTabTestId: (key: string) => string;
5
- //# sourceMappingURL=code_block.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"code_block.test_ids.d.ts","sourceRoot":"","sources":["../../../../src/components/code/code_block/code_block.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;CAE5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MAAiC,CAAC"}
@@ -1,5 +0,0 @@
1
- //#region src/components/code/code_block/code_block.test_ids.ts
2
- var codeBlockTestIds = { HEADER: "code-block-header" };
3
- var codeBlockTabTestId = (key) => `code-block-tab-${key}`;
4
- //#endregion
5
- export { codeBlockTabTestId, codeBlockTestIds };
@@ -1,4 +0,0 @@
1
- export declare const prismHighlighterTestIds: {
2
- CODE: string;
3
- };
4
- //# sourceMappingURL=prism_highlighter.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prism_highlighter.test_ids.d.ts","sourceRoot":"","sources":["../../../src/components/code/prism_highlighter.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;CAEnC,CAAC"}
@@ -1,4 +0,0 @@
1
- //#region src/components/code/prism_highlighter.test_ids.ts
2
- var prismHighlighterTestIds = { CODE: "code-block-code" };
3
- //#endregion
4
- export { prismHighlighterTestIds };
@@ -1,5 +0,0 @@
1
- export declare const dropdownTestIds: {
2
- WRAPPER: string;
3
- ITEM: string;
4
- };
5
- //# sourceMappingURL=dropdown.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown.test_ids.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/dropdown.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;CAG3B,CAAC"}
@@ -1,7 +0,0 @@
1
- //#region src/components/dropdown/dropdown.test_ids.ts
2
- var dropdownTestIds = {
3
- WRAPPER: "dropdown-wrapper",
4
- ITEM: "dropdown-item"
5
- };
6
- //#endregion
7
- export { dropdownTestIds };
@@ -1,4 +0,0 @@
1
- export declare const storeActorHeaderTestIds: {
2
- HEADER: string;
3
- };
4
- //# sourceMappingURL=store_actor_header.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store_actor_header.test_ids.d.ts","sourceRoot":"","sources":["../../../src/components/store/store_actor_header.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;CAEnC,CAAC"}
@@ -1,4 +0,0 @@
1
- //#region src/components/store/store_actor_header.test_ids.ts
2
- var storeActorHeaderTestIds = { HEADER: "actor-store-item-header" };
3
- //#endregion
4
- export { storeActorHeaderTestIds };
@@ -1,5 +0,0 @@
1
- export declare const cardTestIds: {
2
- CARD: string;
3
- CONTENT: string;
4
- };
5
- //# sourceMappingURL=card.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card.test_ids.d.ts","sourceRoot":"","sources":["../../../../src/components/card/card.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;CAGvB,CAAC"}
@@ -1,5 +0,0 @@
1
- export const cardTestIds = {
2
- CARD: 'card',
3
- CONTENT: 'card-content',
4
- };
5
- //# sourceMappingURL=card.test_ids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card.test_ids.js","sourceRoot":"","sources":["../../../../src/components/card/card.test_ids.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACvB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,cAAc;CAC1B,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const codeBlockTestIds: {
2
- HEADER: string;
3
- };
4
- export declare const codeBlockTabTestId: (key: string) => string;
5
- //# sourceMappingURL=code_block.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"code_block.test_ids.d.ts","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;CAE5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MAAiC,CAAC"}
@@ -1,5 +0,0 @@
1
- export const codeBlockTestIds = {
2
- HEADER: 'code-block-header',
3
- };
4
- export const codeBlockTabTestId = (key) => `code-block-tab-${key}`;
5
- //# sourceMappingURL=code_block.test_ids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"code_block.test_ids.js","sourceRoot":"","sources":["../../../../../src/components/code/code_block/code_block.test_ids.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC5B,MAAM,EAAE,mBAAmB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,GAAW,EAAU,EAAE,CAAC,kBAAkB,GAAG,EAAE,CAAC"}
@@ -1,4 +0,0 @@
1
- export declare const prismHighlighterTestIds: {
2
- CODE: string;
3
- };
4
- //# sourceMappingURL=prism_highlighter.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prism_highlighter.test_ids.d.ts","sourceRoot":"","sources":["../../../../src/components/code/prism_highlighter.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;CAEnC,CAAC"}
@@ -1,4 +0,0 @@
1
- export const prismHighlighterTestIds = {
2
- CODE: 'code-block-code',
3
- };
4
- //# sourceMappingURL=prism_highlighter.test_ids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"prism_highlighter.test_ids.js","sourceRoot":"","sources":["../../../../src/components/code/prism_highlighter.test_ids.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,IAAI,EAAE,iBAAiB;CAC1B,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const dropdownTestIds: {
2
- WRAPPER: string;
3
- ITEM: string;
4
- };
5
- //# sourceMappingURL=dropdown.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown.test_ids.d.ts","sourceRoot":"","sources":["../../../../src/components/dropdown/dropdown.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;CAG3B,CAAC"}
@@ -1,5 +0,0 @@
1
- export const dropdownTestIds = {
2
- WRAPPER: 'dropdown-wrapper',
3
- ITEM: 'dropdown-item',
4
- };
5
- //# sourceMappingURL=dropdown.test_ids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dropdown.test_ids.js","sourceRoot":"","sources":["../../../../src/components/dropdown/dropdown.test_ids.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,OAAO,EAAE,kBAAkB;IAC3B,IAAI,EAAE,eAAe;CACxB,CAAC"}
@@ -1,4 +0,0 @@
1
- export declare const storeActorHeaderTestIds: {
2
- HEADER: string;
3
- };
4
- //# sourceMappingURL=store_actor_header.test_ids.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store_actor_header.test_ids.d.ts","sourceRoot":"","sources":["../../../../src/components/store/store_actor_header.test_ids.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB;;CAEnC,CAAC"}
@@ -1,4 +0,0 @@
1
- export const storeActorHeaderTestIds = {
2
- HEADER: 'actor-store-item-header',
3
- };
4
- //# sourceMappingURL=store_actor_header.test_ids.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store_actor_header.test_ids.js","sourceRoot":"","sources":["../../../../src/components/store/store_actor_header.test_ids.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACnC,MAAM,EAAE,yBAAyB;CACpC,CAAC"}
@@ -1,4 +0,0 @@
1
- export const cardTestIds = {
2
- CARD: 'card',
3
- CONTENT: 'card-content',
4
- };
@@ -1,5 +0,0 @@
1
- export const codeBlockTestIds = {
2
- HEADER: 'code-block-header',
3
- };
4
-
5
- export const codeBlockTabTestId = (key: string): string => `code-block-tab-${key}`;
@@ -1,3 +0,0 @@
1
- export const prismHighlighterTestIds = {
2
- CODE: 'code-block-code',
3
- };
@@ -1,4 +0,0 @@
1
- export const dropdownTestIds = {
2
- WRAPPER: 'dropdown-wrapper',
3
- ITEM: 'dropdown-item',
4
- };
@@ -1,3 +0,0 @@
1
- export const storeActorHeaderTestIds = {
2
- HEADER: 'actor-store-item-header',
3
- };