newskit 7.1.0 → 7.2.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 (131) hide show
  1. package/cjs/assistive-text/assistive-text.js +1 -1
  2. package/cjs/assistive-text/assistive-text.js.map +1 -1
  3. package/cjs/card/style-presets.d.ts.map +1 -1
  4. package/cjs/card/style-presets.js +0 -6
  5. package/cjs/card/style-presets.js.map +1 -1
  6. package/cjs/card-composable/card-composable.d.ts +97 -0
  7. package/cjs/card-composable/card-composable.d.ts.map +1 -0
  8. package/cjs/card-composable/card-composable.js +93 -0
  9. package/cjs/card-composable/card-composable.js.map +1 -0
  10. package/cjs/card-composable/context.d.ts +8 -0
  11. package/cjs/card-composable/context.d.ts.map +1 -0
  12. package/cjs/card-composable/context.js +18 -0
  13. package/cjs/card-composable/context.js.map +1 -0
  14. package/cjs/card-composable/defaults.d.ts +12 -0
  15. package/cjs/card-composable/defaults.d.ts.map +1 -0
  16. package/cjs/card-composable/defaults.js +13 -0
  17. package/cjs/card-composable/defaults.js.map +1 -0
  18. package/cjs/card-composable/index.d.ts +3 -0
  19. package/cjs/card-composable/index.d.ts.map +1 -0
  20. package/cjs/card-composable/index.js +14 -0
  21. package/cjs/card-composable/index.js.map +1 -0
  22. package/cjs/card-composable/style-presets.d.ts +4 -0
  23. package/cjs/card-composable/style-presets.d.ts.map +1 -0
  24. package/cjs/card-composable/style-presets.js +4 -0
  25. package/cjs/card-composable/style-presets.js.map +1 -0
  26. package/cjs/card-composable/styled.d.ts +143 -0
  27. package/cjs/card-composable/styled.d.ts.map +1 -0
  28. package/cjs/card-composable/styled.js +25 -0
  29. package/cjs/card-composable/styled.js.map +1 -0
  30. package/cjs/card-composable/types.d.ts +26 -0
  31. package/cjs/card-composable/types.d.ts.map +1 -0
  32. package/cjs/card-composable/types.js +3 -0
  33. package/cjs/card-composable/types.js.map +1 -0
  34. package/cjs/date-time/date-time.d.ts +1 -1
  35. package/cjs/date-time/date-time.d.ts.map +1 -1
  36. package/cjs/date-time/date-time.js +12 -5
  37. package/cjs/date-time/date-time.js.map +1 -1
  38. package/cjs/date-time/types.d.ts +1 -0
  39. package/cjs/date-time/types.d.ts.map +1 -1
  40. package/cjs/form/context.d.ts +2 -18
  41. package/cjs/form/context.d.ts.map +1 -1
  42. package/cjs/form/utils.d.ts +2 -2
  43. package/cjs/icons/filled/custom/icon-filled-figma.d.ts.map +1 -1
  44. package/cjs/icons/filled/custom/icon-filled-figma.js +5 -5
  45. package/cjs/icons/filled/custom/icon-filled-figma.js.map +1 -1
  46. package/cjs/icons/filled/custom/index.d.ts +7 -7
  47. package/cjs/icons/filled/custom/index.d.ts.map +1 -1
  48. package/cjs/icons/filled/custom/index.js +7 -7
  49. package/cjs/icons/filled/custom/index.js.map +1 -1
  50. package/cjs/icons/filled/material/icon-filled-control-point.d.ts +2 -0
  51. package/cjs/icons/filled/material/icon-filled-control-point.js +11 -0
  52. package/cjs/icons/filled/material/index.d.ts +1 -0
  53. package/cjs/icons/filled/material/index.js +4 -2
  54. package/cjs/icons/outlined/material/icon-outlined-control-point.d.ts +2 -0
  55. package/cjs/icons/outlined/material/icon-outlined-control-point.js +11 -0
  56. package/cjs/icons/outlined/material/index.d.ts +1 -0
  57. package/cjs/icons/outlined/material/index.js +4 -2
  58. package/cjs/index.d.ts +1 -0
  59. package/cjs/index.d.ts.map +1 -1
  60. package/cjs/index.js +1 -0
  61. package/cjs/index.js.map +1 -1
  62. package/cjs/theme/foundations/colors.js +1 -1
  63. package/cjs/theme/presets/style-presets.js +6 -0
  64. package/cjs/theme/presets/style-presets.js.map +1 -1
  65. package/cjs/version-number.json +1 -1
  66. package/esm/assistive-text/assistive-text.js +1 -1
  67. package/esm/assistive-text/assistive-text.js.map +1 -1
  68. package/esm/card/style-presets.d.ts.map +1 -1
  69. package/esm/card/style-presets.js +0 -6
  70. package/esm/card/style-presets.js.map +1 -1
  71. package/esm/card-composable/card-composable.d.ts +97 -0
  72. package/esm/card-composable/card-composable.d.ts.map +1 -0
  73. package/esm/card-composable/card-composable.js +68 -0
  74. package/esm/card-composable/card-composable.js.map +1 -0
  75. package/esm/card-composable/context.d.ts +8 -0
  76. package/esm/card-composable/context.d.ts.map +1 -0
  77. package/esm/card-composable/context.js +14 -0
  78. package/esm/card-composable/context.js.map +1 -0
  79. package/esm/card-composable/defaults.d.ts +12 -0
  80. package/esm/card-composable/defaults.d.ts.map +1 -0
  81. package/esm/card-composable/defaults.js +11 -0
  82. package/esm/card-composable/defaults.js.map +1 -0
  83. package/esm/card-composable/index.d.ts +3 -0
  84. package/esm/card-composable/index.d.ts.map +1 -0
  85. package/esm/card-composable/index.js +2 -0
  86. package/esm/card-composable/index.js.map +1 -0
  87. package/esm/card-composable/style-presets.d.ts +4 -0
  88. package/esm/card-composable/style-presets.d.ts.map +1 -0
  89. package/esm/card-composable/style-presets.js +2 -0
  90. package/esm/card-composable/style-presets.js.map +1 -0
  91. package/esm/card-composable/styled.d.ts +143 -0
  92. package/esm/card-composable/styled.d.ts.map +1 -0
  93. package/esm/card-composable/styled.js +22 -0
  94. package/esm/card-composable/styled.js.map +1 -0
  95. package/esm/card-composable/types.d.ts +26 -0
  96. package/esm/card-composable/types.d.ts.map +1 -0
  97. package/esm/card-composable/types.js +2 -0
  98. package/esm/card-composable/types.js.map +1 -0
  99. package/esm/date-time/date-time.d.ts +1 -1
  100. package/esm/date-time/date-time.d.ts.map +1 -1
  101. package/esm/date-time/date-time.js +12 -5
  102. package/esm/date-time/date-time.js.map +1 -1
  103. package/esm/date-time/types.d.ts +1 -0
  104. package/esm/date-time/types.d.ts.map +1 -1
  105. package/esm/form/context.d.ts +2 -18
  106. package/esm/form/context.d.ts.map +1 -1
  107. package/esm/form/utils.d.ts +2 -2
  108. package/esm/icons/filled/custom/icon-filled-figma.d.ts.map +1 -1
  109. package/esm/icons/filled/custom/icon-filled-figma.js +5 -5
  110. package/esm/icons/filled/custom/icon-filled-figma.js.map +1 -1
  111. package/esm/icons/filled/custom/index.d.ts +7 -7
  112. package/esm/icons/filled/custom/index.d.ts.map +1 -1
  113. package/esm/icons/filled/custom/index.js +7 -7
  114. package/esm/icons/filled/custom/index.js.map +1 -1
  115. package/esm/icons/filled/material/icon-filled-control-point.d.ts +2 -0
  116. package/esm/icons/filled/material/icon-filled-control-point.js +8 -0
  117. package/esm/icons/filled/material/index.d.ts +1 -0
  118. package/esm/icons/filled/material/index.js +1 -0
  119. package/esm/icons/outlined/material/icon-outlined-control-point.d.ts +2 -0
  120. package/esm/icons/outlined/material/icon-outlined-control-point.js +8 -0
  121. package/esm/icons/outlined/material/index.d.ts +1 -0
  122. package/esm/icons/outlined/material/index.js +1 -0
  123. package/esm/index.d.ts +1 -0
  124. package/esm/index.d.ts.map +1 -1
  125. package/esm/index.js +1 -0
  126. package/esm/index.js.map +1 -1
  127. package/esm/theme/foundations/colors.js +1 -1
  128. package/esm/theme/presets/style-presets.js +6 -0
  129. package/esm/theme/presets/style-presets.js.map +1 -1
  130. package/esm/version-number.json +1 -1
  131. package/package.json +2 -2
