Skip to content

Commit

Permalink
Updated Search Bar Component Styling, Metrolist Drupal Config
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongkang committed Sep 25, 2024
1 parent 79dfb3e commit 9eaca02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
metrolist:
version: 4.1.20240925328
version: 4.2.20240925328
js:
dist/index.bundle.js: { preprocess: false, attributes: {type: text/javascript }}
dist/0.index.bundle.js: { preprocess: false, attributes: { type: text/javascript } }
dist/1.index.bundle.js: { preprocess: false, attributes: {type: text/javascript}}
dist/2.index.bundle.js: { preprocess: false, attributes: {type: text/javascript}}
dist/3.index.bundle.js: { preprocess: false, attributes: {type: text/javascript}}
dist/4.index.bundle.js: { preprocess: false, attributes: {type: text/javascript}}
dist/index.bundle.js: { preprocess: false, attributes: {type: text/javascript}}
dependencies:
- core/drupalSettings
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.property-name-search-bar-input{
width: 100%;
}
@import '@globals';
.property-name-search-bar-input{
width: 100%;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import Stack from '@components/Stack';
import { formatIncome } from '@util/strings';
import { getGlobalThis } from '@util/objects';

const globalThis = getGlobalThis();
Expand Down

0 comments on commit 9eaca02

Please sign in to comment.