@kosdev-code/base-ui-components 0.0.3 → 0.1.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.
Files changed (153) hide show
  1. package/components/atoms/alternating-status/alternating-status.d.ts +8 -0
  2. package/components/atoms/alternating-status/alternating-status.d.ts.map +1 -0
  3. package/components/atoms/alternating-status/index.d.ts +2 -0
  4. package/components/{molecules/details-page-layout → atoms/alternating-status}/index.d.ts.map +1 -1
  5. package/components/atoms/badge/badge.d.ts +15 -0
  6. package/components/atoms/badge/badge.d.ts.map +1 -0
  7. package/components/atoms/badge/index.d.ts +2 -0
  8. package/components/atoms/badge/index.d.ts.map +1 -0
  9. package/components/atoms/base-ui-components-context/base-ui-components-context.d.ts +13 -0
  10. package/components/atoms/base-ui-components-context/base-ui-components-context.d.ts.map +1 -0
  11. package/components/atoms/base-ui-components-context/index.d.ts +2 -0
  12. package/components/atoms/base-ui-components-context/index.d.ts.map +1 -0
  13. package/components/atoms/dialog/dialog.d.ts +1 -1
  14. package/components/atoms/dialog/hooks/use-dialog-context-value.d.ts +1 -1
  15. package/components/atoms/drawer/drawer.styles.d.ts +3 -3
  16. package/components/atoms/icon/common/types.d.ts +13 -0
  17. package/components/atoms/icon/common/types.d.ts.map +1 -0
  18. package/components/atoms/icon/icon.d.ts +1 -1
  19. package/components/atoms/icon/icon.d.ts.map +1 -1
  20. package/components/atoms/icon/index.d.ts +1 -1
  21. package/components/atoms/icon/index.d.ts.map +1 -1
  22. package/components/atoms/icon-button/icon-button.d.ts +1 -1
  23. package/components/atoms/icon-button/icon-button.d.ts.map +1 -1
  24. package/components/atoms/index.d.ts +4 -0
  25. package/components/atoms/index.d.ts.map +1 -1
  26. package/components/atoms/input/input.d.ts +1 -0
  27. package/components/atoms/input/input.d.ts.map +1 -1
  28. package/components/atoms/kos-logo/index.d.ts +2 -0
  29. package/components/atoms/kos-logo/index.d.ts.map +1 -0
  30. package/components/atoms/kos-logo/kos-logo.d.ts +7 -0
  31. package/components/atoms/kos-logo/kos-logo.d.ts.map +1 -0
  32. package/components/atoms/label/label.styles.d.ts +1 -1
  33. package/components/atoms/multi-select/common/styles.d.ts.map +1 -1
  34. package/components/atoms/multi-select/multi-select.d.ts +3 -3
  35. package/components/atoms/multi-select/multi-select.d.ts.map +1 -1
  36. package/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.d.ts +1 -0
  37. package/components/atoms/resizable-panel-group/common/hooks/use-resizable-panel-group-context/use-resizable-panel-group-context.d.ts.map +1 -1
  38. package/components/atoms/resizable-panel-group/components/resizable-panel.d.ts +4 -3
  39. package/components/atoms/resizable-panel-group/components/resizable-panel.d.ts.map +1 -1
  40. package/components/atoms/resizable-panel-group/index.d.ts +1 -0
  41. package/components/atoms/resizable-panel-group/index.d.ts.map +1 -1
  42. package/components/atoms/resizable-panel-group/resizable-panel-group.d.ts.map +1 -1
  43. package/components/atoms/resizable-panel-group/resizable-panel-handle/resizable-panel-handle.d.ts.map +1 -1
  44. package/components/atoms/select/components/option.d.ts +3 -1
  45. package/components/atoms/select/components/option.d.ts.map +1 -1
  46. package/components/atoms/select/select.d.ts.map +1 -1
  47. package/components/atoms/text/text.d.ts +2 -2
  48. package/components/atoms/text/text.d.ts.map +1 -1
  49. package/components/common/components/StoryDecorator.d.ts.map +1 -1
  50. package/components/index.d.ts +1 -0
  51. package/components/index.d.ts.map +1 -1
  52. package/components/layouts/index.d.ts +2 -0
  53. package/components/layouts/index.d.ts.map +1 -0
  54. package/components/layouts/list-with-details-layout/index.d.ts +2 -0
  55. package/components/layouts/list-with-details-layout/index.d.ts.map +1 -0
  56. package/components/layouts/list-with-details-layout/list-with-details-layout.d.ts +17 -0
  57. package/components/layouts/list-with-details-layout/list-with-details-layout.d.ts.map +1 -0
  58. package/components/molecules/branded-header/branded-header-styles.d.ts +56 -0
  59. package/components/molecules/branded-header/branded-header-styles.d.ts.map +1 -0
  60. package/components/molecules/branded-header/branded-header.d.ts +2 -4
  61. package/components/molecules/branded-header/branded-header.d.ts.map +1 -1
  62. package/components/molecules/collapsible-artifact/components/artifact-version.d.ts.map +1 -1
  63. package/components/molecules/empty-list-message/empty-list-message.d.ts +8 -0
  64. package/components/molecules/empty-list-message/empty-list-message.d.ts.map +1 -0
  65. package/components/molecules/empty-list-message/index.d.ts +2 -0
  66. package/components/molecules/empty-list-message/index.d.ts.map +1 -0
  67. package/components/molecules/form/common/hooks/use-form-context.d.ts +1 -1
  68. package/components/molecules/form/common/hooks/use-form-context.d.ts.map +1 -1
  69. package/components/molecules/form/components/form-file-input.d.ts +8 -0
  70. package/components/molecules/form/components/form-file-input.d.ts.map +1 -0
  71. package/components/molecules/form/components/form-multi-select.d.ts +7 -0
  72. package/components/molecules/form/components/form-multi-select.d.ts.map +1 -0
  73. package/components/molecules/form/components/form-select.d.ts.map +1 -1
  74. package/components/molecules/form/components/form-submit.d.ts.map +1 -1
  75. package/components/molecules/form/components/index.d.ts +2 -0
  76. package/components/molecules/form/components/index.d.ts.map +1 -1
  77. package/components/molecules/index.d.ts +1 -1
  78. package/components/molecules/index.d.ts.map +1 -1
  79. package/components/molecules/list/common/samples/data-providers/custom-data-provider.d.ts.map +1 -1
  80. package/components/molecules/modal/common/styles/modal.styles.d.ts +4 -0
  81. package/components/molecules/modal/common/styles/modal.styles.d.ts.map +1 -1
  82. package/components/molecules/modal/confirm-delete-modal/components/confirm-delete-content.d.ts.map +1 -1
  83. package/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.d.ts +2 -1
  84. package/components/molecules/modal/confirm-delete-modal/confirm-delete-modal.d.ts.map +1 -1
  85. package/components/molecules/modal/form-modal/form-modal.d.ts +2 -2
  86. package/components/molecules/modal/form-modal/form-modal.d.ts.map +1 -1
  87. package/components/molecules/modal/index.d.ts +1 -0
  88. package/components/molecules/modal/index.d.ts.map +1 -1
  89. package/components/molecules/modal/modal.d.ts +1 -1
  90. package/components/molecules/shell-menu/components/shell-menu-link.d.ts +1 -2
  91. package/components/molecules/shell-menu/components/shell-menu-link.d.ts.map +1 -1
  92. package/components/molecules/shell-menu/shell-menu.d.ts +3 -2
  93. package/components/molecules/shell-menu/shell-menu.d.ts.map +1 -1
  94. package/components/molecules/table/common/components/table-header.d.ts.map +1 -1
  95. package/components/molecules/table/common/components/table-td.d.ts +1 -4
  96. package/components/molecules/table/common/components/table-td.d.ts.map +1 -1
  97. package/components/molecules/table/common/types.d.ts +25 -1
  98. package/components/molecules/table/common/types.d.ts.map +1 -1
  99. package/components/molecules/table/components/table-tr.d.ts +2 -7
  100. package/components/molecules/table/components/table-tr.d.ts.map +1 -1
  101. package/components/molecules/table/helpers/create-column-helper.d.ts +9 -5
  102. package/components/molecules/table/helpers/create-column-helper.d.ts.map +1 -1
  103. package/components/molecules/table/index.d.ts +2 -0
  104. package/components/molecules/table/index.d.ts.map +1 -1
  105. package/components/molecules/table/storybook/data-provider.d.ts +1 -0
  106. package/components/molecules/table/storybook/data-provider.d.ts.map +1 -1
  107. package/components/molecules/table/table.d.ts +2 -18
  108. package/components/molecules/table/table.d.ts.map +1 -1
  109. package/components/molecules/table/virtual-table.d.ts +7 -0
  110. package/components/molecules/table/virtual-table.d.ts.map +1 -0
  111. package/helpers/get-error-message.d.ts +7 -0
  112. package/helpers/get-error-message.d.ts.map +1 -0
  113. package/helpers/index.d.ts +1 -0
  114. package/helpers/index.d.ts.map +1 -1
  115. package/helpers/validation/email-validation.d.ts +8 -0
  116. package/helpers/validation/email-validation.d.ts.map +1 -0
  117. package/helpers/validation/index.d.ts +1 -0
  118. package/helpers/validation/index.d.ts.map +1 -1
  119. package/helpers/validation/password-validation.d.ts +3 -2
  120. package/helpers/validation/password-validation.d.ts.map +1 -1
  121. package/index.cjs +2825 -0
  122. package/index.cjs.map +1 -0
  123. package/index.js +10834 -776
  124. package/index.js.map +1 -0
  125. package/package.json +24 -33
  126. package/style.css +1 -1
  127. package/styles/__deprecated__/old-styles/app-styles.d.ts +2 -2
  128. package/styles/__deprecated__/old-tokens/base/base-component.d.ts +2 -2
  129. package/styles/__deprecated__/old-tokens/base/base-generic.d.ts +1 -1
  130. package/styles/__deprecated__/old-tokens/base/base-semantic.d.ts +1 -1
  131. package/styles/__deprecated__/old-tokens/base/components/button/index.d.ts +1 -1
  132. package/styles/__deprecated__/old-tokens/base/components/kos-list/index.d.ts +1 -1
  133. package/styles/__deprecated__/old-tokens/base/components/kos-list-item/index.d.ts +1 -1
  134. package/styles/__deprecated__/old-tokens/base/components/kos-viewable-list-item/index.d.ts +1 -1
  135. package/styles/__deprecated__/old-tokens/index.d.ts +2 -2
  136. package/styles/tokens/common/local-token-helpers.d.ts +166 -0
  137. package/styles/tokens/common/local-token-helpers.d.ts.map +1 -0
  138. package/styles/tokens/component-tokens/badge/index.d.ts +17 -0
  139. package/styles/tokens/component-tokens/badge/index.d.ts.map +1 -0
  140. package/styles/tokens/component-tokens/branded-header/index.d.ts +1 -2
  141. package/styles/tokens/component-tokens/branded-header/index.d.ts.map +1 -1
  142. package/styles/tokens/component-tokens/index.d.ts +16 -2
  143. package/styles/tokens/component-tokens/index.d.ts.map +1 -1
  144. package/styles/tokens/component-tokens/modal/index.d.ts +1 -0
  145. package/styles/tokens/component-tokens/modal/index.d.ts.map +1 -1
  146. package/styles/tokens/index.d.ts +22 -6
  147. package/styles/tokens/index.d.ts.map +1 -1
  148. package/components/atoms/icon/types.d.ts +0 -6
  149. package/components/atoms/icon/types.d.ts.map +0 -1
  150. package/components/molecules/details-page-layout/details-page-layout.d.ts +0 -19
  151. package/components/molecules/details-page-layout/details-page-layout.d.ts.map +0 -1
  152. package/components/molecules/details-page-layout/index.d.ts +0 -2
  153. package/index.mjs +0 -17313
