@bitrise/bitkit-v2 0.3.276 → 0.3.278

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 (37) hide show
  1. package/AGENTS.md +6 -0
  2. package/dist/components/BitkitSkeletonGroup/BitkitSkeletonGroup.d.ts +15 -0
  3. package/dist/components/BitkitSkeletonGroup/BitkitSkeletonGroup.js +46 -0
  4. package/dist/components/BitkitSkeletonGroup/BitkitSkeletonGroup.js.map +1 -0
  5. package/dist/components/BitkitTextInput/BitkitTextInput.d.ts +8 -0
  6. package/dist/components/BitkitTextInput/BitkitTextInput.js +66 -18
  7. package/dist/components/BitkitTextInput/BitkitTextInput.js.map +1 -1
  8. package/dist/components/index.d.ts +1 -0
  9. package/dist/main.js +2 -1
  10. package/dist/theme/common/InputAndTextarea.common.d.ts +55 -9
  11. package/dist/theme/common/InputAndTextarea.common.js +28 -15
  12. package/dist/theme/common/InputAndTextarea.common.js.map +1 -1
  13. package/dist/theme/common/skeletonShimmer.d.ts +1 -0
  14. package/dist/theme/common/skeletonShimmer.js +17 -0
  15. package/dist/theme/common/skeletonShimmer.js.map +1 -0
  16. package/dist/theme/recipes/InputAddon.recipe.d.ts +25 -0
  17. package/dist/theme/recipes/InputAddon.recipe.js +54 -0
  18. package/dist/theme/recipes/InputAddon.recipe.js.map +1 -0
  19. package/dist/theme/recipes/Skeleton.recipe.d.ts +5 -5
  20. package/dist/theme/recipes/Skeleton.recipe.js +6 -9
  21. package/dist/theme/recipes/Skeleton.recipe.js.map +1 -1
  22. package/dist/theme/recipes/index.d.ts +29 -5
  23. package/dist/theme/recipes/index.js +2 -0
  24. package/dist/theme/recipes/index.js.map +1 -1
  25. package/dist/theme/semantic-tokens/index.d.ts +1 -1
  26. package/dist/theme/semantic-tokens/semanticColors.d.ts +1 -1
  27. package/dist/theme/semantic-tokens/semanticColors.js +1 -1
  28. package/dist/theme/semantic-tokens/semanticColors.js.map +1 -1
  29. package/dist/theme/slot-recipes/TextInput.recipe.d.ts +25 -0
  30. package/dist/theme/slot-recipes/TextInput.recipe.js +78 -0
  31. package/dist/theme/slot-recipes/TextInput.recipe.js.map +1 -0
  32. package/dist/theme/slot-recipes/index.d.ts +24 -0
  33. package/dist/theme/slot-recipes/index.js +2 -0
  34. package/dist/theme/slot-recipes/index.js.map +1 -1
  35. package/dist/theme/tokens/keyframes.js +4 -0
  36. package/dist/theme/tokens/keyframes.js.map +1 -1
  37. package/package.json +1 -1
@@ -52,6 +52,7 @@ import tableSlotRecipe from "./Table.recipe.js";
52
52
  import tabsSlotRecipe from "./Tabs.recipe.js";
53
53
  import tagSlotRecipe from "./Tag.recipe.js";
54
54
  import tagsInputSlotRecipe from "./TagsInput.recipe.js";
55
+ import textInputSlotRecipe from "./TextInput.recipe.js";
55
56
  import toastSlotRecipe from "./Toast.recipe.js";
56
57
  import tooltipSlotRecipe from "./Tooltip.recipe.js";
57
58
  import treeViewSlotRecipe from "./TreeView.recipe.js";
