@visitwonders/assembly 0.1.0 → 0.3.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.
- package/declarations/action/button-group.d.ts +89 -0
- package/declarations/action/button-group.d.ts.map +1 -0
- package/declarations/action/button.d.ts +4 -0
- package/declarations/action/button.d.ts.map +1 -1
- package/declarations/action/index.d.ts +1 -0
- package/declarations/action/index.d.ts.map +1 -1
- package/declarations/components/form/checkbox.d.ts +0 -65
- package/declarations/components/form/control.d.ts +0 -36
- package/declarations/components/form/error-message.d.ts +0 -22
- package/declarations/components/form/field.d.ts +0 -21
- package/declarations/components/form/form.d.ts +0 -14
- package/declarations/components/form/help-text.d.ts +0 -14
- package/declarations/components/form/index.d.ts +0 -15
- package/declarations/components/form/input.d.ts +0 -80
- package/declarations/components/form/label.d.ts +0 -34
- package/declarations/components/form/radio-group.d.ts +0 -43
- package/declarations/components/form/radio.d.ts +0 -54
- package/declarations/components/form/search-input.d.ts +0 -35
- package/declarations/components/form/select.d.ts +0 -36
- package/declarations/components/form/test.d.ts +0 -11
- package/declarations/components/form/textarea.d.ts +0 -79
- package/declarations/components/form/toggle.d.ts +0 -23
- package/declarations/components/primitives/grid-item.d.ts +0 -21
- package/declarations/components/primitives/grid.d.ts +0 -49
- package/declarations/components/primitives/h-stack.d.ts +0 -17
- package/declarations/components/primitives/heading.d.ts +0 -52
- package/declarations/components/primitives/image.d.ts +0 -24
- package/declarations/components/primitives/index.d.ts +0 -8
- package/declarations/components/primitives/link.d.ts +0 -16
- package/declarations/components/primitives/stack.d.ts +0 -23
- package/declarations/components/primitives/text.d.ts +0 -50
- package/declarations/components/primitives/v-stack.d.ts +0 -16
- package/declarations/components/ui/badge.d.ts +0 -14
- package/declarations/components/ui/button.d.ts +0 -32
- package/declarations/components/ui/card.d.ts +0 -27
- package/declarations/components/ui/description-list.d.ts +0 -22
- package/declarations/components/ui/drawer.d.ts +0 -14
- package/declarations/components/ui/icon-button.d.ts +0 -21
- package/declarations/components/ui/icon.d.ts +0 -21
- package/declarations/components/ui/index.d.ts +0 -17
- package/declarations/components/ui/modal.d.ts +0 -14
- package/declarations/components/ui/page-header.d.ts +0 -16
- package/declarations/components/ui/skeleton-card.d.ts +0 -17
- package/declarations/components/ui/skeleton-text.d.ts +0 -16
- package/declarations/components/ui/skeleton.d.ts +0 -20
- package/declarations/components/ui/spinner.d.ts +0 -11
- package/declarations/components/ui/tab-nav/index.d.ts +0 -36
- package/declarations/components/ui/table/body.d.ts +0 -11
- package/declarations/components/ui/table/caption.d.ts +0 -18
- package/declarations/components/ui/table/cell.d.ts +0 -31
- package/declarations/components/ui/table/footer.d.ts +0 -11
- package/declarations/components/ui/table/header-cell.d.ts +0 -35
- package/declarations/components/ui/table/header.d.ts +0 -11
- package/declarations/components/ui/table/row.d.ts +0 -21
- package/declarations/components/ui/table_old.d.ts +0 -29
- package/declarations/data/index.d.ts +1 -0
- package/declarations/data/index.d.ts.map +1 -1
- package/declarations/data/sortable-list.d.ts +33 -0
- package/declarations/data/sortable-list.d.ts.map +1 -0
- package/declarations/data/table.d.ts +0 -1
- package/declarations/data/table.d.ts.map +1 -1
- package/declarations/form/calendar.d.ts +0 -1
- package/declarations/form/calendar.d.ts.map +1 -1
- package/declarations/form/control.d.ts +5 -1
- package/declarations/form/control.d.ts.map +1 -1
- package/declarations/form/country-select-field.d.ts +6 -0
- package/declarations/form/country-select-field.d.ts.map +1 -1
- package/declarations/form/country-select.d.ts +0 -1
- package/declarations/form/country-select.d.ts.map +1 -1
- package/declarations/form/date-picker-field.d.ts +6 -0
- package/declarations/form/date-picker-field.d.ts.map +1 -1
- package/declarations/form/date-picker.d.ts +0 -1
- package/declarations/form/date-picker.d.ts.map +1 -1
- package/declarations/form/date-range-picker-field.d.ts +6 -0
- package/declarations/form/date-range-picker-field.d.ts.map +1 -1
- package/declarations/form/date-range-picker.d.ts +0 -1
- package/declarations/form/date-range-picker.d.ts.map +1 -1
- package/declarations/form/fieldset.d.ts +22 -0
- package/declarations/form/fieldset.d.ts.map +1 -0
- package/declarations/form/form.d.ts +0 -1
- package/declarations/form/form.d.ts.map +1 -1
- package/declarations/form/index.d.ts +1 -0
- package/declarations/form/index.d.ts.map +1 -1
- package/declarations/form/label.d.ts +4 -0
- package/declarations/form/label.d.ts.map +1 -1
- package/declarations/form/listbox.d.ts +0 -1
- package/declarations/form/listbox.d.ts.map +1 -1
- package/declarations/form/money-field.d.ts +6 -1
- package/declarations/form/money-field.d.ts.map +1 -1
- package/declarations/form/multi-select.d.ts +0 -1
- package/declarations/form/multi-select.d.ts.map +1 -1
- package/declarations/form/number-field.d.ts +9 -1
- package/declarations/form/number-field.d.ts.map +1 -1
- package/declarations/form/select-field.d.ts +4 -1
- package/declarations/form/select-field.d.ts.map +1 -1
- package/declarations/form/test.d.ts +0 -11
- package/declarations/form/text-field.d.ts +9 -0
- package/declarations/form/text-field.d.ts.map +1 -1
- package/declarations/form/time-picker-field.d.ts +6 -0
- package/declarations/form/time-picker-field.d.ts.map +1 -1
- package/declarations/form/time-picker.d.ts +0 -1
- package/declarations/form/time-picker.d.ts.map +1 -1
- package/declarations/form/toggle.d.ts +4 -0
- package/declarations/form/toggle.d.ts.map +1 -1
- package/declarations/layout/index.d.ts +1 -0
- package/declarations/layout/index.d.ts.map +1 -1
- package/declarations/layout/panel.d.ts +34 -0
- package/declarations/layout/panel.d.ts.map +1 -0
- package/declarations/layout/stack.d.ts +1 -1
- package/declarations/media/icon.d.ts +0 -1
- package/declarations/media/icon.d.ts.map +1 -1
- package/declarations/media/image.d.ts +1 -1
- package/declarations/overlay/blanket.d.ts +0 -1
- package/declarations/overlay/blanket.d.ts.map +1 -1
- package/declarations/overlay/drawer.d.ts +4 -1
- package/declarations/overlay/drawer.d.ts.map +1 -1
- package/declarations/overlay/modal.d.ts +0 -1
- package/declarations/overlay/modal.d.ts.map +1 -1
- package/declarations/overlay/popover.d.ts +0 -1
- package/declarations/overlay/popover.d.ts.map +1 -1
- package/declarations/overlay/toast.d.ts +0 -1
- package/declarations/overlay/toast.d.ts.map +1 -1
- package/declarations/overlay/tooltip.d.ts +0 -1
- package/declarations/overlay/tooltip.d.ts.map +1 -1
- package/declarations/primitives/grid-item.d.ts +0 -21
- package/declarations/primitives/grid.d.ts +0 -49
- package/declarations/primitives/h-stack.d.ts +0 -17
- package/declarations/primitives/heading.d.ts +0 -52
- package/declarations/primitives/image.d.ts +0 -24
- package/declarations/primitives/index.d.ts +0 -4
- package/declarations/primitives/link.d.ts +0 -16
- package/declarations/primitives/stack.d.ts +0 -23
- package/declarations/primitives/text.d.ts +0 -50
- package/declarations/primitives/v-stack.d.ts +0 -16
- package/declarations/status/badge.d.ts +0 -1
- package/declarations/status/badge.d.ts.map +1 -1
- package/declarations/status/skeleton-avatar.d.ts +1 -1
- package/declarations/status/skeleton-avatar.d.ts.map +1 -1
- package/declarations/status/skeleton-button.d.ts +1 -1
- package/declarations/status/skeleton-button.d.ts.map +1 -1
- package/declarations/status/skeleton-image.d.ts +1 -1
- package/declarations/status/skeleton-image.d.ts.map +1 -1
- package/declarations/status/skeleton-text.d.ts +1 -1
- package/declarations/status/skeleton-text.d.ts.map +1 -1
- package/declarations/status/skeleton.d.ts +1 -1
- package/declarations/status/skeleton.d.ts.map +1 -1
- package/declarations/status/tag.d.ts +0 -1
- package/declarations/status/tag.d.ts.map +1 -1
- package/declarations/typography/link.d.ts +0 -16
- package/declarations/typography/text.d.ts +2 -0
- package/declarations/typography/text.d.ts.map +1 -1
- package/declarations/ui/button.d.ts +0 -50
- package/declarations/ui/icon.d.ts +0 -21
- package/dist/_app_/action/button-group.js +1 -0
- package/dist/_app_/data/sortable-list.js +1 -0
- package/dist/_app_/form/fieldset.js +1 -0
- package/dist/_app_/layout/panel.js +1 -0
- package/dist/action/button-group.css +18 -0
- package/dist/action/button-group.js +130 -0
- package/dist/action/button-group.js.map +1 -0
- package/dist/action/button.css +152 -0
- package/dist/action/button.js +1 -1
- package/dist/action/index.js +1 -0
- package/dist/action/index.js.map +1 -1
- package/dist/data/index.js +1 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/sortable-list-css-211fcfeedc08052ccbac7f51549ce0b1.css +89 -0
- package/dist/data/sortable-list.js +62 -0
- package/dist/data/sortable-list.js.map +1 -0
- package/dist/data/table.css +50 -49
- package/dist/data/table.js +1 -1
- package/dist/form/checkbox.css +3 -3
- package/dist/form/control-css-02e93d930aecac651d5c69dc10a83504.css +36 -0
- package/dist/form/control.js +2 -2
- package/dist/form/country-select-field.js +1 -1
- package/dist/form/country-select-field.js.map +1 -1
- package/dist/form/country-select.css +1 -1
- package/dist/form/date-picker-field.js +1 -1
- package/dist/form/date-picker-field.js.map +1 -1
- package/dist/form/date-range-picker-field.js +1 -1
- package/dist/form/date-range-picker-field.js.map +1 -1
- package/dist/form/field.css +3 -3
- package/dist/form/fieldset.css +65 -0
- package/dist/form/fieldset.js +20 -0
- package/dist/form/fieldset.js.map +1 -0
- package/dist/form/help-text.css +1 -1
- package/dist/form/index.js +1 -0
- package/dist/form/index.js.map +1 -1
- package/dist/form/input.css +1 -0
- package/dist/form/label.css +15 -1
- package/dist/form/label.js +10 -4
- package/dist/form/money-field.js +1 -1
- package/dist/form/multi-select.css +1 -1
- package/dist/form/number-field.css +1 -0
- package/dist/form/number-field.js +1 -1
- package/dist/form/radio.css +3 -3
- package/dist/form/select-field.js +1 -1
- package/dist/form/select-field.js.map +1 -1
- package/dist/form/select.css +1 -1
- package/dist/form/{text-field-css-f60360f3f8aaf4da664eaccd1bcc9f8f.css → text-field-css-754feeb82dbd9fc9afdc1f00dceb13ad.css} +22 -1
- package/dist/form/text-field.js +2 -2
- package/dist/form/textarea.css +2 -1
- package/dist/form/time-picker-field.js +1 -1
- package/dist/form/time-picker-field.js.map +1 -1
- package/dist/form/toggle.css +27 -1
- package/dist/form/toggle.js +4 -1
- package/dist/layout/{divider-css-1ba104b9c606cbd1f542b45640fb5f2b.css → divider-css-7e0cc7d350e31172582851c6cb2cf586.css} +2 -2
- package/dist/layout/divider.js +1 -1
- package/dist/layout/{grid-css-086976eb41686e3714554f56c098d3d5.css → grid-css-c8259b34d7062f44e78f0a2cc139cb44.css} +13 -13
- package/dist/layout/grid.js +1 -1
- package/dist/layout/index.js +1 -0
- package/dist/layout/index.js.map +1 -1
- package/dist/layout/panel.css +229 -0
- package/dist/layout/panel.js +32 -0
- package/dist/layout/panel.js.map +1 -0
- package/dist/overlay/blanket.css +12 -11
- package/dist/overlay/blanket.js +1 -1
- package/dist/overlay/drawer.css +99 -62
- package/dist/overlay/drawer.js +7 -4
- package/dist/overlay/modal.css +22 -21
- package/dist/overlay/modal.js +4 -4
- package/dist/overlay/popover.css +30 -29
- package/dist/overlay/popover.js +4 -4
- package/dist/overlay/toast.css +49 -48
- package/dist/overlay/toast.js +2 -2
- package/dist/overlay/tooltip.css +38 -37
- package/dist/overlay/tooltip.js +2 -2
- package/dist/skeleton-shared-BTA5oAjw.js +3 -0
- package/dist/skeleton-shared-BTA5oAjw.js.map +1 -0
- package/dist/status/badge.css +30 -29
- package/dist/status/badge.js +1 -1
- package/dist/status/skeleton-avatar.js +1 -1
- package/dist/status/skeleton-avatar.js.map +1 -1
- package/dist/status/skeleton-button.js +1 -1
- package/dist/status/skeleton-button.js.map +1 -1
- package/dist/status/skeleton-image.js +1 -1
- package/dist/status/skeleton-image.js.map +1 -1
- package/dist/status/skeleton-text.js +1 -1
- package/dist/status/skeleton-text.js.map +1 -1
- package/dist/status/skeleton.js +1 -1
- package/dist/status/skeleton.js.map +1 -1
- package/dist/status/tag.css +50 -51
- package/dist/status/tag.js +1 -1
- package/dist/styles/base/typography.css +1 -1
- package/dist/styles/primitive/typography.css +10 -7
- package/dist/styles/semantic/typography.css +4 -4
- package/dist/styles.css +15 -12
- package/dist/typography/{heading-css-8850735eabc2efb34f15240b852c99e7.css → heading-css-726c4c3109f2b741657733e1ba103c67.css} +9 -9
- package/dist/typography/heading.js +1 -1
- package/dist/typography/{text-css-73e03f1b750b32d7064d4ef87562289c.css → text-css-935f55e9cd74b06a5ce61330c4c79ef9.css} +6 -1
- package/dist/typography/text.js +5 -2
- package/package.json +26 -19
- package/dist/form/control-css-6c81caf37fd813b36033091d5340bc70.css +0 -20
- package/dist/skeleton-CL5Pcwrk.js +0 -3
- package/dist/skeleton-CL5Pcwrk.js.map +0 -1
- /package/dist/status/{skeleton.css → skeleton-shared.css} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visitwonders/assembly",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "The default blueprint for Embroider v2 addons.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -77,7 +77,23 @@
|
|
|
77
77
|
"declarations",
|
|
78
78
|
"dist"
|
|
79
79
|
],
|
|
80
|
+
"scripts": {
|
|
81
|
+
"build": "rollup --config",
|
|
82
|
+
"format": "prettier . --cache --write",
|
|
83
|
+
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
|
|
84
|
+
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm run format",
|
|
85
|
+
"lint:format": "prettier . --cache --check",
|
|
86
|
+
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
|
|
87
|
+
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
|
|
88
|
+
"lint:js": "eslint . --cache",
|
|
89
|
+
"lint:js:fix": "eslint . --fix",
|
|
90
|
+
"lint:types": "glint",
|
|
91
|
+
"prepack": "rollup --config",
|
|
92
|
+
"start": "rollup --config --watch",
|
|
93
|
+
"test": "echo 'A v2 addon does not have tests, run tests in showcase'"
|
|
94
|
+
},
|
|
80
95
|
"dependencies": {
|
|
96
|
+
"@arthur5005/dnd-kit-ember": "^0.1.2",
|
|
81
97
|
"@embroider/addon-shim": "^1.8.9",
|
|
82
98
|
"@floating-ui/dom": "^1.6.13",
|
|
83
99
|
"decorator-transforms": "^2.2.2",
|
|
@@ -87,6 +103,7 @@
|
|
|
87
103
|
"flagpack-core": "^2.1.0"
|
|
88
104
|
},
|
|
89
105
|
"peerDependencies": {
|
|
106
|
+
"@arthur5005/dnd-kit-ember": "^0.1.2",
|
|
90
107
|
"@glimmer/component": "^2.0.0",
|
|
91
108
|
"date-fns": "^4.1.0",
|
|
92
109
|
"ember-truth-helpers": "^4.0.3",
|
|
@@ -94,7 +111,6 @@
|
|
|
94
111
|
},
|
|
95
112
|
"devDependencies": {
|
|
96
113
|
"@babel/core": "^7.25.2",
|
|
97
|
-
"date-fns": "^4.1.0",
|
|
98
114
|
"@babel/eslint-parser": "^7.25.1",
|
|
99
115
|
"@babel/plugin-transform-typescript": "^7.25.2",
|
|
100
116
|
"@babel/runtime": "^7.25.6",
|
|
@@ -109,6 +125,7 @@
|
|
|
109
125
|
"@rollup/plugin-babel": "^6.0.4",
|
|
110
126
|
"babel-plugin-ember-template-compilation": "^3.1.0",
|
|
111
127
|
"concurrently": "^9.0.1",
|
|
128
|
+
"date-fns": "^4.1.0",
|
|
112
129
|
"ember-scoped-css": "^2.0.4",
|
|
113
130
|
"ember-source": "^6.8.0",
|
|
114
131
|
"ember-template-lint": "^6.0.0",
|
|
@@ -137,12 +154,14 @@
|
|
|
137
154
|
"type": "addon",
|
|
138
155
|
"main": "addon-main.cjs",
|
|
139
156
|
"app-js": {
|
|
157
|
+
"./action/button-group.js": "./dist/_app_/action/button-group.js",
|
|
140
158
|
"./action/button.js": "./dist/_app_/action/button.js",
|
|
141
159
|
"./action/link.js": "./dist/_app_/action/link.js",
|
|
160
|
+
"./data/sortable-list.js": "./dist/_app_/data/sortable-list.js",
|
|
142
161
|
"./data/table.js": "./dist/_app_/data/table.js",
|
|
143
162
|
"./form/calendar.js": "./dist/_app_/form/calendar.js",
|
|
144
|
-
"./form/checkbox.js": "./dist/_app_/form/checkbox.js",
|
|
145
163
|
"./form/checkbox-group.js": "./dist/_app_/form/checkbox-group.js",
|
|
164
|
+
"./form/checkbox.js": "./dist/_app_/form/checkbox.js",
|
|
146
165
|
"./form/control.js": "./dist/_app_/form/control.js",
|
|
147
166
|
"./form/country-data.js": "./dist/_app_/form/country-data.js",
|
|
148
167
|
"./form/country-select-field.js": "./dist/_app_/form/country-select-field.js",
|
|
@@ -153,6 +172,7 @@
|
|
|
153
172
|
"./form/date-range-picker.js": "./dist/_app_/form/date-range-picker.js",
|
|
154
173
|
"./form/error-message.js": "./dist/_app_/form/error-message.js",
|
|
155
174
|
"./form/field.js": "./dist/_app_/form/field.js",
|
|
175
|
+
"./form/fieldset.js": "./dist/_app_/form/fieldset.js",
|
|
156
176
|
"./form/form.js": "./dist/_app_/form/form.js",
|
|
157
177
|
"./form/help-text.js": "./dist/_app_/form/help-text.js",
|
|
158
178
|
"./form/input.js": "./dist/_app_/form/input.js",
|
|
@@ -172,13 +192,14 @@
|
|
|
172
192
|
"./form/textarea.js": "./dist/_app_/form/textarea.js",
|
|
173
193
|
"./form/time-picker-field.js": "./dist/_app_/form/time-picker-field.js",
|
|
174
194
|
"./form/time-picker.js": "./dist/_app_/form/time-picker.js",
|
|
175
|
-
"./form/toggle.js": "./dist/_app_/form/toggle.js",
|
|
176
195
|
"./form/toggle-field.js": "./dist/_app_/form/toggle-field.js",
|
|
177
196
|
"./form/toggle-group.js": "./dist/_app_/form/toggle-group.js",
|
|
197
|
+
"./form/toggle.js": "./dist/_app_/form/toggle.js",
|
|
178
198
|
"./layout/divider.js": "./dist/_app_/layout/divider.js",
|
|
179
199
|
"./layout/grid-item.js": "./dist/_app_/layout/grid-item.js",
|
|
180
200
|
"./layout/grid.js": "./dist/_app_/layout/grid.js",
|
|
181
201
|
"./layout/h-stack.js": "./dist/_app_/layout/h-stack.js",
|
|
202
|
+
"./layout/panel.js": "./dist/_app_/layout/panel.js",
|
|
182
203
|
"./layout/stack.js": "./dist/_app_/layout/stack.js",
|
|
183
204
|
"./layout/v-stack.js": "./dist/_app_/layout/v-stack.js",
|
|
184
205
|
"./media/icon.js": "./dist/_app_/media/icon.js",
|
|
@@ -200,19 +221,5 @@
|
|
|
200
221
|
"./typography/heading.js": "./dist/_app_/typography/heading.js",
|
|
201
222
|
"./typography/text.js": "./dist/_app_/typography/text.js"
|
|
202
223
|
}
|
|
203
|
-
},
|
|
204
|
-
"scripts": {
|
|
205
|
-
"build": "rollup --config",
|
|
206
|
-
"format": "prettier . --cache --write",
|
|
207
|
-
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
|
|
208
|
-
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto && pnpm run format",
|
|
209
|
-
"lint:format": "prettier . --cache --check",
|
|
210
|
-
"lint:hbs": "ember-template-lint . --no-error-on-unmatched-pattern",
|
|
211
|
-
"lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern",
|
|
212
|
-
"lint:js": "eslint . --cache",
|
|
213
|
-
"lint:js:fix": "eslint . --fix",
|
|
214
|
-
"lint:types": "glint",
|
|
215
|
-
"start": "rollup --config --watch",
|
|
216
|
-
"test": "echo 'A v2 addon does not have tests, run tests in showcase'"
|
|
217
224
|
}
|
|
218
|
-
}
|
|
225
|
+
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* <inline>/src/form/control-css-6c81caf37fd813b36033091d5340bc70.css */
|
|
2
|
-
|
|
3
|
-
.assembly-control_e529e8199 {
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
gap: var(--spacing-2);
|
|
7
|
-
width: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.assembly-control_e529e8199[data-orientation="horizontal"] {
|
|
11
|
-
flex-direction: row;
|
|
12
|
-
align-items: flex-start;
|
|
13
|
-
gap: var(--spacing-6);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.assembly-control_e529e8199[data-orientation="horizontal"] .label {
|
|
17
|
-
flex-shrink: 0;
|
|
18
|
-
min-width: 120px;
|
|
19
|
-
padding-top: var(--spacing-2);
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton-CL5Pcwrk.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
File without changes
|