@symbo.ls/preview 2.7.21 → 2.7.23

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 (149) hide show
  1. package/.eslintrc.js +2 -8
  2. package/.vscode/settings.json +4 -1
  3. package/README.md +1 -0
  4. package/config.js +6 -0
  5. package/define.js +10 -0
  6. package/index.html +5 -5
  7. package/index.js +6 -9
  8. package/package.json +9 -28
  9. package/src/app.js +26 -40
  10. package/state.js +14 -0
  11. package/svgSprite.config.js +2 -2
  12. package/.babelrc.js +0 -5
  13. package/.coveralls.yml +0 -1
  14. package/.eslintignore +0 -1
  15. package/.legacy/_tools_old.js +0 -49
  16. package/.legacy/boxModel.js +0 -3
  17. package/.legacy/index copy.js +0 -45
  18. package/.legacy/preview.js +0 -133
  19. package/.legacy/sequence.js +0 -3
  20. package/.legacy/style.js +0 -30
  21. package/.prettierrc +0 -4
  22. package/.vscode/extensions.json +0 -5
  23. package/src/assets/dark.png +0 -0
  24. package/src/assets/fonts/FiraGO/FiraGO-Bold.woff2 +0 -0
  25. package/src/assets/fonts/FiraGO/FiraGO-Light.woff2 +0 -0
  26. package/src/assets/fonts/FiraGO/FiraGO-Medium.woff2 +0 -0
  27. package/src/assets/fonts/FiraGO/FiraGO-Regular.woff2 +0 -0
  28. package/src/assets/fonts/europa-bold-webfont.woff2 +0 -0
  29. package/src/assets/fonts/europa-bolditalic-webfont.woff2 +0 -0
  30. package/src/assets/fonts/europa-light-webfont.woff2 +0 -0
  31. package/src/assets/fonts/europa-lightitalic-webfont.woff2 +0 -0
  32. package/src/assets/fonts/europa-regular-webfont.woff2 +0 -0
  33. package/src/assets/fonts/europa-regularitalic-webfont.woff2 +0 -0
  34. package/src/assets/mask1.png +0 -0
  35. package/src/assets/mask2.png +0 -0
  36. package/src/assets/ovalCircle.svg +0 -9
  37. package/src/assets/shapes.png +0 -0
  38. package/src/assets/space.png +0 -0
  39. package/src/assets/type.png +0 -0
  40. package/src/components/Aside.js +0 -101
  41. package/src/components/Banner.js +0 -58
  42. package/src/components/ColorText.js +0 -29
  43. package/src/components/ColorsPalette.js +0 -69
  44. package/src/components/ColumnParagrphs.js +0 -22
  45. package/src/components/ContinueButton.js +0 -14
  46. package/src/components/DesignComponent.js +0 -81
  47. package/src/components/FontText.js +0 -193
  48. package/src/components/Header.js +0 -53
  49. package/src/components/HeaderHeading.js +0 -23
  50. package/src/components/IconsGroup.js +0 -64
  51. package/src/components/Page.js +0 -135
  52. package/src/components/ResponsivePreview.js +0 -44
  53. package/src/components/Route.js +0 -1
  54. package/src/components/ShapePreview.js +0 -63
  55. package/src/components/ShapeSet.js +0 -85
  56. package/src/components/SlidersWithResponsive.js +0 -23
  57. package/src/components/SpacingButton/actionButtons.js +0 -41
  58. package/src/components/SpacingButton/dropdown.js +0 -114
  59. package/src/components/SpacingButton/index.js +0 -250
  60. package/src/components/SpacingButton/props.js +0 -45
  61. package/src/components/SpacingPreview.js +0 -156
  62. package/src/components/SpacingTable.js +0 -213
  63. package/src/components/ThemeButtons.js +0 -41
  64. package/src/components/UploadImage.js +0 -31
  65. package/src/components/Widget.js +0 -1
  66. package/src/components/index.js +0 -25
  67. package/src/pages/Account/Personal.js +0 -59
  68. package/src/pages/Account/Project.js +0 -40
  69. package/src/pages/Account/fields.js +0 -74
  70. package/src/pages/Account/fieldsGridProps.js +0 -15
  71. package/src/pages/Account/index.js +0 -117
  72. package/src/pages/Color/globalThemes.js +0 -32
  73. package/src/pages/Color/index.js +0 -18
  74. package/src/pages/Color/palette.js +0 -36
  75. package/src/pages/Color/themes.js +0 -37
  76. package/src/pages/Components/grid.js +0 -99
  77. package/src/pages/Components/index.js +0 -37
  78. package/src/pages/Components/sidebar.js +0 -28
  79. package/src/pages/Components/style.js +0 -16
  80. package/src/pages/DesignSystem/Dashboard/banners.js +0 -38
  81. package/src/pages/DesignSystem/Dashboard/designElements.js +0 -124
  82. package/src/pages/DesignSystem/Dashboard/index.js +0 -22
  83. package/src/pages/DesignSystem/Dashboard/quickstart.js +0 -84
  84. package/src/pages/DesignSystem/Dashboard/state.js +0 -142
  85. package/src/pages/DesignSystem/Dashboard/summary.js +0 -52
  86. package/src/pages/DesignSystem/index.js +0 -187
  87. package/src/pages/Editor/index.js +0 -46
  88. package/src/pages/Editor/layers.js +0 -126
  89. package/src/pages/Editor/scene.js +0 -95
  90. package/src/pages/Editor/style.js +0 -13
  91. package/src/pages/Editor/tools.js +0 -360
  92. package/src/pages/Export/const.js +0 -19
  93. package/src/pages/Export/description.js +0 -88
  94. package/src/pages/Export/gist.js +0 -23
  95. package/src/pages/Export/index.js +0 -82
  96. package/src/pages/Export/scene.js +0 -59
  97. package/src/pages/Export/state.js +0 -23
  98. package/src/pages/Export/tools.js +0 -101
  99. package/src/pages/Fonts/fontFaces.js +0 -50
  100. package/src/pages/Fonts/fontFamilies.js +0 -48
  101. package/src/pages/Fonts/index.js +0 -16
  102. package/src/pages/Fonts/state.js +0 -5
  103. package/src/pages/Icons/index.js +0 -92
  104. package/src/pages/Icons/style.js +0 -1
  105. package/src/pages/Init/ChooseEnvironment.js +0 -149
  106. package/src/pages/Init/ChooseProject.js +0 -61
  107. package/src/pages/Init/CreateDocumentTheme.js +0 -176
  108. package/src/pages/Init/CreatePalette.js +0 -94
  109. package/src/pages/Init/FontText.js +0 -33
  110. package/src/pages/Init/Personalize/fields.js +0 -120
  111. package/src/pages/Init/Personalize/icon.js +0 -76
  112. package/src/pages/Init/Personalize/index.js +0 -120
  113. package/src/pages/Init/index.js +0 -39
  114. package/src/pages/Library/disabled.js +0 -38
  115. package/src/pages/Library/index.js +0 -33
  116. package/src/pages/MediaQuery/index.js +0 -46
  117. package/src/pages/MediaQuery/lists.js +0 -299
  118. package/src/pages/MediaQuery/state.js +0 -149
  119. package/src/pages/MediaQuery/typeScale.js +0 -69
  120. package/src/pages/Shapes/index.js +0 -75
  121. package/src/pages/Shapes/shapeSet.js +0 -133
  122. package/src/pages/Shapes/style.js +0 -11
  123. package/src/pages/Spaces/index.js +0 -65
  124. package/src/pages/Spaces/sequence.js +0 -34
  125. package/src/pages/Spaces/templates.js +0 -37
  126. package/src/pages/State/index.js +0 -87
  127. package/src/pages/Theme/buttonTitlesGrid.js +0 -47
  128. package/src/pages/Theme/buttonsHeader.js +0 -33
  129. package/src/pages/Theme/friendTheme.js +0 -30
  130. package/src/pages/Theme/index.js +0 -226
  131. package/src/pages/Theme/interactivity.js +0 -115
  132. package/src/pages/Theme/ntc.js +0 -1689
  133. package/src/pages/Theme/preview.js +0 -152
  134. package/src/pages/Theme/selectsGrid.js +0 -74
  135. package/src/pages/Theme/style.js +0 -38
  136. package/src/pages/Theme/themingTools.js +0 -106
  137. package/src/pages/Typography/collection.js +0 -115
  138. package/src/pages/Typography/documentStyles.js +0 -113
  139. package/src/pages/Typography/index.js +0 -71
  140. package/src/pages/Typography/rangeButtons.js +0 -58
  141. package/src/pages/Typography/shared.js +0 -9
  142. package/src/pages/Typography/stylesHelpers.js +0 -30
  143. package/src/pages/Typography/typeScale.js +0 -83
  144. package/src/pages/__Account/__/index.js +0 -241
  145. package/src/pages/__Account/__/setUpProject.js +0 -142
  146. package/src/pages/__Account/index.js +0 -111
  147. package/src/pages/index.js +0 -17
  148. package/src/state.js +0 -20
  149. package/src/style.js +0 -20