@@ -111,6 +112,7 @@ var slotRecipes = {
111
112
  tabs: tabsSlotRecipe,
112
113
  tag: tagSlotRecipe,
113
114
  tagsInput: tagsInputSlotRecipe,
115
+ textInput: textInputSlotRecipe,
114
116
  toast: toastSlotRecipe,
115
117
  tooltip: tooltipSlotRecipe,
116
118
  treeView: treeViewSlotRecipe
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../lib/theme/slot-recipes/index.ts"],"sourcesContent":["import accordionSlotRecipe from './Accordion.recipe.ts';\nimport actionBarSlotRecipe from './ActionBar.recipe.ts';\nimport alertSlotRecipe from './Alert.recipe.ts';\nimport avatarSlotRecipe from './Avatar.recipe.ts';\nimport breadcrumbSlotRecipe from './Breadcrumb.recipe.ts';\nimport cardSlotRecipe from './Card.recipe';\nimport checkboxSlotRecipe from './Checkbox.recipe';\nimport codeSnippetSlotRecipe from './CodeSnippet.recipe.ts';\nimport collapsibleSlotRecipe from './Collapsible.recipe.ts';\nimport comboboxSlotRecipe from './Combobox.recipe.ts';\nimport dataWidgetSlotRecipe from './DataWidget.recipe.ts';\nimport datePickerSlotRecipe from './DatePicker.recipe.ts';\nimport datePickerSelectSlotRecipe from './DatePickerSelect.recipe.ts';\nimport dialogSlotRecipe from './Dialog.recipe.ts';\nimport draggableCardSlotRecipe from './DraggableCard.recipe.ts';\nimport drawerSlotRecipe from './Drawer.recipe.ts';\nimport emptyStateSlotRecipe from './EmptyState.recipe';\nimport expandableCardSlotRecipe from './ExpandableCard.recipe.ts';\nimport fieldSlotRecipe from './Field.recipe';\nimport fieldsetSlotRecipe from './Fieldset.recipe.ts';\nimport fileUploadSlotRecipe from './FileUpload.recipe.ts';\nimport groupHeadingSlotRecipe from './GroupHeading.recipe.ts';\nimport imageCropperSlotRecipe from './ImageCropper.recipe.ts';\nimport inlineLoadingSlotRecipe from './InlineLoading.recipe.ts';\nimport labeledDataSlotRecipe from './LabeledData.recipe.ts';\nimport listSlotRecipe from './List.recipe.ts';\nimport markdownSlotRecipe from './Markdown.recipe.ts';\nimport markdownCardSlotRecipe from './MarkdownCard.recipe.ts';\nimport menuSlotRecipe from './Menu.recipe.ts';\nimport multiselectSlotRecipe from './Multiselect.recipe.ts';\nimport nativeSelectSlotRecipe from './NativeSelect.recipe.ts';\nimport noteCardSlotRecipe from './NoteCard.recipe.ts';\nimport numberInputSlotRecipe from './NumberInput.recipe';\nimport overflowContentSlotRecipe from './OverflowContent.recipe.ts';\nimport pageFooterSlotRecipe from './PageFooter.recipe.ts';\nimport paginationSlotRecipe from './Pagination.recipe.ts';\nimport paginationLoadMoreSlotRecipe from './PaginationLoadMore.recipe.ts';\nimport popoverSlotRecipe from './Popover.recipe.ts';\nimport radioGroupSlotRecipe from './RadioGroup.recipe.ts';\nimport ribbonSlotRecipe from './Ribbon.recipe.ts';\nimport sectionHeadingSlotRecipe from './SectionHeading.recipe.ts';\nimport segmentGroupSlotRecipe from './SegmentGroup.recipe.ts';\nimport { selectSlotRecipe } from './Select.recipe.ts';\nimport settingsCardSlotRecipe from './SettingsCard.recipe.ts';\nimport sidebarSlotRecipe from './Sidebar.recipe.ts';\nimport splitButtonSlotRecipe from './SplitButton.recipe.ts';\nimport statSlotRecipe from './Stat.recipe.ts';\nimport stepCardSlotRecipe from './StepCard.recipe.ts';\nimport stepsSlotRecipe from './Steps.recipe.ts';\nimport switchSlotRecipe from './Switch.recipe';\nimport tableSlotRecipe from './Table.recipe.ts';\nimport tabsSlotRecipe from './Tabs.recipe';\nimport tagSlotRecipe from './Tag.recipe.ts';\nimport tagsInputSlotRecipe from './TagsInput.recipe.ts';\nimport toastSlotRecipe from './Toast.recipe';\nimport tooltipSlotRecipe from './Tooltip.recipe';\nimport treeViewSlotRecipe from './TreeView.recipe.ts';\n\nconst slotRecipes = {\n accordion: accordionSlotRecipe,\n actionBar: actionBarSlotRecipe,\n alert: alertSlotRecipe,\n avatar: avatarSlotRecipe,\n breadcrumb: breadcrumbSlotRecipe,\n card: cardSlotRecipe,\n checkbox: checkboxSlotRecipe,\n codeSnippet: codeSnippetSlotRecipe,\n collapsible: collapsibleSlotRecipe,\n combobox: comboboxSlotRecipe,\n dataWidget: dataWidgetSlotRecipe,\n datePicker: datePickerSlotRecipe,\n datePickerSelect: datePickerSelectSlotRecipe,\n dialog: dialogSlotRecipe,\n draggableCard: draggableCardSlotRecipe,\n drawer: drawerSlotRecipe,\n emptyState: emptyStateSlotRecipe,\n expandableCard: expandableCardSlotRecipe,\n field: fieldSlotRecipe,\n groupHeading: groupHeadingSlotRecipe,\n fieldset: fieldsetSlotRecipe,\n fileUpload: fileUploadSlotRecipe,\n imageCropper: imageCropperSlotRecipe,\n inlineLoading: inlineLoadingSlotRecipe,\n list: listSlotRecipe,\n markdown: markdownSlotRecipe,\n markdownCard: markdownCardSlotRecipe,\n menu: menuSlotRecipe,\n multiselect: multiselectSlotRecipe,\n noteCard: noteCardSlotRecipe,\n nativeSelect: nativeSelectSlotRecipe,\n numberInput: numberInputSlotRecipe,\n overflowContent: overflowContentSlotRecipe,\n pageFooter: pageFooterSlotRecipe,\n pagination: paginationSlotRecipe,\n paginationLoadMore: paginationLoadMoreSlotRecipe,\n popover: popoverSlotRecipe,\n radioGroup: radioGroupSlotRecipe,\n ribbon: ribbonSlotRecipe,\n sectionHeading: sectionHeadingSlotRecipe,\n labeledData: labeledDataSlotRecipe,\n segmentGroup: segmentGroupSlotRecipe,\n sidebar: sidebarSlotRecipe,\n select: selectSlotRecipe,\n settingsCard: settingsCardSlotRecipe,\n splitButton: splitButtonSlotRecipe,\n stat: statSlotRecipe,\n stepsCard: stepCardSlotRecipe,\n steps: stepsSlotRecipe,\n switch: switchSlotRecipe,\n table: tableSlotRecipe,\n tabs: tabsSlotRecipe,\n tag: tagSlotRecipe,\n tagsInput: tagsInputSlotRecipe,\n toast: toastSlotRecipe,\n tooltip: tooltipSlotRecipe,\n treeView: treeViewSlotRecipe,\n};\n\nexport default slotRecipes;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0DA,IAAM,cAAc;CAClB,WAAW;CACX,WAAW;CACX,OAAO;CACP,QAAQ;CACR,YAAY;CACZ,MAAM;CACN,UAAU;CACV,aAAa;CACb,aAAa;CACb,UAAU;CACV,YAAY;CACZ,YAAY;CACZ,kBAAkB;CAClB,QAAQ;CACR,eAAe;CACf,QAAQ;CACR,YAAY;CACZ,gBAAgB;CAChB,OAAO;CACP,cAAc;CACd,UAAU;CACV,YAAY;CACZ,cAAc;CACd,eAAe;CACf,MAAM;CACN,UAAU;CACV,cAAc;CACd,MAAM;CACN,aAAa;CACb,UAAU;CACV,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,YAAY;CACZ,YAAY;CACZ,oBAAoB;CACpB,SAAS;CACT,YAAY;CACZ,QAAQ;CACR,gBAAgB;CAChB,aAAa;CACb,cAAc;CACd,SAAS;CACT,QAAQ;CACR,cAAc;CACd,aAAa;CACb,MAAM;CACN,WAAW;CACX,OAAO;CACP,QAAQ;CACR,OAAO;CACP,MAAM;CACN,KAAK;CACL,WAAW;CACX,OAAO;CACP,SAAS;CACT,UAAU;AACZ"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["../../../lib/theme/slot-recipes/index.ts"],"sourcesContent":["import accordionSlotRecipe from './Accordion.recipe.ts';\nimport actionBarSlotRecipe from './ActionBar.recipe.ts';\nimport alertSlotRecipe from './Alert.recipe.ts';\nimport avatarSlotRecipe from './Avatar.recipe.ts';\nimport breadcrumbSlotRecipe from './Breadcrumb.recipe.ts';\nimport cardSlotRecipe from './Card.recipe';\nimport checkboxSlotRecipe from './Checkbox.recipe';\nimport codeSnippetSlotRecipe from './CodeSnippet.recipe.ts';\nimport collapsibleSlotRecipe from './Collapsible.recipe.ts';\nimport comboboxSlotRecipe from './Combobox.recipe.ts';\nimport dataWidgetSlotRecipe from './DataWidget.recipe.ts';\nimport datePickerSlotRecipe from './DatePicker.recipe.ts';\nimport datePickerSelectSlotRecipe from './DatePickerSelect.recipe.ts';\nimport dialogSlotRecipe from './Dialog.recipe.ts';\nimport draggableCardSlotRecipe from './DraggableCard.recipe.ts';\nimport drawerSlotRecipe from './Drawer.recipe.ts';\nimport emptyStateSlotRecipe from './EmptyState.recipe';\nimport expandableCardSlotRecipe from './ExpandableCard.recipe.ts';\nimport fieldSlotRecipe from './Field.recipe';\nimport fieldsetSlotRecipe from './Fieldset.recipe.ts';\nimport fileUploadSlotRecipe from './FileUpload.recipe.ts';\nimport groupHeadingSlotRecipe from './GroupHeading.recipe.ts';\nimport imageCropperSlotRecipe from './ImageCropper.recipe.ts';\nimport inlineLoadingSlotRecipe from './InlineLoading.recipe.ts';\nimport labeledDataSlotRecipe from './LabeledData.recipe.ts';\nimport listSlotRecipe from './List.recipe.ts';\nimport markdownSlotRecipe from './Markdown.recipe.ts';\nimport markdownCardSlotRecipe from './MarkdownCard.recipe.ts';\nimport menuSlotRecipe from './Menu.recipe.ts';\nimport multiselectSlotRecipe from './Multiselect.recipe.ts';\nimport nativeSelectSlotRecipe from './NativeSelect.recipe.ts';\nimport noteCardSlotRecipe from './NoteCard.recipe.ts';\nimport numberInputSlotRecipe from './NumberInput.recipe';\nimport overflowContentSlotRecipe from './OverflowContent.recipe.ts';\nimport pageFooterSlotRecipe from './PageFooter.recipe.ts';\nimport paginationSlotRecipe from './Pagination.recipe.ts';\nimport paginationLoadMoreSlotRecipe from './PaginationLoadMore.recipe.ts';\nimport popoverSlotRecipe from './Popover.recipe.ts';\nimport radioGroupSlotRecipe from './RadioGroup.recipe.ts';\nimport ribbonSlotRecipe from './Ribbon.recipe.ts';\nimport sectionHeadingSlotRecipe from './SectionHeading.recipe.ts';\nimport segmentGroupSlotRecipe from './SegmentGroup.recipe.ts';\nimport { selectSlotRecipe } from './Select.recipe.ts';\nimport settingsCardSlotRecipe from './SettingsCard.recipe.ts';\nimport sidebarSlotRecipe from './Sidebar.recipe.ts';\nimport splitButtonSlotRecipe from './SplitButton.recipe.ts';\nimport statSlotRecipe from './Stat.recipe.ts';\nimport stepCardSlotRecipe from './StepCard.recipe.ts';\nimport stepsSlotRecipe from './Steps.recipe.ts';\nimport switchSlotRecipe from './Switch.recipe';\nimport tableSlotRecipe from './Table.recipe.ts';\nimport tabsSlotRecipe from './Tabs.recipe';\nimport tagSlotRecipe from './Tag.recipe.ts';\nimport tagsInputSlotRecipe from './TagsInput.recipe.ts';\nimport textInputSlotRecipe from './TextInput.recipe.ts';\nimport toastSlotRecipe from './Toast.recipe';\nimport tooltipSlotRecipe from './Tooltip.recipe';\nimport treeViewSlotRecipe from './TreeView.recipe.ts';\n\nconst slotRecipes = {\n accordion: accordionSlotRecipe,\n actionBar: actionBarSlotRecipe,\n alert: alertSlotRecipe,\n avatar: avatarSlotRecipe,\n breadcrumb: breadcrumbSlotRecipe,\n card: cardSlotRecipe,\n checkbox: checkboxSlotRecipe,\n codeSnippet: codeSnippetSlotRecipe,\n collapsible: collapsibleSlotRecipe,\n combobox: comboboxSlotRecipe,\n dataWidget: dataWidgetSlotRecipe,\n datePicker: datePickerSlotRecipe,\n datePickerSelect: datePickerSelectSlotRecipe,\n dialog: dialogSlotRecipe,\n draggableCard: draggableCardSlotRecipe,\n drawer: drawerSlotRecipe,\n emptyState: emptyStateSlotRecipe,\n expandableCard: expandableCardSlotRecipe,\n field: fieldSlotRecipe,\n groupHeading: groupHeadingSlotRecipe,\n fieldset: fieldsetSlotRecipe,\n fileUpload: fileUploadSlotRecipe,\n imageCropper: imageCropperSlotRecipe,\n inlineLoading: inlineLoadingSlotRecipe,\n list: listSlotRecipe,\n markdown: markdownSlotRecipe,\n markdownCard: markdownCardSlotRecipe,\n menu: menuSlotRecipe,\n multiselect: multiselectSlotRecipe,\n noteCard: noteCardSlotRecipe,\n nativeSelect: nativeSelectSlotRecipe,\n numberInput: numberInputSlotRecipe,\n overflowContent: overflowContentSlotRecipe,\n pageFooter: pageFooterSlotRecipe,\n pagination: paginationSlotRecipe,\n paginationLoadMore: paginationLoadMoreSlotRecipe,\n popover: popoverSlotRecipe,\n radioGroup: radioGroupSlotRecipe,\n ribbon: ribbonSlotRecipe,\n sectionHeading: sectionHeadingSlotRecipe,\n labeledData: labeledDataSlotRecipe,\n segmentGroup: segmentGroupSlotRecipe,\n sidebar: sidebarSlotRecipe,\n select: selectSlotRecipe,\n settingsCard: settingsCardSlotRecipe,\n splitButton: splitButtonSlotRecipe,\n stat: statSlotRecipe,\n stepsCard: stepCardSlotRecipe,\n steps: stepsSlotRecipe,\n switch: switchSlotRecipe,\n table: tableSlotRecipe,\n tabs: tabsSlotRecipe,\n tag: tagSlotRecipe,\n tagsInput: tagsInputSlotRecipe,\n textInput: textInputSlotRecipe,\n toast: toastSlotRecipe,\n tooltip: tooltipSlotRecipe,\n treeView: treeViewSlotRecipe,\n};\n\nexport default slotRecipes;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2DA,IAAM,cAAc;CAClB,WAAW;CACX,WAAW;CACX,OAAO;CACP,QAAQ;CACR,YAAY;CACZ,MAAM;CACN,UAAU;CACV,aAAa;CACb,aAAa;CACb,UAAU;CACV,YAAY;CACZ,YAAY;CACZ,kBAAkB;CAClB,QAAQ;CACR,eAAe;CACf,QAAQ;CACR,YAAY;CACZ,gBAAgB;CAChB,OAAO;CACP,cAAc;CACd,UAAU;CACV,YAAY;CACZ,cAAc;CACd,eAAe;CACf,MAAM;CACN,UAAU;CACV,cAAc;CACd,MAAM;CACN,aAAa;CACb,UAAU;CACV,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,YAAY;CACZ,YAAY;CACZ,oBAAoB;CACpB,SAAS;CACT,YAAY;CACZ,QAAQ;CACR,gBAAgB;CAChB,aAAa;CACb,cAAc;CACd,SAAS;CACT,QAAQ;CACR,cAAc;CACd,aAAa;CACb,MAAM;CACN,WAAW;CACX,OAAO;CACP,QAAQ;CACR,OAAO;CACP,MAAM;CACN,KAAK;CACL,WAAW;CACX,WAAW;CACX,OAAO;CACP,SAAS;CACT,UAAU;AACZ"}
@@ -24,6 +24,10 @@ var keyframes = defineKeyframes({
24
24
  from: { backgroundPosition: "var(--animate-from, 1rem) 0" },
25
25
  to: { backgroundPosition: "var(--animate-to, 0) 0" }
26
26
  },
27
+ "skeleton-shimmer": {
28
+ from: { transform: "translateX(-100%)" },
29
+ to: { transform: "translateX(100%)" }
30
+ },
27
31
  position: {
28
32
  from: {
29
33
  insetInlineStart: "var(--animate-from-x)",
@@ -1 +1 @@
1
- {"version":3,"file":"keyframes.js","names":[],"sources":["../../../lib/theme/tokens/keyframes.ts"],"sourcesContent":["import { defineKeyframes } from '@chakra-ui/react/styled-system';\n\nconst keyframes = defineKeyframes({\n spin: {\n '0%': { transform: 'rotate(0deg)' },\n '100%': { transform: 'rotate(360deg)' },\n },\n\n pulse: {\n '50%': { opacity: '0.5' },\n },\n\n ping: {\n '75%, 100%': {\n transform: 'scale(2)',\n opacity: '0',\n },\n },\n\n bounce: {\n '0%, 100%': {\n transform: 'translateY(-25%)',\n animationTimingFunction: 'cubic-bezier(0.8,0,1,1)',\n },\n '50%': {\n transform: 'none',\n animationTimingFunction: 'cubic-bezier(0,0,0.2,1)',\n },\n },\n\n 'bg-position': {\n from: { backgroundPosition: 'var(--animate-from, 1rem) 0' },\n to: { backgroundPosition: 'var(--animate-to, 0) 0' },\n },\n\n position: {\n from: {\n insetInlineStart: 'var(--animate-from-x)',\n insetBlockStart: 'var(--animate-from-y)',\n },\n to: {\n insetInlineStart: 'var(--animate-to-x)',\n insetBlockStart: 'var(--animate-to-y)',\n },\n },\n\n 'circular-progress': {\n '0%': {\n strokeDasharray: '1, 400',\n strokeDashoffset: '0',\n },\n '50%': {\n strokeDasharray: '400, 400',\n strokeDashoffset: '-100%',\n },\n '100%': {\n strokeDasharray: '400, 400',\n strokeDashoffset: '-260%',\n },\n },\n\n // collapse\n 'expand-height': {\n from: { height: 'var(--collapsed-height, 0)' },\n to: { height: 'var(--height)' },\n },\n 'collapse-height': {\n from: { height: 'var(--height)' },\n to: { height: 'var(--collapsed-height, 0)' },\n },\n 'expand-width': {\n from: { width: 'var(--collapsed-width, 0)' },\n to: { width: 'var(--width)' },\n },\n 'collapse-width': {\n from: { height: 'var(--width)' },\n to: { height: 'var(--collapsed-width, 0)' },\n },\n\n // fade\n 'fade-in': {\n from: { opacity: 0 },\n to: { opacity: 1 },\n },\n 'fade-out': {\n from: { opacity: 1 },\n to: { opacity: 0 },\n },\n\n // slide from (full)\n 'slide-from-left-full': {\n from: { translate: '-100% 0' },\n to: { translate: '0 0' },\n },\n 'slide-from-right-full': {\n from: { translate: '100% 0' },\n to: { translate: '0 0' },\n },\n 'slide-from-top-full': {\n from: { translate: '0 -100%' },\n to: { translate: '0 0' },\n },\n 'slide-from-bottom-full': {\n from: { translate: '0 100%' },\n to: { translate: '0 0' },\n },\n\n // slide to (full)\n 'slide-to-left-full': {\n from: { translate: '0 0' },\n to: { translate: '-100% 0' },\n },\n 'slide-to-right-full': {\n from: { translate: '0 0' },\n to: { translate: '100% 0' },\n },\n 'slide-to-top-full': {\n from: { translate: '0 0' },\n to: { translate: '0 -100%' },\n },\n 'slide-to-bottom-full': {\n from: { translate: '0 0' },\n to: { translate: '0 100%' },\n },\n\n // slide from\n 'slide-from-top': {\n '0%': { translate: '0 -0.5rem' },\n to: { translate: '0' },\n },\n 'slide-from-bottom': {\n '0%': { translate: '0 0.5rem' },\n to: { translate: '0' },\n },\n 'slide-from-left': {\n '0%': { translate: '-0.5rem 0' },\n to: { translate: '0' },\n },\n 'slide-from-right': {\n '0%': { translate: '0.5rem 0' },\n to: { translate: '0' },\n },\n\n // slide to\n 'slide-to-top': {\n '0%': { translate: '0' },\n to: { translate: '0 -0.5rem' },\n },\n 'slide-to-bottom': {\n '0%': { translate: '0' },\n to: { translate: '0 0.5rem' },\n },\n 'slide-to-left': {\n '0%': { translate: '0' },\n to: { translate: '-0.5rem 0' },\n },\n 'slide-to-right': {\n '0%': { translate: '0' },\n to: { translate: '0.5rem 0' },\n },\n\n // scale\n 'scale-in': {\n from: { scale: '0.95' },\n to: { scale: '1' },\n },\n 'scale-out': {\n from: { scale: '1' },\n to: { scale: '0.95' },\n },\n});\n\nexport default keyframes;\n"],"mappings":";;AAEA,IAAM,YAAY,gBAAgB;CAChC,MAAM;EACJ,MAAM,EAAE,WAAW,eAAe;EAClC,QAAQ,EAAE,WAAW,iBAAiB;CACxC;CAEA,OAAO,EACL,OAAO,EAAE,SAAS,MAAM,EAC1B;CAEA,MAAM,EACJ,aAAa;EACX,WAAW;EACX,SAAS;CACX,EACF;CAEA,QAAQ;EACN,YAAY;GACV,WAAW;GACX,yBAAyB;EAC3B;EACA,OAAO;GACL,WAAW;GACX,yBAAyB;EAC3B;CACF;CAEA,eAAe;EACb,MAAM,EAAE,oBAAoB,8BAA8B;EAC1D,IAAI,EAAE,oBAAoB,yBAAyB;CACrD;CAEA,UAAU;EACR,MAAM;GACJ,kBAAkB;GAClB,iBAAiB;EACnB;EACA,IAAI;GACF,kBAAkB;GAClB,iBAAiB;EACnB;CACF;CAEA,qBAAqB;EACnB,MAAM;GACJ,iBAAiB;GACjB,kBAAkB;EACpB;EACA,OAAO;GACL,iBAAiB;GACjB,kBAAkB;EACpB;EACA,QAAQ;GACN,iBAAiB;GACjB,kBAAkB;EACpB;CACF;CAGA,iBAAiB;EACf,MAAM,EAAE,QAAQ,6BAA6B;EAC7C,IAAI,EAAE,QAAQ,gBAAgB;CAChC;CACA,mBAAmB;EACjB,MAAM,EAAE,QAAQ,gBAAgB;EAChC,IAAI,EAAE,QAAQ,6BAA6B;CAC7C;CACA,gBAAgB;EACd,MAAM,EAAE,OAAO,4BAA4B;EAC3C,IAAI,EAAE,OAAO,eAAe;CAC9B;CACA,kBAAkB;EAChB,MAAM,EAAE,QAAQ,eAAe;EAC/B,IAAI,EAAE,QAAQ,4BAA4B;CAC5C;CAGA,WAAW;EACT,MAAM,EAAE,SAAS,EAAE;EACnB,IAAI,EAAE,SAAS,EAAE;CACnB;CACA,YAAY;EACV,MAAM,EAAE,SAAS,EAAE;EACnB,IAAI,EAAE,SAAS,EAAE;CACnB;CAGA,wBAAwB;EACtB,MAAM,EAAE,WAAW,UAAU;EAC7B,IAAI,EAAE,WAAW,MAAM;CACzB;CACA,yBAAyB;EACvB,MAAM,EAAE,WAAW,SAAS;EAC5B,IAAI,EAAE,WAAW,MAAM;CACzB;CACA,uBAAuB;EACrB,MAAM,EAAE,WAAW,UAAU;EAC7B,IAAI,EAAE,WAAW,MAAM;CACzB;CACA,0BAA0B;EACxB,MAAM,EAAE,WAAW,SAAS;EAC5B,IAAI,EAAE,WAAW,MAAM;CACzB;CAGA,sBAAsB;EACpB,MAAM,EAAE,WAAW,MAAM;EACzB,IAAI,EAAE,WAAW,UAAU;CAC7B;CACA,uBAAuB;EACrB,MAAM,EAAE,WAAW,MAAM;EACzB,IAAI,EAAE,WAAW,SAAS;CAC5B;CACA,qBAAqB;EACnB,MAAM,EAAE,WAAW,MAAM;EACzB,IAAI,EAAE,WAAW,UAAU;CAC7B;CACA,wBAAwB;EACtB,MAAM,EAAE,WAAW,MAAM;EACzB,IAAI,EAAE,WAAW,SAAS;CAC5B;CAGA,kBAAkB;EAChB,MAAM,EAAE,WAAW,YAAY;EAC/B,IAAI,EAAE,WAAW,IAAI;CACvB;CACA,qBAAqB;EACnB,MAAM,EAAE,WAAW,WAAW;EAC9B,IAAI,EAAE,WAAW,IAAI;CACvB;CACA,mBAAmB;EACjB,MAAM,EAAE,WAAW,YAAY;EAC/B,IAAI,EAAE,WAAW,IAAI;CACvB;CACA,oBAAoB;EAClB,MAAM,EAAE,WAAW,WAAW;EAC9B,IAAI,EAAE,WAAW,IAAI;CACvB;CAGA,gBAAgB;EACd,MAAM,EAAE,WAAW,IAAI;EACvB,IAAI,EAAE,WAAW,YAAY;CAC/B;CACA,mBAAmB;EACjB,MAAM,EAAE,WAAW,IAAI;EACvB,IAAI,EAAE,WAAW,WAAW;CAC9B;CACA,iBAAiB;EACf,MAAM,EAAE,WAAW,IAAI;EACvB,IAAI,EAAE,WAAW,YAAY;CAC/B;CACA,kBAAkB;EAChB,MAAM,EAAE,WAAW,IAAI;EACvB,IAAI,EAAE,WAAW,WAAW;CAC9B;CAGA,YAAY;EACV,MAAM,EAAE,OAAO,OAAO;EACtB,IAAI,EAAE,OAAO,IAAI;CACnB;CACA,aAAa;EACX,MAAM,EAAE,OAAO,IAAI;EACnB,IAAI,EAAE,OAAO,OAAO;CACtB;AACF,CAAC"}
1
+ {"version":3,"file":"keyframes.js","names":[],"sources":["../../../lib/theme/tokens/keyframes.ts"],"sourcesContent":["import { defineKeyframes } from '@chakra-ui/react/styled-system';\n\nconst keyframes = defineKeyframes({\n spin: {\n '0%': { transform: 'rotate(0deg)' },\n '100%': { transform: 'rotate(360deg)' },\n },\n\n pulse: {\n '50%': { opacity: '0.5' },\n },\n\n ping: {\n '75%, 100%': {\n transform: 'scale(2)',\n opacity: '0',\n },\n },\n\n bounce: {\n '0%, 100%': {\n transform: 'translateY(-25%)',\n animationTimingFunction: 'cubic-bezier(0.8,0,1,1)',\n },\n '50%': {\n transform: 'none',\n animationTimingFunction: 'cubic-bezier(0,0,0.2,1)',\n },\n },\n\n 'bg-position': {\n from: { backgroundPosition: 'var(--animate-from, 1rem) 0' },\n to: { backgroundPosition: 'var(--animate-to, 0) 0' },\n },\n\n 'skeleton-shimmer': {\n from: { transform: 'translateX(-100%)' },\n to: { transform: 'translateX(100%)' },\n },\n\n position: {\n from: {\n insetInlineStart: 'var(--animate-from-x)',\n insetBlockStart: 'var(--animate-from-y)',\n },\n to: {\n insetInlineStart: 'var(--animate-to-x)',\n insetBlockStart: 'var(--animate-to-y)',\n },\n },\n\n 'circular-progress': {\n '0%': {\n strokeDasharray: '1, 400',\n strokeDashoffset: '0',\n },\n '50%': {\n strokeDasharray: '400, 400',\n strokeDashoffset: '-100%',\n },\n '100%': {\n strokeDasharray: '400, 400',\n strokeDashoffset: '-260%',\n },\n },\n\n // collapse\n 'expand-height': {\n from: { height: 'var(--collapsed-height, 0)' },\n to: { height: 'var(--height)' },\n },\n 'collapse-height': {\n from: { height: 'var(--height)' },\n to: { height: 'var(--collapsed-height, 0)' },\n },\n 'expand-width': {\n from: { width: 'var(--collapsed-width, 0)' },\n to: { width: 'var(--width)' },\n },\n 'collapse-width': {\n from: { height: 'var(--width)' },\n to: { height: 'var(--collapsed-width, 0)' },\n },\n\n // fade\n 'fade-in': {\n from: { opacity: 0 },\n to: { opacity: 1 },\n },\n 'fade-out': {\n from: { opacity: 1 },\n to: { opacity: 0 },\n },\n\n // slide from (full)\n 'slide-from-left-full': {\n from: { translate: '-100% 0' },\n to: { translate: '0 0' },\n },\n 'slide-from-right-full': {\n from: { translate: '100% 0' },\n to: { translate: '0 0' },\n },\n 'slide-from-top-full': {\n from: { translate: '0 -100%' },\n to: { translate: '0 0' },\n },\n 'slide-from-bottom-full': {\n from: { translate: '0 100%' },\n to: { translate: '0 0' },\n },\n\n // slide to (full)\n 'slide-to-left-full': {\n from: { translate: '0 0' },\n to: { translate: '-100% 0' },\n },\n 'slide-to-right-full': {\n from: { translate: '0 0' },\n to: { translate: '100% 0' },\n },\n 'slide-to-top-full': {\n from: { translate: '0 0' },\n to: { translate: '0 -100%' },\n },\n 'slide-to-bottom-full': {\n from: { translate: '0 0' },\n to: { translate: '0 100%' },\n },\n\n // slide from\n 'slide-from-top': {\n '0%': { translate: '0 -0.5rem' },\n to: { translate: '0' },\n },\n 'slide-from-bottom': {\n '0%': { translate: '0 0.5rem' },\n to: { translate: '0' },\n },\n 'slide-from-left': {\n '0%': { translate: '-0.5rem 0' },\n to: { translate: '0' },\n },\n 'slide-from-right': {\n '0%': { translate: '0.5rem 0' },\n to: { translate: '0' },\n },\n\n // slide to\n 'slide-to-top': {\n '0%': { translate: '0' },\n to: { translate: '0 -0.5rem' },\n },\n 'slide-to-bottom': {\n '0%': { translate: '0' },\n to: { translate: '0 0.5rem' },\n },\n 'slide-to-left': {\n '0%': { translate: '0' },\n to: { translate: '-0.5rem 0' },\n },\n 'slide-to-right': {\n '0%': { translate: '0' },\n to: { translate: '0.5rem 0' },\n },\n\n // scale\n 'scale-in': {\n from: { scale: '0.95' },\n to: { scale: '1' },\n },\n 'scale-out': {\n from: { scale: '1' },\n to: { scale: '0.95' },\n },\n});\n\nexport default keyframes;\n"],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.276",
4
+ "version": "0.3.278",
5
5
  "description": "Bitrise Design System Components built with Chakra UI V3",
6
6
  "keywords": [
7
7
  "react",