@@ -0,0 +1,68 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import * as React from 'react';
24
+ import { Image } from '../image';
25
+ import { StyledActions, StyledCard, StyledContent, StyledLink, StyledMedia, } from './styled';
26
+ import { useTheme } from '../theme';
27
+ import { filterOutFalsyProperties } from '../utils/filter-object';
28
+ import { withOwnTheme } from '../utils/with-own-theme';
29
+ import defaults from './defaults';
30
+ import stylePresets from './style-presets';
31
+ import { CardProvider, useCardContext } from './context';
32
+ var useGetOverrides = function (_a, componentName) {
33
+ var overrides = _a.overrides;
34
+ var theme = useTheme();
35
+ return __assign(__assign({}, theme.componentDefaults[componentName]), filterOutFalsyProperties(overrides));
36
+ };
37
+ var defaultAreas = "\n media\n content\n actions\n ";
38
+ var ThemelessCardComposable = React.forwardRef(function (_a, ref) {
39
+ var children = _a.children, _b = _a.areas, areas = _b === void 0 ? defaultAreas : _b, props = __rest(_a, ["children", "areas"]);
40
+ var overrides = useGetOverrides(props, 'cardComposable');
41
+ return (React.createElement(CardProvider, { value: { useAreas: Boolean(areas) } },
42
+ React.createElement(StyledCard, __assign({ ref: ref, areas: areas }, props, { overrides: overrides }), children)));
43
+ });
44
+ export var CardComposable = withOwnTheme(ThemelessCardComposable)({
45
+ defaults: defaults,
46
+ stylePresets: stylePresets,
47
+ });
48
+ export var CardMedia = React.forwardRef(function (_a, ref) {
49
+ var media = _a.media, children = _a.children, props = __rest(_a, ["media", "children"]);
50
+ var useAreas = useCardContext().useAreas;
51
+ var overrides = useGetOverrides(props, 'cardMedia');
52
+ return (React.createElement(StyledMedia, __assign({ ref: ref, areaName: useAreas ? 'media' : undefined, overrides: overrides }, props), children || React.createElement(Image, __assign({ alt: "" }, media))));
53
+ });
54
+ export var CardContent = React.forwardRef(function (props, ref) {
55
+ var useAreas = useCardContext().useAreas;
56
+ var overrides = useGetOverrides(props, 'cardContent');
57
+ return (React.createElement(StyledContent, __assign({ ref: ref, areaName: useAreas ? 'content' : undefined, justifyItems: "start", alignItems: "start", overrides: overrides }, props)));
58
+ });
59
+ export var CardActions = React.forwardRef(function (props, ref) {
60
+ var useAreas = useCardContext().useAreas;
61
+ var overrides = useGetOverrides(props, 'cardActions');
62
+ return (React.createElement(StyledActions, __assign({ ref: ref, areaName: useAreas ? 'actions' : undefined, justifyContent: "start", alignItems: "start", overrides: overrides }, props)));
63
+ });
64
+ export var CardLink = React.forwardRef(function (props, ref) {
65
+ var overrides = useGetOverrides(props, 'cardLink');
66
+ return React.createElement(StyledLink, __assign({ ref: ref, overrides: overrides }, props));
67
+ });
68
+ //# sourceMappingURL=card-composable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card-composable.js","sourceRoot":"","sources":["../../../src/card-composable/card-composable.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare const CardProvider: import("react").Provider<{
3
+ useAreas: boolean;
4
+ }>;
5
+ export declare const useCardContext: () => {
6
+ useAreas: boolean;
7
+ };
8
+ //# sourceMappingURL=context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/card-composable/context.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,YAAY;;EAAuB,CAAC;AAEjD,eAAO,MAAM,cAAc;;CAe1B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { createContext, useContext } from 'react';
2
+ var CardContext = createContext({ useAreas: false });
3
+ export var CardProvider = CardContext.Provider;
4
+ export var useCardContext = function () {
5
+ var context = useContext(CardContext);
6
+ /* istanbul ignore if */
7
+ if (process.env.NODE_ENV !== 'production' &&
8
+ Object.keys(context).length === 0) {
9
+ // eslint-disable-next-line no-console
10
+ console.error('You are using a component which needs to be a child of <CardComposable />');
11
+ }
12
+ return context;
13
+ };
14
+ //# sourceMappingURL=context.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../../src/card-composable/context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAE,UAAU,EAAC,MAAM,OAAO,CAAC;AAEhD,IAAM,WAAW,GAAG,aAAa,CAAC,EAAC,QAAQ,EAAE,KAAK,EAAC,CAAC,CAAC;AAErD,MAAM,CAAC,IAAM,YAAY,GAAG,WAAW,CAAC,QAAQ,CAAC;AAEjD,MAAM,CAAC,IAAM,cAAc,GAAG;IAC5B,IAAM,OAAO,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IAExC,wBAAwB;IACxB,IACE,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY;QACrC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,MAAM,KAAK,CAAC,EACjC;QACA,sCAAsC;QACtC,OAAO,CAAC,KAAK,CACX,2EAA2E,CAC5E,CAAC;KACH;IAED,OAAO,OAAO,CAAC;AACjB,CAAC,CAAC"}
@@ -0,0 +1,12 @@
1
+ declare const _default: {
2
+ cardComposable: {
3
+ stylePreset: string;
4
+ transitionPreset: string;
5
+ };
6
+ cardMedia: {};
7
+ cardContent: {};
8
+ cardActions: {};
9
+ cardLink: {};
10
+ };
11
+ export default _default;
12
+ //# sourceMappingURL=defaults.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../src/card-composable/defaults.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,wBASE"}
@@ -0,0 +1,11 @@
1
+ export default {
2
+ cardComposable: {
3
+ stylePreset: 'cardContainer',
4
+ transitionPreset: 'backgroundColorChange',
5
+ },
6
+ cardMedia: {},
7
+ cardContent: {},
8
+ cardActions: {},
9
+ cardLink: {},
10
+ };
11
+ //# sourceMappingURL=defaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaults.js","sourceRoot":"","sources":["../../../src/card-composable/defaults.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,cAAc,EAAE;QACd,WAAW,EAAE,eAAe;QAC5B,gBAAgB,EAAE,uBAAuB;KAC1C;IACD,SAAS,EAAE,EAAE;IACb,WAAW,EAAE,EAAE;IACf,WAAW,EAAE,EAAE;IACf,QAAQ,EAAE,EAAE;CACb,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './card-composable';
2
+ export type { CardComposableProps, CardMediaProps, CardContentProps, CardActionsProps, CardLinkProps, } from './types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/card-composable/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,YAAY,EACV,mBAAmB,EACnB,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,GACd,MAAM,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './card-composable';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/card-composable/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StylePreset } from '../theme/types';
2
+ declare const _default: Record<string, StylePreset>;
3
+ export default _default;
4
+ //# sourceMappingURL=style-presets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style-presets.d.ts","sourceRoot":"","sources":["../../../src/card-composable/style-presets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;;AAE3C,wBAAiD"}
@@ -0,0 +1,2 @@
1
+ export default {};
2
+ //# sourceMappingURL=style-presets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style-presets.js","sourceRoot":"","sources":["../../../src/card-composable/style-presets.ts"],"names":[],"mappings":"AAEA,eAAe,EAAiC,CAAC"}
@@ -0,0 +1,143 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledCard: import("@emotion/styled").StyledComponent<{
3
+ rowGap?: import("../utils/style").MQ<string> | undefined;
4
+ columnGap?: import("../utils/style").MQ<string> | undefined;
5
+ rows?: import("../utils/style").MQ<string> | undefined;
6
+ columns?: import("../utils/style").MQ<string> | undefined;
7
+ justifyContent?: import("../utils/style").MQ<string> | undefined;
8
+ alignContent?: import("../utils/style").MQ<string> | undefined;
9
+ justifyItems?: import("../utils/style").MQ<string> | undefined;
10
+ alignItems?: import("../utils/style").MQ<string> | undefined;
11
+ areas?: import("../utils/style").MQ<string> | undefined;
12
+ inline?: import("../utils/style").MQ<boolean> | undefined;
13
+ autoColumns?: import("../utils/style").MQ<string> | undefined;
14
+ autoRows?: import("../utils/style").MQ<string> | undefined;
15
+ autoFlow?: import("../utils/style").MQ<string> | undefined;
16
+ children?: import("react").ReactNode | import("../grid-layout/types").GridLayoutRenderProps;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ overrides?: ({
19
+ width?: import("../utils/style").MQ<string> | undefined;
20
+ minWidth?: import("../utils/style").MQ<string> | undefined;
21
+ maxWidth?: import("../utils/style").MQ<string> | undefined;
22
+ height?: import("../utils/style").MQ<string> | undefined;
23
+ minHeight?: import("../utils/style").MQ<string> | undefined;
24
+ maxHeight?: import("../utils/style").MQ<string> | undefined;
25
+ } & import("../utils/logical-properties").LogicalProps) | undefined;
26
+ } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "children"> & import("react").RefAttributes<HTMLDivElement> & {
27
+ theme?: import("@emotion/react").Theme | undefined;
28
+ } & {
29
+ overrides?: {
30
+ stylePreset?: import("../utils/style").MQ<string> | undefined;
31
+ transitionPreset?: import("..").TransitionToken | import("..").TransitionToken[] | undefined;
32
+ } | undefined;
33
+ } & {
34
+ areaName?: string | undefined;
35
+ }, {}, {}>;
36
+ export declare const StyledMedia: import("@emotion/styled").StyledComponent<{
37
+ rowGap?: import("../utils/style").MQ<string> | undefined;
38
+ columnGap?: import("../utils/style").MQ<string> | undefined;
39
+ rows?: import("../utils/style").MQ<string> | undefined;
40
+ columns?: import("../utils/style").MQ<string> | undefined;
41
+ justifyContent?: import("../utils/style").MQ<string> | undefined;
42
+ alignContent?: import("../utils/style").MQ<string> | undefined;
43
+ justifyItems?: import("../utils/style").MQ<string> | undefined;
44
+ alignItems?: import("../utils/style").MQ<string> | undefined;
45
+ areas?: import("../utils/style").MQ<string> | undefined;
46
+ inline?: import("../utils/style").MQ<boolean> | undefined;
47
+ autoColumns?: import("../utils/style").MQ<string> | undefined;
48
+ autoRows?: import("../utils/style").MQ<string> | undefined;
49
+ autoFlow?: import("../utils/style").MQ<string> | undefined;
50
+ children?: import("react").ReactNode | import("../grid-layout/types").GridLayoutRenderProps;
51
+ as?: import("react").ElementType<any> | undefined;
52
+ overrides?: ({
53
+ width?: import("../utils/style").MQ<string> | undefined;
54
+ minWidth?: import("../utils/style").MQ<string> | undefined;
55
+ maxWidth?: import("../utils/style").MQ<string> | undefined;
56
+ height?: import("../utils/style").MQ<string> | undefined;
57
+ minHeight?: import("../utils/style").MQ<string> | undefined;
58
+ maxHeight?: import("../utils/style").MQ<string> | undefined;
59
+ } & import("../utils/logical-properties").LogicalProps) | undefined;
60
+ } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "children"> & import("react").RefAttributes<HTMLDivElement> & {
61
+ theme?: import("@emotion/react").Theme | undefined;
62
+ } & {
63
+ overrides?: {
64
+ stylePreset?: import("../utils/style").MQ<string> | undefined;
65
+ transitionPreset?: import("..").TransitionToken | import("..").TransitionToken[] | undefined;
66
+ } | undefined;
67
+ } & {
68
+ areaName?: string | undefined;
69
+ }, {}, {}>;
70
+ export declare const StyledContent: import("@emotion/styled").StyledComponent<{
71
+ rowGap?: import("../utils/style").MQ<string> | undefined;
72
+ columnGap?: import("../utils/style").MQ<string> | undefined;
73
+ rows?: import("../utils/style").MQ<string> | undefined;
74
+ columns?: import("../utils/style").MQ<string> | undefined;
75
+ justifyContent?: import("../utils/style").MQ<string> | undefined;
76
+ alignContent?: import("../utils/style").MQ<string> | undefined;
77
+ justifyItems?: import("../utils/style").MQ<string> | undefined;
78
+ alignItems?: import("../utils/style").MQ<string> | undefined;
79
+ areas?: import("../utils/style").MQ<string> | undefined;
80
+ inline?: import("../utils/style").MQ<boolean> | undefined;
81
+ autoColumns?: import("../utils/style").MQ<string> | undefined;
82
+ autoRows?: import("../utils/style").MQ<string> | undefined;
83
+ autoFlow?: import("../utils/style").MQ<string> | undefined;
84
+ children?: import("react").ReactNode | import("../grid-layout/types").GridLayoutRenderProps;
85
+ as?: import("react").ElementType<any> | undefined;
86
+ overrides?: ({
87
+ width?: import("../utils/style").MQ<string> | undefined;
88
+ minWidth?: import("../utils/style").MQ<string> | undefined;
89
+ maxWidth?: import("../utils/style").MQ<string> | undefined;
90
+ height?: import("../utils/style").MQ<string> | undefined;
91
+ minHeight?: import("../utils/style").MQ<string> | undefined;
92
+ maxHeight?: import("../utils/style").MQ<string> | undefined;
93
+ } & import("../utils/logical-properties").LogicalProps) | undefined;
94
+ } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "children"> & import("react").RefAttributes<HTMLDivElement> & {
95
+ theme?: import("@emotion/react").Theme | undefined;
96
+ } & {
97
+ overrides?: {
98
+ stylePreset?: import("../utils/style").MQ<string> | undefined;
99
+ transitionPreset?: import("..").TransitionToken | import("..").TransitionToken[] | undefined;
100
+ } | undefined;
101
+ } & {
102
+ areaName?: string | undefined;
103
+ }, {}, {}>;
104
+ export declare const StyledActions: import("@emotion/styled").StyledComponent<{
105
+ rowGap?: import("../utils/style").MQ<string> | undefined;
106
+ columnGap?: import("../utils/style").MQ<string> | undefined;
107
+ rows?: import("../utils/style").MQ<string> | undefined;
108
+ columns?: import("../utils/style").MQ<string> | undefined;
109
+ justifyContent?: import("../utils/style").MQ<string> | undefined;
110
+ alignContent?: import("../utils/style").MQ<string> | undefined;
111
+ justifyItems?: import("../utils/style").MQ<string> | undefined;
112
+ alignItems?: import("../utils/style").MQ<string> | undefined;
113
+ areas?: import("../utils/style").MQ<string> | undefined;
114
+ inline?: import("../utils/style").MQ<boolean> | undefined;
115
+ autoColumns?: import("../utils/style").MQ<string> | undefined;
116
+ autoRows?: import("../utils/style").MQ<string> | undefined;
117
+ autoFlow?: import("../utils/style").MQ<string> | undefined;
118
+ children?: import("react").ReactNode | import("../grid-layout/types").GridLayoutRenderProps;
119
+ as?: import("react").ElementType<any> | undefined;
120
+ overrides?: ({
121
+ width?: import("../utils/style").MQ<string> | undefined;
122
+ minWidth?: import("../utils/style").MQ<string> | undefined;
123
+ maxWidth?: import("../utils/style").MQ<string> | undefined;
124
+ height?: import("../utils/style").MQ<string> | undefined;
125
+ minHeight?: import("../utils/style").MQ<string> | undefined;
126
+ maxHeight?: import("../utils/style").MQ<string> | undefined;
127
+ } & import("../utils/logical-properties").LogicalProps) | undefined;
128
+ } & Omit<import("react").HTMLAttributes<HTMLDivElement>, "children"> & import("react").RefAttributes<HTMLDivElement> & {
129
+ theme?: import("@emotion/react").Theme | undefined;
130
+ } & {
131
+ overrides?: {
132
+ stylePreset?: import("../utils/style").MQ<string> | undefined;
133
+ transitionPreset?: import("..").TransitionToken | import("..").TransitionToken[] | undefined;
134
+ } | undefined;
135
+ } & {
136
+ areaName?: string | undefined;
137
+ }, {}, {}>;
138
+ export declare const StyledLink: import("@emotion/styled").StyledComponent<import("../link/types").InternalLinkProps & import("react").RefAttributes<HTMLAnchorElement> & {
139
+ theme?: import("@emotion/react").Theme | undefined;
140
+ } & import("../link").LinkProps & {
141
+ expand?: boolean | undefined;
142
+ }, {}, {}>;
143
+ //# sourceMappingURL=styled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../src/card-composable/styled.tsx"],"names":[],"mappings":";AAgBA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAEtB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAa,CAAC;AACtC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAa,CAAC;AAExC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAGzB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;UAYtB,CAAC"}
@@ -0,0 +1,22 @@
1
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
+ return cooked;
4
+ };
5
+ import { getStylePreset, getTransitionPreset, styled } from '../utils/style';
6
+ import { GridLayout } from '../grid-layout/grid-layout';
7
+ import { LinkStandalone } from '../link';
8
+ var StyledGrid = styled(GridLayout)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n ", ";\n ", "\n"], ["\n ", ";\n ", ";\n ", "\n"])), getStylePreset('', ''), getTransitionPreset('', ''), function (_a) {
9
+ var areaName = _a.areaName;
10
+ return areaName && "grid-area: ".concat(areaName, ";");
11
+ });
12
+ export var StyledCard = styled(StyledGrid)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: relative;\n"], ["\n position: relative;\n"])));
13
+ export var StyledMedia = StyledGrid;
14
+ export var StyledContent = StyledGrid;
15
+ export var StyledActions = styled(StyledGrid)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n position: relative;\n z-index: 2;\n"], ["\n position: relative;\n z-index: 2;\n"])));
16
+ export var StyledLink = styled(LinkStandalone)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n text-decoration: none;\n ", "\n"], ["\n text-decoration: none;\n ", "\n"])), function (_a) {
17
+ var expand = _a.expand;
18
+ return expand &&
19
+ "\n &:before {\n content: '';\n position: absolute;\n inset: 0;\n z-index: 1;\n }\n ";
20
+ });
21
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
22
+ //# sourceMappingURL=styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styled.js","sourceRoot":"","sources":["../../../src/card-composable/styled.tsx"],"names":[],"mappings":";;;;AAAA,OAAO,EAAC,cAAc,EAAE,mBAAmB,EAAE,MAAM,EAAC,MAAM,gBAAgB,CAAC;AAE3E,OAAO,EAAC,UAAU,EAAC,MAAM,4BAA4B,CAAC;AAEtD,OAAO,EAAC,cAAc,EAAC,MAAM,SAAS,CAAC;AAMvC,IAAM,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,iGAAuB,MACxD,EAAsB,OACtB,EAA2B,OAC3B,EAAqD,IACxD,KAHG,cAAc,CAAC,EAAE,EAAE,EAAE,CAAC,EACtB,mBAAmB,CAAC,EAAE,EAAE,EAAE,CAAC,EAC3B,UAAC,EAAU;QAAT,QAAQ,cAAA;IAAM,OAAA,QAAQ,IAAI,qBAAc,QAAQ,MAAG;AAArC,CAAqC,CACxD,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC,8FAAA,2BAE3C,IAAA,CAAC;AAEF,MAAM,CAAC,IAAM,WAAW,GAAG,UAAU,CAAC;AACtC,MAAM,CAAC,IAAM,aAAa,GAAG,UAAU,CAAC;AAExC,MAAM,CAAC,IAAM,aAAa,GAAG,MAAM,CAAC,UAAU,CAAC,6GAAA,0CAG9C,IAAA,CAAC;AAEF,MAAM,CAAC,IAAM,UAAU,GAAG,MAAM,CAAC,cAAc,CAAC,yGAAe,gCAE3D,EASC,IACJ,KAVG,UAAC,EAAQ;QAAP,MAAM,YAAA;IACR,OAAA,MAAM;QACN,kHAOC;AARD,CAQC,CACJ,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { ReactNode } from 'react';
2
+ import { GridLayoutProps } from '../grid-layout/types';
3
+ import { ImageProps } from '../image';
4
+ import { MQ } from '../utils';
5
+ import { LinkProps } from '../link';
6
+ import { TransitionToken } from '../theme';
7
+ export declare type StylableGridLayout = GridLayoutProps & {
8
+ overrides?: {
9
+ stylePreset?: MQ<string>;
10
+ transitionPreset?: TransitionToken | TransitionToken[];
11
+ };
12
+ };
13
+ export declare type ComponentWithOverrides = {
14
+ overrides?: object;
15
+ };
16
+ export declare type CardComposableProps = StylableGridLayout;
17
+ export declare type CardMediaProps = {
18
+ media?: ImageProps;
19
+ children?: ReactNode;
20
+ };
21
+ export declare type CardContentProps = StylableGridLayout;
22
+ export declare type CardActionsProps = StylableGridLayout;
23
+ export declare type CardLinkProps = LinkProps & {
24
+ expand?: boolean;
25
+ };
26
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/card-composable/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAChC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAC,MAAM,UAAU,CAAC;AACpC,OAAO,EAAC,EAAE,EAAC,MAAM,UAAU,CAAC;AAC5B,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAClC,OAAO,EAAC,eAAe,EAAC,MAAM,UAAU,CAAC;AAEzC,oBAAY,kBAAkB,GAAG,eAAe,GAAG;IACjD,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,eAAe,GAAG,eAAe,EAAE,CAAC;KACxD,CAAC;CACH,CAAC;AAEF,oBAAY,sBAAsB,GAAG;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,mBAAmB,GAAG,kBAAkB,CAAC;AAErD,oBAAY,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,oBAAY,gBAAgB,GAAG,kBAAkB,CAAC;AAElD,oBAAY,gBAAgB,GAAG,kBAAkB,CAAC;AAElD,oBAAY,aAAa,GAAG,SAAS,GAAG;IACtC,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/card-composable/types.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  import { DateTimeProps } from './types';
3
- export declare const DateTime: import("../utils/with-own-theme").NewsKitReactComponents<DateTimeProps & React.RefAttributes<HTMLTimeElement>>;
3
+ export declare const DateTime: import("../utils/with-own-theme").NewsKitReactComponents<DateTimeProps & React.RefAttributes<HTMLSpanElement>>;
4
4
  //# sourceMappingURL=date-time.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-time.d.ts","sourceRoot":"","sources":["../../../src/date-time/date-time.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAmFtC,eAAO,MAAM,QAAQ,gHAEnB,CAAC"}
