glints-aries 4.0.328 → 4.0.329
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/es/@next/Button/index.d.ts +1 -0
- package/es/@next/Button/index.js +2 -1
- package/es/@next/index.d.ts +1 -1
- package/es/@next/index.js +1 -1
- package/lib/@next/Button/index.d.ts +1 -0
- package/lib/@next/Button/index.js +6 -0
- package/lib/@next/index.d.ts +1 -1
- package/lib/@next/index.js +2 -1
- package/package.json +1 -1
package/es/@next/Button/index.js
CHANGED
|
@@ -2,4 +2,5 @@ export * from './Button';
|
|
|
2
2
|
export * from './DesctructiveButtonStyle';
|
|
3
3
|
export * from './OutlineButtonStyle';
|
|
4
4
|
export * from './OutlineMonochromeStyle';
|
|
5
|
-
export * from './PrimaryButtonStyle';
|
|
5
|
+
export * from './PrimaryButtonStyle';
|
|
6
|
+
export * from './PlainButtonStyle';
|
package/es/@next/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export { Banner } from './Banner';
|
|
|
19
19
|
export type { BarProps } from './Bar';
|
|
20
20
|
export { Bar } from './Bar';
|
|
21
21
|
export type { ButtonProps } from './Button';
|
|
22
|
-
export { Button, DestructiveButton, OutlineButton, OutlineMonochromeButton, PrimaryButton, } from './Button';
|
|
22
|
+
export { Button, DestructiveButton, OutlineButton, OutlineMonochromeButton, PrimaryButton, PlainButton, } from './Button';
|
|
23
23
|
export type { ButtonGroupProps } from './ButtonGroup';
|
|
24
24
|
export { ButtonGroup } from './ButtonGroup';
|
|
25
25
|
export type { CarouselProps } from './Carousel';
|
package/es/@next/index.js
CHANGED
|
@@ -12,7 +12,7 @@ export { Avatar } from './Avatar';
|
|
|
12
12
|
export { Badge } from './Badge';
|
|
13
13
|
export { Banner } from './Banner';
|
|
14
14
|
export { Bar } from './Bar';
|
|
15
|
-
export { Button, DestructiveButton, OutlineButton, OutlineMonochromeButton, PrimaryButton } from './Button';
|
|
15
|
+
export { Button, DestructiveButton, OutlineButton, OutlineMonochromeButton, PrimaryButton, PlainButton } from './Button';
|
|
16
16
|
export { ButtonGroup } from './ButtonGroup';
|
|
17
17
|
export { Carousel } from './Carousel';
|
|
18
18
|
export { Card } from './Card';
|
|
@@ -30,4 +30,10 @@ Object.keys(_PrimaryButtonStyle).forEach(function (key) {
|
|
|
30
30
|
if (key === "default" || key === "__esModule") return;
|
|
31
31
|
if (key in exports && exports[key] === _PrimaryButtonStyle[key]) return;
|
|
32
32
|
exports[key] = _PrimaryButtonStyle[key];
|
|
33
|
+
});
|
|
34
|
+
var _PlainButtonStyle = require("./PlainButtonStyle");
|
|
35
|
+
Object.keys(_PlainButtonStyle).forEach(function (key) {
|
|
36
|
+
if (key === "default" || key === "__esModule") return;
|
|
37
|
+
if (key in exports && exports[key] === _PlainButtonStyle[key]) return;
|
|
38
|
+
exports[key] = _PlainButtonStyle[key];
|
|
33
39
|
});
|
package/lib/@next/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export { Banner } from './Banner';
|
|
|
19
19
|
export type { BarProps } from './Bar';
|
|
20
20
|
export { Bar } from './Bar';
|
|
21
21
|
export type { ButtonProps } from './Button';
|
|
22
|
-
export { Button, DestructiveButton, OutlineButton, OutlineMonochromeButton, PrimaryButton, } from './Button';
|
|
22
|
+
export { Button, DestructiveButton, OutlineButton, OutlineMonochromeButton, PrimaryButton, PlainButton, } from './Button';
|
|
23
23
|
export type { ButtonGroupProps } from './ButtonGroup';
|
|
24
24
|
export { ButtonGroup } from './ButtonGroup';
|
|
25
25
|
export type { CarouselProps } from './Carousel';
|
package/lib/@next/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
|
-
exports.useModal = exports.useIndexResourceState = exports.useAlert = exports.Upload = exports.Typography = exports.Tooltip = exports.TextInput = exports.TextArea = exports.Tag = exports.Tabs = exports.Tab = exports.Switch = exports.Spinner = exports.Spacing = exports.SkeletonText = exports.SkeletonImageSquare = exports.SkeletonImageCircle = exports.SimplePagination = exports.SideSheet = exports.Select = exports.RadioButton = exports.PrimaryButton = exports.Portal = exports.Popover = exports.PasswordInput = exports.Pagination = exports.OutlineMonochromeButton = exports.OutlineButton = exports.NumberInput = exports.ModalWithProvider = exports.ModalProvider = exports.ModalContext = exports.Modal = exports.Menu = exports.Link = exports.InlineError = exports.IndexTable = exports.IconPagination = exports.Icon = exports.Fonts = exports.EmptyState = exports.DropShadow = exports.Divider = exports.DestructiveButton = exports.DataTable = exports.CurrencyInput = exports.Combobox = exports.Colors = exports.Collapse = exports.Checkbox = exports.Carousel = exports.Card = exports.ButtonGroup = exports.Button = exports.Breakpoints = exports.BorderRadius = exports.Bar = exports.Banner = exports.Badge = exports.Avatar = exports.AuthenticationInput = exports.AlertWithProvider = exports.AlertProvider = exports.AlertContext = exports.Alert = exports.ActionList = void 0;
|
|
4
|
+
exports.useModal = exports.useIndexResourceState = exports.useAlert = exports.Upload = exports.Typography = exports.Tooltip = exports.TextInput = exports.TextArea = exports.Tag = exports.Tabs = exports.Tab = exports.Switch = exports.Spinner = exports.Spacing = exports.SkeletonText = exports.SkeletonImageSquare = exports.SkeletonImageCircle = exports.SimplePagination = exports.SideSheet = exports.Select = exports.RadioButton = exports.PrimaryButton = exports.Portal = exports.Popover = exports.PlainButton = exports.PasswordInput = exports.Pagination = exports.OutlineMonochromeButton = exports.OutlineButton = exports.NumberInput = exports.ModalWithProvider = exports.ModalProvider = exports.ModalContext = exports.Modal = exports.Menu = exports.Link = exports.InlineError = exports.IndexTable = exports.IconPagination = exports.Icon = exports.Fonts = exports.EmptyState = exports.DropShadow = exports.Divider = exports.DestructiveButton = exports.DataTable = exports.CurrencyInput = exports.Combobox = exports.Colors = exports.Collapse = exports.Checkbox = exports.Carousel = exports.Card = exports.ButtonGroup = exports.Button = exports.Breakpoints = exports.BorderRadius = exports.Bar = exports.Banner = exports.Badge = exports.Avatar = exports.AuthenticationInput = exports.AlertWithProvider = exports.AlertProvider = exports.AlertContext = exports.Alert = exports.ActionList = void 0;
|
|
5
5
|
var BorderRadius = _interopRequireWildcard(require("./utilities/borderRadius"));
|
|
6
6
|
exports.BorderRadius = BorderRadius;
|
|
7
7
|
var Breakpoints = _interopRequireWildcard(require("./utilities/breakpoints"));
|
|
@@ -38,6 +38,7 @@ exports.DestructiveButton = _Button.DestructiveButton;
|
|
|
38
38
|
exports.OutlineButton = _Button.OutlineButton;
|
|
39
39
|
exports.OutlineMonochromeButton = _Button.OutlineMonochromeButton;
|
|
40
40
|
exports.PrimaryButton = _Button.PrimaryButton;
|
|
41
|
+
exports.PlainButton = _Button.PlainButton;
|
|
41
42
|
var _ButtonGroup = require("./ButtonGroup");
|
|
42
43
|
exports.ButtonGroup = _ButtonGroup.ButtonGroup;
|
|
43
44
|
var _Carousel = require("./Carousel");
|