package/package.json CHANGED
@@ -1,50 +1,41 @@
1
1
  {
2
2
  "name": "@kosdev-code/base-ui-components",
3
- "version": "0.0.3",
4
- "main": "./index.js",
3
+ "version": "0.1.0",
4
+ "main": "./index.cjs",
5
+ "module": "./index.js",
5
6
  "types": "./index.d.ts",
7
+ "type": "module",
6
8
  "exports": {
7
9
  ".": {
8
- "import": "./index.js",
9
- "require": "./index.cjs",
10
- "types": "./index.d.ts"
10
+ "import": {
11
+ "types": "./index.d.ts",
12
+ "default": "./index.js"
13
+ },
14
+ "require": {
15
+ "types": "./index.d.cts",
16
+ "default": "./index.cjs"
17
+ }
11
18
  },
12
- "./components": {
13
- "import": "./components.js",
14
- "require": "./components.cjs",
15
- "types": "./components.d.ts"
16
- },
17
- "./helpers": {
18
- "import": "./helpers.js",
19
- "require": "./helpers.cjs",
20
- "types": "./helpers.d.ts"
21
- },
22
- "./hooks": {
23
- "import": "./hooks.js",
24
- "require": "./hooks.cjs",
25
- "types": "./hooks.d.ts"
26
- },
27
- "./styles": {
28
- "import": "./styles.js",
29
- "require": "./styles.cjs",
30
- "types": "./styles.d.ts"
31
- },
32
- "./utils": {
33
- "import": "./utils.js",
34
- "require": "./utils.cjs",
35
- "types": "./utils.d.ts"
36
- },
37
- "./package.json": "./package.json"
19
+ "./package.json": "./package.json",
20
+ "./style.css": "./style.css"
38
21
  },
39
22
  "peerDependencies": {
40
- "@kosdev-code/kos-ui-sdk": "~2.0.3"
23
+ "@kosdev-code/kos-ui-sdk": "^2.0.3",
24
+ "@emotion/react": "^11.11.1",
25
+ "@emotion/styled": "^11.11.0",
26
+ "react": "^18.2.0",
27
+ "react-dom": "^18.2.0",
28
+ "react-router-dom": "^6.11.2",
29
+ "@floating-ui/react": "^0.26.10",
30
+ "react-hook-form": "^7.51.3",
31
+ "@tanstack/react-table": "^8.20.5"
41
32
  },
42
33
  "publishConfig": {
43
34
  "registry": "https://registry.npmjs.org/"
44
35
  },
45
36
  "kos": {
46
37
  "build": {
47
- "gitHash": "00c85a3c8bd86a79a8208e4146c9f9d59ce4b5f7"
38
+ "gitHash": "ea961085a88cec218b0287d7d5e710575a1a621e"
48
39
  }
49
40
  }
50
41
  }
