@forge/react 1.1.0-next.0 → 1.1.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 (48) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/out/__test__/styles.test.d.ts +2 -0
  3. package/out/__test__/styles.test.d.ts.map +1 -0
  4. package/out/__test__/styles.test.js +88 -0
  5. package/out/components.d.ts +44 -0
  6. package/out/components.d.ts.map +1 -0
  7. package/out/components.js +45 -0
  8. package/{src/index.ts → out/index.d.ts} +2 -1
  9. package/out/index.d.ts.map +1 -0
  10. package/out/index.js +7 -0
  11. package/out/reconciler.d.ts +5 -0
  12. package/out/reconciler.d.ts.map +1 -0
  13. package/out/reconciler.js +143 -0
  14. package/out/styles/index.d.ts +28 -0
  15. package/out/styles/index.d.ts.map +1 -0
  16. package/out/styles/index.js +152 -0
  17. package/out/types/components.d.ts +369 -0
  18. package/out/types/components.d.ts.map +1 -0
  19. package/out/types/components.js +2 -0
  20. package/out/types/effect.d.ts +57 -0
  21. package/out/types/effect.d.ts.map +1 -0
  22. package/out/types/effect.js +19 -0
  23. package/out/types/extension.d.ts +10 -0
  24. package/out/types/extension.d.ts.map +1 -0
  25. package/out/types/extension.js +2 -0
  26. package/out/types/forge.d.ts +146 -0
  27. package/out/types/forge.d.ts.map +1 -0
  28. package/out/types/forge.js +21 -0
  29. package/out/types/icons.d.ts +2 -0
  30. package/out/types/icons.d.ts.map +1 -0
  31. package/out/types/icons.js +2 -0
  32. package/out/types/index.d.ts +11 -0
  33. package/out/types/index.d.ts.map +1 -0
  34. package/out/types/index.js +27 -0
  35. package/out/types/legacy-effect.d.ts +40 -0
  36. package/out/types/legacy-effect.d.ts.map +1 -0
  37. package/out/types/legacy-effect.js +21 -0
  38. package/out/types/styles.d.ts +134 -0
  39. package/out/types/styles.d.ts.map +1 -0
  40. package/out/types/styles.js +2 -0
  41. package/package.json +1 -1
  42. package/tsconfig.tsbuildinfo +1078 -0
  43. package/build/bundle-types.sh +0 -21
  44. package/src/__test__/styles.test.tsx +0 -112
  45. package/src/globals.d.ts +0 -12
  46. package/src/reconciler.ts +0 -219
  47. package/src/styles/index.ts +0 -174
  48. package/tsconfig.json +0 -9
