@kaizen/components 0.0.0-canary-introduce-next-entrypoint-20250225031042 → 0.0.0-canary-introduce-next-entrypoint-20250225045407
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Focusable/Focusable.module.scss.cjs +6 -0
- package/dist/cjs/future.cjs +1 -1
- package/dist/cjs/next.cjs +1 -1
- package/dist/cjs/overlaysV3.cjs +0 -2
- package/dist/esm/Focusable/Focusable.module.scss.mjs +4 -0
- package/dist/esm/future.mjs +1 -1
- package/dist/esm/next.mjs +1 -1
- package/dist/esm/overlaysV3.mjs +0 -1
- package/dist/styles.css +1 -1
- package/dist/types/__next__/Tooltip/index.d.ts +0 -1
- package/dist/types/__next__/index.d.ts +1 -0
- package/package.json +3 -3
- package/src/{__next__/Tooltip/subcomponents/Focusable → Focusable}/_docs/ApiSpecification.mdx +3 -3
- package/src/{__next__/Tooltip/subcomponents/Focusable → Focusable}/_docs/Focusable.stories.tsx +1 -1
- package/src/__next__/Tooltip/_docs/Tooltip.docs.stories.tsx +2 -1
- package/src/__next__/Tooltip/_docs/Tooltip.spec.stories.tsx +2 -1
- package/src/__next__/Tooltip/_docs/Tooltip.stories.tsx +2 -1
- package/src/__next__/Tooltip/index.ts +0 -1
- package/src/__next__/index.ts +4 -0
- package/dist/cjs/__next__/Tooltip/subcomponents/Focusable/Focusable.module.scss.cjs +0 -6
- package/dist/esm/__next__/Tooltip/subcomponents/Focusable/Focusable.module.scss.mjs +0 -4
- /package/dist/cjs/{__next__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.cjs +0 -0
- /package/dist/esm/{__next__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.mjs +0 -0
- /package/dist/types/{__next__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.d.ts +0 -0
- /package/dist/types/{__next__/Tooltip/subcomponents/Focusable → Focusable}/index.d.ts +0 -0
- /package/src/{__next__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.module.scss +0 -0
- /package/src/{__next__/Tooltip/subcomponents/Focusable → Focusable}/Focusable.tsx +0 -0
- /package/src/{__next__/Tooltip/subcomponents/Focusable → Focusable}/index.ts +0 -0
package/dist/cjs/future.cjs
CHANGED
|
@@ -17,7 +17,7 @@ var TabList = require('./__next__/Tabs/subcomponents/TabList/TabList.cjs');
|
|
|
17
17
|
var TabPanel = require('./__next__/Tabs/subcomponents/TabPanel/TabPanel.cjs');
|
|
18
18
|
var Tooltip = require('./__next__/Tooltip/Tooltip.cjs');
|
|
19
19
|
var TooltipTrigger = require('./__next__/Tooltip/TooltipTrigger.cjs');
|
|
20
|
-
var Focusable = require('./
|
|
20
|
+
var Focusable = require('./Focusable/Focusable.cjs');
|
|
21
21
|
var reactAriaComponents = require('react-aria-components');
|
|
22
22
|
exports.Button = Button.Button;
|
|
23
23
|
exports.Icon = Icon.Icon;
|
package/dist/cjs/next.cjs
CHANGED
|
@@ -17,7 +17,7 @@ var TabList = require('./__next__/Tabs/subcomponents/TabList/TabList.cjs');
|
|
|
17
17
|
var TabPanel = require('./__next__/Tabs/subcomponents/TabPanel/TabPanel.cjs');
|
|
18
18
|
var Tooltip = require('./__next__/Tooltip/Tooltip.cjs');
|
|
19
19
|
var TooltipTrigger = require('./__next__/Tooltip/TooltipTrigger.cjs');
|
|
20
|
-
var Focusable = require('./
|
|
20
|
+
var Focusable = require('./Focusable/Focusable.cjs');
|
|
21
21
|
var reactAriaComponents = require('react-aria-components');
|
|
22
22
|
exports.Button = Button.Button;
|
|
23
23
|
exports.Icon = Icon.Icon;
|
package/dist/cjs/overlaysV3.cjs
CHANGED
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var Tooltip = require('./__next__/Tooltip/Tooltip.cjs');
|
|
4
4
|
var TooltipTrigger = require('./__next__/Tooltip/TooltipTrigger.cjs');
|
|
5
|
-
var Focusable = require('./__next__/Tooltip/subcomponents/Focusable/Focusable.cjs');
|
|
6
5
|
var reactAriaComponents = require('react-aria-components');
|
|
7
6
|
exports.Tooltip = Tooltip.Tooltip;
|
|
8
7
|
exports.TooltipTrigger = TooltipTrigger.TooltipTrigger;
|
|
9
|
-
exports.Focusable = Focusable.Focusable;
|
|
10
8
|
Object.defineProperty(exports, "TooltipContext", {
|
|
11
9
|
enumerable: true,
|
|
12
10
|
get: function () {
|
package/dist/esm/future.mjs
CHANGED
|
@@ -15,5 +15,5 @@ export { TabList } from './__next__/Tabs/subcomponents/TabList/TabList.mjs';
|
|
|
15
15
|
export { TabPanel } from './__next__/Tabs/subcomponents/TabPanel/TabPanel.mjs';
|
|
16
16
|
export { Tooltip } from './__next__/Tooltip/Tooltip.mjs';
|
|
17
17
|
export { TooltipTrigger } from './__next__/Tooltip/TooltipTrigger.mjs';
|
|
18
|
-
export { Focusable } from './
|
|
18
|
+
export { Focusable } from './Focusable/Focusable.mjs';
|
|
19
19
|
export { TooltipContext } from 'react-aria-components';
|
package/dist/esm/next.mjs
CHANGED
|
@@ -15,5 +15,5 @@ export { TabList } from './__next__/Tabs/subcomponents/TabList/TabList.mjs';
|
|
|
15
15
|
export { TabPanel } from './__next__/Tabs/subcomponents/TabPanel/TabPanel.mjs';
|
|
16
16
|
export { Tooltip } from './__next__/Tooltip/Tooltip.mjs';
|
|
17
17
|
export { TooltipTrigger } from './__next__/Tooltip/TooltipTrigger.mjs';
|
|
18
|
-
export { Focusable } from './
|
|
18
|
+
export { Focusable } from './Focusable/Focusable.mjs';
|
|
19
19
|
export { TooltipContext } from 'react-aria-components';
|
package/dist/esm/overlaysV3.mjs
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export { Tooltip } from './__next__/Tooltip/Tooltip.mjs';
|
|
2
2
|
export { TooltipTrigger } from './__next__/Tooltip/TooltipTrigger.mjs';
|
|
3
|
-
export { Focusable } from './__next__/Tooltip/subcomponents/Focusable/Focusable.mjs';
|
|
4
3
|
export { TooltipContext } from 'react-aria-components';
|
package/dist/styles.css
CHANGED
|
@@ -5809,7 +5809,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
|
|
|
5809
5809
|
opacity: 1;
|
|
5810
5810
|
}
|
|
5811
5811
|
}
|
|
5812
|
-
.Focusable-
|
|
5812
|
+
.Focusable-module_focusableWrapper__zd-5E {
|
|
5813
5813
|
display: inline-flex;
|
|
5814
5814
|
}
|
|
5815
5815
|
.NotificationIcon-module_notificationIcon__4xH0m {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/components",
|
|
3
|
-
"version": "0.0.0-canary-introduce-next-entrypoint-
|
|
3
|
+
"version": "0.0.0-canary-introduce-next-entrypoint-20250225045407",
|
|
4
4
|
"description": "Kaizen component library",
|
|
5
5
|
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
|
|
6
6
|
"homepage": "https://cultureamp.design",
|
|
@@ -185,8 +185,8 @@
|
|
|
185
185
|
"svgo": "^3.3.2",
|
|
186
186
|
"tslib": "^2.8.1",
|
|
187
187
|
"tsx": "^4.19.2",
|
|
188
|
-
"@kaizen/
|
|
189
|
-
"@kaizen/
|
|
188
|
+
"@kaizen/package-bundler": "2.0.4",
|
|
189
|
+
"@kaizen/design-tokens": "10.8.7"
|
|
190
190
|
},
|
|
191
191
|
"devDependenciesComments": {
|
|
192
192
|
"sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
|
package/src/{__next__/Tooltip/subcomponents/Focusable → Focusable}/_docs/ApiSpecification.mdx
RENAMED
|
@@ -2,18 +2,18 @@ import { Canvas, Controls, Meta } from '@storybook/blocks'
|
|
|
2
2
|
import { KAIOInstallation, ResourceLinks } from '~storybook/components'
|
|
3
3
|
import * as exampleStories from './Focusable.stories'
|
|
4
4
|
|
|
5
|
-
<Meta title="Components/
|
|
5
|
+
<Meta title="Components/Focusable/API Specification" />
|
|
6
6
|
|
|
7
7
|
# Focusable API Specification
|
|
8
8
|
|
|
9
9
|
Updated June 25, 2024
|
|
10
10
|
|
|
11
11
|
<ResourceLinks
|
|
12
|
-
sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/
|
|
12
|
+
sourceCode="https://github.com/cultureamp/kaizen-design-system/tree/main/packages/components/src/Focusable"
|
|
13
13
|
className="mt-16 !mb-8"
|
|
14
14
|
/>
|
|
15
15
|
|
|
16
|
-
<KAIOInstallation exportNames={['Focusable']}
|
|
16
|
+
<KAIOInstallation exportNames={['Focusable']} />
|
|
17
17
|
|
|
18
18
|
## Overview
|
|
19
19
|
|
|
@@ -3,11 +3,12 @@ import { type Meta, type StoryObj } from '@storybook/react'
|
|
|
3
3
|
import isChromatic from 'chromatic'
|
|
4
4
|
import { Button, IconButton } from '~components/Button'
|
|
5
5
|
import { FieldMessage } from '~components/FieldMessage'
|
|
6
|
+
import { Focusable } from '~components/Focusable'
|
|
6
7
|
import { Input } from '~components/Input'
|
|
7
8
|
import { Label } from '~components/Label'
|
|
8
9
|
import { Text } from '~components/Text'
|
|
9
10
|
import { Icon } from '~components/__next__/Icon'
|
|
10
|
-
import {
|
|
11
|
+
import { Tooltip, TooltipTrigger } from '../index'
|
|
11
12
|
import * as TestStories from './Tooltip.spec.stories'
|
|
12
13
|
|
|
13
14
|
const meta = {
|
|
@@ -3,11 +3,12 @@ import { type Meta, type StoryObj } from '@storybook/react'
|
|
|
3
3
|
import { expect, userEvent, waitFor, within } from '@storybook/test'
|
|
4
4
|
import isChromatic from 'chromatic'
|
|
5
5
|
import { Button, IconButton } from '~components/Button'
|
|
6
|
+
import { Focusable } from '~components/Focusable'
|
|
6
7
|
import { Tab, TabList, TabPanel, TabPanels, Tabs } from '~components/Tabs'
|
|
7
8
|
import { Text } from '~components/Text'
|
|
8
9
|
import { Icon } from '~components/__next__/Icon'
|
|
9
10
|
import { Tag } from '~components/__next__/Tag'
|
|
10
|
-
import {
|
|
11
|
+
import { Tooltip, TooltipTrigger } from '../index'
|
|
11
12
|
|
|
12
13
|
const meta = {
|
|
13
14
|
title: 'Components/Tooltip/Tooltip (next)/Tests',
|
|
@@ -2,8 +2,9 @@ import React, { type FunctionComponent } from 'react'
|
|
|
2
2
|
import { type Meta, type StoryObj } from '@storybook/react'
|
|
3
3
|
import isChromatic from 'chromatic'
|
|
4
4
|
import { Button } from '~components/Button'
|
|
5
|
+
import { Focusable } from '~components/Focusable'
|
|
5
6
|
import { Tag } from '~components/__next__'
|
|
6
|
-
import {
|
|
7
|
+
import { Tooltip, TooltipTrigger } from '../index'
|
|
7
8
|
import * as testStories from './Tooltip.spec.stories'
|
|
8
9
|
|
|
9
10
|
const meta = {
|
package/src/__next__/index.ts
CHANGED
|
@@ -5,3 +5,7 @@ export * from './Select'
|
|
|
5
5
|
export * from './Tag'
|
|
6
6
|
export * from './Tabs'
|
|
7
7
|
export * from './Tooltip'
|
|
8
|
+
|
|
9
|
+
// This Focusable component was originally exported from here, but since moved to the main entry point because there's no name clash.
|
|
10
|
+
// This is just here to keep backwards compatibility until the 2.0 release
|
|
11
|
+
export * from '../Focusable'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|