package/style.css CHANGED
@@ -1 +1 @@
1
- .rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border-color:transparent;border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}
1
+ .rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}
@@ -1,3 +1,3 @@
1
- export declare const scrollbarStyle: import('@emotion/utils').SerializedStyles;
2
- export declare const studioTheme: () => import('@emotion/utils').SerializedStyles;
1
+ export declare const scrollbarStyle: import('@emotion/react').SerializedStyles;
2
+ export declare const studioTheme: () => import('@emotion/react').SerializedStyles;
3
3
  //# sourceMappingURL=app-styles.d.ts.map
@@ -1,3 +1,3 @@
1
- export declare const baseComponentStyles: import('@emotion/utils').SerializedStyles;
2
- export declare const componentStyles: import('@emotion/utils').SerializedStyles[];
1
+ export declare const baseComponentStyles: import('@emotion/react').SerializedStyles;
2
+ export declare const componentStyles: import('@emotion/react').SerializedStyles[];
3
3
  //# sourceMappingURL=base-component.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const baseGenericStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const baseGenericStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=base-generic.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const baseSemanticStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const baseSemanticStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=base-semantic.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const baseComponentStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const baseComponentStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const baseComponentStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const baseComponentStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const baseComponentStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const baseComponentStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const baseComponentStyles: import('@emotion/utils').SerializedStyles;
1
+ export declare const baseComponentStyles: import('@emotion/react').SerializedStyles;
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -3,10 +3,10 @@ export * from './base';
3
3
  * @deprecated Components should be styled using new tokens. Once ant has been removed, and older components have been switched to the new token
