art-bd-ui 1.0.36 → 1.0.37
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/_virtual/index5.js +8 -2
- package/dist/cjs/_virtual/index6.js +4 -4
- package/dist/cjs/_virtual/index7.js +2 -8
- package/dist/cjs/components/ui/rich-editor/extensions.js +1 -7
- package/dist/cjs/node_modules/@ckeditor/ckeditor5-mention/dist/index.js +1 -1
- package/dist/cjs/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js +1 -1
- package/dist/cjs/node_modules/@ckeditor/ckeditor5-ui/dist/index.js +1 -1
- package/dist/cjs/node_modules/color-parse/index.js +1 -1
- package/dist/cjs/node_modules/prop-types/index.js +1 -1
- package/dist/esm/_virtual/index5.js +6 -2
- package/dist/esm/_virtual/index6.js +4 -4
- package/dist/esm/_virtual/index7.js +2 -6
- package/dist/esm/components/ui/rich-editor/extensions.js +1 -7
- package/dist/esm/node_modules/@ckeditor/ckeditor5-mention/dist/index.js +1 -1
- package/dist/esm/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js +1 -1
- package/dist/esm/node_modules/@ckeditor/ckeditor5-ui/dist/index.js +1 -1
- package/dist/esm/node_modules/color-parse/index.js +1 -1
- package/dist/esm/node_modules/prop-types/index.js +1 -1
- package/dist/types/index.d.ts +12 -12
- package/package.json +1 -1
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
var _commonjsHelpers = require('./_commonjsHelpers.js');
|
|
6
|
+
var index = require('../node_modules/color-name/index.js');
|
|
7
|
+
|
|
8
|
+
var colorNameExports = index.__require();
|
|
9
|
+
var names = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(colorNameExports);
|
|
10
|
+
|
|
11
|
+
exports.default = names;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var _commonjsHelpers = require('./_commonjsHelpers.js');
|
|
6
|
-
var index = require('../node_modules/color-
|
|
6
|
+
var index$1 = require('../node_modules/color-convert/index.js');
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
var
|
|
8
|
+
var colorConvertExports = index$1.__require();
|
|
9
|
+
var index = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(colorConvertExports);
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = index;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
var propTypes = {exports: {}};
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
var index$1 = require('../node_modules/color-convert/index.js');
|
|
7
|
-
|
|
8
|
-
var colorConvertExports = index$1.__require();
|
|
9
|
-
var index = /*@__PURE__*/_commonjsHelpers.getDefaultExportFromCjs(colorConvertExports);
|
|
10
|
-
|
|
11
|
-
exports.default = index;
|
|
5
|
+
exports.__module = propTypes;
|
|
@@ -40,12 +40,6 @@ var code = require('./extensions/code.js');
|
|
|
40
40
|
var subscript = require('./extensions/subscript.js');
|
|
41
41
|
var superscript = require('./extensions/superscript.js');
|
|
42
42
|
var extension = require('./extensions/carousel/extension.js');
|
|
43
|
-
var editor = require('./extensions/carousel/editor.js');
|
|
44
|
-
require('react/jsx-runtime');
|
|
45
|
-
require('react');
|
|
46
|
-
require('../carousel/carousel.js');
|
|
47
|
-
require('../../../node_modules/tslib/tslib.es6.js');
|
|
48
|
-
require('../../forms/file-upload/file-upload.js');
|
|
49
43
|
var columns = require('./extensions/columns.js');
|
|
50
44
|
|
|
51
45
|
/**
|
|
@@ -163,7 +157,7 @@ const EDITOR_EXTENSIONS = [
|
|
|
163
157
|
index$a.TrailingNode,
|
|
164
158
|
index$5.default,
|
|
165
159
|
index$4.default,
|
|
166
|
-
|
|
160
|
+
// CarouselEditor,
|
|
167
161
|
tableActionsExtension.TableActionsExtension,
|
|
168
162
|
tableSelectionOverlay.TableSelectionOverlay,
|
|
169
163
|
tableHoverExtension.TableHoverExtension,
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
require('../../ckeditor5-core/dist/index.js');
|
|
4
4
|
var index = require('../../ckeditor5-utils/dist/index.js');
|
|
5
|
+
require('../../../../_virtual/index5.js');
|
|
5
6
|
require('../../../../_virtual/index6.js');
|
|
6
|
-
require('../../../../_virtual/index7.js');
|
|
7
7
|
require('../../ckeditor5-engine/dist/index.js');
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
var index = require('../../ckeditor5-core/dist/index.js');
|
|
4
4
|
var index$1 = require('../../ckeditor5-utils/dist/index.js');
|
|
5
|
+
require('../../../../_virtual/index5.js');
|
|
5
6
|
require('../../../../_virtual/index6.js');
|
|
6
|
-
require('../../../../_virtual/index7.js');
|
|
7
7
|
require('../../ckeditor5-engine/dist/index.js');
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var index$1 = require('../../ckeditor5-utils/dist/index.js');
|
|
4
4
|
var index = require('../../ckeditor5-core/dist/index.js');
|
|
5
5
|
var index$3 = require('../../../color-parse/index.js');
|
|
6
|
-
var index$2 = require('../../../../_virtual/
|
|
6
|
+
var index$2 = require('../../../../_virtual/index6.js');
|
|
7
7
|
var hex = require('../../../vanilla-colorful/lib/entrypoints/hex.js');
|
|
8
8
|
require('../../ckeditor5-engine/dist/index.js');
|
|
9
9
|
var assignIn = require('../../../lodash-es/assignIn.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var index$1 = require('../../_virtual/
|
|
3
|
+
var index$1 = require('../../_virtual/index7.js');
|
|
4
4
|
var index = require('./node_modules/react-is/index.js');
|
|
5
5
|
var factoryWithTypeCheckers = require('./factoryWithTypeCheckers.js');
|
|
6
6
|
var factoryWithThrowingShims = require('./factoryWithThrowingShims.js');
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
+
import { __require as requireColorName } from '../node_modules/color-name/index.js';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
var colorNameExports = requireColorName();
|
|
5
|
+
var names = /*@__PURE__*/getDefaultExportFromCjs(colorNameExports);
|
|
6
|
+
|
|
7
|
+
export { names as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getDefaultExportFromCjs } from './_commonjsHelpers.js';
|
|
2
|
-
import { __require as
|
|
2
|
+
import { __require as requireColorConvert } from '../node_modules/color-convert/index.js';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var colorConvertExports = requireColorConvert();
|
|
5
|
+
var index = /*@__PURE__*/getDefaultExportFromCjs(colorConvertExports);
|
|
6
6
|
|
|
7
|
-
export {
|
|
7
|
+
export { index as default };
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { __require as requireColorConvert } from '../node_modules/color-convert/index.js';
|
|
1
|
+
var propTypes = {exports: {}};
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
var index = /*@__PURE__*/getDefaultExportFromCjs(colorConvertExports);
|
|
6
|
-
|
|
7
|
-
export { index as default };
|
|
3
|
+
export { propTypes as __module };
|
|
@@ -38,12 +38,6 @@ import { Code } from './extensions/code.js';
|
|
|
38
38
|
import { Subscript } from './extensions/subscript.js';
|
|
39
39
|
import { Superscript } from './extensions/superscript.js';
|
|
40
40
|
import { Carousel } from './extensions/carousel/extension.js';
|
|
41
|
-
import { CarouselEditor } from './extensions/carousel/editor.js';
|
|
42
|
-
import 'react/jsx-runtime';
|
|
43
|
-
import 'react';
|
|
44
|
-
import '../carousel/carousel.js';
|
|
45
|
-
import '../../../node_modules/tslib/tslib.es6.js';
|
|
46
|
-
import '../../forms/file-upload/file-upload.js';
|
|
47
41
|
import { Columns, Column } from './extensions/columns.js';
|
|
48
42
|
|
|
49
43
|
/**
|
|
@@ -161,7 +155,7 @@ const EDITOR_EXTENSIONS = [
|
|
|
161
155
|
TrailingNode,
|
|
162
156
|
index_default$5,
|
|
163
157
|
index_default$4,
|
|
164
|
-
CarouselEditor,
|
|
158
|
+
// CarouselEditor,
|
|
165
159
|
TableActionsExtension,
|
|
166
160
|
TableSelectionOverlay,
|
|
167
161
|
TableHoverExtension,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../../ckeditor5-core/dist/index.js';
|
|
2
2
|
import { keyCodes } from '../../ckeditor5-utils/dist/index.js';
|
|
3
|
+
import '../../../../_virtual/index5.js';
|
|
3
4
|
import '../../../../_virtual/index6.js';
|
|
4
|
-
import '../../../../_virtual/index7.js';
|
|
5
5
|
import '../../ckeditor5-engine/dist/index.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Plugin, Command } from '../../ckeditor5-core/dist/index.js';
|
|
2
2
|
import { first } from '../../ckeditor5-utils/dist/index.js';
|
|
3
|
+
import '../../../../_virtual/index5.js';
|
|
3
4
|
import '../../../../_virtual/index6.js';
|
|
4
|
-
import '../../../../_virtual/index7.js';
|
|
5
5
|
import '../../ckeditor5-engine/dist/index.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEnvKeystrokeText, uid, env, delay, createElement, KeystrokeHandler, FocusTracker, toUnit, global, Rect, DomEmitterMixin, ObservableMixin, Collection, isIterable, CKEditorError, getOptimalPosition, logWarning, isVisible, EmitterMixin, isNode, priorities, isText, ResizeObserver, first, verifyLicense, isRange, toArray } from '../../ckeditor5-utils/dist/index.js';
|
|
2
2
|
import { Plugin, icons, ContextPlugin } from '../../ckeditor5-core/dist/index.js';
|
|
3
3
|
import parse from '../../../color-parse/index.js';
|
|
4
|
-
import * as index from '../../../../_virtual/
|
|
4
|
+
import * as index from '../../../../_virtual/index6.js';
|
|
5
5
|
import { HexBase } from '../../../vanilla-colorful/lib/entrypoints/hex.js';
|
|
6
6
|
import '../../ckeditor5-engine/dist/index.js';
|
|
7
7
|
import assignIn from '../../../lodash-es/assignIn.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as propTypes } from '../../_virtual/
|
|
1
|
+
import { __module as propTypes } from '../../_virtual/index7.js';
|
|
2
2
|
import { __require as requireReactIs } from './node_modules/react-is/index.js';
|
|
3
3
|
import { __require as requireFactoryWithTypeCheckers } from './factoryWithTypeCheckers.js';
|
|
4
4
|
import { __require as requireFactoryWithThrowingShims } from './factoryWithThrowingShims.js';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -167,7 +167,7 @@ interface IconProps$1 extends ComponentPropsWithoutRef<typeof DynamicIcon>, Vari
|
|
|
167
167
|
declare const Icon: React$1.ForwardRefExoticComponent<IconProps$1 & React$1.RefAttributes<SVGSVGElement>>;
|
|
168
168
|
|
|
169
169
|
declare const buttonVariants: (props?: ({
|
|
170
|
-
variant?: "default" | "link" | "
|
|
170
|
+
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
171
171
|
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-md" | "icon-lg" | null | undefined;
|
|
172
172
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
173
173
|
type ButtonProps = ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
@@ -182,7 +182,7 @@ type SeparatorProps = ComponentProps<typeof Root>;
|
|
|
182
182
|
declare const Separator: FC<SeparatorProps>;
|
|
183
183
|
|
|
184
184
|
declare const buttonGroupVariants: (props?: ({
|
|
185
|
-
orientation?: "
|
|
185
|
+
orientation?: "vertical" | "horizontal" | null | undefined;
|
|
186
186
|
groupGap?: "default" | "none" | null | undefined;
|
|
187
187
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
188
188
|
declare function ButtonGroup({ className, orientation, groupGap, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime.JSX.Element;
|
|
@@ -312,7 +312,7 @@ declare function FieldLegend({ className, variant, ...props }: React.ComponentPr
|
|
|
312
312
|
}): react_jsx_runtime.JSX.Element;
|
|
313
313
|
declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
314
314
|
declare const fieldVariants: (props?: ({
|
|
315
|
-
orientation?: "
|
|
315
|
+
orientation?: "vertical" | "horizontal" | "responsive" | null | undefined;
|
|
316
316
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
317
317
|
declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime.JSX.Element;
|
|
318
318
|
declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
@@ -638,8 +638,8 @@ declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<_radix_ui
|
|
|
638
638
|
type ToastActionElement = ReactElement<typeof ToastAction>;
|
|
639
639
|
|
|
640
640
|
declare const textVariants: (props?: ({
|
|
641
|
-
size?:
|
|
642
|
-
weight?: "
|
|
641
|
+
size?: 2 | 1 | 3 | 4 | 8 | 5 | 6 | 9 | 7 | null | undefined;
|
|
642
|
+
weight?: "bold" | "light" | "medium" | "regular" | null | undefined;
|
|
643
643
|
align?: "center" | "right" | "left" | null | undefined;
|
|
644
644
|
color?: "default" | "destructive" | "secondary" | "muted" | "primary" | "accent" | null | undefined;
|
|
645
645
|
truncate?: boolean | null | undefined;
|
|
@@ -650,8 +650,8 @@ type TextProps = {
|
|
|
650
650
|
declare const Text: React$1.ForwardRefExoticComponent<{
|
|
651
651
|
asChild?: boolean;
|
|
652
652
|
} & Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & VariantProps<(props?: ({
|
|
653
|
-
size?:
|
|
654
|
-
weight?: "
|
|
653
|
+
size?: 2 | 1 | 3 | 4 | 8 | 5 | 6 | 9 | 7 | null | undefined;
|
|
654
|
+
weight?: "bold" | "light" | "medium" | "regular" | null | undefined;
|
|
655
655
|
align?: "center" | "right" | "left" | null | undefined;
|
|
656
656
|
color?: "default" | "destructive" | "secondary" | "muted" | "primary" | "accent" | null | undefined;
|
|
657
657
|
truncate?: boolean | null | undefined;
|
|
@@ -662,8 +662,8 @@ declare const Heading: React$1.ForwardRefExoticComponent<{
|
|
|
662
662
|
level?: HeadingLevel;
|
|
663
663
|
asChild?: boolean;
|
|
664
664
|
} & Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & VariantProps<(props?: ({
|
|
665
|
-
size?:
|
|
666
|
-
weight?: "
|
|
665
|
+
size?: 2 | 1 | 3 | 4 | 8 | 5 | 6 | 9 | 7 | null | undefined;
|
|
666
|
+
weight?: "bold" | "light" | "medium" | "regular" | null | undefined;
|
|
667
667
|
align?: "center" | "right" | "left" | null | undefined;
|
|
668
668
|
color?: "default" | "destructive" | "secondary" | "muted" | "primary" | "accent" | null | undefined;
|
|
669
669
|
truncate?: boolean | null | undefined;
|
|
@@ -682,7 +682,7 @@ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div
|
|
|
682
682
|
declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
683
683
|
|
|
684
684
|
declare const badgeVariants: (props?: ({
|
|
685
|
-
variant?: "default" | "
|
|
685
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
686
686
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
687
687
|
type BadgeProps = ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
688
688
|
asChild?: boolean;
|
|
@@ -736,7 +736,7 @@ type CarouselProps = {
|
|
|
736
736
|
declare const Carousel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & CarouselProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
737
737
|
declare const CarouselContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
738
738
|
layout?: "single" | "peek" | "multi" | null | undefined;
|
|
739
|
-
orientation?: "
|
|
739
|
+
orientation?: "vertical" | "horizontal" | null | undefined;
|
|
740
740
|
} & class_variance_authority_types.ClassProp) | undefined) => string> & {
|
|
741
741
|
itemsPerView?: number;
|
|
742
742
|
peekAmount?: string;
|
|
@@ -1169,7 +1169,7 @@ declare const ContextMenuShortcut: {
|
|
|
1169
1169
|
};
|
|
1170
1170
|
|
|
1171
1171
|
declare const dataListVariants: (props?: ({
|
|
1172
|
-
orientation?: "
|
|
1172
|
+
orientation?: "vertical" | "horizontal" | null | undefined;
|
|
1173
1173
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1174
1174
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1175
1175
|
interface DataListProps extends ComponentPropsWithoutRef<"dl">, VariantProps<typeof dataListVariants> {
|