@flodesk/grain 11.35.0 → 11.35.2
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/README.md +1 -1
- package/es/foundational/field.js +4 -12
- package/es/foundational/styles.js +0 -3
- package/es/icons/icon-align-center.js +1 -1
- package/es/icons/icon-align-left.js +1 -1
- package/es/icons/icon-align-right.js +1 -1
- package/es/icons/icon-archive.js +1 -1
- package/es/icons/icon-at.js +1 -1
- package/es/icons/icon-browser.js +1 -1
- package/es/icons/icon-column-one.js +1 -1
- package/es/icons/icon-column-two.js +1 -1
- package/es/icons/icon-columns.js +1 -1
- package/es/icons/icon-content-align-bottom.js +1 -1
- package/es/icons/icon-content-align-center.js +1 -1
- package/es/icons/icon-content-align-top.js +1 -1
- package/es/icons/icon-duplicate.js +1 -1
- package/es/icons/icon-file.js +1 -1
- package/es/icons/icon-folder-remove.js +1 -1
- package/es/icons/icon-hide.js +1 -1
- package/es/icons/icon-layout-text-bottom.js +1 -1
- package/es/icons/icon-layout-text-left.js +1 -1
- package/es/icons/icon-layout-text-right.js +1 -1
- package/es/icons/icon-layout-text-top.js +1 -1
- package/es/icons/icon-mail.js +1 -1
- package/es/icons/icon-monitor.js +1 -1
- package/es/icons/icon-phone.js +2 -2
- package/es/icons/icon-rows.js +1 -1
- package/es/icons/icon-square.js +1 -1
- package/es/icons/icon-tablet.js +1 -1
- package/es/icons/icon-trash.js +1 -1
- package/es/styles/foundational.js +3 -2
- package/es/styles/variables.js +1 -1
- package/es/types/components/arrange.d.ts +18 -0
- package/es/types/components/autocomplete.d.ts +39 -0
- package/es/types/components/autocomplete2.d.ts +45 -0
- package/es/types/components/badge.d.ts +12 -0
- package/es/types/components/box.d.ts +59 -0
- package/es/types/components/breakpoints-provider.d.ts +15 -0
- package/es/types/components/button.d.ts +19 -0
- package/es/types/components/checkbox.d.ts +23 -0
- package/es/types/components/dropdown.d.ts +26 -0
- package/es/types/components/flex.d.ts +22 -0
- package/es/types/components/icon-button.d.ts +16 -0
- package/es/types/components/icon-toggle.d.ts +14 -0
- package/es/types/components/icon.d.ts +11 -0
- package/es/types/components/index.d.ts +32 -0
- package/es/types/components/link.d.ts +12 -0
- package/es/types/components/modal.d.ts +27 -0
- package/es/types/components/nav.d.ts +17 -0
- package/es/types/components/pagination.d.ts +9 -0
- package/es/types/components/popover.d.ts +18 -0
- package/es/types/components/progress.d.ts +8 -0
- package/es/types/components/provider.d.ts +11 -0
- package/es/types/components/radio.d.ts +23 -0
- package/es/types/components/select.d.ts +26 -0
- package/es/types/components/slider.d.ts +21 -0
- package/es/types/components/spinner.d.ts +9 -0
- package/es/types/components/stack.d.ts +10 -0
- package/es/types/components/switch.d.ts +12 -0
- package/es/types/components/tab.d.ts +17 -0
- package/es/types/components/text-button.d.ts +16 -0
- package/es/types/components/text-input.d.ts +25 -0
- package/es/types/components/text-toggle.d.ts +14 -0
- package/es/types/components/text.d.ts +17 -0
- package/es/types/components/textarea.d.ts +22 -0
- package/es/types/components/toast.d.ts +17 -0
- package/es/types/components/tooltip.d.ts +19 -0
- package/es/types/foundational/field.d.ts +30 -0
- package/es/types/foundational/index.d.ts +3 -0
- package/es/types/foundational/menu.d.ts +58 -0
- package/es/types/foundational/styles.d.ts +37 -0
- package/es/types/hooks/index.d.ts +2 -0
- package/es/types/hooks/useMedia.d.ts +1 -0
- package/es/types/hooks/useOnClickOutside.d.ts +4 -0
- package/es/types/icons/common.d.ts +3 -0
- package/es/types/icons/index.d.ts +85 -0
- package/es/types/index.d.ts +15 -0
- package/es/types/shared.d.ts +41 -0
- package/es/types/tokens.d.ts +141 -0
- package/es/types/utilities/index.d.ts +2 -0
- package/es/types/utilities/responsive.d.ts +20 -0
- package/es/types/utilities/styles.d.ts +20 -0
- package/es/types/variables/colors.d.ts +14 -0
- package/es/types/variables/index.d.ts +2 -0
- package/es/types/variables/vars.d.ts +92 -0
- package/es/utilities/responsive.js +1 -5
- package/es/utilities/style-config.js +3 -3
- package/es/utilities/styles.js +2 -10
- package/es/variables/vars.js +1 -32
- package/package.json +2 -1
package/es/variables/vars.js
CHANGED
|
@@ -53,26 +53,7 @@ export const vars = {
|
|
|
53
53
|
xFast: 'xFast',
|
|
54
54
|
xxFast: 'xxFast'
|
|
55
55
|
},
|
|
56
|
-
colors: _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, colors.shadeTones), colors.shades), colors.fades), colors.darkFades), colors.lightFades), colors.bases), colors.internals), colors.generics), colors.contents), colors.backgrounds), colors.borders)
|
|
57
|
-
spaceUtils: {
|
|
58
|
-
betweenFormTitleAndContent: 'betweenFormTitleAndContent',
|
|
59
|
-
betweenFormContents: 'betweenFormContents',
|
|
60
|
-
betweenFormContentAndActions: 'betweenFormContentAndActions',
|
|
61
|
-
betweenFormControlAndLabel: 'betweenFormControlAndLabel',
|
|
62
|
-
fieldPaddingX: 'fieldPaddingX'
|
|
63
|
-
},
|
|
64
|
-
colorUtils: {
|
|
65
|
-
fieldBorder: 'fieldBorder',
|
|
66
|
-
fieldBorderHover: 'fieldBorderHover',
|
|
67
|
-
fieldBorderFocus: 'fieldBorderFocus',
|
|
68
|
-
fieldBorderDisabled: 'fieldBorderDisabled',
|
|
69
|
-
fieldBackgroundDisabled: 'fieldBackgroundDisabled'
|
|
70
|
-
},
|
|
71
|
-
transitionUtils: {
|
|
72
|
-
leave: 'leave',
|
|
73
|
-
hover: 'hover',
|
|
74
|
-
active: 'active'
|
|
75
|
-
}
|
|
56
|
+
colors: _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, colors.shadeTones), colors.shades), colors.fades), colors.darkFades), colors.lightFades), colors.bases), colors.internals), colors.generics), colors.contents), colors.backgrounds), colors.borders)
|
|
76
57
|
};
|
|
77
58
|
export const varInfo = {
|
|
78
59
|
texts: {
|
|
@@ -106,17 +87,5 @@ export const varInfo = {
|
|
|
106
87
|
colors: {
|
|
107
88
|
name: 'colors',
|
|
108
89
|
prefix: 'color'
|
|
109
|
-
},
|
|
110
|
-
spaceUtils: {
|
|
111
|
-
name: 'spaceUtils',
|
|
112
|
-
prefix: 'space'
|
|
113
|
-
},
|
|
114
|
-
colorUtils: {
|
|
115
|
-
name: 'colorUtils',
|
|
116
|
-
prefix: 'color'
|
|
117
|
-
},
|
|
118
|
-
transitionUtils: {
|
|
119
|
-
name: 'transitionUtils',
|
|
120
|
-
prefix: 'transition'
|
|
121
90
|
}
|
|
122
91
|
};
|
package/package.json
CHANGED