4
4
  * system this will be deleted.
5
5
  */
6
- export declare const rootStyles: import('@emotion/utils').SerializedStyles;
6
+ export declare const rootStyles: import('@emotion/react').SerializedStyles;
7
7
  /**
8
8
  * @deprecated Components should be styled using new tokens. Once ant has been removed, and older components have been switched to the new token
9
9
  * system this will be deleted.
10
10
  */
11
- export declare const getStyles: (temporaryThemeID?: "studio") => import('@emotion/utils').SerializedStyles[];
11
+ export declare const getStyles: (temporaryThemeID?: "studio") => import('@emotion/react').SerializedStyles[];
12
12
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,166 @@
1
+ /**
2
+ * Utilities for creating local component tokens in consuming applications.
3
+ *
4
+ * These helpers allow applications to extend the design token system with their own
5
+ * component tokens while maintaining consistency with the base library's patterns.
6
+ *
7
+ * @example
8
+ * ```typescript
9
+ * // my-app/src/styles/tokens/local-components/custom-card.ts
10
+ * import { getSemanticToken as st } from '@kosdev-code/base-ui-components/styles';
11
+ *
12
+ * export const CUSTOM_CARD_TOKENS = {
13
+ * 'custom-card': {
14
+ * padding: st('spacing-16'),
15
+ * 'background-color': st('color-white'),
16
+ * 'border-color': st('color-grey20'),
17
+ * },
18
+ * } as const;
19
+ * ```
20
+ *
21
+ * @example
22
+ * ```typescript
23
+ * // my-app/src/styles/tokens/index.ts
24
+ * import { createLocalTokenSystem } from '@kosdev-code/base-ui-components/styles';
25
+ * import { CUSTOM_CARD_TOKENS } from './local-components/custom-card';
26
+ *
27
+ * const LOCAL_TOKENS = {
28
+ * ...CUSTOM_CARD_TOKENS,
29
+ * } as const;
30
+ *
31
+ * export const {
32
+ * getLocalComponentTokenHelpers,
33
+ * localComponentTokenCss,
34
+ * } = createLocalTokenSystem(LOCAL_TOKENS);
35
+ * ```
36
+ *
37
+ * @example
38
+ * ```typescript
39
+ * // my-app/src/components/custom-card/custom-card.tsx
40
+ * import { getLocalComponentTokenHelpers } from '../../styles/tokens';
41
+ *
42
+ * const [ct] = getLocalComponentTokenHelpers(['custom-card']);
43
+ *
44
+ * const StyledCard = styled.div`
45
+ * padding: ${ct('padding')};
46
+ * background-color: ${ct('background-color')};
47
+ * `;
48
+ * ```
49
+ */
50
+ /**
51
+ * Type utility to extract token string keys from a token definition object.
52
+ */
53
+ export type ExtractLocalTokenString<T> = T extends Record<string, infer U> ? U extends string ? U : never : never;
54
+ /**
55
+ * Transforms a token object into CSS custom property declarations.
56
+ *
57
+ * @param tokens - Object mapping namespaces to token definitions
58
+ * @param prefix - CSS custom property prefix (default: 'studio-c')
59
+ * @returns Array of CSS custom property declarations
60
+ *
61
+ * @internal
62
+ */
63
+ export declare const transformLocalTokenObject: (tokens: Record<string, Record<string, string>>, prefix?: string) => string[];
64
+ /**
65
+ * Creates a complete local token system with typed helpers and CSS injection.
66
+ *
67
+ * This function generates the same API as the base library's component token system,
68
+ * allowing consuming applications to create their own component tokens that integrate
69
+ * seamlessly with the base design tokens.
70
+ *
71
+ * @param tokens - Local component token definitions
72
+ * @param options - Configuration options
73
+ * @param options.prefix - CSS custom property prefix (default: 'studio-c')
74
+ * @param options.cssRootSelector - CSS selector for token injection (default: ':root')
75
+ *
76
+ * @returns Object containing token helpers and CSS injection
77
+ *
78
+ * @example
79
+ * ```typescript
80
+ * const LOCAL_TOKENS = {
81
+ * 'custom-card': {
82
+ * padding: 'var(--studio-s-spacing-16)',
83
+ * bg: 'var(--studio-s-color-white)',
84
+ * },
85
+ * 'custom-panel': {
86
+ * width: '300px',
87
+ * bg: 'var(--studio-s-color-grey10)',
88
+ * },
89
+ * } as const;
90
+ *
91
+ * const {
92
+ * getLocalComponentTokenHelpers,
93
+ * localComponentTokenCss,
94
+ * } = createLocalTokenSystem(LOCAL_TOKENS);
95
+ *
96
+ * // Use in application root
97
+ * <Global styles={[
98
+ * globalStudioTokenCss,
99
+ * semanticStudioTokenCss,
100
+ * componentStudioTokenCss,
101
+ * localComponentTokenCss, // ← Your local tokens
102
+ * ]} />
103
+ *
104
+ * // Use in components
105
+ * const [ct] = getLocalComponentTokenHelpers(['custom-card']);
106
+ * const StyledCard = styled.div`
107
+ * padding: ${ct('padding')};
108
+ * `;
109
+ * ```
110
+ */
111
+ export declare const createLocalTokenSystem: <T extends Record<string, Record<string, string>>>(tokens: T, options?: {
112
+ prefix?: string;
113
+ cssRootSelector?: string;
114
+ }) => {
115
+ getLocalComponentTokenHelpers: <N extends readonly (keyof T)[]>(namespaces: [...N]) => { [Key in keyof N]: (key: ExtractLocalTokenString<T[N[Key]]>, asKey?: boolean) => string; };
116
+ localComponentTokenCss: import('@emotion/react').SerializedStyles;
117
+ };
118
+ /**
119
+ * Creates a typed token getter function for a single component namespace.
120
+ *
121
+ * Useful for quick components or when you don't need the full token system setup.
122
+ *
123
+ * @param namespace - Component namespace
124
+ * @param prefix - CSS custom property prefix (default: 'studio-c')
125
+ * @returns Typed token getter function
126
+ *
127
+ * @example
128
+ * ```typescript
129
+ * // Quick helper for a single component
130
+ * const ct = createLocalComponentHelper<'padding' | 'bg' | 'color'>('quick-widget');
131
+ *
132
+ * const StyledWidget = styled.div`
133
+ * padding: ${ct('padding')};
134
+ * background: ${ct('bg')};
135
+ * color: ${ct('color')};
136
+ * `;
137
+ * ```
138
+ */
139
+ export declare const createLocalComponentHelper: <TKeys extends string>(namespace: string, prefix?: string) => (key: TKeys, asKey?: boolean) => string;
140
+ /**
141
+ * Creates CSS for injecting local component tokens inline or in specific scopes.
142
+ *
143
+ * Use this when you want to define tokens programmatically or scope them
144
+ * to specific parts of your application.
145
+ *
146
+ * @param tokens - Token definitions
147
+ * @param options - Configuration options
148
+ * @returns Emotion CSS object
149
+ *
150
+ * @example
151
+ * ```typescript
152
+ * // Scoped tokens for a specific section
153
+ * const ThemedSection = styled.div`
154
+ * ${createLocalComponentTokenCss({
155
+ * 'custom-card': {
156
+ * 'background-color': 'var(--studio-s-color-grey10)',
157
+ * 'border-color': 'var(--studio-s-color-grey30)',
158
+ * },
159
+ * })}
160
+ * `;
161
+ * ```
162
+ */
163
+ export declare const createLocalComponentTokenCss: (tokens: Record<string, Record<string, string>>, options?: {
164
+ prefix?: string;
165
+ }) => import('@emotion/react').SerializedStyles;
166
+ //# sourceMappingURL=local-token-helpers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-token-helpers.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/common/local-token-helpers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgDG;AAKH;;GAEG;AACH,MAAM,MAAM,uBAAuB,CAAC,CAAC,IAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,GACtE,CAAC,SAAS,MAAM,GACd,CAAC,GACD,KAAK,GACP,KAAK,CAAC;AAEV;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,WAC5B,OAAO,MAAM,EAAE,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,sBAE7C,MAAM,EAKN,CAAC;AAEJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,eAAO,MAAM,sBAAsB,6DAGzB,CAAC,YACA;IACP,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;gFA6Ba,CAAC,GAAG,CAAC,CAAC,2EAIR,OAAO,KACZ,MAAM;;CAoCd,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,0BAA0B,oCACH,MAAM,4BAClC,KAAK,UAAU,OAAO,WAC2B,CAAC;AAE1D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,4BAA4B,WAC/B,OAAO,MAAM,EAAE,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,YACrC;IACP,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,8CAOF,CAAC"}
@@ -0,0 +1,17 @@
1
+ export declare const BADGE_TOKENS: {
2
+ badge: {
3
+ "color-blue": string;
4
+ "color-blue-border": string;
5
+ "color-red": string;
6
+ "color-red-border": string;
7
+ "color-white": string;
8
+ "color-white-border": string;
9
+ "color-black": string;
10
+ "color-black-border": string;
11
+ "color-orange": string;
12
+ "color-orange-border": string;
13
+ "color-green": string;
14
+ "color-green-border": string;
15
+ };
16
+ };
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/badge/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;CAexB,CAAC"}
@@ -14,8 +14,7 @@ export declare const BRANDED_HEADER_TOKENS: {
14
14
  "border-bottom-color": string;
15
15
  "background-color": string;
16
16
  "column-gap": string;
17
- "padding-x": string;
18
- "padding-y": string;
17
+ padding: string;
19
18
  "badge-size": string;
20
19
  "badge-radius": string;
21
20
  "line-height": string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/branded-header/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;CA6BjC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/branded-header/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;CA4BjC,CAAC"}
@@ -131,8 +131,7 @@ export declare const COMPONENT_TOKENS: {
131
131
  "border-bottom-color": string;
132
132
  "background-color": string;
133
133
  "column-gap": string;
134
- "padding-x": string;
135
- "padding-y": string;
134
+ padding: string;
136
135
  "badge-size": string;
137
136
  "badge-radius": string;
138
137
  "line-height": string;
@@ -188,6 +187,20 @@ export declare const COMPONENT_TOKENS: {
188
187
  readonly "background-color-viewing": string;
189
188
  readonly gap: string;
190
189
  };
190
+ readonly badge: {
191
+ "color-blue": string;
192
+ "color-blue-border": string;
193
+ "color-red": string;
194
+ "color-red-border": string;
195
+ "color-white": string;
196
+ "color-white-border": string;
197
+ "color-black": string;
198
+ "color-black-border": string;
199
+ "color-orange": string;
200
+ "color-orange-border": string;
201
+ "color-green": string;
202
+ "color-green-border": string;
203
+ };
191
204
  readonly "radio-button": {
192
205
  readonly size: string;
193
206
  readonly "check-size": string;
@@ -429,6 +442,7 @@ export declare const COMPONENT_TOKENS: {
429
442
  footerGap: string;
430
443
  "border-width": string;
431
444
  "border-color": string;
445
+ "base-content-width": string;
432
446
  };
433
447
  readonly link: {
434
448
  "font-size-med": string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AAmB7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCnB,CAAC;AAEX,YAAY,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/index.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AAoB7C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CnB,CAAC;AAEX,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -11,6 +11,7 @@ export declare const MODAL_TOKENS: {
11
11
  footerGap: string;
12
12
  "border-width": string;
13
13
  "border-color": string;
14
+ "base-content-width": string;
14
15
  };
15
16
  };
16
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/modal/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;CAcxB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/styles/tokens/component-tokens/modal/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;CAexB,CAAC"}
@@ -3,8 +3,10 @@ import { ExtractTokenString } from './common/types';
3
3
  import { getGlobalToken, getSemanticToken } from './common/token-getters';
4
4
 
5
5
  export { getGlobalToken, getSemanticToken };
6
+ export { createLocalTokenSystem, createLocalComponentHelper, createLocalComponentTokenCss, transformLocalTokenObject, } from './common/local-token-helpers';
7
+ export type { ExtractLocalTokenString } from './common/local-token-helpers';
6
8
  export { TagColor };
7
- export declare const getComponentTokenHelpers: <T extends readonly ("link" | "multi-select" | "shell-icon-button" | "file-picker" | "resizable-panels" | "table" | "artifact-store-settings" | "branded-header" | "ingredient-card" | "error-list-item" | "named-list-item" | "shell-menu" | "select-view-list" | "radio-button" | "combobox" | "version-list-container" | "version-list-header" | "toggle-container" | "toggle-track" | "toggle-thumb" | "textarea" | "tag" | "tab" | "text" | "label" | "label-with-action" | "label-with-content-link" | "button" | "select" | "option" | "segmented" | "named-section" | "named-section-header" | "modal" | "input" | "image-config-page-header" | "icon" | "icon-button" | "horizontal-rule" | "form" | "drawer" | "collapsible-list-container" | "collapsible-list-header-container" | "collapsible-list-toggled-container" | "collapsible-artifact" | "collapsible-artifact-version" | "checkbox" | "artifact-drawer" | "app-shell" | "actionable-blurb")[]>(namespaces: [...T]) => { [Key in keyof T]: (key: ExtractTokenString<{
9
+ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "multi-select" | "shell-icon-button" | "file-picker" | "resizable-panels" | "table" | "artifact-store-settings" | "branded-header" | "ingredient-card" | "error-list-item" | "named-list-item" | "shell-menu" | "select-view-list" | "badge" | "radio-button" | "combobox" | "version-list-container" | "version-list-header" | "toggle-container" | "toggle-track" | "toggle-thumb" | "textarea" | "tag" | "tab" | "text" | "label" | "label-with-action" | "label-with-content-link" | "button" | "select" | "option" | "segmented" | "named-section" | "named-section-header" | "modal" | "input" | "image-config-page-header" | "icon" | "icon-button" | "horizontal-rule" | "form" | "drawer" | "collapsible-list-container" | "collapsible-list-header-container" | "collapsible-list-toggled-container" | "collapsible-artifact" | "collapsible-artifact-version" | "checkbox" | "artifact-drawer" | "app-shell" | "actionable-blurb")[]>(namespaces: [...T]) => { [Key in keyof T]: (key: ExtractTokenString<{
8
10
  readonly "multi-select": {
9
11
  readonly "list-padding": string;
10
12
  readonly "padding-x": string;
@@ -135,8 +137,7 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "mu
135
137
  "border-bottom-color": string;
136
138
  "background-color": string;
137
139
  "column-gap": string;
138
- "padding-x": string;
139
- "padding-y": string;
140
+ padding: string;
140
141
  "badge-size": string;
141
142
  "badge-radius": string;
142
143
  "line-height": string;
@@ -192,6 +193,20 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "mu
192
193
  readonly "background-color-viewing": string;
193
194
  readonly gap: string;
194
195
  };
196
+ readonly badge: {
197
+ "color-blue": string;
198
+ "color-blue-border": string;
199
+ "color-red": string;
200
+ "color-red-border": string;
201
+ "color-white": string;
202
+ "color-white-border": string;
203
+ "color-black": string;
204
+ "color-black-border": string;
205
+ "color-orange": string;
206
+ "color-orange-border": string;
207
+ "color-green": string;
208
+ "color-green-border": string;
209
+ };
195
210
  readonly "radio-button": {
196
211
  readonly size: string;
197
212
  readonly "check-size": string;
@@ -433,6 +448,7 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "mu
433
448
  footerGap: string;
434
449
  "border-width": string;
435
450
  "border-color": string;
451
+ "base-content-width": string;
436
452
  };
437
453
  readonly link: {
438
454
  "font-size-med": string;
@@ -617,7 +633,7 @@ export declare const getComponentTokenHelpers: <T extends readonly ("link" | "mu
617
633
  "icon-column-width": string;
618
634
  };
619
635
  }[T[Key]]>, asKey?: boolean) => string; };
620
- export declare const semanticStudioTokenCss: import('@emotion/utils').SerializedStyles;
621
- export declare const globalStudioTokenCss: import('@emotion/utils').SerializedStyles;
622
- export declare const componentStudioTokenCss: import('@emotion/utils').SerializedStyles;
636
+ export declare const semanticStudioTokenCss: import('@emotion/react').SerializedStyles;
637
+ export declare const globalStudioTokenCss: import('@emotion/react').SerializedStyles;
638
+ export declare const componentStudioTokenCss: import('@emotion/react').SerializedStyles;
623
639
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/styles/tokens/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAE5C,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,eAAO,MAAM,wBAAwB,m7BAGvB,CAAC,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIR,OAAO,KACZ,MAAM,GAMV,CAAC;AAeJ,eAAO,MAAM,sBAAsB,2CAIlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAQhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,2CAMnC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/libraries/base-ui-components/src/styles/tokens/index.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,EACd,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAItD,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,CAAC;AAG5C,OAAO,EACL,sBAAsB,EACtB,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,8BAA8B,CAAC;AACtC,YAAY,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,eAAO,MAAM,wBAAwB,67BAGvB,CAAC,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAIR,OAAO,KACZ,MAAM,GAMV,CAAC;AAeJ,eAAO,MAAM,sBAAsB,2CAIlC,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAQhC,CAAC;AAEF,eAAO,MAAM,uBAAuB,2CAMnC,CAAC"}
@@ -1,6 +0,0 @@
1
- export type IconIds = "AccountBook" | "Aim" | "Alert" | "AlignCenter" | "AlignLeft" | "AlignRight" | "Android" | "Apartment" | "Api" | "Apple" | "Appstore" | "AppstoreAdd" | "AreaChart" | "ArrowDown" | "ArrowLeft" | "ArrowLineDown" | "ArrowRight" | "ArrowsAlt" | "ArrowUp" | "Artifact" | "ArtifactBrowser" | "ArtifactBrowserTool" | "ArtifactLocal" | "ArtifactManagerTool" | "ArtifactMarket" | "ArtifactMgmt" | "ArtifactOrg" | "ArtifactStoresTool" | "Audio" | "AudioMuted" | "Audit" | "Backward" | "Bank" | "BarChart" | "StarFilled" | "Barcode" | "Bars" | "Bell" | "BgColors" | "Block" | "Bold" | "Book" | "Border" | "BorderBottom" | "BorderHorizontal" | "BorderInner" | "BorderLeft" | "BorderlessTable" | "BorderOuter" | "BorderRight" | "BorderTop" | "BorderVerticle" | "BoxPlot" | "Branches" | "Bug" | "Build" | "Bulb" | "BulbFilled" | "Calculator" | "Calendar" | "Camera" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "CarryOut" | "Check" | "CheckCircle" | "CheckSmall" | "CheckSquare" | "Ci" | "Clear" | "ClockCircle" | "Close" | "CloseCircle" | "CloseSquare" | "Cloud" | "CloudCrossedOut" | "CloudDownload" | "CloudServer" | "CloudSync" | "CloudUpload" | "Cluster" | "Code" | "Codepen" | "Coffee" | "ColumnHeightOutlined" | "ColumnWidthOutlined" | "Comment" | "Compass" | "Compress" | "ConsoleSql" | "Contacts" | "Container" | "Control" | "Copy" | "CopyPlus" | "Copyright" | "CopyrightCircle" | "CopyFilled" | "CreditCard" | "Crown" | "CustomerService" | "Dash" | "Dashboard" | "Database" | "DeleteColumn" | "DeleteOutlined" | "DeleteRow" | "DeliveredProcedure" | "DeploymentUnit" | "Desktop" | "Diff" | "Disconnect" | "Dislike" | "Dollar" | "DollarCircle" | "Dot" | "DotChart" | "DoubleDown" | "DoubleLeft" | "DoubleRight" | "Down" | "DownCircle" | "Download" | "DownSquare" | "Drag" | "Edit" | "Ellipsis" | "Enter" | "Environment" | "Euro" | "EuroCircle" | "Exception" | "Exclamation" | "ExclamationCircle" | "Expand" | "ExpandAlt" | "Experiment" | "Export" | "Eye" | "EyeInvisible" | "Facebook" | "Fall" | "FastBackward" | "FastForward" | "FieldBinary" | "FieldNumber" | "FieldString" | "FieldTime" | "File" | "FileAdd" | "FileDone" | "FileExcel" | "FileExclamation" | "FileImage" | "FileJpg" | "FileMarkdown" | "FilePdf" | "FilePpt" | "FileProtect" | "FileSearch" | "FileSync" | "FileText" | "FileUnknown" | "FileWord" | "FileZip" | "Filter" | "Fire" | "Flag" | "Fold" | "Folder" | "FolderAdd" | "FolderOpen" | "FolderView" | "FontColors" | "FontSize" | "Fork" | "Form" | "FormatPainter" | "Forward" | "Frown" | "Fullscreen" | "FullscreenExit" | "Function" | "Fund" | "FundProjectionScreen" | "FundView" | "FunnelPlotOutlined" | "FutureTracerEventEnd" | "FutureTracerEventEndFilled" | "FutureTracerEventStart" | "FutureTracerEventStartFilled" | "FutureTracerTool" | "Gateway" | "Gif" | "Gift" | "Github" | "Global" | "Gold" | "Group" | "Hdd" | "Heart" | "HeatMap" | "Highlight" | "History" | "Home" | "HomeFilled" | "Hourglass" | "Idcard" | "Import" | "Inbox" | "Info" | "InfoCircle" | "Inherited" | "InsertRowAbove" | "InsertRowBelow" | "InsertRowLeft" | "InsertRowRight" | "Instagram" | "Insurance" | "Interaction" | "IssuesClose" | "Italic" | "Key" | "Laptop" | "Layer" | "Layout" | "Left" | "LeftCircle" | "LeftSquare" | "Like" | "Line" | "LineChart" | "LineHeight" | "Link" | "Linkedin" | "Loading" | "Loading3Quarters" | "Lock" | "Login" | "Logout" | "MacCommand" | "Mail" | "Man" | "MedicineBox" | "Meh" | "MergeCells" | "Message" | "Minus" | "MinusCircle" | "MinusSquare" | "Mobile" | "MoneyCollect" | "Monitor" | "More" | "NodeCollapse" | "NodeExpand" | "NodeIndex" | "Notification" | "Number" | "OneToOne" | "OrderedList" | "PaperClip" | "Partition" | "Pause" | "PauseCircle" | "PayCircle" | "Percentage" | "Phone" | "PicCenter" | "PicLeft" | "PicRight" | "Picture" | "PieChart" | "PlayCircle" | "PlaySquare" | "Plus" | "PlusCircle" | "PlusSquare" | "Pound" | "PoundCircle" | "Poweroff" | "Printer" | "Profile" | "Project" | "PropertySafety" | "PullRequest" | "Pushpin" | "Qrcode" | "Question" | "QuestionCircle" | "RadarChart" | "RadiusBottomleft" | "RadiusBottomright" | "RadiusSettingOutlined" | "RadiusUpleft" | "RadiusUpright" | "Read" | "Reconciliation" | "RedEnvelope" | "Redo" | "Reload" | "Rest" | "Retweet" | "Right" | "RightCircle" | "RightSquare" | "RightSquareFilled" | "Rise" | "Robot" | "Rocket" | "Rollback" | "RotateLeft" | "RotateRight" | "Safety" | "SafetyCertificate" | "Save" | "Scan" | "Schedule" | "Scissor" | "Search" | "SecurityScan" | "Select" | "Send" | "Setting" | "Shake" | "ShareAlt" | "Shop" | "Shopping" | "ShoppingCart" | "Shrink" | "Sisternode" | "Skin" | "SlackSquare" | "SlidersOutlined" | "SmallDash" | "Smile" | "Snippets" | "Solution" | "Sort" | "SortAscending" | "SortDescending" | "Sound" | "SplitCells" | "Star" | "StepBackward" | "StepForward" | "Stock" | "Stop" | "StoreMgmt" | "Strikethrough" | "Subnode" | "Swap" | "SwapLeft" | "SwapRight" | "Switcher" | "Sync" | "Table" | "Tablet" | "Tag" | "Tags" | "Team" | "TeamShortcut" | "TeamShortcutsTool" | "Thunderbolt" | "Tool" | "TopBadge" | "ToTop" | "Trademark" | "Transaction" | "Translation" | "Trophy" | "Twitter" | "Underline" | "Undo" | "Unfold" | "Ungroup" | "Unlock" | "UnorderedList" | "Up" | "UpCircle" | "Upload" | "UpSquare" | "Usb" | "User" | "UserAdd" | "UserDelete" | "UsergroupAdd" | "UsergroupDelete" | "UserSwitch" | "VerticalAlignBottom" | "VerticalAlignMiddle" | "VerticalAlignTop" | "VerticalLeft" | "VerticalRight" | "Wallet" | "Warning" | "WebsocketMonitorTool" | "Wifi" | "Windows" | "Youtube" | "ZoomIn" | "ZoomOut" | "LogoLight";
2
- export declare const iconColors: readonly ["black", "blue", "green", "grey", "orange", "purple", "red", "white", "yellow"];
3
- export type IconColors = (typeof iconColors)[number];
4
- export declare const iconSizes: readonly ["xxsm", "xsm", "sm", "med", "lrg", "xlrg", "xxlrg"];
5
- export type IconSizes = (typeof iconSizes)[number];
6
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/atoms/icon/types.ts"],"names":[],"mappings":"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"}
@@ -1,19 +0,0 @@
1
- import { BrandedHeaderEndColor, BrandedHeaderStartColor } from '../branded-header';
2
- import { IconIds } from '../../atoms';
3
- import { ReactNode, ComponentType } from 'react';
4
-
5
- interface DetailsPageLayoutProps {
6
- title: string;
7
- headerIcon: IconIds;
8
- subTitle?: string;
9
- headerStartColor: BrandedHeaderStartColor;
10
- headerEndColor: BrandedHeaderEndColor;
11
- Action?: ComponentType;
12
- isOffline?: boolean;
13
- panel?: ReactNode;
14
- children: ReactNode;
15
- className?: string;
16
- }
17
- export declare const DetailsPageLayout: import('react').MemoExoticComponent<({ title, headerIcon, subTitle, isOffline, headerEndColor, headerStartColor, className, Action, panel, children, }: DetailsPageLayoutProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
18
- export {};
19
- //# sourceMappingURL=details-page-layout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"details-page-layout.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/details-page-layout/details-page-layout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAQ,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,EAKL,KAAK,OAAO,EACb,MAAM,aAAa,CAAC;AACrB,OAAO,EAEL,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC7B,MAAM,mBAAmB,CAAC;AAE3B,UAAU,sBAAsB;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,uBAAuB,CAAC;IAC1C,cAAc,EAAE,qBAAqB,CAAC;IACtC,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,iBAAiB,0JAYzB,sBAAsB,sDA0B1B,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from './details-page-layout';
2
- //# sourceMappingURL=index.d.ts.map