@@ -0,0 +1,2 @@
1
+ export declare type Icon = 'activity' | 'add' | 'add-circle' | 'add-item' | 'addon' | 'app-access' | 'app-switcher' | 'arrow-down' | 'arrow-down-circle' | 'arrow-left' | 'arrow-left-circle' | 'arrow-right' | 'arrow-right-circle' | 'arrow-up' | 'arrow-up-circle' | 'attachment' | 'audio' | 'audio-circle' | 'backlog' | 'billing' | 'billing-filled' | 'bitbucket-branches' | 'bitbucket-builds' | 'bitbucket-clone' | 'bitbucket-commits' | 'bitbucket-compare' | 'bitbucket-forks' | 'bitbucket-output' | 'bitbucket-pipelines' | 'bitbucket-pullrequests' | 'bitbucket-repos' | 'bitbucket-snippets' | 'bitbucket-source' | 'board' | 'book' | 'bullet-list' | 'calendar' | 'calendar-filled' | 'camera' | 'camera-filled' | 'camera-rotate' | 'camera-take-picture' | 'canvas' | 'check' | 'check-circle' | 'check-circle-outline' | 'checkbox' | 'checkbox-indeterminate' | 'chevron-down' | 'chevron-down-circle' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-large' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-large' | 'chevron-up' | 'chevron-up-circle' | 'child-issues' | 'code' | 'comment' | 'component' | 'copy' | 'creditcard' | 'creditcard-filled' | 'cross' | 'cross-circle' | 'dashboard' | 'decision' | 'department' | 'detail-view' | 'discover' | 'discover-filled' | 'document' | 'document-filled' | 'documents' | 'download' | 'drag-handler' | 'dropbox' | 'edit' | 'edit-filled' | 'editor-add' | 'editor-addon' | 'editor-advanced' | 'editor-align-center' | 'editor-align-image-center' | 'editor-align-image-left' | 'editor-align-image-right' | 'editor-align-left' | 'editor-align-right' | 'editor-attachment' | 'editor-background-color' | 'editor-bold' | 'editor-bullet-list' | 'editor-close' | 'editor-code' | 'editor-collapse' | 'editor-date' | 'editor-decision' | 'editor-divider' | 'editor-done' | 'editor-edit' | 'editor-emoji' | 'editor-error' | 'editor-expand' | 'editor-feedback' | 'editor-file' | 'editor-help' | 'editor-hint' | 'editor-horizontal-rule' | 'editor-image' | 'editor-image-border' | 'editor-image-resize' | 'editor-indent' | 'editor-info' | 'editor-italic' | 'editor-layout-three-equal' | 'editor-layout-three-with-sidebars' | 'editor-layout-two-equal' | 'editor-layout-two-left-sidebar' | 'editor-layout-two-right-sidebar' | 'editor-link' | 'editor-media-center' | 'editor-media-full-width' | 'editor-media-wide' | 'editor-media-wrap-left' | 'editor-media-wrap-right' | 'editor-mention' | 'editor-more' | 'editor-note' | 'editor-number-list' | 'editor-open' | 'editor-outdent' | 'editor-panel' | 'editor-photo' | 'editor-quote' | 'editor-recent' | 'editor-redo' | 'editor-remove' | 'editor-search' | 'editor-settings' | 'editor-strikethrough' | 'editor-success' | 'editor-table' | 'editor-table-display-options' | 'editor-task' | 'editor-text-color' | 'editor-text-style' | 'editor-underline' | 'editor-undo' | 'editor-unlink' | 'editor-warning' | 'email' | 'emoji' | 'emoji-add' | 'emoji-activity' | 'emoji-atlassian' | 'emoji-custom' | 'emoji-emoji' | 'emoji-flags' | 'emoji-food' | 'emoji-frequent' | 'emoji-keyboard' | 'emoji-nature' | 'emoji-objects' | 'emoji-people' | 'emoji-productivity' | 'emoji-symbols' | 'emoji-travel' | 'error' | 'export' | 'feedback' | 'file' | 'filter' | 'flag-filled' | 'folder' | 'folder-filled' | 'followers' | 'following' | 'googledrive' | 'graph-bar' | 'graph-line' | 'gsuite' | 'highlights' | 'hipchat-audio-only' | 'hipchat-chevron-double-down' | 'hipchat-chevron-double-up' | 'hipchat-chevron-down' | 'hipchat-chevron-up' | 'hipchat-dial-out' | 'hipchat-lobby' | 'hipchat-media-attachment-count' | 'hipchat-outgoing-sound' | 'hipchat-sd-video' | 'home' | 'home-circle' | 'image' | 'image-border' | 'image-resize' | 'info' | 'invite-team' | 'issue' | 'issue-raise' | 'issues' | 'jira-capture' | 'jira-failed-build-status' | 'jira-labs' | 'jira-test-session' | 'label' | 'lightbulb' | 'lightbulb-filled' | 'like' | 'link' | 'link-filled' | 'list' | 'location' | 'lock' | 'lock-circle' | 'lock-filled' | 'marketplace' | 'media-services-actual-size' | 'media-services-add-comment' | 'media-services-annotate' | 'media-services-arrow' | 'media-services-audio' | 'media-services-blur' | 'media-services-brush' | 'media-services-button-option' | 'media-services-code' | 'media-services-document' | 'media-services-filter' | 'media-services-fit-to-page' | 'media-services-full-screen' | 'media-services-grid' | 'media-services-image' | 'media-services-line' | 'media-services-line-thickness' | 'media-services-no-image' | 'media-services-open-mediaviewer' | 'media-services-oval' | 'media-services-pdf' | 'media-services-preselected' | 'media-services-presentation' | 'media-services-rectangle' | 'media-services-scale-large' | 'media-services-scale-small' | 'media-services-spreadsheet' | 'media-services-text' | 'media-services-unknown' | 'media-services-video' | 'media-services-zip' | 'media-services-zoom-in' | 'media-services-zoom-out' | 'mention' | 'menu' | 'menu-expand' | 'mobile' | 'more' | 'more-vertical' | 'notification' | 'notification-all' | 'notification-direct' | 'office-building' | 'office-building-filled' | 'open' | 'overview' | 'page' | 'page-filled' | 'pdf' | 'people' | 'people-group' | 'person' | 'person-circle' | 'person-with-circle' | 'person-with-cross' | 'person-with-tick' | 'portfolio' | 'preferences' | 'premium' | 'presence-active' | 'presence-busy' | 'presence-unavailable' | 'question' | 'question-circle' | 'questions' | 'queues' | 'quote' | 'radio' | 'recent' | 'redo' | 'refresh' | 'retry' | 'roadmap' | 'room-menu' | 'schedule' | 'schedule-filled' | 'screen' | 'search' | 'select-clear' | 'send' | 'settings' | 'share' | 'ship' | 'shortcut' | 'sign-in' | 'sign-out' | 'sprint' | 'star' | 'star-filled' | 'star-large' | 'status' | 'stopwatch' | 'subtask' | 'suitcase' | 'switcher' | 'table' | 'task' | 'trash' | 'tray' | 'undo' | 'unlink' | 'unlock' | 'unlock-circle' | 'unlock-filled' | 'upload' | 'user-avatar-circle' | 'vid-audio-muted' | 'vid-audio-on' | 'vid-backward' | 'vid-camera-off' | 'vid-camera-on' | 'vid-connection-circle' | 'vid-forward' | 'vid-full-screen-off' | 'vid-full-screen-on' | 'vid-hang-up' | 'vid-hd-circle' | 'vid-pause' | 'vid-play' | 'vid-raised-hand' | 'vid-share-screen' | 'vid-speaking-circle' | 'vid-volume-full' | 'vid-volume-half' | 'vid-volume-muted' | 'video-circle' | 'video-filled' | 'warning' | 'watch' | 'watch-filled' | 'world' | 'world-small';
2
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../src/types/icons.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ export type { AKOption, Align, AuxPipelineUserVisibleError, BadgeProps, ButtonAppearance, ButtonProps, ButtonSetProps, CellProps, CheckboxGroupProps, CheckboxProps, CodeLanguages, CodeProps, ColumnProps, ColumnsProps, ConfigFormProps, ContainerProps, CustomFieldPrimitiveProps, CustomFieldEditPrimitiveProps, CustomFieldContextConfigPrimitiveProps, FrameProps, NativeImageProps, NativeLinkProps, NativeButtonProps, NativeBoxProps, NativeTextProps, NativeTextAreaProps, NativeTextFieldProps, NativeCheckboxGroupProps, NativeRangeProps, NativeSelectProps, NativeToggleProps, NativeRadioGroupProps, NativeCheckboxProps, NativeUserPickerProps, NativeDatePickerProps, DateLozengeProps, DatePickerProps, ErrorPanelProps, FormConditionProps, FormData, FormProps, HeadProps, HeadingProps, ImageProps, ImageSizes, InlineDialogProps, IssuePanelActionProps, JsxTextProps, LayoutProps, LinkProps, MarkupProps, MentionProps, ModalDialogProps, ModalDialogWidth, OptionProps, RadioGroupProps, RadioProps, RangeProps, RenderedTextProps, RowProps, SectionMessageProps, SelectProps, StatusLozengeAppearance, StatusLozengeProps, StringProps, TabProps, TabsProps, TableProps, TagColor, TagProps, TagGroupProps, TextAlign, TextAreaProps, TextFieldProps, TextFieldType, ThreeLOPromptProps, ToggleProps, TooltipProps, UserProps, UserGroupProps, UserPickerProps, } from './components';
2
+ export { isLegacyActionEffect, isLegacyBackendEffect, isLegacyEventEffect, isLegacyInitializeEffect, isLegacyRenderEffect, } from './legacy-effect';
3
+ export type { LegacyActionEffect, LegacyBackendEffect, LegacyBackendRuntimePayload, LegacyClientEffect, LegacyEffect, LegacyEventEffect, LegacyInitializeEffect, LegacyRenderEffect, } from './legacy-effect';
4
+ export { isActionEffect, isBackendEffect, isEventEffect, isRenderEffect, isResultEffect, } from './effect';
5
+ export type { ActionEffect, BackendEffect, BackendRuntimePayload, ClientEffect, CoreData, CoreDataInner, Effect, EventEffect, ExtensionData, ExtensionPayload, RenderEffect, ResultEffect, } from './effect';
6
+ export type { BackendRuntimeContext } from './extension';
7
+ export { CompassContextTypes, isContentActionExtensionContext, isContextMenuExtensionContext, isForgeElement, isJiraExtensionContext, isConfluenceExtensionContext, isIssuePanelExtensionContext, isCustomFieldContextConfigExtensionContext, isCustomFieldExtensionContext, isDashboardGadgetExtensionContext, } from './forge';
8
+ export type { CompassAdminPageExtensionContext, CompassComponentPageExtensionContext, CompassTeamPageExtensionContext, ComponentState, ContentActionExtensionContext, ContextMenuExtensionContext, CustomFieldValue, DashboardGadgetExtensionContext, ExtensionConfiguration, ExtensionContext, ForgeProps, ForgeChildren, ForgeDoc, ForgeElement, ForgeNode, FunctionElement, Handler, LicenseState, IssuePanelExtensionContext, CustomFieldContextConfigExtensionContext, CustomFieldExtensionContext, JiraExtensionContext, ConfluenceExtensionContext, PlatformContext, PrimitiveElement, ProductContext, RenderState, } from './forge';
9
+ export type { Icon } from './icons';
10
+ export * from './styles';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ var legacy_effect_1 = require("./legacy-effect");
5
+ Object.defineProperty(exports, "isLegacyActionEffect", { enumerable: true, get: function () { return legacy_effect_1.isLegacyActionEffect; } });
6
+ Object.defineProperty(exports, "isLegacyBackendEffect", { enumerable: true, get: function () { return legacy_effect_1.isLegacyBackendEffect; } });
7
+ Object.defineProperty(exports, "isLegacyEventEffect", { enumerable: true, get: function () { return legacy_effect_1.isLegacyEventEffect; } });
8
+ Object.defineProperty(exports, "isLegacyInitializeEffect", { enumerable: true, get: function () { return legacy_effect_1.isLegacyInitializeEffect; } });
9
+ Object.defineProperty(exports, "isLegacyRenderEffect", { enumerable: true, get: function () { return legacy_effect_1.isLegacyRenderEffect; } });
10
+ var effect_1 = require("./effect");
11
+ Object.defineProperty(exports, "isActionEffect", { enumerable: true, get: function () { return effect_1.isActionEffect; } });
12
+ Object.defineProperty(exports, "isBackendEffect", { enumerable: true, get: function () { return effect_1.isBackendEffect; } });
13
+ Object.defineProperty(exports, "isEventEffect", { enumerable: true, get: function () { return effect_1.isEventEffect; } });
14
+ Object.defineProperty(exports, "isRenderEffect", { enumerable: true, get: function () { return effect_1.isRenderEffect; } });
15
+ Object.defineProperty(exports, "isResultEffect", { enumerable: true, get: function () { return effect_1.isResultEffect; } });
16
+ var forge_1 = require("./forge");
17
+ Object.defineProperty(exports, "CompassContextTypes", { enumerable: true, get: function () { return forge_1.CompassContextTypes; } });
18
+ Object.defineProperty(exports, "isContentActionExtensionContext", { enumerable: true, get: function () { return forge_1.isContentActionExtensionContext; } });
19
+ Object.defineProperty(exports, "isContextMenuExtensionContext", { enumerable: true, get: function () { return forge_1.isContextMenuExtensionContext; } });
20
+ Object.defineProperty(exports, "isForgeElement", { enumerable: true, get: function () { return forge_1.isForgeElement; } });
21
+ Object.defineProperty(exports, "isJiraExtensionContext", { enumerable: true, get: function () { return forge_1.isJiraExtensionContext; } });
22
+ Object.defineProperty(exports, "isConfluenceExtensionContext", { enumerable: true, get: function () { return forge_1.isConfluenceExtensionContext; } });
23
+ Object.defineProperty(exports, "isIssuePanelExtensionContext", { enumerable: true, get: function () { return forge_1.isIssuePanelExtensionContext; } });
24
+ Object.defineProperty(exports, "isCustomFieldContextConfigExtensionContext", { enumerable: true, get: function () { return forge_1.isCustomFieldContextConfigExtensionContext; } });
25
+ Object.defineProperty(exports, "isCustomFieldExtensionContext", { enumerable: true, get: function () { return forge_1.isCustomFieldExtensionContext; } });
26
+ Object.defineProperty(exports, "isDashboardGadgetExtensionContext", { enumerable: true, get: function () { return forge_1.isDashboardGadgetExtensionContext; } });
27
+ tslib_1.__exportStar(require("./styles"), exports);
@@ -0,0 +1,40 @@
1
+ import { RenderState, Handler, ForgeDoc, ExtensionConfiguration } from './forge';
2
+ export interface LegacyBackendRuntimePayload {
3
+ context: Record<string, any>;
4
+ effects: LegacyBackendEffect[];
5
+ state: RenderState;
6
+ config?: ExtensionConfiguration;
7
+ contextToken?: string;
8
+ }
9
+ interface LegacyBaseEffect {
10
+ type: string;
11
+ }
12
+ export interface LegacyInitializeEffect extends LegacyBaseEffect {
13
+ type: 'initialize';
14
+ }
15
+ export interface LegacyEventEffect extends LegacyBaseEffect {
16
+ type: 'event';
17
+ handler: Handler;
18
+ args: any[];
19
+ }
20
+ export interface LegacyActionEffect extends LegacyBaseEffect {
21
+ type: 'action';
22
+ hookIndex: number;
23
+ componentKey: string;
24
+ payload?: any;
25
+ }
26
+ export interface LegacyRenderEffect extends LegacyBaseEffect {
27
+ type: 'render';
28
+ aux: ForgeDoc;
29
+ state: RenderState;
30
+ }
31
+ export declare type LegacyBackendEffect = LegacyInitializeEffect | LegacyActionEffect | LegacyEventEffect;
32
+ export declare type LegacyClientEffect = LegacyRenderEffect;
33
+ export declare type LegacyEffect = LegacyBackendEffect | LegacyClientEffect;
34
+ export declare const isLegacyInitializeEffect: (effect: LegacyEffect) => effect is LegacyInitializeEffect;
35
+ export declare const isLegacyActionEffect: (effect: LegacyEffect) => effect is LegacyActionEffect;
36
+ export declare const isLegacyEventEffect: (effect: LegacyEffect) => effect is LegacyEventEffect;
37
+ export declare const isLegacyRenderEffect: (effect: LegacyEffect) => effect is LegacyRenderEffect;
38
+ export declare function isLegacyBackendEffect(effect: LegacyEffect): effect is LegacyBackendEffect;
39
+ export {};
40
+ //# sourceMappingURL=legacy-effect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legacy-effect.d.ts","sourceRoot":"","sources":["../../src/types/legacy-effect.ts"],"names":[],"mappings":"AACA,OAAO,EACL,WAAW,EACX,OAAO,EACP,QAAQ,EACR,sBAAsB,EACvB,MAAM,SAAS,CAAC;AAEjB,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,OAAO,EAAE,mBAAmB,EAAE,CAAC;IAC/B,KAAK,EAAE,WAAW,CAAC;IACnB,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AACD,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,sBAAuB,SAAQ,gBAAgB;IAC9D,IAAI,EAAE,YAAY,CAAC;CACpB;AACD,MAAM,WAAW,iBAAkB,SAAQ,gBAAgB;IACzD,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,GAAG,EAAE,CAAC;CACb;AAED,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB;IAC1D,IAAI,EAAE,QAAQ,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,GAAG,CAAC;CACf;AAED,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB;IAC1D,IAAI,EAAE,QAAQ,CAAC;IACf,GAAG,EAAE,QAAQ,CAAC;IACd,KAAK,EAAE,WAAW,CAAC;CACpB;AAED,oBAAY,mBAAmB,GAC3B,sBAAsB,GACtB,kBAAkB,GAClB,iBAAiB,CAAC;AAEtB,oBAAY,kBAAkB,GAAG,kBAAkB,CAAC;AACpD,oBAAY,YAAY,GAAG,mBAAmB,GAAG,kBAAkB,CAAC;AAEpE,eAAO,MAAM,wBAAwB,WAC3B,YAAY,qCAGrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,WACvB,YAAY,iCAGrB,CAAC;AAEF,eAAO,MAAM,mBAAmB,WACtB,YAAY,gCAGrB,CAAC;AAEF,eAAO,MAAM,oBAAoB,WACvB,YAAY,iCAGrB,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,YAAY,GACnB,MAAM,IAAI,mBAAmB,CAM/B"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isLegacyBackendEffect = exports.isLegacyRenderEffect = exports.isLegacyEventEffect = exports.isLegacyActionEffect = exports.isLegacyInitializeEffect = void 0;
4
+ exports.isLegacyInitializeEffect = (effect) => {
5
+ return effect.type === 'initialize';
6
+ };
7
+ exports.isLegacyActionEffect = (effect) => {
8
+ return effect.type === 'action';
9
+ };
10
+ exports.isLegacyEventEffect = (effect) => {
11
+ return effect.type === 'event';
12
+ };
13
+ exports.isLegacyRenderEffect = (effect) => {
14
+ return effect.type === 'render';
15
+ };
16
+ function isLegacyBackendEffect(effect) {
17
+ return (exports.isLegacyInitializeEffect(effect) ||
18
+ exports.isLegacyActionEffect(effect) ||
19
+ exports.isLegacyEventEffect(effect));
20
+ }
21
+ exports.isLegacyBackendEffect = isLegacyBackendEffect;
@@ -0,0 +1,134 @@
1
+ export interface MethodValue<M, T> {
2
+ method: M;
3
+ value: T;
4
+ }
5
+ export interface AllowedPrimitives {
6
+ padding?: string;
7
+ paddingTop?: string;
8
+ paddingRight?: string;
9
+ paddingBottom?: string;
10
+ paddingLeft?: string;
11
+ margin?: string;
12
+ marginTop?: string;
13
+ marginRight?: string;
14
+ marginBottom?: string;
15
+ marginLeft?: string;
16
+ fontFamily?: string;
17
+ fontSize?: string;
18
+ fontStretch?: string;
19
+ fontStyle?: string;
20
+ fontVariantCaps?: string;
21
+ fontVariantEastAsian?: string;
22
+ fontVariantLigatures?: string;
23
+ fontVariantNumeric?: string;
24
+ fontWeight?: string;
25
+ lineHeight?: string;
26
+ letterSpacing?: string;
27
+ textIndent?: string;
28
+ color?: ColorType;
29
+ textDecorationColor?: ColorType;
30
+ textDecorationLine?: string | string[];
31
+ textDecorationStyle?: string;
32
+ textDecorationThickness?: string;
33
+ visibility?: string;
34
+ zIndex?: string;
35
+ whiteSpace?: string;
36
+ display?: string;
37
+ position?: string;
38
+ top?: string;
39
+ right?: string;
40
+ bottom?: string;
41
+ left?: string;
42
+ textAlign?: string;
43
+ verticalAlign?: string;
44
+ alignContent?: string;
45
+ alignItems?: string;
46
+ alignSelf?: string;
47
+ flexBasis?: string;
48
+ flexDirection?: string;
49
+ flexGrow?: string;
50
+ flexShrink?: string;
51
+ flexWrap?: string;
52
+ justifyContent?: string;
53
+ width?: string;
54
+ height?: string;
55
+ maxWidth?: string;
56
+ maxHeight?: string;
57
+ minWidth?: string;
58
+ minHeight?: string;
59
+ overflow?: string;
60
+ overflowX?: string;
61
+ overflowY?: string;
62
+ backgroundImage?: string | ImageValue | (string | ImageValue)[];
63
+ backgroundPosition?: BackgroundValue;
64
+ backgroundSize?: BackgroundValue;
65
+ backgroundRepeat?: BackgroundValue;
66
+ backgroundClip?: string | string[];
67
+ backgroundOrigin?: string | string[];
68
+ backgroundAttachment?: string | string[];
69
+ backgroundColor?: ColorType;
70
+ backgroundGradient?: GradientValue;
71
+ borderRadius?: string;
72
+ boxShadow?: ShadowValue | ShadowValue[];
73
+ transitionDelay?: string;
74
+ transitionDuration?: string;
75
+ transitionProperty?: string;
76
+ transitionTimingFunction?: string;
77
+ borderWidth?: string;
78
+ borderTopWidth?: string;
79
+ borderRightWidth?: string;
80
+ borderBottomWidth?: string;
81
+ borderLeftWidth?: string;
82
+ borderStyle?: string;
83
+ borderTopStyle?: string;
84
+ borderRightStyle?: string;
85
+ borderBottomStyle?: string;
86
+ borderLeftStyle?: string;
87
+ borderColor?: ColorType;
88
+ outlineWidth?: string;
89
+ outlineStyle?: string;
90
+ outlineColor?: ColorType;
91
+ boxSizing?: string;
92
+ textShadow?: string;
93
+ transform?: TransformValue[];
94
+ __hover?: AllowedPrimitives;
95
+ __focus?: AllowedPrimitives;
96
+ __active?: AllowedPrimitives;
97
+ }
98
+ export declare type BackgroundValue = string | (string[] | string)[];
99
+ export interface Definitions {
100
+ [key: string]: AllowedPrimitives;
101
+ }
102
+ export declare type RGBAColorValue = MethodValue<'rgba' | 'rgb', {
103
+ r: number;
104
+ g: number;
105
+ b: number;
106
+ a?: number;
107
+ }>;
108
+ export declare type ColorType = string | RGBAColorValue;
109
+ export declare type GradientValue = MethodValue<'gradient', {
110
+ degrees?: string;
111
+ colors: {
112
+ percent: string;
113
+ value: ColorType;
114
+ }[];
115
+ type: 'linear' | 'radial';
116
+ }>;
117
+ export declare type ImageValue = GradientValue | URLValue;
118
+ export declare type URLValue = MethodValue<'url', {
119
+ path: string;
120
+ }>;
121
+ export declare type ShadowValue = MethodValue<'shadow', {
122
+ offsets: string;
123
+ color: ColorType;
124
+ }>;
125
+ export declare type TransformValue = MethodValue<'translate' | 'scale' | 'rotate' | 'skew', {
126
+ x?: string;
127
+ y?: string;
128
+ z?: string;
129
+ degrees?: string;
130
+ }>;
131
+ export interface StyleProps {
132
+ style?: AllowedPrimitives;
133
+ }
134
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/types/styles.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "1.1.0-next.0",
3
+ "version": "1.1.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",