@@ -1,33 +0,0 @@
1
- 'use strict'
2
-
3
- import { ComponentTemplate } from '@symbo.ls/components'
4
- import { DisabledPage, Page } from '../../components'
5
-
6
- export const Library = {
7
- extend: [DisabledPage, Page],
8
-
9
- SectionHeader: {
10
- title: 'My Symbols',
11
- p: 'This is the first collection of your components'
12
- },
13
-
14
- Grid: {
15
- props: {
16
- flex: 1,
17
- templateColumns: 'repeat(12, 1fr)',
18
- autoFlow: 'dense',
19
- autoColumns: 'auto',
20
- autoRows: 'auto',
21
- justifyItems: 'stretch',
22
-
23
- margin: '- -Z2 B1',
24
- gap: 'A'
25
- },
26
-
27
- childExtend: ComponentTemplate,
28
- $setStateCollection: ({ state }) => {
29
- const COMPONENTS = state.__components
30
- return Object.values(COMPONENTS)
31
- }
32
- }
33
- }
@@ -1,46 +0,0 @@
1
- 'use strict'
2
-
3
- import { Flex } from '@symbo.ls/components'
4
-
5
- import { mediaQueryList, screenSizingList } from './lists'
6
-
7
- const content = {
8
- extend: Flex,
9
-
10
- props: {
11
- justifyContent: 'space-between',
12
- margin: '0 -Z',
13
- gap: 'C1',
14
-
15
- childProps: {
16
- heading: {
17
- color: 'white',
18
- padding: '0 0 A1 Z1',
19
- fontWeight: '700'
20
- }
21
- },
22
-
23
- mediaQueries: {
24
- flex: 1
25
- }
26
- },
27
-
28
- mediaQueries: {
29
- heading: { text: 'Media Queries' },
30
- mediaQueryList
31
- },
32
-
33
- screensSheet: {
34
- heading: { text: 'Screen Sizing Sheet' },
35
- screenSizingList
36
- }
37
- }
38
-
39
- export const MediaQuery = {
40
- SectionHeader: {
41
- title: 'Responsive',
42
- p: 'A Design System is the single source of truth that defines all design elements and allows the crews to assemble components and compose them into more complex apps.'
43
- },
44
-
45
- content
46
- }
@@ -1,299 +0,0 @@
1
- 'use strict'
2
-
3
- import {
4
- IconText,
5
- Flex,
6
- SquareButton,
7
- Select,
8
- Input,
9
- ClickableItem
10
- } from '@symbo.ls/components'
11
- import { copyStringToClipboard } from '@symbo.ls/utils'
12
- import { BREAKPOINTS_DATA, DEVICE_SIZE_DATA } from './state'
13
-
14
- const stateCom = {
15
- activeScreen: false
16
- }
17
-
18
- const listProps = {
19
- background: 'gray1',
20
- round: 'A',
21
- fontSize: 'Z1',
22
- style: { overflow: 'hidden' }
23
- }
24
-
25
- const valueItemProps = {
26
- height: 'B',
27
- theme: 'quaternary',
28
- round: 'Y',
29
- align: 'center center',
30
- minWidth: 'C2'
31
- }
32
-
33
- const MEDIA_TYPES = [{
34
- text: 'min-width',
35
- value: 'minWidth'
36
- }, {
37
- text: 'max-width',
38
- value: 'maxWidth'
39
- }, {
40
- text: 'min-height',
41
- value: 'minHeight'
42
- }, {
43
- text: 'max-height',
44
- value: 'maxHeight'
45
- }, {
46
- text: 'exact',
47
- value: 'exact'
48
- }]
49
-
50
- const BreakpointItem = {
51
- extend: Flex,
52
- state: stateCom,
53
- props: {
54
- gap: 'X',
55
- alignItems: 'center'
56
- },
57
-
58
- childExtend: {
59
- extend: Flex,
60
- props: valueItemProps
61
- },
62
-
63
- select: {
64
- extend: Select,
65
- props: ({ state }) => ({
66
- color: 'white'
67
- }),
68
-
69
- on: {
70
- change: (ev, el, s) => {
71
- const { value } = el.node
72
- const exact = value === 'exact'
73
- s.update({ type: value }, { preventUpdate: true })
74
- s.parent.update({
75
- exact,
76
- breakpoints: {
77
- [s.__element.key]: { type: value }
78
- }
79
- })
80
- }
81
- },
82
-
83
- $setCollection: () => MEDIA_TYPES.map(props => ({ props }))
84
- },
85
-
86
- value: {
87
- extend: Input,
88
- props: ({ state }) => ({
89
- placeholder: state.placeholder,
90
- value: state.value,
91
- round: 'Y',
92
- maxWidth: 'C2',
93
- padding: '0',
94
- style: { textAlign: 'center' }
95
- })
96
- },
97
-
98
- value2: {
99
- extend: Input,
100
- props: ({ state }) => ({
101
- hide: state.type !== 'exact',
102
- placeholder: '728px',
103
- round: 'Y',
104
- maxWidth: 'C1',
105
- padding: '0',
106
- textAlign: 'center'
107
- })
108
- }
109
- }
110
-
111
- const screenIconText = {
112
- extend: [IconText, Flex],
113
- props: ({ state }) => ({
114
- text: state.name,
115
- gap: 'Z1',
116
- align: 'center flex-start',
117
- whiteSpace: 'nowrap',
118
- icon: {
119
- name: state.icon,
120
- opacity: '.5'
121
- }
122
- })
123
- }
124
-
125
- const MediaQueryRow = {
126
- extend: Flex,
127
- props: {
128
- gap: 'D',
129
- align: 'center',
130
- minHeight: 'D',
131
- padding: '- A - B',
132
- childProps: { minWidth: 'E' },
133
- ':not(:last-child)': {
134
- border: 'dashed, white 0.05',
135
- borderWidth: '0 0 1px'
136
- },
137
- ':hover': {
138
- background: 'gray2'
139
- },
140
- ':hover > div > button': { opacity: 1 }
141
- },
142
-
143
- screen: { extend: screenIconText },
144
-
145
- columnBreakPoints: {
146
- extend: Flex,
147
- props: { gap: 'D' },
148
-
149
- childExtend: BreakpointItem,
150
- $setStateCollection: ({ state }) => state.breakpoints
151
- },
152
-
153
- plusButton: {
154
- button: {
155
- extend: SquareButton,
156
-
157
- props: ({ state }) => ({
158
- hide: Object.keys(state.breakpoints).length > 2,
159
- icon: { name: 'plus' },
160
- padding: 'X2',
161
- round: '100%',
162
- border: 'solid, gray4',
163
- borderWidth: '1px',
164
- color: 'gray6',
165
- background: 'transparent'
166
- }),
167
-
168
- on: {
169
- click: (ev, el, s) => {
170
- const length = Object.keys(s.breakpoints).length
171
- if (!s.breakpoints || length > 2) return
172
- s.update({
173
- breakpoints: { [length]: {} }
174
- })
175
- }
176
- }
177
- }
178
- },
179
-
180
- hoverButtons: {
181
- extend: Flex,
182
- props: {
183
- margin: '- - - auto'
184
- },
185
- childExtend: {
186
- extend: [ClickableItem, SquareButton],
187
- props: {
188
- style: { opacity: '0' }
189
- }
190
- },
191
- ...[
192
- { props: { icon: 'eyeOpen' } },
193
- { props: { icon: 'copy outline' },
194
- on: {
195
- click: (event, element, state) => {
196
- copyStringToClipboard(`@${state.name}`)
197
- }
198
- }
199
- },
200
- { props: { icon: 'trashAlt' },
201
- on: {
202
- click: (event, element, state) => {
203
- const { key } = element.parent.parent
204
- delete state.parent.data[key]
205
- state.parent.update()
206
- }
207
- }
208
- }
209
- ]
210
- }
211
- }
212
-
213
- export const mediaQueryList = {
214
- state: BREAKPOINTS_DATA,
215
- props: listProps,
216
-
217
- childExtend: MediaQueryRow,
218
- $setStateCollection: ({ state }) => state.data
219
- }
220
-
221
- const DefaultScreensRow = {
222
- extend: Flex,
223
- state: stateCom,
224
- // state: MEDIA_TYPES,
225
- class: {
226
- show: (element, state) => state.activeScreen
227
- ? { opacity: 1 } : { opacity: 0.45 }
228
- },
229
- props: ({ el, state }) => ({
230
- // if () {},
231
- // hide: state.value !== 'exact' ? el.update({ style: { opacity: '.3' } }) : 'center',
232
- // hide: state.value !== 'exact',
233
- // text.
234
-
235
- minHeight: 'C2',
236
- padding: '- A - A',
237
- gap: 'C',
238
- ':not(:last-child)': {
239
- border: 'solid, white .05',
240
- borderWidth: '0 0 1px'
241
- }
242
- }),
243
- // class: {
244
- // show: (element, state) => MEDIA_TYPES.value === 'match'
245
- // ? { opacity: 0 } : { opacity: 1 }
246
- // },
247
- // props: {
248
-
249
- // // on: {
250
- // // click: (event, element, state) => {
251
- // // state.offers
252
- // // ? state.update({ offers: false })
253
- // // : state.update({ offers: true })
254
- // // }
255
- // // }
256
- // },
257
- // on: {
258
- // change: (ev, el, s) => {
259
- // s.update({ value: el.node.value })
260
- // s.stateCom.update({ activeScreen: true })
261
- // }
262
- // // click: (ev, el, s) => {
263
- // // s.update({ activeScreen: true })
264
- // // }
265
- // },
266
-
267
- screen: { extend: screenIconText, style: { minWidth: '150px' } },
268
- values: {
269
- extend: Flex,
270
- props: {
271
- alignItems: 'center',
272
- gap: 'X1'
273
- },
274
-
275
- valueX: {
276
- extend: Flex,
277
- props: valueItemProps,
278
- text: ({ state }) => state.xValue
279
- },
280
- x: { props: { text: 'x' } },
281
- valueY: {
282
- extend: Flex,
283
- props: valueItemProps,
284
- text: ({ state }) => state.yValue
285
- }
286
- }
287
- }
288
-
289
- export const screenSizingList = {
290
- state: DEVICE_SIZE_DATA,
291
- props: {
292
- ...listProps,
293
- minWidth: '300px'
294
- },
295
-
296
- childExtend: DefaultScreensRow,
297
-
298
- $setStateCollection: ({ state }) => state.data
299
- }
@@ -1,149 +0,0 @@
1
- 'use strict'
2
-
3
- export const BREAKPOINTS_DATA = {
4
- data: [{
5
- icon: 'deviceBigScreenOutline',
6
- name: 'iMac',
7
- breakpoints: [{
8
- type: 'minWidth',
9
- value: '2780',
10
- placeholder: '2780'
11
- }]
12
- }, {
13
- icon: 'deviceSmallScreenOutline',
14
- name: 'screenL',
15
- breakpoints: [{
16
- type: 'minWidth',
17
- value: '1920',
18
- placeholder: '1920'
19
- }]
20
- }, {
21
- icon: 'deviceSmallScreenOutline',
22
- name: 'screebM',
23
- breakpoints: [{
24
- type: 'minWidth',
25
- value: '1680',
26
- placeholder: '1680'
27
- }]
28
- }, {
29
- icon: 'deviceSmallScreenOutline',
30
- name: 'screenS',
31
- breakpoints: [{
32
- type: 'minWidth',
33
- value: '1440',
34
- placeholder: '1440'
35
- }]
36
- }, {
37
- icon: 'deviceTabletLandscapeOutline',
38
- name: 'tabletL',
39
- breakpoints: [{
40
- type: 'minWidth',
41
- value: '1366',
42
- placeholder: '1366'
43
- }]
44
- }, {
45
- icon: 'deviceTabletLandscapeOutline',
46
- name: 'tabletM',
47
- breakpoints: [{
48
- type: 'minWidth',
49
- value: '1280px',
50
- placeholder: '1280px'
51
- }]
52
- }, {
53
- icon: 'deviceTabletLandscapeOutline',
54
- name: 'tabletS',
55
- breakpoints: [{
56
- type: 'minWidth',
57
- value: '1024',
58
- placeholder: '1024'
59
- }]
60
- }, {
61
- icon: 'deviceMobileOutline',
62
- name: 'mobileL',
63
- breakpoints: [{
64
- type: 'minWidth',
65
- value: '768',
66
- placeholder: '768'
67
- }]
68
- }, {
69
- icon: 'deviceMobileOutline',
70
- name: 'mobileM',
71
- breakpoints: [{
72
- type: 'minWidth',
73
- value: '560',
74
- placeholder: '560'
75
- }]
76
- }, {
77
- icon: 'deviceMobileOutline',
78
- name: 'mobileS',
79
- breakpoints: [{
80
- type: 'minWidth',
81
- value: '480',
82
- placeholder: '480'
83
- }]
84
-
85
- }, {
86
- icon: 'deviceMobileOutline',
87
- name: 'mobileXs',
88
- breakpoints: [{
89
- type: 'minWidth',
90
- value: '375',
91
- placeholder: '375'
92
- }]
93
-
94
- }]
95
- }
96
-
97
- export const DEVICE_SIZE_DATA = {
98
- data: [{
99
- icon: 'deviceBigScreenOutline',
100
- name: 'Apple XDR',
101
- xValue: '3008',
102
- yValue: '1692'
103
- }, {
104
- icon: 'deviceBigScreenOutline',
105
- name: `iMac 27''`,
106
- xValue: '2560',
107
- yValue: '1440'
108
- }, {
109
- icon: 'deviceBigScreenOutline',
110
- name: `iMac 24''`,
111
- xValue: '2240',
112
- yValue: '1260'
113
- }, {
114
- icon: 'deviceBigScreenOutline',
115
- name: 'Full HD',
116
- xValue: '1920',
117
- yValue: '1080'
118
- }, {
119
- icon: 'deviceSmallScreenOutline',
120
- name: `MacBook Pro 16''`,
121
- xValue: '1728',
122
- yValue: '1117'
123
- }, {
124
- icon: 'deviceSmallScreenOutline',
125
- name: `MacBook Pro 14''`,
126
- xValue: '1512',
127
- yValue: '982'
128
- }, {
129
- icon: 'deviceSmallScreenOutline',
130
- name: `MacBook Pro 13''`,
131
- xValue: '1470',
132
- yValue: '956'
133
- }, {
134
- icon: 'deviceTabletLandscapeOutline',
135
- name: `iPad Pro 12.9''`,
136
- xValue: '1024',
137
- yValue: '1366'
138
- }, {
139
- icon: 'deviceTabletLandscapeOutline',
140
- name: `iPad Air 10.9''`,
141
- xValue: '820',
142
- yValue: '1180'
143
- }, {
144
- icon: 'deviceTabletLandscapeOutline',
145
- name: `iPad Mini 8.3''`,
146
- xValue: '744',
147
- yValue: '1133'
148
- }]
149
- }
@@ -1,69 +0,0 @@
1
- 'use strict'
2
-
3
- import {
4
- TestText,
5
- Flex
6
- } from '@symbo.ls/components'
7
-
8
- export default {
9
- extend: Flex,
10
-
11
- props: {
12
- gap: 'D',
13
- align: 'flex-start flex-start',
14
-
15
- sidebar: {
16
- padding: 'B 0 0',
17
- widthRange: 'F2',
18
- position: 'sticky',
19
- top: 'E'
20
- },
21
-
22
- content: {
23
- overflow: 'hidden',
24
- flex: '1',
25
- flow: 'column',
26
- gap: 'C',
27
-
28
- header: {
29
- align: 'flex-end space-between',
30
- padding: '0 0 0 C',
31
- gap: 'C1'
32
- },
33
-
34
- footer: {
35
- padding: '0 0 0 C'
36
- }
37
- }
38
- },
39
-
40
- sidebar: {
41
- SectionHeader: {
42
- title: 'TypeScale',
43
- p: 'Generate text sequence by a base size and ratio'
44
- },
45
-
46
- SequenceSliders: {
47
- flow: 'column'
48
- },
49
-
50
- Paragraph: {
51
- margin: '0',
52
- fontSize: 'Z2',
53
- padding: 'B2 0',
54
- text: `Base size and ratio sequentially generate set by multiplying each next calculated unit by the ratio.`
55
- }
56
- },
57
-
58
- content: {
59
- extend: Flex,
60
-
61
- header: {
62
- extend: Flex,
63
- TestText
64
- },
65
-
66
- sequence: {
67
- }
68
- }
69
- }
@@ -1,75 +0,0 @@
1
- 'use strict'
2
-
3
- import { Flex } from '@symbo.ls/components'
4
-
5
- import {
6
- rectangle,
7
- circle,
8
- toolTip,
9
- tagShape,
10
- bubble,
11
- chevron,
12
- tv,
13
- hexagon
14
- } from './shapeSet'
15
-
16
- export const Shapes = {
17
- extend: Flex,
18
- props: {
19
- flow: 'column'
20
- },
21
-
22
- state: {
23
- props: {}
24
- },
25
-
26
- content: {
27
- extend: Flex,
28
- props: {
29
- flow: 'column'
30
- },
31
-
32
- childExtend: {
33
- extend: Flex,
34
- props: {
35
- gap: 'A2',
36
- flow: 'column',
37
- SectionHeader: {
38
- margin: '- - A2'
39
- },
40
- section: {
41
- flow: 'row wrap',
42
- gap: 'A2'
43
- }
44
- },
45
- section: { extend: Flex }
46
- },
47
-
48
- htmlShapes: {
49
- SectionHeader: {
50
- title: 'HTML Shapes',
51
- p: 'All ungrouped document icons'
52
- },
53
-
54
- section: {
55
- rectangle,
56
- circle,
57
- toolTip,
58
- tagShape,
59
- bubble,
60
- tv,
61
- chevron,
62
- hexagon
63
- }
64
- },
65
-
66
- Line: {},
67
-
68
- svgShapes: {
69
- SectionHeader: {
70
- title: 'SVG Shapes',
71
- p: 'TBA'
72
- }
73
- }
74
- }
75
- }