Skip to content

Commit

Permalink
Merge pull request #2381 from coingaming/develop
Browse files Browse the repository at this point in the history
Deploy 10.7.4
  • Loading branch information
dkireev authored Sep 20, 2023
2 parents b7fe02c + 2d55433 commit d2751b5
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 40 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# docs

## 10.7.4

### Patch Changes

- Bump version 10.7.4
- Updated dependencies
- @heathmont/moon-core-tw@10.7.4
- @heathmont/moon-base-tw@10.7.4

## 10.7.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "10.7.3",
"version": "10.7.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.7.3",
"@heathmont/moon-core-tw": "workspace:^10.7.3",
"@heathmont/moon-base-tw": "workspace:^10.7.4",
"@heathmont/moon-core-tw": "workspace:^10.7.4",
"@heathmont/moon-icons-tw": "9.28.4",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
Expand Down
11 changes: 11 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 10.7.4

### Patch Changes

- Bump version 10.7.4
- Updated dependencies
- @heathmont/moon-table-tw@10.7.4
- @heathmont/moon-core-tw@10.7.4
- @heathmont/moon-cmdk-tw@10.7.4
- @heathmont/moon-themes-tw@10.7.4

## 10.7.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-docs",
"version": "10.7.3",
"version": "10.7.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -19,9 +19,9 @@
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-charts": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-cmdk-tw": "workspace:^10.7.3",
"@heathmont/moon-cmdk-tw": "workspace:^10.7.4",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-core-tw": "workspace:^10.7.3",
"@heathmont/moon-core-tw": "workspace:^10.7.4",
"@heathmont/moon-datepicker": "workspace:^10.7.1",
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
Expand All @@ -30,9 +30,9 @@
"@heathmont/moon-select": "workspace:^10.7.1",
"@heathmont/moon-sidebar": "workspace:^10.7.1",
"@heathmont/moon-table": "workspace:^10.7.1",
"@heathmont/moon-table-tw": "workspace:^10.7.3",
"@heathmont/moon-table-tw": "workspace:^10.7.4",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-themes-tw": "workspace:^10.7.3",
"@heathmont/moon-themes-tw": "workspace:^10.7.4",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.5",
"@hookform/resolvers": "3.2.0",
Expand Down

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions workspaces/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-base-tw

## 10.7.4

### Patch Changes

- Bump version 10.7.4

## 10.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-base-tw",
"sideEffects": false,
"version": "10.7.3",
"version": "10.7.4",
"files": [
"lib"
],
Expand Down
8 changes: 8 additions & 0 deletions workspaces/cmdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heathmont/moon-cmdk-tw

## 10.7.4

### Patch Changes

- Bump version 10.7.4
- Updated dependencies
- @heathmont/moon-core-tw@10.7.4

## 10.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/cmdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-cmdk-tw",
"sideEffects": false,
"version": "10.7.3",
"version": "10.7.4",
"files": [
"lib"
],
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@headlessui/react": "1.7.16",
"@heathmont/moon-core-tw": "workspace:^10.7.3",
"@heathmont/moon-core-tw": "workspace:^10.7.4",
"cmdk": "0.2.0",
"tailwind-merge": "1.14.0",
"tailwindcss-radix": "2.8.0"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-core-tw

## 10.7.4

### Patch Changes

- Bump version 10.7.4

## 10.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-core-tw",
"sideEffects": false,
"version": "10.7.3",
"version": "10.7.4",
"files": [
"lib"
],
Expand Down
18 changes: 10 additions & 8 deletions workspaces/core/src/combobox/Combobox.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import React, { forwardRef } from 'react';
import {
Combobox as HeadlessCombobox,
Transition as HeadlessTransition,
Expand Down Expand Up @@ -105,11 +105,13 @@ const ComboboxRoot = ({
);
};

const Trigger = ({
const Trigger = forwardRef<HTMLDivElement, WithChildren<SelectProps>>(({
children,
className,
innerLabel,
}: WithChildren<SelectProps>) => {
},
ref
) => {
const { size, input, popper, disabled, isError } =
useComboboxContext('Combobox.Trigger');

Expand All @@ -136,7 +138,7 @@ const Trigger = ({
{children}
</div>
);
};
});

const Input = ({
displayValue,
Expand All @@ -153,7 +155,6 @@ const Input = ({
onChange={({ target: { value } }) => {
onQueryChange ? onQueryChange(value) : () => {};
}}
ref={popper?.setAnchor}
as={NativeInput}
displayValue={displayValue}
placeholder={placeholder}
Expand All @@ -165,11 +166,12 @@ const Input = ({
className
)}
disabled={disabled}
isError={isError}
error={isError}
onFocus={() => input?.setIsFocused(true)}
onBlur={() => input?.setIsFocused(false)}
aria-label={rest['aria-label']}
{...rest}
ref={popper?.setAnchor}
/>
);
};
Expand All @@ -190,7 +192,6 @@ const InsetInput = ({
onChange={({ target: { value } }) => {
onQueryChange ? onQueryChange(value) : () => {};
}}
ref={popper?.setAnchor}
as={NativeInput}
displayValue={displayValue}
placeholder={placeholder === undefined ? '' : `${placeholder}`}
Expand All @@ -208,11 +209,12 @@ const InsetInput = ({
className,
'leading-5'
)}
isError={isError}
error={isError}
onFocus={() => input?.setIsFocused(true)}
onBlur={() => input?.setIsFocused(false)}
aria-label={rest['aria-label']}
{...rest}
ref={popper?.setAnchor}
/>
<InputInset.Label className="w-auto -top-0.5 !inset-x-0 whitespace-nowrap overflow-x-hidden">
{label}
Expand Down
8 changes: 8 additions & 0 deletions workspaces/tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @heathmont/moon-table-tw

## 10.7.4

### Patch Changes

- Bump version 10.7.4
- Updated dependencies
- @heathmont/moon-core-tw@10.7.4

## 10.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/tables/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-table-tw",
"sideEffects": false,
"version": "10.7.3",
"version": "10.7.4",
"files": [
"lib"
],
Expand All @@ -20,7 +20,7 @@
"chokidar": "chokidar \"**/*.tsx\" \"**/*.ts\" -i \"lib/**/*.d.ts\" -c \"pnpm run build:code\" "
},
"dependencies": {
"@heathmont/moon-core-tw": "workspace:^10.7.3",
"@heathmont/moon-core-tw": "workspace:^10.7.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-table": "7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/tables/src/components/TD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TD = forwardRef<HTMLDivElement, TDProps>(
stickySide === 'right' &&
'before:absolute before:w-px before:bg-beerus before:h-[70%] before:bottom-[15%] before:start-0 before:-ms-2',
isSelected || isHovered
? 'border-piccolo cursor-pointer'
? 'border-piccolo cursor-pointer bg-goku'
: `bg-${backgroundColor} border-${backgroundColor}`,
selectable &&
'ps-2 text-bulma border-t-1 border-t-transparent border-b-1 border-b-transparent',
Expand Down
6 changes: 6 additions & 0 deletions workspaces/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @heathmont/moon-themes-tw

## 10.7.4

### Patch Changes

- Bump version 10.7.4

## 10.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heathmont/moon-themes-tw",
"sideEffects": false,
"version": "10.7.3",
"version": "10.7.4",
"files": [
"lib"
],
Expand Down

0 comments on commit d2751b5

Please sign in to comment.