1
+ {"version":3,"file":"date-time.d.ts","sourceRoot":"","sources":["../../../src/date-time/date-time.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AA8FtC,eAAO,MAAM,QAAQ,gHAEnB,CAAC"}
@@ -34,12 +34,13 @@ import defaults from './defaults';
34
34
  import { withOwnTheme } from '../utils/with-own-theme';
35
35
  import { extractLogicalPropsFromOverrides, logicalProps, } from '../utils/logical-properties';
36
36
  var StyledDateText = styled(TextBlock)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n white-space: pre;\n &:before,\n &:after {\n white-space: normal;\n }\n"], ["\n white-space: pre;\n &:before,\n &:after {\n white-space: normal;\n }\n"])));
37
- var StyledTime = styled.time(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), logicalProps('dateTime'));
37
+ var StyledWrapper = styled.span(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), logicalProps('dateTime'));
38
38
  var StyledPrefix = StyledDateText;
39
39
  var StyledSuffix = StyledDateText;
40
40
  var defaultDateFormat = "MMMM d yyyy, h:mmaaaaa'm'";
41
+ var defaultDateFormatAttr = 'yyyy-MM-dd hh:mm:ssx';
41
42
  var ThemelessDateTime = React.forwardRef(function (_a, ref) {
42
- var date = _a.date, _b = _a.dateFormat, dateFormat = _b === void 0 ? defaultDateFormat : _b, prefix = _a.prefix, suffix = _a.suffix, _c = _a.overrides, overrides = _c === void 0 ? {} : _c, rest = __rest(_a, ["date", "dateFormat", "prefix", "suffix", "overrides"]);
43
+ var children = _a.children, dateProp = _a.date, _b = _a.dateFormat, dateFormat = _b === void 0 ? defaultDateFormat : _b, prefix = _a.prefix, suffix = _a.suffix, _c = _a.overrides, overrides = _c === void 0 ? {} : _c, rest = __rest(_a, ["children", "date", "dateFormat", "prefix", "suffix", "overrides"]);
43
44
  var theme = useTheme();
44
45
  var getPresets = function (path) { return ({
45
46
  typographyPreset: getToken({ theme: theme, overrides: overrides }, "dateTime.".concat(path), "".concat(path), 'typographyPreset'),
@@ -49,10 +50,16 @@ var ThemelessDateTime = React.forwardRef(function (_a, ref) {
49
50
  var datePresets = getPresets('');
50
51
  var suffixPresets = getPresets('suffix');
51
52
  var logicalPropsOverrides = extractLogicalPropsFromOverrides(overrides);
52
- return (React.createElement(StyledTime, __assign({}, logicalPropsOverrides, { ref: ref }, rest),
53
+ var date = new Date(dateProp);
54
+ var dateTimeAttr = format(date, defaultDateFormatAttr);
55
+ return (React.createElement(StyledWrapper, __assign({}, logicalPropsOverrides, { ref: ref }, rest),
53
56
  prefix && (React.createElement(StyledPrefix, __assign({ as: "span" }, prefixPresets), "".concat(prefix, " "))),
54
- React.createElement(StyledDateText, __assign({ as: "span" }, datePresets),
55
- format(new Date(date), dateFormat),
57
+ React.createElement(StyledDateText
58
+ // @ts-ignore allow to render as time element only for this case
59
+ , __assign({
60
+ // @ts-ignore allow to render as time element only for this case
61
+ as: "time", dateTime: dateTimeAttr }, datePresets),
62
+ children || format(date, dateFormat),
56
63
  suffix ? ", " : " "),
57
64
  suffix && (React.createElement(StyledSuffix, __assign({ as: "span" }, suffixPresets), suffix))));
58
65
  });
@@ -1 +1 @@
1
- {"version":3,"file":"date-time.js","sourceRoot":"","sources":["../../../src/date-time/date-time.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AAEtC,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;AACxC,OAAO,EAAC,QAAQ,EAAC,MAAM,UAAU,CAAC;AAClC,OAAO,EAAC,QAAQ,EAAC,MAAM,oBAAoB,CAAC;AAC5C,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AACrD,OAAO,EACL,gCAAgC,EAChC,YAAY,GACb,MAAM,6BAA6B,CAAC;AAErC,IAAM,cAAc,GAAG,MAAM,CAAC,SAAS,CAAC,qJAAA,kFAMvC,IAAA,CAAC;AACF,IAAM,UAAU,GAAG,MAAM,CAAC,IAAI,+EAAA,MAC1B,EAAwB,IAC3B,KADG,YAAY,CAAC,UAAU,CAAC,CAC3B,CAAC;AAEF,IAAM,YAAY,GAAG,cAAc,CAAC;AACpC,IAAM,YAAY,GAAG,cAAc,CAAC;AAEpC,IAAM,iBAAiB,GAAG,2BAA2B,CAAC;AAEtD,IAAM,iBAAiB,GAAG,KAAK,CAAC,UAAU,CACxC,UACE,EAOC,EACD,GAAG;IAPD,IAAA,IAAI,UAAA,EACJ,kBAA8B,EAA9B,UAAU,mBAAG,iBAAiB,KAAA,EAC9B,MAAM,YAAA,EACN,MAAM,YAAA,EACN,iBAAc,EAAd,SAAS,mBAAG,EAAE,KAAA,EACX,IAAI,cANT,uDAOC,CADQ;IAIT,IAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,IAAM,UAAU,GAAG,UAAC,IAAY,IAAK,OAAA,CAAC;QACpC,gBAAgB,EAAE,QAAQ,CACxB,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,mBAAY,IAAI,CAAE,EAClB,UAAG,IAAI,CAAE,EACT,kBAAkB,CACnB;QACD,WAAW,EAAE,QAAQ,CACnB,EAAC,KAAK,OAAA,EAAE,SAAS,WAAA,EAAC,EAClB,mBAAY,IAAI,CAAE,EAClB,UAAG,IAAI,CAAE,EACT,aAAa,CACd;KACF,CAAC,EAbmC,CAanC,CAAC;IAEH,IAAM,aAAa,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;IAC3C,IAAM,WAAW,GAAG,UAAU,CAAC,EAAE,CAAC,CAAC;IACnC,IAAM,aAAa,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;IAE3C,IAAM,qBAAqB,GAAG,gCAAgC,CAAC,SAAS,CAAC,CAAC;IAE1E,OAAO,CACL,oBAAC,UAAU,eAAK,qBAAqB,IAAE,GAAG,EAAE,GAAG,IAAM,IAAI;QACtD,MAAM,IAAI,CACT,oBAAC,YAAY,aAAC,EAAE,EAAC,MAAM,IAAK,aAAa,GACtC,UAAG,MAAM,MAAG,CACA,CAChB;QACD,oBAAC,cAAc,aAAC,EAAE,EAAC,MAAM,IAAK,WAAW;YACtC,MAAM,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC;YAClC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CACL;QAChB,MAAM,IAAI,CACT,oBAAC,YAAY,aAAC,EAAE,EAAC,MAAM,IAAK,aAAa,GACtC,MAAM,CACM,CAChB,CACU,CACd,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,IAAM,QAAQ,GAAG,YAAY,CAAC,iBAAiB,CAAC,CAAC;IACtD,QAAQ,UAAA;CACT,CAAC,CAAC"}
1
+ {"version":3,"file":"date-time.js","sourceRoot":"","sources":["../../../src/date-time/date-time.tsx"],"names":[],"mappings":"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"}
@@ -3,6 +3,7 @@ import { LogicalProps } from '../utils/logical-properties';
3
3
  import { MQ } from '../utils/style';
4
4
  export interface DateTimeProps extends React.TimeHTMLAttributes<HTMLElement> {
5
5
  date: string | number;
6
+ children?: string;
6
7
  dateFormat?: string;
7
8
  prefix?: string;
8
9
  suffix?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/date-time/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC;IAC1E,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QAC9B,MAAM,CAAC,EAAE;YACP,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC/B,CAAC;QACF,MAAM,CAAC,EAAE;YACP,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC/B,CAAC;KACH,GAAG,YAAY,CAAC;CAClB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/date-time/types.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAC,EAAE,EAAC,MAAM,gBAAgB,CAAC;AAElC,MAAM,WAAW,aAAc,SAAQ,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC;IAC1E,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE;QACV,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;QAC9B,MAAM,CAAC,EAAE;YACP,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC/B,CAAC;QACF,MAAM,CAAC,EAAE;YACP,WAAW,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;YACzB,gBAAgB,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,CAAC;SAC/B,CAAC;KACH,GAAG,YAAY,CAAC;CAClB"}
@@ -1,4 +1,5 @@
1
1
  import { Dispatch, SetStateAction } from 'react';
2
+ import { RegisterOptions } from 'react-hook-form/dist/types/validator';
2
3
  import { TextFieldSize } from '../text-field';
3
4
  import { FieldsHadErrorObject, FormInputState } from './types';
4
5
  export declare const FormValidationContext: import("react").Context<{
@@ -26,23 +27,6 @@ export declare const FormInputContext: import("react").Context<{
26
27
  setAssistiveTextId?: ((id: string) => void) | undefined;
27
28
  statusIcon?: React.ReactNode;
28
29
  isRequired?: boolean | undefined;
29
- rules?: Partial<{
30
- required: string | import("react-hook-form/dist/types/validator").ValidationRule<boolean>;
31
- min: import("react-hook-form/dist/types/validator").ValidationRule<string | number>;
32
- max: import("react-hook-form/dist/types/validator").ValidationRule<string | number>;
33
- maxLength: import("react-hook-form/dist/types/validator").ValidationRule<string | number>;
34
- minLength: import("react-hook-form/dist/types/validator").ValidationRule<string | number>;
35
- pattern: import("react-hook-form/dist/types/validator").ValidationRule<RegExp>;
36
- validate: import("react-hook-form/dist/types/validator").Validate<any> | Record<string, import("react-hook-form/dist/types/validator").Validate<any>>;
37
- valueAsNumber: boolean;
38
- valueAsDate: boolean;
39
- value: any;
40
- setValueAs: (value: any) => any;
41
- shouldUnregister?: boolean | undefined;
42
- onChange?: ((event: any) => void) | undefined;
43
- onBlur?: ((event: any) => void) | undefined;
44
- disabled: boolean;
45
- deps: string[];
46
- }> | undefined;
30
+ rules?: RegisterOptions<import("react-hook-form").FieldValues, string> | undefined;
47
31
  }>;
48
32
  //# sourceMappingURL=context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/form/context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,QAAQ,EAAE,cAAc,EAAC,MAAM,OAAO,CAAC;AAG9D,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAC,oBAAoB,EAAE,cAAc,EAAC,MAAM,SAAS,CAAC;AAO7D,eAAO,MAAM,qBAAqB;oBAChB,MAAM;oBACN,oBAAoB;uBACjB,SAAS,eAAe,oBAAoB,CAAC,CAAC;EAKjE,CAAC;AACH,eAAO,MAAM,6BAA6B;oBARxB,MAAM;oBACN,oBAAoB;uBACjB,SAAS,eAAe,oBAAoB,CAAC,CAAC;EAMQ,CAAC;AAG5E,eAAO,MAAM,gBAAgB;;;wBAGR,MAAM,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI;sBAC9C,gBAAgB,CAAC,gBAAgB,CAAC,KAAK,IAAI;YACpD,cAAc;;;;;;;+BAOI,MAAM,KAAK,IAAI;iBAC5B,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;EAGxB,CAAC"}
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../../src/form/context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgB,QAAQ,EAAE,cAAc,EAAC,MAAM,OAAO,CAAC;AAE9D,OAAO,EAAC,eAAe,EAAC,MAAM,sCAAsC,CAAC;AACrE,OAAO,EAAC,aAAa,EAAC,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAC,oBAAoB,EAAE,cAAc,EAAC,MAAM,SAAS,CAAC;AAO7D,eAAO,MAAM,qBAAqB;oBAChB,MAAM;oBACN,oBAAoB;uBACjB,SAAS,eAAe,oBAAoB,CAAC,CAAC;EAKjE,CAAC;AACH,eAAO,MAAM,6BAA6B;oBARxB,MAAM;oBACN,oBAAoB;uBACjB,SAAS,eAAe,oBAAoB,CAAC,CAAC;EAMQ,CAAC;AAG5E,eAAO,MAAM,gBAAgB;;;wBAGR,MAAM,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI;sBAC9C,gBAAgB,CAAC,gBAAgB,CAAC,KAAK,IAAI;YACpD,cAAc;;;;;;;+BAOI,MAAM,KAAK,IAAI;iBAC5B,MAAM,SAAS;;;EAGxB,CAAC"}
@@ -64,7 +64,7 @@ export declare const excludeReactHookFormProps: (props: FormProps) => {
64
64
  'aria-colindex'?: number | undefined;
65
65
  'aria-colspan'?: number | undefined;
66
66
  'aria-controls'?: string | undefined;
67
- 'aria-current'?: boolean | "location" | "time" | "page" | "false" | "true" | "step" | "date" | undefined;
67
+ 'aria-current'?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date" | undefined;
68
68
  'aria-describedby'?: string | undefined;
69
69
  'aria-details'?: string | undefined;
70
70
  'aria-disabled'?: (boolean | "false" | "true") | undefined;
@@ -73,7 +73,7 @@ export declare const excludeReactHookFormProps: (props: FormProps) => {
73
73
  'aria-expanded'?: (boolean | "false" | "true") | undefined;
74
74
  'aria-flowto'?: string | undefined;
75
75
  'aria-grabbed'?: (boolean | "false" | "true") | undefined;
76
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree" | undefined;
76
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree" | undefined;
77
77
  'aria-hidden'?: (boolean | "false" | "true") | undefined;
78
78
  'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
79
79
  'aria-keyshortcuts'?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"icon-filled-figma.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-figma.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,6BAuB1B,CAAC"}
1
+ {"version":3,"file":"icon-filled-figma.d.ts","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-figma.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,6BAQ1B,CAAC"}
@@ -13,9 +13,9 @@ import React from 'react';
13
13
  import { Svg } from '../../svg';
14
14
  import { customToNewsKitIcon } from '../../custom-to-newskit-icon';
15
15
  export var IconFilledFigma = customToNewsKitIcon('IconFilledFigma', function (props) { return (React.createElement(Svg, __assign({}, props, { viewBox: "0 0 24 24" }),
16
- React.createElement("path", { d: "M12.3333 12C12.3333 11.0275 12.7196 10.0949 13.4073 9.40729C14.0949 8.71965 15.0275 8.33334 16 8.33334C16.9724 8.33334 17.9051 8.71965 18.5927 9.40729C19.2803 10.0949 19.6666 11.0275 19.6666 12C19.6666 12.9725 19.2803 13.9051 18.5927 14.5927C17.9051 15.2804 16.9724 15.6667 16 15.6667C15.0275 15.6667 14.0949 15.2804 13.4073 14.5927C12.7196 13.9051 12.3333 12.9725 12.3333 12V12Z", fill: "#1ABCFE" }),
17
- React.createElement("path", { d: "M5 19.3333C5 18.3609 5.38631 17.4282 6.07394 16.7406C6.76158 16.053 7.69421 15.6667 8.66667 15.6667H12.3333V19.3333C12.3333 20.3058 11.947 21.2384 11.2594 21.926C10.5718 22.6137 9.63913 23 8.66667 23C7.69421 23 6.76158 22.6137 6.07394 21.926C5.38631 21.2384 5 20.3058 5 19.3333V19.3333Z", fill: "#0ACF83" }),
18
- React.createElement("path", { d: "M12.3333 1V8.33333H16C16.9724 8.33333 17.9051 7.94703 18.5927 7.25939C19.2803 6.57176 19.6666 5.63913 19.6666 4.66667C19.6666 3.69421 19.2803 2.76158 18.5927 2.07394C17.9051 1.38631 16.9724 1 16 1L12.3333 1Z", fill: "#FF7262" }),
19
- React.createElement("path", { d: "M5 4.66667C5 5.63913 5.38631 6.57176 6.07394 7.25939C6.76158 7.94703 7.69421 8.33333 8.66667 8.33333H12.3333V1H8.66667C7.69421 1 6.76158 1.38631 6.07394 2.07394C5.38631 2.76158 5 3.69421 5 4.66667V4.66667Z", fill: "#F24E1E" }),
20
- React.createElement("path", { d: "M5 12C5 12.9725 5.38631 13.9051 6.07394 14.5927C6.76158 15.2804 7.69421 15.6667 8.66667 15.6667H12.3333V8.33334H8.66667C7.69421 8.33334 6.76158 8.71965 6.07394 9.40729C5.38631 10.0949 5 11.0275 5 12V12Z", fill: "#A259FF" }))); });
16
+ React.createElement("path", { d: "M12.3333 12C12.3333 11.0275 12.7196 10.0949 13.4073 9.40729C14.0949 8.71965 15.0275 8.33334 16 8.33334C16.9724 8.33334 17.9051 8.71965 18.5927 9.40729C19.2803 10.0949 19.6666 11.0275 19.6666 12C19.6666 12.9725 19.2803 13.9051 18.5927 14.5927C17.9051 15.2804 16.9724 15.6667 16 15.6667C15.0275 15.6667 14.0949 15.2804 13.4073 14.5927C12.7196 13.9051 12.3333 12.9725 12.3333 12V12Z" }),
17
+ React.createElement("path", { d: "M5 19.3333C5 18.3609 5.38631 17.4282 6.07394 16.7406C6.76158 16.053 7.69421 15.6667 8.66667 15.6667H12.3333V19.3333C12.3333 20.3058 11.947 21.2384 11.2594 21.926C10.5718 22.6137 9.63913 23 8.66667 23C7.69421 23 6.76158 22.6137 6.07394 21.926C5.38631 21.2384 5 20.3058 5 19.3333V19.3333Z" }),
18
+ React.createElement("path", { d: "M12.3333 1V8.33333H16C16.9724 8.33333 17.9051 7.94703 18.5927 7.25939C19.2803 6.57176 19.6666 5.63913 19.6666 4.66667C19.6666 3.69421 19.2803 2.76158 18.5927 2.07394C17.9051 1.38631 16.9724 1 16 1L12.3333 1Z" }),
19
+ React.createElement("path", { d: "M5 4.66667C5 5.63913 5.38631 6.57176 6.07394 7.25939C6.76158 7.94703 7.69421 8.33333 8.66667 8.33333H12.3333V1H8.66667C7.69421 1 6.76158 1.38631 6.07394 2.07394C5.38631 2.76158 5 3.69421 5 4.66667V4.66667Z" }),
20
+ React.createElement("path", { d: "M5 12C5 12.9725 5.38631 13.9051 6.07394 14.5927C6.76158 15.2804 7.69421 15.6667 8.66667 15.6667H12.3333V8.33334H8.66667C7.69421 8.33334 6.76158 8.71965 6.07394 9.40729C5.38631 10.0949 5 11.0275 5 12V12Z" }))); });
21
21
  //# sourceMappingURL=icon-filled-figma.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-filled-figma.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-figma.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAC;AAC9B,OAAO,EAAC,mBAAmB,EAAC,MAAM,8BAA8B,CAAC;AAEjE,MAAM,CAAC,IAAM,eAAe,GAAG,mBAAmB,CAAC,iBAAiB,EAAE,UAAA,KAAK,IAAI,OAAA,CAC7E,oBAAC,GAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,8BACE,CAAC,EAAC,6XAA6X,EAC/X,IAAI,EAAC,SAAS,GACd;IACF,8BACE,CAAC,EAAC,gSAAgS,EAClS,IAAI,EAAC,SAAS,GACd;IACF,8BACE,CAAC,EAAC,iNAAiN,EACnN,IAAI,EAAC,SAAS,GACd;IACF,8BACE,CAAC,EAAC,+MAA+M,EACjN,IAAI,EAAC,SAAS,GACd;IACF,8BACE,CAAC,EAAC,4MAA4M,EAC9M,IAAI,EAAC,SAAS,GACd,CACE,CACP,EAvB8E,CAuB9E,CAAC,CAAC"}
1
+ {"version":3,"file":"icon-filled-figma.js","sourceRoot":"","sources":["../../../../../src/icons/filled/custom/icon-filled-figma.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAC,GAAG,EAAC,MAAM,WAAW,CAAC;AAC9B,OAAO,EAAC,mBAAmB,EAAC,MAAM,8BAA8B,CAAC;AAEjE,MAAM,CAAC,IAAM,eAAe,GAAG,mBAAmB,CAAC,iBAAiB,EAAE,UAAA,KAAK,IAAI,OAAA,CAC7E,oBAAC,GAAG,eAAK,KAAK,IAAE,OAAO,EAAC,WAAW;IACjC,8BAAM,CAAC,EAAC,6XAA6X,GAAG;IACxY,8BAAM,CAAC,EAAC,gSAAgS,GAAG;IAC3S,8BAAM,CAAC,EAAC,iNAAiN,GAAG;IAC5N,8BAAM,CAAC,EAAC,+MAA+M,GAAG;IAC1N,8BAAM,CAAC,EAAC,4MAA4M,GAAG,CACnN,CACP,EAR8E,CAQ9E,CAAC,CAAC"}
@@ -1,22 +1,22 @@
1
- export * from './icon-filled-figma';
2
1
  export * from './icon-filled-facebook';
3
- export * from './icon-filled-github';
4
- export * from './icon-filled-instagram';
5
- export * from './icon-filled-reddit';
6
- export * from './icon-filled-twitter';
7
- export * from './icon-filled-whatsapp';
8
- export * from './icon-filled-youtube';
2
+ export * from './icon-filled-figma';
9
3
  export * from './icon-filled-forward-5';
10
4
  export * from './icon-filled-forward-10';
11
5
  export * from './icon-filled-forward-15';
12
6
  export * from './icon-filled-forward-20';
13
7
  export * from './icon-filled-forward-25';
14
8
  export * from './icon-filled-forward-30';
9
+ export * from './icon-filled-github';
10
+ export * from './icon-filled-instagram';
11
+ export * from './icon-filled-reddit';
15
12
  export * from './icon-filled-replay-5';
16
13
  export * from './icon-filled-replay-10';
17
14
  export * from './icon-filled-replay-15';
18
15
  export * from './icon-filled-replay-20';
19
16
  export * from './icon-filled-replay-25';
20
17
  export * from './icon-filled-replay-30';
18
+ export * from './icon-filled-twitter';
19
+ export * from './icon-filled-whatsapp';
20
+ export * from './icon-filled-youtube';
21
21
  export * from './indeterminate-progress-indicator';
22
22
  //# sourceMappingURL=index.d.ts.map